# 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] name = "zookeeper" version = "0.8.0" authors = ["Nandor Kracser "] description = "A minimal ZooKeeper client" homepage = "https://github.com/bonifaido/rust-zookeeper" documentation = "http://bonifaido.github.io/rust-zookeeper" readme = "README.md" keywords = [ "zk", "zookeeper", "distributed", "coordination", ] license = "MIT" repository = "https://github.com/bonifaido/rust-zookeeper" [[test]] name = "test" path = "tests/test.rs" [dependencies.byteorder] version = "1.2" [dependencies.bytes] version = "0.5" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" [dependencies.mio] version = "0.6" [dependencies.mio-extras] version = "2" [dependencies.snowflake] version = "1.0.0" [dependencies.zookeeper_derive] version = "0.4.1" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.uuid] version = "0.8.1" features = ["v4"] [features] unstable = []