Skip to content

Commit

Permalink
removing unused deps
Browse files Browse the repository at this point in the history
Closes: #6692
  • Loading branch information
mimoo authored and bors-libra committed Nov 16, 2020
1 parent a5dcf8e commit b766c7d
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 104 deletions.
62 changes: 0 additions & 62 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion common/logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ edition = "2018"
[dependencies]
chrono = "0.4.19"
erased-serde = "0.3.12"
hex = "0.4.2"
hostname = "0.3.1"
libra-log-derive = { path = "derive", version = "0.1.0" }
libra-infallible = { path = "../infallible", version = "0.1.0" }
Expand Down
7 changes: 0 additions & 7 deletions config/management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,18 @@ structopt = "0.3.20"
thiserror = "1.0.22"
toml = { version = "0.5.7", default-features = false }

executor = { path = "../../execution/executor", version = "0.1.0" }
generate-key = { path = "../../config/generate-key", version = "0.1.0" }
lcs = { path = "../../common/lcs", version = "0.1.0", package = "libra-canonical-serialization" }
libra-config = { path = "..", version = "0.1.0"}
libra-crypto = { path = "../../crypto/crypto", version = "0.1.0" }
libra-global-constants = { path = "../../config/global-constants", version = "0.1.0"}
libra-network-address = { path = "../../network/network-address", version = "0.1.0" }
libra-network-address-encryption = {path = "network-address-encryption", version = "0.1.0"}
libra-secure-json-rpc = { path = "../../secure/json-rpc", version = "0.1.0" }
libra-secure-storage = { path = "../../secure/storage", version = "0.1.0" }
libra-secure-time = { path = "../../secure/time", version = "0.1.0" }
libra-types = { path = "../../types", version = "0.1.0" }
libra-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" }
libra-temppath = { path = "../../common/temppath", version = "0.1.0" }
libra-vm = { path = "../../language/libra-vm", version = "0.1.0" }
libradb = { path = "../../storage/libradb", version = "0.1.0" }
storage-interface = { path = "../../storage/storage-interface", version = "0.1.0" }
transaction-builder = { path = "../../language/transaction-builder", version = "0.1.0" }
vm-genesis = { path = "../../language/tools/vm-genesis", version = "0.1.0" }

