[package]
edition = "2021"
rust-version = "1.74"
name = "amont"
version = "1.2.1"
authors = ["Frederic Rousseau"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Opinionated git hooks that judge what you are committing, not what is on disk"
readme = "README.md"
keywords = [
"git",
"git-hooks",
"pre-commit",
"hooks",
"lint",
]
categories = [
"development-tools",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/fredericrous/amont"
[[bin]]
name = "amont"
path = "src/main.rs"
[[test]]
name = "agents_md"
path = "tests/agents_md.rs"
[[test]]
name = "ban_terms"
path = "tests/ban_terms.rs"
[[test]]
name = "branch_pattern"
path = "tests/branch_pattern.rs"
[[test]]
name = "cli_dispatch"
path = "tests/cli_dispatch.rs"
[[test]]
name = "commit_msg"
path = "tests/commit_msg.rs"
[[test]]
name = "commit_style"
path = "tests/commit_style.rs"
[[test]]
name = "dispatchers"
path = "tests/dispatchers.rs"
[[test]]
name = "docs_counts"
path = "tests/docs_counts.rs"
[[test]]
name = "external"
path = "tests/external.rs"
[[test]]
name = "fixing"
path = "tests/fixing.rs"
[[test]]
name = "git_state"
path = "tests/git_state.rs"
[[test]]
name = "index_fidelity"
path = "tests/index_fidelity.rs"
[[test]]
name = "install"
path = "tests/install.rs"
[[test]]
name = "k8s"
path = "tests/k8s.rs"
[[test]]
name = "linters"
path = "tests/linters.rs"
[[test]]
name = "merge_conflict"
path = "tests/merge_conflict.rs"
[[test]]
name = "package_lock"
path = "tests/package_lock.rs"
[[test]]
name = "prepare_commit_msg"
path = "tests/prepare_commit_msg.rs"
[[test]]
name = "pull_rebase"
path = "tests/pull_rebase.rs"
[[test]]
name = "pushed_tree"
path = "tests/pushed_tree.rs"
[[test]]
name = "release_profile"
path = "tests/release_profile.rs"
[[test]]
name = "run_mode"
path = "tests/run_mode.rs"
[[test]]
name = "run_tests_js"
path = "tests/run_tests_js.rs"
[[test]]
name = "rust_tools"
path = "tests/rust_tools.rs"
[[test]]
name = "severity"
path = "tests/severity.rs"
[[test]]
name = "shim_resolution"
path = "tests/shim_resolution.rs"
[[test]]
name = "sigpipe"
path = "tests/sigpipe.rs"
[[test]]
name = "trust_display"
path = "tests/trust_display.rs"
[[test]]
name = "usual_name"
path = "tests/usual_name.rs"
[[test]]
name = "worktrees"
path = "tests/worktrees.rs"
[dependencies.amont-runtime]
version = "1.2.1"
[dev-dependencies.serde_json]
version = "1"