# 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-cdc-validator-client" version = "0.1.9" description = "The rust-cdc-validator is a Rust-based client for comparing the state of a list of tables in an Amazon RDS database with data stored in Parquet files on Amazon S3, particularly useful for change data capture (CDC) scenarios" homepage = "https://github.com/nikoshet/rust-cdc-validator" documentation = "https://docs.rs/rust-cdc-validator-client" readme = "README.md" keywords = [ "postgres", "s3", "cdc", "parquet", "polars", ] license = "MIT" repository = "https://github.com/nikoshet/rust-cdc-validator" [dependencies.anyhow] version = "1.0" [dependencies.aws-config] version = "1.1.7" features = ["behavior-version-latest"] [dependencies.aws-sdk-s3] version = "1.21.0" [dependencies.clap] version = "4.5.4" features = ["derive"] optional = true [dependencies.colored] version = "2.1.0" [dependencies.inquire] version = "0.7.4" optional = true [dependencies.rust-cdc-validator] version = "0.1.9" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [features] default = ["with-inquire"] with-clap = ["dep:clap"] with-inquire = ["dep:inquire"]