nono-cli 0.21.0

CLI for nono capability-based sandbox
# 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 = "2021"
rust-version = "1.74"
name = "nono-cli"
version = "0.21.0"
authors = ["Luke Hinds"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for nono capability-based sandbox"
homepage = "https://github.com/always-further/nono"
readme = "README.md"
keywords = [
    "sandbox",
    "security",
    "cli",
    "landlock",
    "seatbelt",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/always-further/nono"

[package.metadata.deb]
maintainer = "Luke Hinds"
copyright = "2026, Luke Hinds"
depends = "$auto, libc6 (>= 2.34)"
recommends = "1password-cli | gnome-keyring"
section = "utils"
priority = "optional"
assets = [
    [
    "target/release/nono",
    "usr/bin/",
    "755",
],
    [
    "../../README.md",
    "usr/share/doc/nono/README",
    "644",
],
    [
    "../../LICENSE",
    "usr/share/doc/nono/LICENSE",
    "644",
],
]
conf-files = ["/etc/nono/profiles/"]

[features]
default = []
test-trust-overrides = []

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

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

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

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

[dependencies.aws-lc-rs]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.colored]
version = "3"

[dependencies.dirs]
version = "6"

[dependencies.ignore]
version = "0.4"

[dependencies.keyring]
version = "3"

[dependencies.nono]
version = "0.21.0"

[dependencies.nono-proxy]
version = "0.21.0"

[dependencies.rand]
version = "0.10"

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

[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.10"

[dependencies.sigstore-sign]
version = "0.6"

[dependencies.similar]
version = "2"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["rt"]

[dependencies.toml]
version = "1.0"

[dependencies.tracing]
version = "0.1"

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

[dependencies.ureq]
version = "3"

[dependencies.url]
version = "2.5.8"

[dependencies.walkdir]
version = "2"

[dependencies.which]
version = "8"

[dependencies.xdg-home]
version = "1.3.0"

[dependencies.zeroize]
version = "1"
features = ["alloc"]

[dev-dependencies.jsonschema]
version = "0.45"

[build-dependencies.serde]
version = "1"
features = ["derive"]

[build-dependencies.toml]
version = "1.0"

[target.'cfg(target_os = "linux")'.dependencies.dns-lookup]
version = "2"

[target.'cfg(target_os = "linux")'.dependencies.keyring]
version = "3"
features = ["sync-secret-service"]

[target.'cfg(target_os = "linux")'.dependencies.landlock]
version = "0.4"

[target.'cfg(target_os = "linux")'.dependencies.nix]
version = "0.31"
features = [
    "process",
    "signal",
    "fs",
    "user",
    "term",
]

[target.'cfg(target_os = "macos")'.dependencies.dns-lookup]
version = "2"

[target.'cfg(target_os = "macos")'.dependencies.keyring]
version = "3"
features = ["apple-native"]

[target.'cfg(target_os = "macos")'.dependencies.nix]
version = "0.31"
features = [
    "process",
    "signal",
    "fs",
    "user",
    "term",
]