# 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-security-framework" version = "0.9.0" authors = ["Stepan Koltsov "] description = "TLS API implementation over rustls crate" 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.async-std] version = "1.9.0" features = ["attributes"] optional = true [dependencies.thiserror] version = "1.0.30" [dependencies.tls-api] version = "=0.9.0" default-features = false [dependencies.tls-api-stub] version = "=0.9.0" default-features = false [dependencies.tls-api-test] version = "=0.9.0" default-features = false [dependencies.tokio] version = "1.2.0" features = [] optional = true [dependencies.void] version = "1.0.2" [dev-dependencies.test-cert-gen] version = "=0.9.0" default-features = false [dev-dependencies.tls-api-test] version = "=0.9.0" default-features = false [build-dependencies.tls-api-test] version = "=0.9.0" default-features = false [features] default = ["runtime-tokio"] runtime-async-std = [ "async-std", "tls-api/runtime-async-std", "tls-api-test/runtime-async-std", "tls-api-stub/runtime-async-std", ] runtime-tokio = [ "tokio", "tls-api/runtime-tokio", "tls-api-test/runtime-tokio", "tls-api-stub/runtime-tokio", ] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework] version = "2.0.0" features = ["alpn"] [badges.travis-ci] branch = "master" repository = "https://github.com/stepancheg/rust-tls-api/"