Remove arrayvec
dependency
This commit is contained in:
parent
4afe4d3b2c
commit
b3ec81335f
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
aes = { version = "0.5.0", optional = true }
|
aes = { version = "0.5.0", optional = true }
|
||||||
arrayvec = { version = "0.5.1", optional = true }
|
|
||||||
flate2 = { version = "1.0.0", default-features = false, optional = true }
|
flate2 = { version = "1.0.0", default-features = false, optional = true }
|
||||||
time = { version = "0.1", optional = true }
|
time = { version = "0.1", optional = true }
|
||||||
byteorder = "1.3"
|
byteorder = "1.3"
|
||||||
|
@ -26,7 +25,7 @@ rand = "0.7"
|
||||||
walkdir = "2"
|
walkdir = "2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
aes-crypto = ["aes", "arrayvec"]
|
aes-crypto = ["aes"]
|
||||||
deflate = ["flate2/rust_backend"]
|
deflate = ["flate2/rust_backend"]
|
||||||
deflate-miniz = ["flate2/default"]
|
deflate-miniz = ["flate2/default"]
|
||||||
deflate-zlib = ["flate2/zlib"]
|
deflate-zlib = ["flate2/zlib"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue