# 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 = "postgresql_commands" version = "0.17.3" authors = ["Brian Heineman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PostgreSQL commands for interacting with a PostgreSQL server." readme = "README.md" keywords = [ "postgresql", "postgres", "embedded", "database", "server", ] categories = ["database"] license = "(Apache-2.0 OR MIT) AND PostgreSQL" repository = "https://github.com/theseus-rs/postgresql-embedded" [lib] name = "postgresql_commands" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" features = ["full"] optional = true [dependencies.tracing] version = "0.1.40" features = ["log"] [dev-dependencies.test-log] version = "0.2.16" [dev-dependencies.tokio] version = "1.41.1" features = ["full"] [features] default = [] tokio = ["dep:tokio"]