longline 0.6.0

System-installed safety hook for Claude Code
Documentation
# 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"
name = "longline"
version = "0.6.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System-installed safety hook for Claude Code"
readme = "README.md"
license = "MIT"
repository = "https://github.com/devinbarry/longline"

[lib]
name = "longline"
path = "src/lib.rs"

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

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

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

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

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

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

[dependencies.comfy-table]
version = "7"

[dependencies.glob-match]
version = "0.2"

[dependencies.libc]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tree-sitter]
version = "0.24"

[dependencies.tree-sitter-bash]
version = "0.23"

[dependencies.yansi]
version = "1"
features = [
    "detect-tty",
    "detect-env",
]

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false

[dev-dependencies.tempfile]
version = "3.24.0"