# 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 = "rust_transit_kafka" version = "0.1.0" authors = ["JP Moresmau "] description = "Kafka support for rust_transit" homepage = "https://github.com/JPMoresmau/rust_events" keywords = ["message", "event", "asynchronous"] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/JPMoresmau/rust_events" [dependencies.async-trait] version = "0.1.30" [dependencies.env_logger] version = "0.7.1" [dependencies.futures] version = "0.3" features = ["thread-pool"] [dependencies.log] version = "0.4.8" [dependencies.maplit] version = "1.0.2" [dependencies.rdkafka] version = "0.23" features = ["cmake-build"] [dependencies.rust_transit] version = "0.1.0" [dependencies.rust_transit_derive] version = "0.1.0" [dependencies.serde] version = "1.0.105" features = ["derive"] [dependencies.serde_json] version = "1.0.48"