# 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 = "lapinou" version = "2.0.0" authors = ["Marc-Antoine Perennou "] description = "lapin integration with smol" documentation = "https://docs.rs/lapinou" readme = "README.md" keywords = ["amqp", "rabbitmq", "mio", "futures", "smol"] categories = ["database"] license = "MIT" repository = "https://github.com/amqp-rs/lapin" resolver = "2" [dependencies.async-lapin] version = "^2.0" default-features = false [dependencies.lapin] version = "^2.0" default-features = false [dependencies.smol-executor-trait] version = "^2.1" [dev-dependencies.smol] version = "^1.0" [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"