# 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" name = "my-awesome-rabbitmq-lib" version = "0.2.9" authors = ["Jorge Clavijo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for working with RabbitMQ and asynchronous operations" readme = "README.md" keywords = [ "rabbitmq", "async", "messaging", ] categories = [ "asynchronous", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yourusername/rust-library" [lib] name = "my_awesome_rabbitmq_lib" path = "src/lib.rs" [dependencies.backoff] version = "0.4.0" features = ["tokio"] optional = true [dependencies.chrono] version = "0.4.38" features = ["serde"] optional = true default-features = false [dependencies.futures-lite] version = "2.3.0" features = ["alloc"] optional = true default-features = false [dependencies.lapin] version = "2.5.0" optional = true [dependencies.once_cell] version = "1.20.2" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.serde_json] version = "1.0" optional = true [dependencies.strum] version = "0.26.3" optional = true default-features = true [dependencies.strum_macros] version = "0.26.4" optional = true [dependencies.thiserror] version = "1.0" optional = true [dependencies.tokio] version = "1.40.0" features = [ "sync", "rt", ] optional = true [dependencies.tracing] version = "0.1.40" features = ["std"] optional = true default-features = false [dev-dependencies.ctor] version = "0.2.8" [dev-dependencies.futures] version = "0.3.31" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] default = [ "events", "std", ] events = [ "serde", "strum", "strum_macros", "chrono", ] std = [ "lapin", "tokio", "futures-lite", "thiserror", "serde_json", "tracing", "backoff", "once_cell", ]