chirpstack_api 4.16.0

ChirpStack Protobuf / gRPC API definitions.
Documentation
# 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 = "2024"
name = "chirpstack_api"
version = "4.16.0"
authors = ["Orne Brocaar <info@brocaar.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ChirpStack Protobuf / gRPC API definitions."
homepage = "https://www.chirpstack.io"
readme = false
license = "MIT"
repository = "https://github.com/chirpstack/chirpstack"
resolver = "2"

[features]
api = [
    "tonic-prost",
    "tonic-prost-build/transport",
    "tonic/transport",
    "tonic-build/transport",
    "tokio",
]
default = [
    "api",
    "json",
]
internal = []
json = [
    "pbjson",
    "pbjson-types",
    "serde",
]
server = ["tonic/router"]

[lib]
name = "chirpstack_api"
path = "src/lib.rs"

[dependencies.getrandom]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.pbjson]
version = "0.9"
optional = true

[dependencies.pbjson-types]
version = "0.9"
optional = true

[dependencies.prost]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.tokio]
version = "1.48"
features = ["macros"]
optional = true

[dependencies.tonic]
version = "0.14"
features = ["codegen"]
optional = true
default-features = false

[dependencies.tonic-prost]
version = "0.14"
optional = true

[build-dependencies.pbjson-build]
version = "0.9"

[build-dependencies.tonic-build]
version = "0.14"
default-features = false

[build-dependencies.tonic-prost-build]
version = "0.14"
default-features = false