# 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-zookeeper" version = "0.4.0" authors = [ "Jon Gjengset ", "Stackable GmbH ", ] description = "Asynchronous client library for interacting with Apache ZooKeeper" homepage = "https://github.com/jonhoo/tokio-zookeeper" readme = "README.md" keywords = [ "zookeeper", "tokio", "asynchronous", ] categories = [ "api-bindings", "asynchronous", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/jonhoo/tokio-zookeeper.git" [dependencies.async-trait] version = "0.1.80" [dependencies.byteorder] version = "1.5.0" [dependencies.futures] version = "0.3.30" [dependencies.once_cell] version = "1.19.0" [dependencies.pin-project] version = "1.1.5" [dependencies.snafu] version = "0.8.2" [dependencies.tokio] version = "1.37.0" features = [ "net", "rt", "time", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1.37.0" features = ["macros"] [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] [badges.maintenance] status = "experimental"