netgauze-ipfix-code-generator 0.9.2

Generate Rust code bindings for IPFIX Information Elements
Documentation
# 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 = "2024"
name = "netgauze-ipfix-code-generator"
version = "0.9.2"
authors = ["Ahmed Elhassany <a.hassany@gmail.com>"]
build = false
autolib = 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"
resolver = "2"

[lib]
name = "netgauze_ipfix_code_generator"
path = "src/lib.rs"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.roxmltree]
version = "0.21"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.syn]
version = "2.0"
features = [
    "parsing",
    "printing",
]
default-features = false

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.await_holding_lock]
level = "deny"
priority = 0

[lints.clippy.dbg_macro]
level = "deny"
priority = 0

[lints.clippy.disallowed_methods]
level = "deny"
priority = 0

[lints.clippy.disallowed_types]
level = "deny"
priority = 0

[lints.clippy.explicit_into_iter_loop]
level = "deny"
priority = 0

[lints.clippy.explicit_iter_loop]
level = "deny"
priority = 0

[lints.clippy.inconsistent_struct_constructor]
level = "deny"
priority = 0

[lints.clippy.map_flatten]
level = "deny"
priority = 0

[lints.clippy.new_without_default]
level = "allow"
priority = 1

[lints.clippy.no_effect_underscore_binding]
level = "deny"
priority = 0

[lints.clippy.too_long_first_doc_paragraph]
level = "allow"
priority = 0

[lints.clippy.uninlined_format_args]
level = "deny"
priority = 0

[lints.clippy.unused_async]
level = "deny"
priority = 0

[lints.rust.future_incompatible]
level = "deny"
priority = 2

[lints.rust.nonstandard_style]
level = "deny"
priority = 3

[lints.rust.rust-2024-compatibility]
level = "warn"
priority = 6

[lints.rust.rust_2018_idioms]
level = "deny"
priority = 4

[lints.rust.unused_must_use]
level = "forbid"
priority = 1

[lints.rustdoc.broken_intra_doc_links]
level = "warn"
priority = 0