flowprep 0.2.0

Convert network telemetry (pcap, flow CSVs, vendor exports) into ML-ready canonical NetFlow parquet
# 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"
rust-version = "1.85"
name = "flowprep"
version = "0.2.0"
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert network telemetry (pcap, flow CSVs, vendor exports) into ML-ready canonical NetFlow parquet"
homepage = "https://deeptempo.ai"
readme = "README.md"
keywords = [
    "netflow",
    "pcap",
    "parquet",
    "arrow",
    "security",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/DeepTempo/flowprep"

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

[dependencies.arrow]
version = "59.0.0"
features = ["prettyprint"]

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.etherparse]
version = "0.20.1"

[dependencies.parquet]
version = "59.0.0"
features = [
    "arrow",
    "zstd",
]

[dependencies.pcap-parser]
version = "0.17.0"

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

[dependencies.serde_json]
version = "1.0.150"

[profile.release]
lto = true