lab-ops_natmap 0.1.3

iptables NAT mapping daemon with CLI control over Unix socket
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 = "lab-ops_natmap"
version = "0.1.3"
authors = ["FAZuH <mail@fazuh.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "iptables NAT mapping daemon with CLI control over Unix socket"
readme = false
license = "MIT"
repository = "https://github.com/FAZuH/lab-ops"

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "model"
path = "tests/model.rs"

[dependencies.axum]
version = "0.7"

[dependencies.bollard]
version = "0.21.0"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_complete]
version = "4"
features = ["unstable-dynamic"]

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.comfy-table]
version = "7.1"

[dependencies.futures-util]
version = "0.3"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.9.0"
features = ["full"]

[dependencies.hyper-util]
version = "0.1.20"
features = ["full"]

[dependencies.lab-ops_lab-lib]
version = "0.1.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "rustls-tls",
]

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.tower]
version = "0.5.3"

[dependencies.tower-service]
version = "0.3.3"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tracing-test]
version = "0.2"

[lints.clippy]
new_without_default = "allow"
uninlined_format_args = "warn"