ferroday-cage-cli 0.1.4

Run a command inside an unprivileged Linux sandbox from a shell prompt: fresh namespaces, a provided root filesystem, seccomp and Landlock hardening, and a clean environment. Installs the fcage binary
# 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"
rust-version = "1.91"
name = "ferroday-cage-cli"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run a command inside an unprivileged Linux sandbox from a shell prompt: fresh namespaces, a provided root filesystem, seccomp and Landlock hardening, and a clean environment. Installs the fcage binary"
homepage = "https://gregordinary.github.io/ferroday-cage/"
readme = "README.md"
keywords = [
    "sandbox",
    "container",
    "rootless",
    "chroot",
    "debootstrap",
]
categories = [
    "command-line-utilities",
    "os::linux-apis",
    "virtualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gregordinary/ferroday-cage"

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

[dependencies.ferroday-cage]
version = "0.1.0"
features = [
    "serde",
    "tarball",
    "debian",
    "hardening",
    "netstack",
    "subid",
]

[dependencies.serde]
version = "1.0"

[dependencies.syscalls]
version = "0.8"
default-features = false

[dependencies.toml]
version = "0.8"

[lints.clippy]
undocumented_unsafe_blocks = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(rustix_use_libc)",
    "cfg(rustix_no_linux_raw)",
]