# 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 = "kafka-to-worterbuch" version = "1.1.4" authors = ["Michael Bachmann "] description = "Dump kafka topics into a Wörterbuch" readme = "README.md" keywords = [ "worterbuch", "kafka", "connector", "state", "store", ] categories = [ "database-implementations", "web-programming", "caching", ] license = "MIT" repository = "https://github.com/babymotte/kafka-to-worterbuch/" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.apache-avro] version = "0.16.0" [dependencies.async-trait] version = "0.1.73" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.miette] version = "5.10.0" features = ["fancy"] [dependencies.rdkafka] version = "0.34.0" features = ["cmake-build"] [dependencies.schema_registry_converter] version = "3.1.0" features = [ "futures", "avro", ] default-features = false [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.serde_json_path] version = "0.6.2" [dependencies.tokio] version = "1.30.0" features = ["rt"] [dependencies.tokio-graceful-shutdown] version = "0.13.0" [dependencies.url] version = "2.4.0" features = ["serde"] [dependencies.worterbuch-client] version = "0.41.2"