# 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 = "net-queue" version = "0.4.1" authors = ["Ogier Bouvier "] description = "A framework to abstract network queues" homepage = "https://github.com/SonicFrog/net-queue" license = "MIT" [dependencies.async-trait] version = "0.1" [dependencies.dashmap] version = "5" optional = true [dependencies.futures] version = "0.3" [dependencies.lapin] version = "2" optional = true [dependencies.pin-project-lite] version = "0.2" [dependencies.postage] version = "0.5" features = ["futures-traits"] optional = true default-features = false [dependencies.snafu] version = "0.7" optional = true [dependencies.tokio] version = "1" features = [ "sync", "rt", ] optional = true [dependencies.tracing] version = "0.1" optional = true [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = ["v4"] optional = true [dev-dependencies.test-log] version = "0.2" features = ["trace"] default-features = false [dev-dependencies.tokio] version = "1" features = [ "time", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] local = [ "dashmap", "snafu", "postage", "tokio", "tracing", ] rabbitmq = [ "lapin", "snafu", "tokio", "uuid", "tracing", ]