[package] name = "rust-thrift-tls" version = "0.3.0" authors = ["Davide Guerri "] edition = "2018" description = "Client and Server TLS support for Apache Thrift" readme = "README.md" repository = "https://github.com/dguerri/rust-thrift-tls" license-file = "LICENSE" keywords = ["thrift", "TLS"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" rustls = "0.17" threadpool = "1.8" thrift = "0.13" webpki = "0.21" webpki-roots = "0.19" [dev-dependencies] tempfile = "3.1" filename = "0.1" pem-parser = "0.1"