# 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] edition = "2018" name = "cueball-manatee-primary-resolver" version = "0.5.1" authors = ["Kelly McLaughlin ", "Isaac Davis "] description = "An implementation of the cueball Resolver trait that is specific to the Joyent manatee project. It queries a zookeeper\ncluster to determine the PostgreSQL replication primary from a set of PostgreSQL replication peers.\n" readme = "./README.md" keywords = ["pool", "joyent"] license = "MPL-2.0" repository = "https://github.com/joyent/rust-cueball" [dependencies.backoff] version = "0.1.6" [dependencies.clap] version = "2.32" [dependencies.cueball] version = "0.3.5" [dependencies.failure] version = "0.1.5" [dependencies.futures] version = "0.1.28" [dependencies.itertools] version = "0.8.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.102" features = ["derive"] [dependencies.serde_json] version = "1.0.40" [dependencies.slog] version = "2.4.1" features = ["max_level_trace"] [dependencies.slog-bunyan] version = "2.2.0" [dependencies.tokio] version = "0.1.22" [dependencies.tokio-zookeeper] version = "0.1.3" package = "joyent-tokio-zookeeper" [dependencies.url] version = "2.1.0" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.quickcheck] version = "0.8.0" [dev-dependencies.serial_test] version = "0.3.2"