rustflow_lib 0.6.0

High-performance flow collector library for NetFlow, IPFIX, and sFlow
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rustflow_lib"
version.workspace = true
edition = "2024"
description = "High-performance flow collector library for NetFlow, IPFIX, and sFlow"
license = "BSD-3-Clause"

[features]
default = []
tokio = ["dep:tokio"]

[dependencies]
rustflow_core = { path = "../rustflow_core", version = "0.6.0" }
chrono = "0.4"
log = "0.4"
rustc-hash = "2.1"
tokio = { version = "1", features = ["net"], optional = true }
pcap-file = "2"