# 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 = "carrot-cake" version = "0.1.4" description = "An a-peeling pub/sub framework" readme = "README.md" keywords = [ "amqp", "rabbitmq", "async", "lapin", "pubsub", ] categories = [ "network-programming", "web-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/TrueLayer/carrot-cake" [dependencies.amq-protocol-types] version = "7.0" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.cookie-factory] version = "0.3" [dependencies.deadpool] version = "0.9" features = ["managed"] default-features = false [dependencies.futures-util] version = "0.3" [dependencies.lapin] version = "2.1" features = ["native-tls"] [dependencies.native-tls] version = "0.2" [dependencies.redact] version = "0.1" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-aux] version = "4" [dependencies.shutdown-handler] version = "0.1" [dependencies.task-local-extensions] version = "0.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.27" features = [ "time", "macros", ] [dependencies.tokio-executor-trait] version = "2.1" [dependencies.tracing] version = "0.1" features = [ "log", "attributes", ] [dependencies.uuid] version = "1.3" features = [ "v4", "serde", ] [dev-dependencies.fake] version = "2.5" [dev-dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dev-dependencies.tokio] version = "1.27" features = ["full"]