ralon 0.1.2

Filesystem policy for AI coding agents: kernel-enforced write protection driven by an agent.lock file
# 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.79"
name = "ralon"
version = "0.1.2"
build = false
exclude = [
    ".github/",
    "npm/",
    "packaging/",
    "publishing.md",
    "claude.md",
    "agent.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filesystem policy for AI coding agents: kernel-enforced write protection driven by an agent.lock file"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "sandbox",
    "landlock",
    "security",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/stoneware-dev/Ralon"

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.globset]
version = "0.4"

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

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.walkdir]
version = "2"

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

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true