# 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] name = "amqp" version = "0.1.3" authors = ["Andrii Dmytrenko "] description = "AMQP/RabbitMQ protocol client" readme = "Readme.md" keywords = ["amqp", "rabbitmq", "queue"] license = "MIT/Apache-2.0" repository = "https://github.com/Antti/rust-amqp" [lib] name = "amqp" [dependencies.amq-proto] version = "0.1.0" [dependencies.env_logger] version = "0.3" [dependencies.log] version = "0.3" [dependencies.openssl] version = "0.7.*" features = ["tlsv1_1", "tlsv1_2"] optional = true [dependencies.url] version = "1.2" [dev-dependencies] [features] default = [] tls = ["openssl"]