# 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 = "netgauze-ipfix-code-generator" version = "0.5.0" authors = ["Ahmed Elhassany "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Generate Rust code bindings for IPFIX Information Elements """ homepage = "https://github.com/NetGauze/NetGauze" readme = "README.md" keywords = [ "ipfix", "netflow", "parser", "code", "generator", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/NetGauze/NetGauze" [lib] name = "netgauze_ipfix_code_generator" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = [ "blocking", "blocking", ] [dependencies.roxmltree] version = "0.20" [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_json] version = "1"