# 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" rust-version = "1.56.0" name = "async-amqp" version = "2.0.0" authors = ["Marc-Antoine Perennou "] description = "lapin integration with async-std" documentation = "https://docs.rs/async-amqp" readme = "README.md" keywords = ["amqp", "async-std", "rabbitmq", "mio", "futures"] categories = ["database"] license = "MIT" repository = "https://github.com/amqp-rs/lapin" resolver = "2" [dependencies.async-executor-trait] version = "^2.1" [dependencies.async-lapin] version = "^2.0" default-features = false [dependencies.lapin] version = "^2.0" default-features = false [dev-dependencies.async-std] version = "^1.8" features = ["attributes", "default", "unstable"] [dev-dependencies.tracing] version = "^0.1" default-features = false [dev-dependencies.tracing-subscriber] version = "^0.3" features = ["fmt"] [features] default = ["async-lapin/default"] [badges.maintenance] status = "deprecated"