# 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 = "bnuuy" version = "1.1.0" authors = [ "John Gallagher ", "Evie", ] build = "build.rs" description = "Pure Rust RabbitMQ client" readme = "README.md" keywords = [ "rabbitmq", "amqp", ] categories = [ "network-programming", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/eievui5/bnuuy" [package.metadata.docs.rs] all-features = true [dependencies.amq-protocol] version = "7.1" default-features = false [dependencies.bytes] version = "1.4" [dependencies.cookie-factory] version = "0.3" [dependencies.crossbeam-channel] version = "0.5" [dependencies.indexmap] version = "2.0" [dependencies.input_buffer] version = "0.5" [dependencies.mio] version = "0.6" [dependencies.mio-extras] version = "2.0" [dependencies.native-tls-crate] version = "0.2.10" optional = true package = "native-tls" [dependencies.percent-encoding] version = "2.3" [dependencies.rustls] version = "0.20" features = ["dangerous_configuration"] optional = true [dependencies.rustls-connector] version = "0.16.1" optional = true [dependencies.rustls-native-certs] version = "0.6" optional = true [dependencies.snafu] version = "0.7" features = ["std"] default-features = false [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2.4.0" [dependencies.webpki-roots] version = "0.22" optional = true [dev-dependencies.mockstream] version = "0.0.3" [dev-dependencies.tracing-subscriber] version = "0.3.17" [dev-dependencies.uuid] version = "1.4" features = ["v4"] [build-dependencies.built] version = "0.6.1" [features] __rustls = [ "rustls", "rustls-connector", "__tls", ] __tls = [] default = ["native-tls"] native-tls = [ "native-tls-crate", "__tls", "amq-protocol/native-tls", ] rustls-tls = [ "rustls-tls-webpki-roots", "amq-protocol/rustls", ] rustls-tls-manual-roots = ["__rustls"] rustls-tls-native-roots = [ "rustls-connector/native-certs", "rustls-native-certs", "__rustls", ] rustls-tls-webpki-roots = [ "rustls-connector/webpki-roots-certs", "webpki-roots", "__rustls", ]