-
Notifications
You must be signed in to change notification settings - Fork 221
Expand file tree
/
Copy pathCargo.toml
More file actions
57 lines (56 loc) · 1.5 KB
/
Copy pathCargo.toml
File metadata and controls
57 lines (56 loc) · 1.5 KB
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
55
56
57
[package]
name = "metaboss"
version = "0.49.0"
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"] }
jib = "0.11.0"
indicatif = { version = "0.16.2", features = ["rayon"] }
lazy_static = "1.4.0"
log = "0.4.20"
metaboss_lib = { version = "0.24.0" }
mpl-token-metadata = { version = "5.1.1", 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"
dashmap = "5.5"
mpl-core = "0.11.1"
regex = "1.10.2"
reqwest = { version = "0.11.23", default-features = false, features = ["json", "rustls-tls-webpki-roots", "blocking"] }
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 = "=2.3.1"
solana-account-decoder = "=2.3.1"
solana-logger = "=2.3.1"
solana-program = "=2.3.0"
solana-sdk = "=2.3.1"
solana-sdk-ids = "=2.2.1"
spl-associated-token-account = "~7.0"
spl-token = "~8.0"
spl-token-2022 = "~8.0"
spl-pod = "~0.5.1"
spl-token-metadata-interface = "~0.7"
spl-token-group-interface = "~0.6"
structopt = "0.3.26"
thiserror = "1.0.51"
tokio = "1.35.1"