# 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_parcel" version = "1.2.0" authors = ["Jacob Elder"] exclude = [ "screenshots", ".vscode", "release.sh", "Brewfile", ".github", ] description = "A very minimal subset of `pg_dump --data-only` with multi-tenancy in mind." readme = "README.md" keywords = ["postgresql"] categories = [ "database", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vendrinc/pg_parcel" [dependencies.clap] version = "4.1.8" features = [ "derive", "wrap_help", ] [dependencies.indicatif] version = "0.17.0" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.postgres] version = "0.19.4" features = ["array-impls"] [dependencies.regex] version = "1" [dependencies.rustls] version = "0.20.7" features = ["dangerous_configuration"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0.136" [dependencies.suggest] version = "0.4.0" [dependencies.tokio-postgres-rustls] version = "0.9.0" [dependencies.toml] version = "0.7.3" [dependencies.webpki] version = "0.22.0"