# 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 = "chafka" version = "0.2.1" description = "Extensible service for real-time data ingestion from Kafka to ClickHouse" readme = "README.md" license = "MIT" repository = "https://github.com/beebeeep/chafka/" [[bin]] name = "chafka" path = "src/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.apache-avro] version = "0.16.0" [dependencies.chrono] version = "0.4.37" [dependencies.chrono-tz] version = "^0.8" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clickhouse-rs] version = "1.1.0-alpha.1" [dependencies.config] version = "0.14.0" [dependencies.rdkafka] version = "0.36.2" [dependencies.reqwest] version = "0.12.3" [dependencies.schema-registry-api] version = "2.0.1" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.37.0" features = [ "time", "rt-multi-thread", "macros", "full", ] [dependencies.toml] version = "0.8.12" [dependencies.uuid] version = "1.8.0" features = ["serde"]