# 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 = "netgauze-flow-service" version = "0.5.0" authors = ["Ahmed Elhassany "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ IPFIX/Netflow service """ homepage = "https://github.com/NetGauze/NetGauze" readme = "README.md" keywords = [ "ipfix", "netflow", "parser", "protocol", ] categories = [ "network-programming", "parsing", ] license = "Apache-2.0" repository = "https://github.com/NetGauze/NetGauze" [lib] name = "netgauze_flow_service" path = "src/lib.rs" [[example]] name = "actor-example" path = "examples/actor-example.rs" [[example]] name = "actors-example" path = "examples/actors-example.rs" [[example]] name = "print-flow" path = "examples/print-flow.rs" [dependencies.async-channel] version = "2.3" [dependencies.bytes] version = "1.7" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.netgauze-flow-pkt] version = "0.5.0" features = ["codec"] [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] [dependencies.socket2] version = "0.5" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.tokio] version = "1" features = [ "full", "full", "tracing", ] [dependencies.tokio-util] version = "0.7" features = [ "codec", "full", "tracing", ] [dependencies.tracing] version = "0.1" [dev-dependencies.chrono] version = "0.4" features = [ "std", "serde", "std", "clock", ] default-features = false [dev-dependencies.serde_json] version = "1" [dev-dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.tracing-test] version = "0.2"