# 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 = "ipfixrw" version = "0.1.0" authors = ["Adam Goldsmith "] description = "IPFIX reader/writer library" readme = "README.md" license = "MIT" repository = "https://github.com/ad1217/rs-ipfix-rw" [[bench]] name = "parse" harness = false [dependencies.ahash] version = "0.8.3" [dependencies.binrw] version = "0.11.1" [dependencies.derive_more] version = "0.99.17" features = [ "from", "display", "error", ] default-features = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.pprof] version = "0.11.0" features = [ "criterion", "flamegraph", ] [dev-dependencies.similar-asserts] version = "1.4.2" default-features = false [dev-dependencies.test-case] version = "3.0.0" [build-dependencies.csv] version = "1.2.0"