# 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-pg" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Postgres connection utils" homepage = "https://pepe.team" readme = "README.md" license = "MIT" repository = "https://github.com/crypto-pepe/pepe-rs" [lib] name = "pepe_pg" path = "src/lib.rs" [dependencies.diesel] version = "2.1" features = [ "postgres", "chrono", ] default-features = false [dependencies.diesel-tracing] version = "0.2.0" features = ["postgres"] optional = true [dependencies.diesel_migrations] version = "2.1" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.39.2" features = [ "rt-multi-thread", "macros", ] [features] default = [] tracing = ["dep:diesel-tracing"]