# 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" version = "0.3.5" authors = ["Kelly McLaughlin ", "Jon Anderson ", "Isaac Davis "] description = "A connection pool to manage connections to a multi-node service.\n" readme = "../README.md" keywords = ["pool", "joyent"] license = "MPL-2.0" repository = "https://github.com/joyent/rust-cueball" [dependencies.backoff] version = "0.1.5" [dependencies.base64] version = "0.10.1" [dependencies.chrono] version = "0.4.7" [dependencies.derive_more] version = "0.14.0" [dependencies.rand] version = "0.7.0" [dependencies.sha1] version = "0.6.0" [dependencies.slog] version = "2" [dependencies.slog-stdlog] version = "3" [dependencies.timer] version = "0.2.0" [dependencies.typenum] version = "= 1.10.0" [dev-dependencies.slog-term] version = "2.4.0"