# 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 = "pepe-pgpool" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Postgres pool connection with check migration" homepage = "https://pepe.team" readme = "README.md" license = "MIT" repository = "https://github.com/crypto-pepe/pepe-rs" [lib] name = "pepe_pgpool" path = "src/lib.rs" [dependencies.diesel] version = "2.1" features = [ "r2d2", "postgres", "chrono", ] default-features = false [dependencies.diesel_migrations] version = "2.1" [dependencies.pepe-pg] version = "0.1.1" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.19.2" features = [ "rt-multi-thread", "macros", ] [features] diesel-32-column-tables = ["diesel/32-column-tables"] diesel-uuid = ["diesel/uuid"]