firewall_audit 0.3.3

Cross-platform firewall audit tool (YAML/JSON rules, CSV/HTML/JSON export)
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"
rust-version = "1.88"
name = "firewall_audit"
version = "0.3.3"
authors = ["lhenry-dev <lhenry.dev1@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform firewall audit tool (YAML/JSON rules, CSV/HTML/JSON export)"
homepage = "https://crates.io/crates/firewall_audit"
documentation = "https://docs.rs/firewall_audit"
readme = "README.md"
keywords = [
    "firewall",
    "audit",
    "security",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "security",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/lhenry-dev/firewall_audit"

[package.metadata.cargo-machete]
ignored = ["strum"]

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

[[bin]]
name = "firewall_audit"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.41"

[dependencies.clap]
version = "4.5.41"
features = ["derive"]

[dependencies.ipnet]
version = "2.11.0"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_yaml]
version = "0.9.33"

[dependencies.struct-field-names-as-array]
version = "0.3.0"

[dependencies.strum]
version = "0.28.0"

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["fmt"]

[dev-dependencies.assert_cmd]
version = "2.0.17"

[dev-dependencies.predicates]
version = "3.1.3"

[dev-dependencies.tempfile]
version = "3.20.0"

[target."cfg(windows)".dependencies.windows_firewall]
version = "0.7.0"