hh-record 1.0.0

Halfhand recorder: PTY runner, FS watcher, MCP proxy
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"
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