coven 0.1.13

A minimal streaming display and workflow runner for Claude Code's -p mode
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 = "2024"
name = "coven"
version = "0.1.13"
authors = ["Yoav Tzfati <yoav.tzfati@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "coven"
description = "A minimal streaming display and workflow runner for Claude Code's -p mode"
homepage = "https://github.com/Crazytieguy/coven"
readme = "README.md"
keywords = [
    "claude",
    "cli",
    "tui",
    "streaming",
    "workflow",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Crazytieguy/coven"

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

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

[[bin]]
name = "record-vcr"
path = "src/bin/record_vcr.rs"

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

[dependencies.anyhow]
version = "1.0.101"

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

[dependencies.crossterm]
version = "0.29.0"
features = [
    "event-stream",
    "serde",
]

[dependencies.fs2]
version = "0.4.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.handlebars]
version = "6.4.0"

[dependencies.libc]
version = "0.2.181"

[dependencies.notify]
version = "8.2.0"

[dependencies.rand]
version = "0.10.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.toml]
version = "0.9.11"

[dependencies.unicode-width]
version = "0.2"

[dev-dependencies.insta]
version = "1.46.3"

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

[lints.clippy]
expect_used = "warn"
missing_errors_doc = "allow"
must_use_candidate = "allow"
panic = "warn"
unwrap_used = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[profile.dist]
lto = "thin"
inherits = "release"