# 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 = "danube-client" version = "0.1.5" authors = ["Dan Rusei "] description = "The async client for Danube Pub/Sub messsaging platform" documentation = "https://docs.rs/danube-client" readme = "README.md" keywords = [ "danube", "pub-sub", "messaging_system", "message_broker", "event_streaming", ] license = "Apache-2.0" repository = "https://github.com/danrusei/danube" [dependencies.base64] version = "0.22.1" [dependencies.futures] version = "0.3.30" [dependencies.futures-core] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.prost] version = "0.12.4" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.thiserror] version = "1.0.59" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tonic] version = "0.11.0" [dependencies.tonic-types] version = "0.11.0" [dependencies.tracing] version = "0.1.40" [dev-dependencies.anyhow] version = "1.0.82" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [lints.rust] unsafe_code = "forbid"