blob: 7025578c305ef7726fc421ca8429723c50f13e00 [file] [log] [blame]
[package]
name = "tlsclient"
version = "0.9.6"
authors = ["Baidu"]
[lib]
name = "tlsclient"
crate-type = ["staticlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_types = { path = "../../../../sgx_types" }
sgx_trts = { path = "../../../../sgx_trts" }
sgx_tstd = { path = "../../../../sgx_tstd", features = ["untrusted_fs", "untrusted_net", "untrusted_time"] }
[dependencies]
rustls = { path = "../../../../third_party/rustls" }
webpki = { path = "../../../../third_party/webpki" }