# 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-rust" version = "0.2.0-alpha.0" authors = [ "polaris-contrib", "houseme ", "liaochuntao ", ] build = false exclude = [ "examples/*", "benches/*", "tests/*", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight Rust SDK used as Proxyless Service Governance Solution." homepage = "https://polarismesh.cn" documentation = "https://docs.rs/polaris-rust" readme = "README.md" keywords = [ "polaris", "discovery", "configuration", "governance", ] categories = [ "network-programming", "development-tools", ] license = "BSD-3-Clause OR MIT OR Apache-2.0" repository = "https://github.com/polaris-contrib/polaris-rust" [lib] name = "polaris_rust" path = "src/lib.rs" [dependencies.aes] version = "0.7.4" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22.1" [dependencies.block-modes] version = "0.8.1" [dependencies.bytes] version = "1.4.0" [dependencies.dashmap] version = "5.4.0" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "0.2.12" [dependencies.hyper] version = "1.5.0" features = ["full"] [dependencies.once_cell] version = "1.19.0" [dependencies.prost] version = "0.12.4" [dependencies.prost-build] version = "0.12.4" [dependencies.prost-types] version = "0.12.4" [dependencies.rand] version = "0.8.4" [dependencies.reqwest] version = "0.12.8" features = ["blocking"] [dependencies.rsa] version = "0.9.6" [dependencies.schemars] version = "0.8.16" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde-duration-ext] version = "0.1.0" [dependencies.serde_json] version = "1.0.116" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.16" [dependencies.tonic] version = "0.11.0" [dependencies.tower] version = "0.4.13" [dependencies.tracing] version = "0.1.36" [dependencies.uuid] version = "1.8.0" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["default"]