# 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" rust-version = "1.66" name = "eventio" version = "0.11.0" authors = [ "Min Kim ", "Min Shao ", ] build = false exclude = ["/.github"] autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of event I/O processors for event-processing applications." homepage = "https://github.com/petabi/eventio" documentation = "https://docs.rs/eventio" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/petabi/eventio" [lib] name = "eventio" path = "src/lib.rs" [[example]] name = "kafka" path = "examples/kafka.rs" required-features = ["kafka"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.kafka] version = "0.9" optional = true default-features = false [dependencies.ndarray] version = "0.16" optional = true [dependencies.nom] version = "7" [dependencies.pcap-parser] version = "0.14" features = [ "data", "serialize", ] optional = true [dependencies.rmp-serde] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [features] default = [] kafka = ["dep:kafka"] ndarray = ["dep:ndarray"] pcap = ["pcap-parser"] [badges.codecov] repository = "petabi/eventio" service = "github"