зеркало из https://github.com/mozilla/rust-ece.git
26 строки
423 B
TOML
26 строки
423 B
TOML
[package]
|
|
name = "ece"
|
|
version = "0.1.0"
|
|
authors = ["Edouard Oger <eoger@fastmail.com>"]
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
byteorder = "1.2.7"
|
|
failure = "0.1.5"
|
|
failure_derive = "0.1.5"
|
|
base64 = "0.10"
|
|
|
|
[dependencies.ece-crypto]
|
|
path = "crypto"
|
|
|
|
[dependencies.ece-crypto-openssl]
|
|
path = "crypto/openssl"
|
|
optional = true
|
|
|
|
[dev-dependencies]
|
|
hex = "0.3.2"
|
|
|
|
[features]
|
|
default = ["openssl"]
|
|
openssl = ["ece-crypto-openssl"]
|