# 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 = "quinn-boring" version = "0.1.0" description = "BoringSSL crypto provider for quinn" readme = "README.md" keywords = ["quic"] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/quinn-rs/quinn-boring" [[example]] name = "server" [[example]] name = "client" [dependencies.boring] version = "2.1.0" [dependencies.boring-sys] version = "2.1.0" [dependencies.bytes] version = "1" [dependencies.foreign-types-shared] version = "0.3.1" [dependencies.lru] version = "0.9.0" [dependencies.once_cell] version = "1.17" [dependencies.quinn] version = "0.9.3" features = [ "native-certs", "runtime-tokio", ] default_features = false [dependencies.quinn-proto] version = "0.9.3" default-features = false [dependencies.rand] version = "0.8" [dependencies.tracing] version = "0.1" [dev-dependencies.anyhow] version = "1.0.22" [dev-dependencies.assert_hex] version = "0.2.2" [dev-dependencies.assert_matches] version = "1.1" [dev-dependencies.clap] version = "3.2" features = ["derive"] [dev-dependencies.directories-next] version = "2" [dev-dependencies.hex-literal] version = "0.3.0" [dev-dependencies.rcgen] version = "0.10.0" [dev-dependencies.ring] version = "0.16.7" [dev-dependencies.rustls-pemfile] version = "1.0.0" [dev-dependencies.tokio] version = "1.0.1" features = [ "rt", "rt-multi-thread", "time", "macros", "sync", ] [dev-dependencies.tracing-futures] version = "0.2.0" features = ["std-future"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3.0" features = [ "env-filter", "fmt", "ansi", "time", "local-time", ] default-features = false [dev-dependencies.url] version = "2" [features] fips = [ "boring/fips", "boring-sys/fips", ] [badges.maintenance] status = "passively-maintained"