xtables_client 0.0.3

A Rust client for interacting with the xtables server over ZeroMQ.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "xtables_client"
version = "0.0.3"
edition = "2024"
description = "A Rust client for interacting with the xtables server over ZeroMQ."
license = "MIT"

[dependencies]
zmq = "0.10.0"
tokio = { version = "1.47.1", features = ["full"] }
xtables_protobuf = "0.0.3"
prost = "0.14.1"
prost-types = "0.14.1"
slotmap = "1.0.7"

[build-dependencies]
prost-build = "0.14.1"