autofork 0.30.1

autofork CLI: Claude Code hook entrypoint and daemon control
# 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 = "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",
]