netflow_generator 0.2.7

Generator for Netflow Cisco V5, V7, V9, IPFIX
# 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 = "2024"
name = "netflow_generator"
version = "0.2.7"
authors = ["michael.mileusnich@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generator for Netflow Cisco V5, V7, V9, IPFIX"
readme = "README.md"
categories = [
    "encoding",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mikemiles-dev/netflow_generator/"

[[bin]]
name = "netflow_generator"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.ctrlc]
version = "3.4"

[dependencies.netflow_parser]
version = "0.9.0"

[dependencies.pcap-file]
version = "2.0"

[dependencies.rayon]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.42"
features = [
    "net",
    "rt",
]