# 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" rust-version = "1.64" name = "kanin" version = "0.32.1" authors = ["Victor Nordam Suadicani "] description = "An RPC microservice framework for AMQP, protobuf and Rust built on lapin (https://github.com/amqp-rs/lapin)." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/issuu/kanin" [dependencies.async-trait] version = "0.1.53" [dependencies.derive_more] version = "0.99.17" [dependencies.futures] version = "0.3.21" [dependencies.kanin_derive] version = "0.7.0" [dependencies.lapin] version = "2.3.1" [dependencies.metrics] version = "0.22.1" [dependencies.prost] version = "0.12.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.18.0" features = [ "rt", "rt-multi-thread", "macros", "signal", "sync", ] [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.4.1" features = ["v4"] [dev-dependencies.tokio] version = "1.18.0" features = [ "rt", "rt-multi-thread", "macros", "parking_lot", "signal", "sync", "time", ] [dev-dependencies.tracing-subscriber] version = "0.3.18"