# 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-postgres-connection" version = "0.3.2" authors = ["Kelly McLaughlin "] description = "This is an implementation of the cueball Connection trait for postgres::Client from the rust-postgres crate.\n" readme = "../../README.md" keywords = ["pool", "joyent"] license = "MPL-2.0" repository = "https://github.com/joyent/rust-cueball" [dependencies.cueball] version = "0.3.5" [dependencies.native-tls] version = "0.2.3" [dependencies.postgres] version = "0.17.3" [dependencies.postgres-native-tls] version = "0.3.0" [dependencies.postgres-protocol] version = "= 0.5.1" [dependencies.serde] version = "1.0.84" [dependencies.serde_derive] version = "1.0.84" [dependencies.unicode-normalization] version = "=0.1.5" [dev-dependencies.cueball-static-resolver] version = "0.3.0" [dev-dependencies.slog] version = "2.4.1" [dev-dependencies.slog-term] version = "2.4.0"