hookwise 1.0.6

Intelligent permission gating for AI coding assistants
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 = "hookwise"
version = "1.0.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intelligent permission gating for AI coding assistants"
readme = "README.md"
keywords = [
    "claude-code",
    "gemini-cli",
    "permission",
    "hooks",
    "mcp",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Epiphytic/hookwise"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.aho-corasick]
version = "1"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

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

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

[dependencies.dashmap]
version = "6"

[dependencies.fastembed]
version = "5"

[dependencies.flate2]
version = "1"

[dependencies.globset]
version = "0.4"

[dependencies.instant-distance]
version = "0.6"

[dependencies.libc]
version = "0.2"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.rmcp]
version = "0.14"
features = [
    "server",
    "macros",
    "transport-io",
]

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

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

[dev-dependencies.tokio-test]
version = "0.4"