# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "joyent-tokio-zookeeper" version = "0.1.3" authors = ["Jon Gjengset ", "Isaac Davis "] description = "Asynchronous client library for interacting with Apache ZooKeeper" homepage = "https://github.com/joyent/tokio-zookeeper" readme = "README.md" keywords = ["zookeeper", "tokio", "asynchronous"] categories = ["api-bindings", "asynchronous", "network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/joyent/tokio-zookeeper.git" [dependencies.byteorder] version = "1.2" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.lazy_static] version = "1.0" [dependencies.slog] version = "2.3.2" [dependencies.tokio] version = "0.1" [dev-dependencies.slog-async] version = "2.3.0" [dev-dependencies.slog-term] version = "2.4.0" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "jonhoo/tokio-zookeeper"