# 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 = "yb-postgres-native-tls" version = "0.5.0-yb-1-beta.2" authors = ["Steven Fackler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TLS support for yb-tokio-postgres via native-tls" homepage = "https://www.yugabyte.com/" documentation = "https://docs.yugabyte.com/stable/drivers-orms/rust/yb-rust-postgres" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/yugabyte/rust-postgres" resolver = "2" [lib] name = "yb_postgres_native_tls" path = "src/lib.rs" [dependencies.native-tls] version = "0.2" [dependencies.tokio] version = "1.0" [dependencies.tokio-native-tls] version = "0.3" [dependencies.yb-tokio-postgres] version = "0.7.10-yb-1-beta.2" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "net", "rt", ] [dev-dependencies.yb-postgres] version = "0.19.7-yb-1-beta.2" [features] default = ["runtime"] runtime = ["yb-tokio-postgres/runtime"] [badges.circle-ci] repository = "yugabyte/rust-postgres"