# 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-test-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.async-std] version = "1.9.0" features = ["attributes"] optional = true [dependencies.env_logger] version = "0.11.2" [dependencies.log] version = "0.4" [dependencies.pem] version = "3.0.4" [dependencies.test-cert-gen] version = "=0.11.0" default-features = false package = "test-cert-gen-2" [dependencies.tls-api] version = "=0.11.0" default-features = false package = "tls-api-2" [dependencies.tokio] version = "1.2.0" features = [ "net", "io-util", "rt", "rt-multi-thread", ] optional = true [dependencies.webpki] version = "0.22.0" [features] default = ["runtime-tokio"] runtime-async-std = [ "async-std", "tls-api/runtime-async-std", ] runtime-tokio = [ "tokio", "tls-api/runtime-tokio", ] [badges.travis-ci] branch = "master" repository = "https://github.com/edgedb/rust-tls-api/"