-
Notifications
You must be signed in to change notification settings - Fork 220
/
Cargo.toml
54 lines (53 loc) · 1.4 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[package]
name = "metaboss"
version = "0.43.1"
edition = "2021"
description = "The Metaplex NFT-standard Swiss Army Knife tool."
repository = "https://github.com/samuelvanderwaal/metaboss"
license = "Apache-2.0"
[dependencies]
anyhow = "1.0.76"
async-trait = "0.1.75"
base64 = "0.13.1"
bincode = "1.3.3"
borsh = "0.10.3"
bs58 = "0.4.0"
chrono = "0.4.31"
console = "0.15.7"
dirs = "5.0.1"
env_logger = "0.9.3"
futures = "0.3.29"
glob = "0.3.1"
indexmap = { version = "1.9.3", features = ["serde"] }
indicatif = { version = "0.16.2", features = ["rayon"] }
jib = "0.9.0"
lazy_static = "1.4.0"
log = "0.4.20"
metaboss_lib = { version = "0.22.0" }
mpl-token-metadata = { version = "4.1.2", features = ["serde"] }
num_cpus = "1.16.0"
once_cell = "1.19.0"
phf = { version = "0.10", features = ["macros"] }
ratelimit = "0.4.4"
rayon = "1.8.0"
regex = "1.10.2"
reqwest = { version = "0.11.23", features = ["json"] }
retry = "1.3.1"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde_yaml = "0.8.26"
shellexpand = "2.1.2"
solana-client = "~1.17.29"
solana-account-decoder = "~1.17.29"
solana-logger = "~1.17.29"
solana-program = "~1.17.29"
solana-sdk = "~1.17.29"
spl-associated-token-account = "=2.3.0"
spl-token = "=3.5.0"
spl-token-2022 = "=1.0.0"
spl-pod = "=0.1.0"
spl-token-metadata-interface = "=0.2.0"
spl-token-group-interface = "=0.1.0"
structopt = "0.3.26"
thiserror = "1.0.51"
tokio = "1.35.1"