nullnet-libappguard 0.1.11

An application-level firewall designed to secure and control network traffic
Documentation
[package]
name = "nullnet-libappguard"
version = "0.1.11"
edition = "2024"
authors = ["Giuliano Bellini <gyulyvgc99@gmail.com>", "Anton Liashkevich <anton.liashkevich.eng@gmail.com>"]
description = "An application-level firewall designed to secure and control network traffic"
readme = "../README.md"
#homepage = ""
repository = "https://github.com/NullNet-ai/appguard-server"
#documentation = ""
license = "AGPL-3.0-only"
keywords = ["firewall", "network", "application", "centralized", "monitor"]
categories = ["network-programming"]
#include = []

[profile.release]
opt-level = 3
lto = true
strip = true

[dependencies]
tonic = { version = "0.13.1", features = ["_tls-any", "tls-native-roots"] }
prost = "0.13.5"
tokio = "1.45.0"
serde = { version = "1.0.219", features = ["derive"] }
#log = "0.4.26"

[badges]
maintenance = { status = "actively-developed" }