amont-agent 2.17.0

A guard that inspects a shell command before Claude Code runs it
# 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.85.0"
name = "amont-agent"
version = "2.17.0"
authors = ["Frederic Rousseau"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A guard that inspects a shell command before Claude Code runs it"
readme = "README.md"
keywords = [
    "claude",
    "hooks",
    "guard",
    "shell",
    "git",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/fredericrous/amont-agent"

[[bin]]
name = "amont-agent"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

[dependencies.serde]
version = "1"

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

[profile.release]
opt-level = "s"
lto = true
strip = true