blob: 831a004c7086ab47fd559a4ec71f174543fcdebe [file] [log] [blame]
[package]
name = "tlsclient"
version = "1.0.0"
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 = ["net"] }
[dependencies]
rustls = { path = "../../../../third_party/rustls" }
webpki = { path = "../../../../third_party/webpki" }