# 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 = "zkstate" version = "0.1.23" authors = ["Colum McGaley "] description = "Share a struct across multiple instances of an application using zookeeper" homepage = "https://rust.volf.co/zkstate" readme = "README.md" keywords = ["zookeeper", "shared-state"] categories = ["concurrency"] license = "Apache-2.0" repository = "https://github.com/volfco/zkstate" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0" features = ["derive", "rc"] [dependencies.serde_json] version = "1.0" [dependencies.treediff] version = "4.0" features = ["with-serde-json"] [dependencies.uuid] version = "0.8" features = ["v4"] [dependencies.zookeeper] version = "0.6" [dev-dependencies.env_logger] version = "0.9"