xds-types 0.1.0

Generated protobuf types for Envoy xDS APIs
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 = "2021"
rust-version = "1.75"
name = "xds-types"
version = "0.1.0"
build = "build.rs"
include = [
    "src/**",
    "generated/**/*.rs",
    "build.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated protobuf types for Envoy xDS APIs"
readme = false
keywords = [
    "xds",
    "envoy",
    "protobuf",
    "grpc",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nebucloud/nebucloud-xds"

[features]
regenerate-protos = [
    "dep:prost-build",
    "dep:tonic-build",
    "dep:glob",
]

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

[dependencies.prost]
version = "0.13"

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

[dependencies.tonic]
version = "0.12"

[build-dependencies.glob]
version = "0.3"
optional = true

[build-dependencies.prost-build]
version = "0.13"
optional = true

[build-dependencies.tonic-build]
version = "0.12"
optional = true

[lints.clippy]
expect_used = "warn"
panic = "warn"
unwrap_used = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"