rustflow_core 0.6.0

Core types and parsers for NetFlow, IPFIX, and sFlow protocols
Documentation
# 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 = "rustflow_core"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and parsers for NetFlow, IPFIX, and sFlow protocols"
readme = false
license = "BSD-3-Clause"
resolver = "2"

[lib]
name = "rustflow_core"
path = "src/lib.rs"

[dependencies.byteorder]
version = "1.5"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.csv]
version = "1.4.0"

[dependencies.etherparse]
version = "0.19.0"

[dependencies.hex]
version = "0.4.3"
features = ["serde"]

[dependencies.log]
version = "0.4.29"

[dependencies.macaddr]
version = "1.0.1"
features = ["serde"]

[dependencies.nom]
version = "8.0.0"

[dependencies.num_enum]
version = "0.7.5"

[dependencies.primitive-types]
version = "0.14.0"
features = ["serde"]

[dependencies.rustc-hash]
version = "2.1.1"

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

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.strum_macros]
version = "0.27.2"