hakoniwa-cli 1.7.2

Process isolation for Linux using namespaces, resource limits, cgroups, landlock and seccomp.
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 = "hakoniwa-cli"
version = "1.7.2"
build = false
include = [
    "src/**/*",
    "LICENSE",
    "../README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Process isolation for Linux using namespaces, resource limits, cgroups, landlock and seccomp."
homepage = "https://github.com/souk4711/hakoniwa"
readme = "README.md"
keywords = [
    "security",
    "sandbox",
    "container",
    "process",
]
categories = ["security"]
license = "GPL-3.0-only"
repository = "https://github.com/souk4711/hakoniwa"
resolver = "2"

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

[[bin]]
name = "hakoniwa"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.clap_complete]
version = "4.6.5"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.futures]
version = "0.3.32"

[dependencies.glob]
version = "0.3.3"

[dependencies.hakoniwa]
version = "1.7.2"
features = [
    "cgroups",
    "landlock",
    "seccomp",
    "rustslirp",
]

[dependencies.log]
version = "0.4.29"

[dependencies.minijinja]
version = "2.19.0"
features = ["loader"]

[dependencies.netdev]
version = "0.45.0"

[dependencies.netstack-smoltcp]
version = "0.2.2"

[dependencies.nix]
version = "0.29.0"
features = ["user"]

[dependencies.parse-size]
version = "1.1.0"

[dependencies.rust-embed]
version = "8.11.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.socket2]
version = "0.6.3"

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

[dependencies.toml]
version = "1.1.2"

[dependencies.tun-rs]
version = "2.8.3"
features = [
    "async",
    "async_framed",
]

[dev-dependencies.trycmd]
version = "1.2.0"