# 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-stub-2" version = "0.11.0" authors = [ "Stepan Koltsov ", "Aljaž Mur Eržen ", ] description = "TLS API implementation that returns error on any operation" 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.thiserror] version = "1.0.30" [dependencies.tls-api] version = "=0.11.0" default-features = false package = "tls-api-2" [dependencies.tls-api-test] version = "=0.11.0" default-features = false package = "tls-api-test-2" [dependencies.tokio] version = "1.2.0" features = [] optional = true [dependencies.void] version = "1.0.2" [dev-dependencies.tls-api-test] version = "=0.11.0" default-features = false package = "tls-api-test-2" [features] default = ["runtime-tokio"] runtime-async-std = [ "tokio", "tls-api/runtime-async-std", "tls-api-test/runtime-async-std", ] runtime-tokio = [ "async-std", "tls-api/runtime-tokio", "tls-api-test/runtime-tokio", ] [badges.travis-ci] branch = "master" repository = "https://github.com/edgedb/rust-tls-api/"