# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "amiquip" version = "0.4.2" authors = ["John Gallagher "] 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/jgallagher/amiquip" [package.metadata.docs.rs] all-features = true [dependencies.amq-protocol] version = "1.4" [dependencies.bytes] version = "1.1" [dependencies.cookie-factory] version = "0.2" [dependencies.crossbeam-channel] version = "0.5" [dependencies.indexmap] version = "1.6" [dependencies.input_buffer] version = "0.5" [dependencies.log] version = "0.4" [dependencies.mio] version = "0.6" [dependencies.mio-extras] version = "2.0" [dependencies.native-tls] version = "0.2" optional = true [dependencies.percent-encoding] version = "2.1" [dependencies.snafu] version = "0.7" features = ["std"] default-features = false [dependencies.url] version = "2.2.2" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.mockstream] version = "0.0.3" [dev-dependencies.uuid] version = "0.8" features = ["v4"] [build-dependencies.built] version = "0.5.1" [features] default = ["native-tls"]