mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
40
Cargo.toml
40
Cargo.toml
@ -8,10 +8,38 @@ license = "BSD-3-Clause"
|
||||
readme = "README.md"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
rustc-serialize = "^0.3.18"
|
||||
rand = "^0.3.14"
|
||||
ring = "^0.11.0"
|
||||
merkle_sigs = "^1.2.1"
|
||||
protobuf = "^1.2.0"
|
||||
[features]
|
||||
default = []
|
||||
dss = []
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.9.0"
|
||||
rand = "^0.3"
|
||||
ring = "^0.12"
|
||||
merkle_sigs = "^1.4"
|
||||
protobuf = "^1.4"
|
||||
|
||||
[dependencies.error-chain]
|
||||
version = "0.11.0"
|
||||
default-features = false
|
||||
|
||||
[dev-dependencies]
|
||||
itertools = "^0.7"
|
||||
quickcheck = "^0.4"
|
||||
flate2 = "^0.2"
|
||||
|
||||
[profile.bench]
|
||||
opt-level = 3
|
||||
debug = false
|
||||
rpath = false
|
||||
lto = true
|
||||
debug-assertions = false
|
||||
codegen-units = 1
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
debug = false
|
||||
rpath = false
|
||||
lto = true
|
||||
debug-assertions = false
|
||||
codegen-units = 1
|
||||
|
Reference in New Issue
Block a user