# 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" version = "0.1.9" exclude = ["script.sh"] description = "The rust-cdc-validator is a Rust-based utility 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" readme = "README.md" keywords = [ "postgres", "s3", "cdc", "parquet", "polars", ] license = "MIT" repository = "https://github.com/nikoshet/rust-cdc-validator" [lib] name = "rust_cdc_validator" crate-type = ["lib"] test = true edition = "2021" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.79" [dependencies.aws-sdk-s3] version = "1.21.0" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.37" [dependencies.colored] version = "2.1.0" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.log] version = "0.4.21" [dependencies.polars] version = "0.39.2" features = [ "timezones", "json", "lazy", "aws", "parquet", "dtype-decimal", "streaming", "strings", ] [dependencies.polars-core] version = "0.39.2" [dependencies.polars-utils] version = "0.39.2" [dependencies.rust-pgdatadiff] version = "0.1.4" [dependencies.rust_decimal] version = "1.35.0" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.115" features = [ "preserve_order", "arbitrary_precision", ] [dependencies.sqlx] version = "0.7.4" features = [ "postgres", "runtime-tokio", "tls-native-tls", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.mockall] version = "0.12.1"