# 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 = "dms-cdc-operator" version = "0.1.20" build = false exclude = ["script.sh"] autobins = false autoexamples = false autotests = false autobenches = false description = "The dms-cdc-operator 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-dms-cdc-operator" documentation = "https://docs.rs/dms-cdc-operator" readme = "README.md" keywords = [ "postgres", "s3", "cdc", "parquet", "polars", ] license = "MIT" repository = "https://github.com/nikoshet/rust-dms-cdc-operator" [lib] name = "dms_cdc_operator" crate-type = ["lib"] path = "src/lib.rs" 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.chrono] version = "0.4.37" [dependencies.clap] version = "4.5.4" [dependencies.colored] version = "2.1.0" [dependencies.deadpool-postgres] version = "0.14.0" [dependencies.futures] version = "0.3.30" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.log] version = "0.4.21" [dependencies.native-tls] version = "0.2.12" [dependencies.polars] version = "0.40.0" features = [ "timezones", "json", "lazy", "aws", "parquet", "dtype-decimal", "streaming", "strings", ] [dependencies.polars-core] version = "0.40.0" [dependencies.postgres-native-tls] version = "0.5.0" [dependencies.rust-pgdatadiff] version = "0.1.6" [dependencies.rust_decimal] version = "1.35.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.cargo-nextest] version = "0.9.72" [dev-dependencies.mockall] version = "0.12.1"