# 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 = "2018" name = "zookeeper-async" version = "5.0.0" authors = [ "Kamil Rojewski ", "Nandor Kracser ", ] description = "An async ZooKeeper client" homepage = "https://github.com/krojew/rust-zookeeper" readme = "README.md" keywords = [ "zk", "zookeeper", "distributed", "coordination", "async", ] license = "MIT" repository = "https://github.com/krojew/rust-zookeeper" [dependencies.async-trait] version = "0.1" [dependencies.byteorder] version = "1.4" [dependencies.bytes] version = "1.0" [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.num_enum] version = "0.7" [dependencies.snowflake] version = "1.3" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "sync", "net", "time", "io-util", "macros", ] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.1" features = [ "std", "v4", ] [dev-dependencies.tracing-subscriber] version = "0.3" [features] unstable = []