Skip to content

Commit

Permalink
Remove unused crates (#3185)
Browse files Browse the repository at this point in the history
* Remove unused crates

also bump minor versions in Cargo.lock
  • Loading branch information
hashmap authored Jan 15, 2020
1 parent 0ad2513 commit c2026bd
Show file tree
Hide file tree
Showing 8 changed files with 886 additions and 774 deletions.
1,650 changes: 885 additions & 765 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ serde_derive = "1"
chrono = "0.4.4"
lru-cache = "0.1"
lazy_static = "1"
regex = "1"

grin_core = { path = "../core", version = "3.1.0-beta.1" }
grin_keychain = { path = "../keychain", version = "3.1.0-beta.1" }
Expand Down
1 change: 0 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ rand = "0.6"
serde = "1"
serde_derive = "1"
siphasher = "0.2"
uuid = { version = "0.6", features = ["serde", "v4"] }
log = "0.4"
chrono = { version = "0.4.4", features = ["serde"] }
zeroize = "0.9"
Expand Down
1 change: 0 additions & 1 deletion keychain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ log = "0.4"
serde = "1"
serde_derive = "1"
serde_json = "1"
uuid = { version = "0.6", features = ["serde", "v4"] }
lazy_static = "1"
zeroize = "0.9"

Expand Down
2 changes: 0 additions & 2 deletions p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ edition = "2018"

[dependencies]
bitflags = "1"
bytes = "0.4"
enum_primitive = "0.1"
lru-cache = "0.1"
net2 = "0.2"
num = "0.1"
rand = "0.6"
serde = "1"
Expand Down
1 change: 0 additions & 1 deletion pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ failure_derive = "0.1"

grin_core = { path = "../core", version = "3.1.0-beta.1" }
grin_keychain = { path = "../keychain", version = "3.1.0-beta.1" }
grin_store = { path = "../store", version = "3.1.0-beta.1" }
grin_util = { path = "../util", version = "3.1.0-beta.1" }

[dev-dependencies]
Expand Down
1 change: 0 additions & 1 deletion servers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ hyper-rustls = "0.14"
fs2 = "0.4"
futures = "0.1"
http = "0.1"
itertools = "0.7"
lmdb-zero = "0.4.4"
rand = "0.6"
serde = "1"
Expand Down
3 changes: 1 addition & 2 deletions store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ workspace = ".."
edition = "2018"

[dependencies]
bit-vec = "0.6"
byteorder = "1"
croaring = "0.3.9"
env_logger = "0.5"
libc = "0.2"
failure = "0.1"
failure_derive = "0.1"
Expand All @@ -31,3 +29,4 @@ grin_util = { path = "../util", version = "3.1.0-beta.1" }
chrono = "0.4.4"
rand = "0.6"
filetime = "0.2"
env_logger = "0.5"

0 comments on commit c2026bd

Please sign in to comment.