# 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 = "rust-pgdatadiff" version = "0.1.6" description = "Rust library for comparing two PostgreSQL databases" homepage = "https://github.com/pavlospt/rust-pgdatadiff" documentation = "https://docs.rs/rust-pgdatadiff" readme = "README.md" keywords = [ "postgres", "postgresql", "diff", ] license = "MIT" repository = "https://github.com/pavlospt/rust-pgdatadiff" [lib] name = "rust_pgdatadiff" crate-type = ["lib"] test = true edition = "2021" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1.80" [dependencies.cargo-nextest] version = "0.9.72" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.deadpool-postgres] version = "0.14.0" [dependencies.futures] version = "0.3.30" features = ["async-await"] default-features = true [dependencies.native-tls] version = "0.2.12" [dependencies.postgres-native-tls] version = "0.5.0" [dependencies.pretty_assertions] version = "1.4.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.tokio] version = "1" features = ["full"]