# 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 = "pg-setup" version = "0.2.0" exclude = [ ".dir-locals.el", "DEV.org", "doc/*", ] description = "Helper to create and drop postgres DBs. Useful for testing." homepage = "https://github.com/rksm/pg-setup-rs" readme = "README.md" keywords = [ "postgres", "sqlx", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/rksm/pg-setup-rs" [dependencies.async-trait] version = "0.1.61" [dependencies.sqlx] version = "0.7" features = ["postgres"] optional = true default-features = false [dependencies.thiserror] version = "1.0.38" [dependencies.tracing] version = "0.1.34" [dependencies.url] version = "2.3.1" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = [ "fmt", "env-filter", ] [features] default = ["sqlx"]