# 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.6.0" authors = ["Anicka Burova "] build = 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" [lib] name = "rabbit_auto" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.async-std] version = "1.13.0" optional = true [dependencies.async-trait] version = "0.1.83" [dependencies.chrono_library] version = "0.4.38" optional = true package = "chrono" [dependencies.executor-trait] version = "2.1.0" [dependencies.futures] version = "0.3.31" [dependencies.humantime_library] version = "2.1.0" optional = true package = "humantime" [dependencies.lapin] version = "2.5.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.nom] version = "7.1.3" [dependencies.pinky-swear] version = "6.2.0" [dependencies.reactor-trait] version = "1.1.0" [dependencies.tokio] version = "1.40.0" features = [ "rt", "time", "sync", "macros", ] optional = true [features] async_std_runtime = ["async-std"] chrono = ["chrono_library"] default = ["tokio_runtime"] humantime = ["humantime_library"] tokio_runtime = ["tokio"]