# 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 = "tokio-etcd" version = "0.0.0-alpha0" description = "An opinionated etcd client for use with tokio" license = "MIT" [dependencies.arc-swap] version = "1.7.1" [dependencies.futures] version = "0.3" [dependencies.http] version = "1.1.0" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.38.0" [dependencies.tokio-etcd-grpc-client] version = "0.1.0" [dependencies.tokio-stream] version = "0.1.15" features = ["sync"] [dependencies.tokio-util] version = "0.7.11" features = ["time"] [dependencies.tonic] version = "0.12.1" [dependencies.tracing] version = "0.1.40" features = ["log"] [dev-dependencies.expect-test] version = "1.5.0"