# 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-2" version = "0.11.0" authors = [ "Stepan Koltsov ", "Aljaž Mur Eržen ", ] description = "TLS API without implementation" readme = "README.md" keywords = ["tls"] license = "MIT/Apache-2.0" repository = "https://github.com/edgedb/rust-tls-api/" [lib] bench = false [dependencies.anyhow] version = "1.0.44" [dependencies.futures-util] version = "0.3.1" features = ["io"] optional = true [dependencies.pem] version = "3.0.4" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.2.0" features = [ "io-util", "net", ] optional = true [features] default = ["runtime-tokio"] runtime-async-std = ["futures-util"] runtime-tokio = ["tokio"] [badges.travis-ci] branch = "master" repository = "https://github.com/edgedb/rust-tls-api/"