# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rsipfix" version = "0.1.4" authors = ["Essa Alkuwari "] description = "IPFIX parser library" homepage = "https://github.com/q6r/rs-ipfix" readme = "readme.md" license = "MIT" repository = "https://github.com/q6r/rs-ipfix" [[bench]] name = "parse" harness = false [dependencies.anyhow] version = "1.0.40" [dependencies.nom] version = "6.1.2" [dependencies.nom-derive] version = "0.8.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.bencher] version = "0.1.5"