# 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 = "2021" name = "tokio-boring-imp" version = "4.9.3" authors = [ "Alex Crichton ", "Ivan Nikulin ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ An implementation of SSL streams for Tokio backed by BoringSSL """ homepage = "https://github.com/cloudflare/boring" documentation = "https://docs.rs/tokio-boring" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cloudflare/boring" [package.metadata.docs.rs] features = [ "rpk", "pq-experimental", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tokio_boring_imp" path = "src/lib.rs" [[example]] name = "simple-async" path = "examples/simple-async.rs" [[test]] name = "async_custom_verify" path = "tests/async_custom_verify.rs" [[test]] name = "async_get_session" path = "tests/async_get_session.rs" [[test]] name = "async_private_key_method" path = "tests/async_private_key_method.rs" [[test]] name = "async_select_certificate" path = "tests/async_select_certificate.rs" [[test]] name = "client_server" path = "tests/client_server.rs" [[test]] name = "rpk" path = "tests/rpk.rs" [dependencies.boring] version = "4.9.3" package = "boring-imp" [dependencies.boring-sys] version = "4.9.3" package = "boring-sys-imp" [dependencies.once_cell] version = "1.0" [dependencies.tokio] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["full"] [features] fips = [ "boring/fips", "boring-sys/fips", ] fips-link-precompiled = [ "boring/fips-link-precompiled", "boring-sys/fips-link-precompiled", ] pq-experimental = ["boring/pq-experimental"] rpk = ["boring/rpk"]