nullnet-libwallguard 1.0.2

Library-connector to the wallguard server
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.log]
version = "0.4.27"

[dependencies.prost]
version = "0.13.5"

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

[dependencies.tokio]
version = "1.44.2"

[dependencies.tonic]
features = ["_tls-any", "tls-native-roots"]
version = "0.13.1"

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

[package]
authors = ["Giuliano Bellini <gyulyvgc99@gmail.com>", "Anton Liashkevich <anton.liashkevich.eng@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "Library-connector to the wallguard server"
edition = "2024"
keywords = ["firewall", "network", "manager", "centralized", "monitor"]
license = "AGPL-3.0-only"
name = "nullnet-libwallguard"
readme = "README.md"
repository = "https://github.com/NullNet-ai/wallguard-server"
version = "1.0.2"

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