forked from samuelvanderwaal/metaboss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
51 lines (48 loc) · 1.27 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
[package]
name = "metaboss"
version = "0.14.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.65"
async-trait = "0.1.57"
base64 = "0.13.0"
borsh = "0.9.3"
bs58 = "0.4.0"
console = "0.15.2"
dialoguer = "0.10.2"
env_logger = "0.9.1"
futures = "0.3.24"
glob = "0.3.0"
indexmap = { version = "1.9.1", features = ["serde"] }
indicatif = { version = "0.16.2", features = ["rayon"] }
lazy_static = "1.4.0"
log = "0.4.17"
metaboss_lib = "0.1.0"
mpl-token-metadata = { version = "1.7.0", features = [ "no-entrypoint", "serde-feature"] }
num_cpus = "1.13.1"
phf = { version = "0.10", features = ["macros"] }
ratelimit = "0.4.4"
rayon = "1.5.3"
reqwest = { version = "0.11.12", features = ["json"] }
retry = "1.3.1"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"
serde_with = "2.2.0"
serde_yaml = "0.8.26"
shellexpand = "2.1.2"
solana-client = "1.10.32"
solana-account-decoder = "1.10.32"
solana-logger = "1.10.32"
solana-program = "1.10.32"
solana-sdk = "1.10.32"
spl-associated-token-account = "1.0.5"
spl-token = "3.3.0"
structopt = "0.3.26"
thiserror = "1.0.37"
tokio = "1.14"
[features]
[dev-dependencies]
assert_cmd = "2.0.4"