[package]
edition = "2021"
name = "autofork"
version = "0.30.1"
authors = ["TheUnderdev <me@theunder.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "autofork CLI: Claude Code hook entrypoint and daemon control"
readme = "README.md"
keywords = [
"autofork",
"claude-code",
"opencode",
"agents",
"cli",
]
categories = [
"development-tools",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/TheUnderdev/autofork"
[[bin]]
name = "autofork"
path = "src/main.rs"
[[test]]
name = "hook_flow"
path = "tests/hook_flow.rs"
[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"
[dependencies.autofork-core]
version = "0.30.1"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tempfile]
version = "3"
[target."cfg(windows)".dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"net",
"io-util",
"process",
"sync",
"time",
"signal",
"fs",
]