# 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 = "pg_wire" version = "0.8.1" authors = ["Alex Dukhno ", "Steven "] include = ["src/**/*.rs", "Cargo.toml"] description = "Server Side implementation of PostgreSQL Wire Protocol" keywords = ["protocol", "postgresql", "postgres", "database"] license = "Apache-2.0" repository = "https://github.com/alex-dukhno/pg_wire" [package.metadata.docs.rs] features = ["mock_net"] [dependencies.async-io] version = "1.3.1" optional = true [dependencies.async-mutex] version = "1.4.0" [dependencies.blocking] version = "1.0.0" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.futures-lite] version = "1.11.3" [dependencies.native-tls] version = "0.2.7" [dependencies.pg_wire_payload] version = "0.1.0" [dependencies.rand] version = "0.7" [dependencies.rand_core] version = "0.6.2" [dependencies.tokio] version = "1.4.0" features = ["net", "fs", "io-util"] optional = true [dependencies.tokio-native-tls] version = "0.3.0" optional = true [dev-dependencies.rstest] version = "0.7.0" [dev-dependencies.smol] version = "1.2.5" [dev-dependencies.tokio] version = "1.4.0" features = ["net", "io-util", "rt", "rt-multi-thread"] [features] async_io = ["async-io", "blocking"] default = [] mock_net = [] tokio_net = ["tokio", "tokio-native-tls"]