# 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 = "netflow_parser" version = "0.4.8" authors = ["michael.mileusnich@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parser for Netflow Cisco V5, V7, V9, IPFIX" readme = "README.md" categories = [ "encoding", "network-programming", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mikemiles-dev/netflow_parser/" [lib] name = "netflow_parser" path = "src/lib.rs" [[example]] name = "netflow_udp_listener_multi_threaded" path = "examples/netflow_udp_listener_multi_threaded.rs" [[example]] name = "netflow_udp_listener_single_threaded" path = "examples/netflow_udp_listener_single_threaded.rs" [[example]] name = "netflow_udp_listener_tokio" path = "examples/netflow_udp_listener_tokio.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.mac_address] version = "1.1.5" [dependencies.nom] version = "7.1.3" [dependencies.nom-derive] version = "0.10.1" [dependencies.serde] version = "1.0.166" features = ["derive"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.insta] version = "1.30.0" features = ["yaml"] [dev-dependencies.serde_json] version = "1.0.100" [dev-dependencies.tokio] version = "1.38.0" features = ["full"] [dev-dependencies.tokio-macros] version = "0.2.0-alpha.6" [features] default = ["parse_unknown_fields"] parse_unknown_fields = []