# 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 = "2018" name = "r-harvest" version = "0.2.4" authors = ["Johny Jose "] description = "Transactional Outbox implementation for Kafka and Postgres" readme = "README.md" keywords = ["kafka", "outbox", "transaction"] license = "MIT" repository = "https://github.com/atrniv/r-harvester" [dependencies.color-eyre] version = "0.5" [dependencies.config] version = "0.11.0" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.0" [dependencies.hostname] version = "0.3.1" [dependencies.humantime-serde] version = "1.0.1" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4.0" features = ["release_max_level_info"] [dependencies.r-neli] version = "0.1.4" [dependencies.rdkafka] version = "0.28" [dependencies.serde] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.signal-hook] version = "0.3.8" [dependencies.signal-hook-tokio] version = "0.3.0" features = ["futures-v0_3"] [dependencies.sqlx] version = "0.5.7" features = ["runtime-tokio-rustls", "postgres"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]