-
Notifications
You must be signed in to change notification settings - Fork 32
/
Cargo.toml
34 lines (32 loc) · 910 Bytes
/
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
[workspace]
resolver = "2"
members = ["cli", "lib"]
[workspace.package]
version = "2.1.1"
edition = "2021"
license = "Apache-2.0"
homepage = "https://steel.new"
documentation = "https://docs.rs/steel/latest/steel/"
repository = "https://github.com/regolith-labs/steel"
readme = "./README.md"
keywords = ["solana"]
[workspace.dependencies]
bytemuck = "1.14"
clap = { features = ["derive", "env"], version = "4.4" }
clap_v3 = { version = "3", package = "clap" }
anyhow = "1"
colored = "2.0"
git2 = "0.16"
indicatif = "0.17"
num_enum = "0.7"
prettyplease = "0.2"
syn = { features = ["full"], version = "2.0" }
solana-clap-v3-utils = "^1.18"
solana-cli-config = "^1.18"
solana-program = "^1.18"
solana-sdk = "^1.18"
spl-token = { features = ["no-entrypoint"], version = "^4" }
spl-associated-token-account = { features = [ "no-entrypoint" ], version = "^2.3" }
thiserror = "1.0.57"
tokio = "1.35"
quote = "1.0"