# 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.72.0" name = "astarte-message-hub-proto" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Astarte message hub protocol buffers for Rust" homepage = "https://astarte.cloud/" documentation = "https://docs.rs/astarte-message-hub-proto" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/astarte-platform/astarte-message-hub-proto" [lib] name = "astarte_message_hub_proto" path = "src/lib.rs" [dependencies.chrono] version = "0.4.0" [dependencies.pbjson-types] version = "0.6.0" [dependencies.prost] version = "0.12.0" [dependencies.serde] version = "1.0.0" [dependencies.serde_json] version = "1.0.0" [dependencies.thiserror] version = "1.0.0" [dependencies.tonic] version = "0.11.0" [dependencies.uuid] version = "1.0.0" features = ["v4"] [dev-dependencies.clap] version = "4.3.24" features = ["derive"] [dev-dependencies.env_logger] version = "0.11.0" [dev-dependencies.log] version = "0.4.0" [dev-dependencies.tokio] version = "1.33.0" features = [ "rt-multi-thread", "macros", ]