rabbit-auto 0.7.0

Wrappers for lapin publishers and consumers
Documentation
# 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 = "2018"
name = "rabbit-auto"
version = "0.7.0"
authors = ["Anicka Burova <anicka.burova@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrappers for lapin publishers and consumers"
readme = "README.md"
license = "MIT"
repository = "https://github.com/AnickaBurova/rabbit_auto"

[features]
chrono = ["chrono_library"]
humantime = ["humantime_library"]

[lib]
name = "rabbit_auto"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-rs]
version = "0.8.0"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.chrono_library]
version = "0.4.43"
optional = true
package = "chrono"

[dependencies.futures]
version = "0.3.31"

[dependencies.humantime_library]
version = "2.3.0"
optional = true
package = "humantime"

[dependencies.lapin]
version = "3.7.2"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.29"

[dependencies.nom]
version = "8.0.0"

[dependencies.pinky-swear]
version = "6.2.1"

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "time",
    "sync",
    "macros",
]