Remove unused crates (#3185)

* Remove unused crates

also bump minor versions in Cargo.lock
This commit is contained in:
hashmap 2020-01-15 11:34:14 +01:00 committed by GitHub
parent 0ad2513bb6
commit c2026bd686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 890 additions and 778 deletions

1658
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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" }

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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]

View file

@ -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"

View file

@ -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"
@ -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"