[package] name = "thalo-kafka" version = "0.5.0" authors = ["Ari Seyhun "] edition = "2021" description = "Kafka event stream for crates.io/thalo" readme = "../README.md" repository = "https://github.com/thalo-rs/thalo" license = "MIT OR Apache-2.0" keywords = ["event-sourcing", "cqrs", "event-driven", "actors", "macros"] categories = [ "database", "data-structures", "development-tools", "rust-patterns", "web-programming::http-server", ] [dependencies] async-trait = "0.1" async-stream = "0.3" futures-util = "0.3" rdkafka = "0.28" serde = "1.0" serde_json = "1.0" thalo = { version = "0.5.0", path = "../thalo", features = ["event-stream"] } thiserror = "1.0" tracing = "0.1"