# 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 = "etcd-rs" version = "1.0.1" authors = ["lodrem "] description = "etcd client for rust" homepage = "https://github.com/lodrem/etcd-rs" documentation = "https://docs.rs/etcd-rs" readme = "README.md" keywords = [ "etcd", "future", "async", ] license = "MIT" repository = "https://github.com/lodrem/etcd-rs" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.prost] version = "0.11" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.27" [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.9" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.27" features = ["full"] [build-dependencies.tonic-build] version = "0.9" [features] default = ["tls"] tls = [ "tonic/tls", "tokio/fs", ]