# 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 = "chirpstack_api" version = "4.10.2" authors = ["Orne Brocaar "] description = "ChirpStack Protobuf / gRPC API definitions." homepage = "https://www.chirpstack.io" license = "MIT" repository = "https://github.com/chirpstack/chirpstack" [dependencies.hex] version = "0.4" [dependencies.pbjson] version = "0.7" optional = true [dependencies.pbjson-types] version = "0.7" optional = true [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" optional = true [dependencies.tokio] version = "1.41" features = ["macros"] optional = true [dependencies.tonic] version = "0.12" features = [ "codegen", "prost", ] optional = true default-features = false [build-dependencies.pbjson-build] version = "0.7" [build-dependencies.tonic-build] version = "0.12" features = ["prost"] default-features = false [features] api = [ "tonic/transport", "tonic-build/transport", "tokio", ] default = [ "api", "json", ] internal = [] json = [ "pbjson", "pbjson-types", "serde", ]