# 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 = "async-postgres" version = "0.5.1" authors = ["Hexilee "] description = "A runtime-independent, asynchronous PostgreSQL client." readme = "README.md" keywords = ["database", "postgres", "postgresql", "sql", "async"] categories = ["database"] license = "MIT" repository = "https://github.com/Hexilee/async-postgres" [package.metadata.docs.rs] features = ["docs"] rustdoc-args = ["--cfg", "feature=\"docs\""] [dependencies.async-std] version = "1.6" [dependencies.bytes] version = "0.5" [dependencies.futures] version = "0.3" default-features = false [dependencies.tokio] version = "0.2" [dependencies.tokio-postgres] version = "0.5" default-features = false [dev-dependencies.async-std] version = "1.6" features = ["attributes"] [dev-dependencies.native-tls] version = "0.2" [dev-dependencies.postgres-native-tls] version = "0.3" [dev-dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.tokio-postgres] version = "0.5" [features] all-types = ["with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-geo-types-0_4", "with-serde_json-1", "with-uuid-0_8", "with-time-0_2"] docs = ["full"] full = ["all-types"] with-bit-vec-0_6 = ["tokio-postgres/with-bit-vec-0_6"] with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4"] with-eui48-0_4 = ["tokio-postgres/with-eui48-0_4"] with-geo-types-0_4 = ["tokio-postgres/with-geo-types-0_4"] with-serde_json-1 = ["tokio-postgres/with-serde_json-1"] with-time-0_2 = ["tokio-postgres/with-time-0_2"] with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"] [badges.codecov] repository = "Hexilee/async-postgres"