gecko-dev/third_party/rust/rc_crypto/Cargo.toml

27 строки
596 B
TOML

[package]
name = "rc_crypto"
version = "0.1.0"
authors = ["application-services@mozilla.com"]
edition = "2018"
license = "MPL-2.0"
[lib]
crate-type = ["lib"]
[dependencies]
base64 = "0.12"
failure = "0.1"
failure_derive = "0.1"
error-support = { path = "../error" }
nss = { path = "nss" }
libsqlite3-sys = { version = "0.18.0", features = ["bundled"] }
hawk = { version = "3.1", default-features = false, optional = true }
ece = { version = "1.1", default-features = false, features = ["serializable-keys"], optional = true }
[dev-dependencies]
hex = "0.4"
[features]
default = []
gecko = []