xtables_client 0.0.3

A Rust client for interacting with the xtables server over ZeroMQ.
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 = "xtables_client"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client for interacting with the xtables server over ZeroMQ."
readme = false
license = "MIT"
resolver = "1"

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

[dependencies.prost]
version = "0.14.1"

[dependencies.prost-types]
version = "0.14.1"

[dependencies.slotmap]
version = "1.0.7"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.xtables_protobuf]
version = "0.0.3"

[dependencies.zmq]
version = "0.10.0"

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