[package]
edition = "2021"
rust-version = "1.80"
name = "kwall"
version = "0.2.3"
authors = ["Trevor Knott (Knott Dynamics)"]
build = false
include = [
"Cargo.toml",
"Cargo.lock",
"README.md",
"src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A guarded Linux firewall planning and live-apply TUI built with scrin and Aisling effects."
homepage = "https://github.com/Tknott95/KnottFirewall"
documentation = "https://docs.rs/kwall"
readme = "README.md"
keywords = [
"firewall",
"linux",
"tui",
"scrin",
"aisling",
]
categories = [
"command-line-interface",
"command-line-utilities",
"network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Tknott95/KnottFirewall"
[[bin]]
name = "kwall"
path = "src/main.rs"
[dependencies.crossterm]
version = "0.28"
[dependencies.scrin]
version = "0.1.84"