airgap 0.1.5

Security for the modern age of AI: defend against bad AI agents and malicious npm packages
# 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 = "airgap"
version = "0.1.5"
authors = ["Sven Sauleau <sven@sauleau.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Security for the modern age of AI: defend against bad AI agents and malicious npm packages"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/xtuc/airgap"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.fuser]
version = "0.17"

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