# 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 = "nacos_rust_client" version = "0.3.2" authors = ["heqingpan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "nacos rust client" readme = "README.md" keywords = [ "nacos", "client", ] license = "MIT/Apache-2.0" repository = "https://github.com/heqingpan/nacos_rust_client" [lib] name = "nacos_rust_client" path = "src/lib.rs" [dependencies.actix] version = "0.12" [dependencies.anyhow] version = "1" [dependencies.async-stream] version = "0.3.2" [dependencies.flate2] version = "1.0" [dependencies.futures-core] version = "0.3.7" [dependencies.hex] version = "0.4" [dependencies.inner-mem-cache] version = "0.1.3" [dependencies.lazy_static] version = "1.4" [dependencies.local_ipaddress] version = "0.1.3" [dependencies.log] version = "0" [dependencies.md-5] version = "0.10.0" [dependencies.prost] version = "0.11" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.6.1" [dependencies.tokio] version = "1" features = [ "net", "sync", "signal", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.9"