[dev-dependencies]
libra-config = { path = "..", version = "0.1.0", features = ["fuzzing"] }
Expand Down
1 change: 0 additions & 1 deletion config/management/genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ libra-global-constants = { path = "../../../config/global-constants", version =
libra-management = { path = "..", version = "0.1.0" }
libra-network-address = { path = "../../../network/network-address", version = "0.1.0" }
libra-network-address-encryption = {path = "../network-address-encryption", version = "0.1.0"}
libra-secure-json-rpc = { path = "../../../secure/json-rpc", version = "0.1.0" }
libra-secure-storage = { path = "../../../secure/storage", version = "0.1.0" }
libra-secure-time = { path = "../../../secure/time", version = "0.1.0" }
libra-types = { path = "../../../types", version = "0.1.0" }
Expand Down
6 changes: 0 additions & 6 deletions config/management/operational/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ structopt = "0.3.20"
thiserror = "1.0.22"
toml = { version = "0.5.7", default-features = false }

executor = { path = "../../../execution/executor", version = "0.1.0" }
generate-key = { path = "../../../config/generate-key", version = "0.1.0" }
lcs = { path = "../../../common/lcs", version = "0.1.0", package = "libra-canonical-serialization" }
libra-config = { path = "../..", version = "0.1.0"}
libra-crypto = { path = "../../../crypto/crypto", version = "0.1.0" }
Expand All @@ -33,11 +31,7 @@ libra-secure-time = { path = "../../../secure/time", version = "0.1.0" }
libra-types = { path = "../../../types", version = "0.1.0" }
libra-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" }
libra-temppath = { path = "../../../common/temppath", version = "0.1.0" }
libra-vm = { path = "../../../language/libra-vm", version = "0.1.0" }
libradb = { path = "../../../storage/libradb", version = "0.1.0" }
storage-interface = { path = "../../../storage/storage-interface", version = "0.1.0" }
transaction-builder = { path = "../../../language/transaction-builder", version = "0.1.0" }
vm-genesis = { path = "../../../language/tools/vm-genesis", version = "0.1.0" }

[features]
testing = []
Expand Down
8 changes: 0 additions & 8 deletions config/seed-peer-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,15 @@ serde_yaml = "0.8.14"
structopt = "0.3.20"
thiserror = "1.0.22"

executor = { path = "../../execution/executor", version = "0.1.0" }
generate-key = { path = "../../config/generate-key", version = "0.1.0" }
lcs = { path = "../../common/lcs", version = "0.1.0", package = "libra-canonical-serialization" }
libra-config = { path = "..", version = "0.1.0" }
libra-crypto = { path = "../../crypto/crypto", version = "0.1.0" }
libra-secure-json-rpc = { path = "../../secure/json-rpc", version = "0.1.0" }
libra-logger = { path = "../../common/logger", version = "0.1.0" }
libra-key-manager = { path = "../../secure/key-manager", version = "0.1.0" }
libra-network-address = { path = "../../network/network-address", version = "0.1.0" }
libra-temppath = { path = "../../common/temppath", version = "0.1.0" }
libra-types = { path = "../../types", version = "0.1.0" }
libra-vm = { path = "../../language/libra-vm", version = "0.1.0" }
libra-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" }
libradb = { path = "../../storage/libradb", version = "0.1.0" }
storage-interface = { path = "../../storage/storage-interface", version = "0.1.0" }
transaction-builder = { path = "../../language/transaction-builder", version = "0.1.0" }
vm-genesis = { path = "../../language/tools/vm-genesis", version = "0.1.0" }

[features]
default = []
1 change: 0 additions & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ tokio = { version = "0.2.22", features = ["full"] }

channel = { path = "../common/channel", version = "0.1.0" }
consensus-types = { path = "consensus-types", version = "0.1.0", default-features = false }
crash-handler = { path = "../common/crash-handler", version = "0.1.0" }
execution-correctness = { path = "../execution/execution-correctness", version = "0.1.0" }
executor = { path = "../execution/executor", version = "0.1.0" }
executor-types = { path = "../execution/executor-types", version = "0.1.0" }
Expand Down
4 changes: 2 additions & 2 deletions json-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ reqwest = { version = "0.10.8", features = ["blocking", "json"], default_feature
proptest = { version = "0.10.1", optional = true }

lcs = { path = "../common/lcs", version = "0.1.0", package = "libra-canonical-serialization" }
libradb = { path = "../storage/libradb", version = "0.1.0", optional = true }
libra-config = { path = "../config", version = "0.1.0" }
libra-crypto = { path = "../crypto/crypto", version = "0.1.0" }
libradb = { path = "../storage/libradb", version = "0.1.0", optional = true }
libra-json-rpc-types = { path = "./types", version = "0.1.0", package = "libra-json-rpc-types" }
libra-logger = { path = "../common/logger", version = "0.1.0" }
libra-mempool = { path = "../mempool", version = "0.1.0" }
Expand Down Expand Up @@ -65,5 +65,5 @@ transaction-builder-generated = { path = "../client/transaction-builder", versio
libra-node = { path = "../libra-node", version = "0.1.0" }

[features]
fuzzing = ["proptest", "libra-mempool/fuzzing", "libra-proptest-helpers", "libra-temppath", "libradb/fuzzing", "reqwest"]
fuzzing = ["proptest", "libra-mempool/fuzzing", "libradb/fuzzing", "libra-proptest-helpers", "libra-temppath", "reqwest"]
failpoints = ["fail/failpoints"]
1 change: 0 additions & 1 deletion json-rpc/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ libra-types = { path = "../../types", version = "0.1.0" }
libra-crypto = { path = "../../crypto/crypto", version = "0.1.0" }
libra-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" }
move-core-types = { path = "../../language/move-core/types", version = "0.1.0" }
transaction-builder = { path = "../../language/transaction-builder", version = "0.1.0"}
move-explain = { path = "../../language/tools/move-explain", version = "0.1.0" }

[build-dependencies]
Expand Down
1 change: 0 additions & 1 deletion language/libra-tools/libra-events-fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ tokio = { version = "0.2.22", features = ["full"] }
libra-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" }
libra-json-rpc-client = { path = "../../../client/json-rpc", version = "0.1.0" }
libra-types = { path = "../../../types", version = "0.1.0" }
libra-validator-interface = { path = "../libra-validator-interface", version = "0.1.0" }
lcs = { path = "../../../common/lcs", version = "0.1.0", package = "libra-canonical-serialization" }
1 change: 0 additions & 1 deletion language/tools/disassembler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ colored = "2.0.0"

bytecode-verifier = { path = "../../bytecode-verifier", version = "0.1.0" }
bytecode-source-map = { path = "../../compiler/bytecode-source-map", version = "0.1.0" }
ir-to-bytecode-syntax = { path = "../../compiler/ir-to-bytecode/syntax", version = "0.1.0" }
libra-types = { path = "../../../types", version = "0.1.0" }
libra-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" }
move-core-types = { path = "../../move-core/types", version = "0.1.0" }
Expand Down
1 change: 0 additions & 1 deletion language/tools/resource-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ move-vm-runtime = { path = "../../move-vm/runtime", version = "0.1.0" }
move-vm-types = { path = "../../move-vm/types", version = "0.1.0" }
compiled-stdlib = { path = "../../stdlib/compiled", version = "0.1.0" }
vm = { path = "../../vm", version = "0.1.0" }
vm-genesis = { path = "../vm-genesis", version = "0.1.0" }
serde_json = "1.0.59"
serde = { version = "1.0.117", features = ["derive", "rc"] }

Expand Down

0 comments on commit b766c7d

Please sign in to comment.