firewall-objects 0.1.3

Firewall object primitives for networks, services, and application indicators.
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 = "firewall-objects"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Firewall object primitives for networks, services, and application indicators."
homepage = "https://gitlab.com/kolbash_pub/firewall-objects"
documentation = "https://docs.rs/firewall-objects"
readme = "README.md"
keywords = [
    "firewall",
    "networking",
    "services",
    "policy",
]
categories = [
    "network-programming",
    "config",
    "development-tools",
]
license = "MIT"
repository = "https://gitlab.com/kolbash_pub/firewall-objects"

[features]
default = []
serde = [
    "dep:serde",
    "dep:serde_json",
]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.ipnet]
version = "2.11.0"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.thiserror]
version = "1.0"