# 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 = "polaris-specification" version = "1.5.3" authors = ["https://github.com/polarismesh"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Service Governance Specification." homepage = "https://github.com/polarismesh/specification" readme = "README.md" keywords = [ "polaris", "solution", "governance", "specification", "proxyless", ] categories = [ "config", "asynchronous", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/polarismesh/specification.git" [lib] name = "polaris_specification" path = "src/lib.rs" [dependencies.bytes] version = "1.4.0" [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.tonic] version = "0.11.0" [build-dependencies.prost-build] version = "0.12" [build-dependencies.tonic-build] version = "0.11.0"