# 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 = "suricata-ipc" version = "0.19.0" authors = ["dbcfd ", "kornstar11 "] exclude = ["resources/*.pcap"] description = "Library for sending packets to suricata and receiving output." readme = "README.md" keywords = ["pcap", "packet", "network"] categories = ["encoding", "network-programming", "parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/protectwise/suricata-ipc/" [[bench]] name = "benches" path = "benches/bench.rs" harness = false [dependencies.askama] version = "0.10" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.packet-ipc] version = "0.15.0" [dependencies.pin-project] version = "0.4" [dependencies.prost] version = "0.6" optional = true [dependencies.prost-types] version = "0.6" optional = true [dependencies.rdkafka] version = "0.24" optional = true [dependencies.regex] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.smol] version = "1.2" [dependencies.thiserror] version = "1" [dependencies.tonic] version = "0.2" optional = true [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.futures] version = "0.3" [dev-dependencies.net-parser-rs] version = "0.2" [dev-dependencies.tempfile] version = "3.0" [build-dependencies.tonic-build] version = "0.2" optional = true [features] default = [] kafka = ["rdkafka"] protobuf = ["prost", "prost-types", "tonic", "tonic-build"]