blob: 7fa1c9dba69d313d8d00e892197ce0aeddeec3f8 [file] [log] [blame]
[package]
name = "MutualRA"
version = "1.0.0"
authors = ["Baidu"]
[lib]
name = "mra"
crate-type = ["staticlib"]
[features]
default = []
dangerous_configuration = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_types = { path = "../../../sgx_types" }
sgx_trts = { path = "../../../sgx_trts" }
sgx_tstd = { path = "../../../sgx_tstd", features = ["net","backtrace"] }
sgx_tcrypto = { path = "../../../sgx_tcrypto" }
sgx_tse = { path = "../../../sgx_tse"}
sgx_rand = { path = "../../../sgx_rand"}
[dependencies]
chrono = { path = "../../../third_party/chrono" }
webpki = { path = "../../../third_party/webpki" }
base64 = { path = "../../../third_party/rust-base64" }
yasna = { path = "../../../third_party/yasna.rs" }
num-bigint = { path = "../../../third_party/num/bigint" }
bit-vec = { path = "../../../third_party/bit-vec", default-features = false}
serde_json = { path = "../../../third_party/serde-rs/json"}
httparse = { version = "1.3.2", default-features=false }
itertools = { version = "0.7.8" , default-features = false, features = []}
untrusted = "0.6.2"
webpki-roots= { path = "../../../third_party/webpki-roots" }
[dependencies.rustls]
path = "../../../third_party/rustls"
features = ["dangerous_configuration"]