# 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 = "postgres_secrets" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Secure access to Postgres credentials." homepage = "https://github.com/MaxBondABE/postgres_secrets" readme = "README.md" keywords = [ "postgres", "postgresql", ] categories = ["database"] license = "Unlicense" repository = "https://github.com/MaxBondABE/postgres_secrets" [lib] name = "postgres_secrets" path = "src/lib.rs" [dependencies.home] version = "0.5.9" [dependencies.log] version = "0.4.22" features = ["std"] [dependencies.nom] version = "7.1.3" [dependencies.postgres] version = "0.19.9" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.thiserror] version = "2.0.1" [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.proptest] version = "1.5.0"