Remove unused cargo dependencies
This commit is contained in:
31
Cargo.lock
generated
31
Cargo.lock
generated
@ -1721,11 +1721,7 @@ dependencies = [
|
|||||||
"bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bv 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bv 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"hashbrown 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hashbrown 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -1743,29 +1739,19 @@ dependencies = [
|
|||||||
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"solana-bpfloader 0.11.0",
|
"solana-bpfloader 0.11.0",
|
||||||
"solana-budget-program 0.11.0",
|
|
||||||
"solana-drone 0.11.0",
|
"solana-drone 0.11.0",
|
||||||
"solana-erc20 0.11.0",
|
|
||||||
"solana-jsonrpc-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"solana-jsonrpc-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"solana-jsonrpc-http-server 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"solana-jsonrpc-http-server 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"solana-jsonrpc-macros 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"solana-jsonrpc-macros 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"solana-jsonrpc-pubsub 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"solana-jsonrpc-pubsub 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"solana-jsonrpc-ws-server 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"solana-jsonrpc-ws-server 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"solana-keygen 0.11.0",
|
|
||||||
"solana-logger 0.11.0",
|
"solana-logger 0.11.0",
|
||||||
"solana-lualoader 0.11.0",
|
|
||||||
"solana-metrics 0.11.0",
|
"solana-metrics 0.11.0",
|
||||||
"solana-native-loader 0.11.0",
|
"solana-native-loader 0.11.0",
|
||||||
"solana-netutil 0.11.0",
|
"solana-netutil 0.11.0",
|
||||||
"solana-noop 0.11.0",
|
|
||||||
"solana-sdk 0.11.0",
|
"solana-sdk 0.11.0",
|
||||||
"solana-storage-program 0.11.0",
|
|
||||||
"solana-system-program 0.11.0",
|
"solana-system-program 0.11.0",
|
||||||
"solana-vote-program 0.11.0",
|
|
||||||
"solana-vote-signer 0.0.1",
|
|
||||||
"tokio 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tokio 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -1866,8 +1852,6 @@ version = "0.11.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"reqwest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"solana 0.11.0",
|
"solana 0.11.0",
|
||||||
"solana-drone 0.11.0",
|
"solana-drone 0.11.0",
|
||||||
@ -2128,7 +2112,6 @@ name = "solana-replicator"
|
|||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"solana 0.11.0",
|
"solana 0.11.0",
|
||||||
"solana-fullnode-config 0.11.0",
|
"solana-fullnode-config 0.11.0",
|
||||||
@ -2144,8 +2127,6 @@ dependencies = [
|
|||||||
"bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -2156,18 +2137,6 @@ dependencies = [
|
|||||||
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "solana-storage-program"
|
|
||||||
version = "0.11.0"
|
|
||||||
dependencies = [
|
|
||||||
"bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"solana-logger 0.11.0",
|
|
||||||
"solana-sdk 0.11.0",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "solana-system-program"
|
name = "solana-system-program"
|
||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
|
24
Cargo.toml
24
Cargo.toml
@ -27,17 +27,12 @@ bincode = "1.0.0"
|
|||||||
bs58 = "0.2.0"
|
bs58 = "0.2.0"
|
||||||
bv = { version = "0.10.0", features = ["serde"] }
|
bv = { version = "0.10.0", features = ["serde"] }
|
||||||
byteorder = "1.2.1"
|
byteorder = "1.2.1"
|
||||||
bytes = "0.4"
|
|
||||||
chrono = { version = "0.4.0", features = ["serde"] }
|
chrono = { version = "0.4.0", features = ["serde"] }
|
||||||
clap = "2.31"
|
hashbrown = "0.1.7"
|
||||||
dirs = "1.0.2"
|
|
||||||
generic-array = { version = "0.12.0", default-features = false, features = ["serde"] }
|
|
||||||
hex-literal = "0.1.1"
|
|
||||||
indexmap = "1.0"
|
indexmap = "1.0"
|
||||||
itertools = "0.8.0"
|
itertools = "0.8.0"
|
||||||
libc = "0.2.45"
|
libc = "0.2.45"
|
||||||
log = "0.4.2"
|
log = "0.4.2"
|
||||||
matches = "0.1.6"
|
|
||||||
nix = "0.12.0"
|
nix = "0.12.0"
|
||||||
rand = "0.6.1"
|
rand = "0.6.1"
|
||||||
rand_chacha = "0.1.0"
|
rand_chacha = "0.1.0"
|
||||||
@ -48,33 +43,26 @@ rocksdb = "0.10.1"
|
|||||||
serde = "1.0.82"
|
serde = "1.0.82"
|
||||||
serde_derive = "1.0.82"
|
serde_derive = "1.0.82"
|
||||||
serde_json = "1.0.10"
|
serde_json = "1.0.10"
|
||||||
sha2 = "0.8.0"
|
|
||||||
socket2 = "0.3.8"
|
|
||||||
solana-bpfloader = { path = "programs/native/bpf_loader", version = "0.11.0" }
|
solana-bpfloader = { path = "programs/native/bpf_loader", version = "0.11.0" }
|
||||||
solana-budget-program = { path = "programs/native/budget", version = "0.11.0" }
|
|
||||||
solana-drone = { path = "drone", version = "0.11.0" }
|
solana-drone = { path = "drone", version = "0.11.0" }
|
||||||
solana-erc20 = { path = "programs/native/erc20", version = "0.11.0" }
|
|
||||||
solana-jsonrpc-core = "0.4.0"
|
solana-jsonrpc-core = "0.4.0"
|
||||||
solana-jsonrpc-http-server = "0.4.0"
|
solana-jsonrpc-http-server = "0.4.0"
|
||||||
solana-jsonrpc-macros = "0.4.0"
|
solana-jsonrpc-macros = "0.4.0"
|
||||||
solana-jsonrpc-pubsub = "0.4.0"
|
solana-jsonrpc-pubsub = "0.4.0"
|
||||||
solana-jsonrpc-ws-server = "0.4.0"
|
solana-jsonrpc-ws-server = "0.4.0"
|
||||||
solana-keygen = { path = "keygen", version = "0.11.0" }
|
|
||||||
solana-logger = { path = "logger", version = "0.11.0" }
|
solana-logger = { path = "logger", version = "0.11.0" }
|
||||||
solana-lualoader = { path = "programs/native/lua_loader", version = "0.11.0" }
|
|
||||||
solana-metrics = { path = "metrics", version = "0.11.0" }
|
solana-metrics = { path = "metrics", version = "0.11.0" }
|
||||||
solana-native-loader = { path = "programs/native/native_loader", version = "0.11.0" }
|
solana-native-loader = { path = "programs/native/native_loader", version = "0.11.0" }
|
||||||
solana-netutil = { path = "netutil", version = "0.11.0" }
|
solana-netutil = { path = "netutil", version = "0.11.0" }
|
||||||
solana-noop = { path = "programs/native/noop", version = "0.11.0" }
|
|
||||||
solana-sdk = { path = "sdk", version = "0.11.0" }
|
solana-sdk = { path = "sdk", version = "0.11.0" }
|
||||||
solana-storage-program = { path = "programs/native/storage", version = "0.11.0" }
|
|
||||||
solana-system-program = { path = "programs/native/system", version = "0.11.0" }
|
solana-system-program = { path = "programs/native/system", version = "0.11.0" }
|
||||||
solana-vote-program = { path = "programs/native/vote", version = "0.11.0" }
|
|
||||||
solana-vote-signer = { path = "vote-signer", version = "0.0.1" }
|
|
||||||
tokio = "0.1"
|
tokio = "0.1"
|
||||||
tokio-codec = "0.1"
|
tokio-codec = "0.1"
|
||||||
untrusted = "0.6.2"
|
untrusted = "0.6.2"
|
||||||
hashbrown = "0.1.7"
|
|
||||||
|
[dev-dependencies]
|
||||||
|
hex-literal = "0.1.1"
|
||||||
|
matches = "0.1.6"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bank"
|
name = "bank"
|
||||||
@ -118,6 +106,8 @@ members = [
|
|||||||
"programs/native/lua_loader",
|
"programs/native/lua_loader",
|
||||||
"programs/native/native_loader",
|
"programs/native/native_loader",
|
||||||
"programs/native/noop",
|
"programs/native/noop",
|
||||||
|
"programs/native/storage",
|
||||||
|
"programs/native/system",
|
||||||
"programs/native/vote",
|
"programs/native/vote",
|
||||||
"replicator",
|
"replicator",
|
||||||
"sdk",
|
"sdk",
|
||||||
|
@ -10,8 +10,6 @@ homepage = "https://solana.com/"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.32.0"
|
clap = "2.32.0"
|
||||||
log = "0.4.2"
|
log = "0.4.2"
|
||||||
rayon = "1.0.3"
|
|
||||||
reqwest = "0.9.0"
|
|
||||||
serde_json = "1.0.10"
|
serde_json = "1.0.10"
|
||||||
solana = { path = "..", version = "0.11.0" }
|
solana = { path = "..", version = "0.11.0" }
|
||||||
solana-drone = { path = "../drone", version = "0.11.0" }
|
solana-drone = { path = "../drone", version = "0.11.0" }
|
||||||
|
@ -9,7 +9,6 @@ homepage = "https://solana.com/"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.32.0"
|
clap = "2.32.0"
|
||||||
dirs = "1.0.2"
|
|
||||||
serde_json = "1.0.10"
|
serde_json = "1.0.10"
|
||||||
solana = { path = "..", version = "0.11.0" }
|
solana = { path = "..", version = "0.11.0" }
|
||||||
solana-logger = { path = "../logger", version = "0.11.0" }
|
solana-logger = { path = "../logger", version = "0.11.0" }
|
||||||
|
@ -12,9 +12,7 @@ edition = "2018"
|
|||||||
bincode = "1.0.0"
|
bincode = "1.0.0"
|
||||||
byteorder = "1.2.1"
|
byteorder = "1.2.1"
|
||||||
bs58 = "0.2.0"
|
bs58 = "0.2.0"
|
||||||
dirs = "1.0.2"
|
|
||||||
chrono = { version = "0.4.0", features = ["serde"] }
|
chrono = { version = "0.4.0", features = ["serde"] }
|
||||||
clap = "2.31"
|
|
||||||
generic-array = { version = "0.12.0", default-features = false, features = ["serde"] }
|
generic-array = { version = "0.12.0", default-features = false, features = ["serde"] }
|
||||||
log = "0.4.2"
|
log = "0.4.2"
|
||||||
ring = "0.13.2"
|
ring = "0.13.2"
|
||||||
@ -23,4 +21,3 @@ serde = "1.0.82"
|
|||||||
serde_derive = "1.0.82"
|
serde_derive = "1.0.82"
|
||||||
serde_json = "1.0.10"
|
serde_json = "1.0.10"
|
||||||
untrusted = "0.6.2"
|
untrusted = "0.6.2"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user