# 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 = "envoy-control-plane" version = "0.4.0" build = "build.rs" description = "Envoy xDS v3 APIs" license = "Apache-2.0" repository = "https://github.com/bpowers/rust-envoy-control-plane" resolver = "2" [dependencies.pbjson-any] version = "0.2" optional = true [dependencies.pbjson-types-any] version = "0.2" optional = true [dependencies.prost] version = "0.9" [dependencies.prost-wkt-types] version = "0.3" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.tonic] version = "0.6" optional = true default-features = false [dependencies.typetag] version = "0.1" optional = true [dev-dependencies.serde_json] version = "1" [build-dependencies.pbjson-build-any] version = "0.2" optional = true [build-dependencies.prost-build] version = "0.9" [build-dependencies.tonic-build] version = "0.6" optional = true [features] default = ["grpc", "json"] grpc = ["tonic/async-trait", "tonic/codegen", "tonic/prost", "tonic/transport", "tonic-build"] json = ["pbjson-any", "pbjson-build-any", "pbjson-types-any", "prost-wkt-types", "serde", "typetag"]