# 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 = "roa-pg" version = "0.5.1" authors = ["Hexilee "] description = "tokio-postgres integration with roa framework" homepage = "https://github.com/Hexilee/roa/wiki" documentation = "https://docs.rs/roa-pg" readme = "./README.md" keywords = ["http", "web", "framework", "database"] categories = ["database"] license = "MIT" repository = "https://github.com/Hexilee/roa" [package.metadata.docs.rs] features = ["docs"] rustdoc-args = ["--cfg", "feature=\"docs\""] [dependencies.async-std] version = "1.5" [dependencies.bytes] version = "0.5.3" [dependencies.futures] version = "0.3.4" [dependencies.roa] version = "0.5.0" default-features = false [dependencies.tokio] version = "0.2.13" [dependencies.tokio-postgres] version = "0.5.2" default-features = false [dependencies.tokio-rustls] version = "0.13.0" features = ["unstable"] [dependencies.webpki] version = "0.21.2" [dev-dependencies.async-std] version = "1.5" features = ["attributes"] [dev-dependencies.roa] version = "0.5.0" [features] docs = ["roa/docs"] 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"]