# 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" rust-version = "1.63" name = "simple_pg_pool" version = "0.17.0" authors = [ "Michael P. Jung ", "Thomas Dagenais ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dead simple async pool for tokio-postgres" readme = "README.md" keywords = [ "async", "database", "pool", "postgres", ] license = "MIT OR Apache-2.0" resolver = "2" [package.metadata.docs.rs] all-features = true [lib] name = "simple_pg_pool" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1.11.1" [dependencies.serde] version = "1.0.103" features = ["derive"] optional = true [dependencies.serde_1] version = "1.0" features = ["derive"] optional = true package = "serde" [dependencies.simple_pg_client] version = "0.5.1" [dependencies.tokio] version = "1.29" features = [ "rt", "sync", ] [dev-dependencies.config] version = "0.13" features = ["json"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.futures] version = "0.3.1" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [features] default = [] serde = ["dep:serde"]