[package]
edition = "2021"
rust-version = "1.75"
name = "hh-record"
version = "1.0.0"
authors = ["Saadman Rafat"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Halfhand recorder: PTY runner, FS watcher, MCP proxy"
readme = false
keywords = [
"pty",
"recorder",
"watcher",
"mcp",
"halfhand",
]
categories = [
"development-tools",
"filesystem",
]
license = "Apache-2.0"
repository = "https://github.com/halfhandorg/halfhand"
[features]
fuzzing = ["hh-core/fuzzing"]
[lib]
name = "hh_record"
path = "src/lib.rs"
[dependencies.crossterm]
version = "0.27"
[dependencies.hh-core]
version = "1.0.0"
[dependencies.ignore]
version = "0.4"
[dependencies.notify]
version = "6"
[dependencies.portable-pty]
version = "0.8"
[dependencies.serde_json]
version = "1"
[dependencies.signal-hook]
version = "0.3"
[dependencies.thiserror]
version = "1"
[dev-dependencies.tempfile]
version = "3"
[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1