# 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 = "madsim-etcd-client" version = "0.6.0+0.14.0" authors = ["Runji Wang "] description = "The etcd simulator on madsim." homepage = "https://github.com/madsim-rs/madsim" readme = "README.md" keywords = [ "etcd", "api", "client", "async", "simulator", ] categories = [ "network-programming", "asynchronous", "simulation", ] license = "Apache-2.0" repository = "https://github.com/madsim-rs/madsim" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3" [target."cfg(madsim)".dependencies.futures-util] version = "0.3" [target."cfg(madsim)".dependencies.http] version = "1" [target."cfg(madsim)".dependencies.madsim] version = "0.2.20" [target."cfg(madsim)".dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(madsim)".dependencies.serde_with] version = "3" [target."cfg(madsim)".dependencies.spin] version = "0.9" [target."cfg(madsim)".dependencies.thiserror] version = "1" [target."cfg(madsim)".dependencies.tokio] version = "1" features = ["sync"] [target."cfg(madsim)".dependencies.toml] version = "0.8" [target."cfg(madsim)".dependencies.tonic] version = "0.12" features = ["transport"] default-features = false [target."cfg(madsim)".dependencies.tracing] version = "0.1" [target."cfg(not(madsim))".dependencies.etcd-client] version = "0.14" [lints.rust.unexpected_cfgs] level = "warn" priority = 0