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