# 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_json_processor_core" version = "0.1.2" authors = ["multicatch "] description = "The core logic for your Kafka processor, part of kafka-json-processor project." homepage = "https://github.com/multicatch/kafka-json-processor" documentation = "https://multicatch.github.io/kafka-json-processor/kafka_json_processor_core/" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/multicatch/kafka-json-processor" resolver = "1" [dependencies.crossbeam] version = "0.8.2" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.env_logger] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.rdkafka] version = "0.28.0" features = ["cmake-build"] [dependencies.regex] version = "1.7.0" [dependencies.serde_json] version = "1.0.83" [dependencies.tokio] version = "1.20.4" features = [ "rt", "rt-multi-thread", ]