# 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 = "pgw" version = "0.2.5" description = "auto reconnect tokio postgres" homepage = "https://github.com/xxai-art/pgw" readme = "README.md" license = "BUSL-1.1" repository = "https://github.com/xxai-art/pgw.git" [dependencies.futures] version = "0.3.28" [dependencies.tokio] version = "1.32.0" features = [ "macros", "rt", "rt-multi-thread", "sync", ] [dependencies.tokio-postgres] version = "0.7.15" package = "xxai-tokio-postgres" [dependencies.tracing] version = "0.1.37" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.loginit] version = "0.1.2"