# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "push_the_elephant" version = "0.0.2" authors = ["fcracker79 "] description = "A push-based tool to move data from PostGreSQL to Apache Kafka" license = "MIT" [dependencies.derive_builder] version = "0.7.2" [dependencies.fallible-iterator] version = "0.1.3" [dependencies.kafka] version = "0.7" [dependencies.log] version = "0.4.7" [dependencies.postgres] version = "0.15" [dependencies.serde_json] version = "1.0" [dependencies.yaml-rust] version = "0.4.3" [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.rand] version = "0.7.0" [dev-dependencies.retry] version = "0.5.1"