# 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 = "2021" name = "c3p0_postgres" version = "0.71.1" authors = ["Francesco Cina "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A good friend for r2d2" homepage = "https://github.com/ufoscout/c3p0" readme = "README.md" keywords = [ "mysql", "postgres", "pg", "sqlite", "json", ] license = "MIT" repository = "https://github.com/ufoscout/c3p0" [lib] name = "c3p0_postgres" path = "src/lib.rs" [dependencies.c3p0_common] version = "0.71.1" [dependencies.deadpool] version = "0.12" features = ["rt_tokio_1"] [dependencies.deadpool-postgres] version = "0.14" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.tokio-postgres] version = "0.7" features = [ "with-serde_json-1", "with-uuid-1", ] [dependencies.uuid] version = "1" features = [ "serde", "v4", ] [dev-dependencies.testcontainers] version = "0.11" features = [ "mysql", "postgres", ] package = "testcontainers-modules" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]