fuselage 0.4.0

Linux CLI tool for running commands with ephemeral, namespace-private filesystems
# 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.85"
name = "fuselage"
version = "0.4.0"
build = false
exclude = [
    ".github/",
    "CLAUDE.md",
    "Justfile",
    "docs/decisions/",
    "docs/tasks/",
    "docs/process/",
    "docs/working-practices/",
    "docs/fuselage",
    "scripts/",
    "tests/",
    "install.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux CLI tool for running commands with ephemeral, namespace-private filesystems"
homepage = "https://github.com/sfkleach/fuselage"
documentation = "https://github.com/sfkleach/fuselage#readme"
readme = "README.md"
keywords = [
    "filesystem",
    "namespace",
    "mount",
    "linux",
    "sandbox",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/sfkleach/fuselage"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz"
bin-dir = "{ name }{ binary-ext }"
pkg-fmt = "tgz"

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

[[bin]]
name = "fuselage-bundle"
path = "src/bin/fuselage_bundle.rs"

[[bin]]
name = "uv-bundle"
path = "src/bin/uv_bundle.rs"

[dependencies.anyhow]
version = "1"

[dependencies.backhand]
version = "0.25"

[dependencies.base64]
version = "0.22"

[dependencies.byteorder]
version = "1"

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

[dependencies.hex]
version = "0.4"

[dependencies.loopdev-3]
version = "0.5"

[dependencies.nix]
version = "0.29"
features = [
    "mount",
    "user",
    "sched",
    "signal",
    "process",
    "fs",
]

[dependencies.pep440_rs]
version = "0.7"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.zip]
version = "2"
features = [
    "aes-crypto",
    "bzip2",
    "deflate",
    "deflate64",
    "time",
    "zstd",
]
default-features = false

[dev-dependencies.filetime]
version = "0.2"

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true