# 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-tonic-discover" version = "0.3.2" authors = ["heqingpan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "nacos tonic discover " readme = "README.md" keywords = [ "nacos", "tonic", "discover", ] license = "MIT/Apache-2.0" repository = "https://github.com/heqingpan/nacos_rust_client" [lib] name = "nacos_tonic_discover" path = "src/lib.rs" [dependencies.actix] version = "0.12" [dependencies.anyhow] version = "1" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0" [dependencies.nacos_rust_client] version = "0.3" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.tonic] version = "0.7" [dependencies.tower] version = "0.4"