# 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 = "xds-api" version = "0.1.0" authors = ["Junction Labs"] description = """ Protocol buffer types for working with Envoy's xDS APIs. """ homepage = "https://github.com/junction-labs/xds-api" readme = "README.md" keywords = [ "grpc", "xds", "envoy", ] license = "Apache-2.0" repository = "https://github.com/junction-labs/xds-api" [lib] doctest = false [dependencies.enum-map] version = "2.7" [dependencies.once_cell] version = "1.19" [dependencies.pbjson] version = "0.7" optional = true [dependencies.prost] version = "0.12" [dependencies.serde] version = "1.0" optional = true [dependencies.tonic] version = "0.11" features = [ "prost", "codegen", ] default-features = false [dev-dependencies.anyhow] version = "1" [dev-dependencies.glob] version = "0.3" [dev-dependencies.pbjson-build] version = "0.7" [dev-dependencies.prost-build] version = "0.12" [dev-dependencies.prost-types] version = "0.12" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.toml] version = "0.8" [dev-dependencies.tonic-build] version = "0.11" features = ["prost"] default-features = false [dev-dependencies.xshell] version = "0.2" [features] descriptor = [] pbjson = [ "dep:pbjson", "dep:serde", ]