# 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-static-resolver" version = "0.3.1" authors = ["Kelly McLaughlin "] description = "This is an implementation of the cueball Resolver trait that provides a static list of backends for use by the connection pool.\n" readme = "../../README.md" keywords = ["pool", "joyent"] license = "MPL-2.0" repository = "https://github.com/joyent/rust-cueball" [dependencies.cueball] version = "0.3.5" [dev-dependencies.cueball-tcp-stream-connection] version = "0.3.0" [dev-dependencies.slog] version = "2.4.1" [dev-dependencies.slog-term] version = "2.4.0"