# 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 = "ya-etcd-rs" version = "1.2.2" authors = [ "lodrem ", "fiekers ", "diablur ", ] build = "build.rs" exclude = [ "hack/", "examples/", "Makefile", "justfile", ] autobins = false autoexamples = false autotests = false autobenches = false description = "etcd client for rust" homepage = "https://github.com/Fiekers/etcd-rs" readme = "README.md" keywords = [ "etcd", "future", "async", ] license = "MIT" repository = "https://github.com/Fiekers/etcd-rs" [lib] name = "ya_etcd_rs" path = "src/lib.rs" [dependencies.futures] version = "0.3" [dependencies.http] version = "1.1" [dependencies.prost] version = "0.13" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40" [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.12" [dev-dependencies.tokio] version = "1.40" features = [ "macros", "rt-multi-thread", ] [build-dependencies.tonic-build] version = "0.12" [features] default = [] tls = [ "tonic/tls", "tokio/fs", ] [lints.clippy] module_inception = "allow" [lints.rust] dead_code = "allow"