# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "tls-api" version = "0.9.0" authors = ["Stepan Koltsov "] description = "TLS API without implementation" readme = "../README.md" keywords = ["tls"] license = "MIT/Apache-2.0" repository = "https://github.com/stepancheg/rust-tls-api/" [lib] bench = false [dependencies.anyhow] version = "1.0.44" [dependencies.futures-util] version = "0.3.1" features = ["io"] optional = true [dependencies.log] version = "0.4" [dependencies.pem] version = "0.8.3" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.2.0" features = [ "io-util", "net", ] optional = true [dependencies.void] version = "1.0.2" [dependencies.webpki] version = "0.22.0" [features] default = ["runtime-tokio"] runtime-async-std = ["futures-util"] runtime-tokio = ["tokio"] [badges.travis-ci] branch = "master" repository = "https://github.com/stepancheg/rust-tls-api/"