[package]
edition = "2024"
rust-version = "1.85"
name = "humanize-cli"
version = "0.3.21"
authors = ["Cupnfish <cupnfish@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust runtime for the Humanize plugin workflows"
readme = false
license = "MIT"
repository = "https://github.com/Cupnfish/humanize-rs"
[[bin]]
name = "humanize"
path = "src/main.rs"
[[test]]
name = "cancel"
path = "tests/cancel.rs"
[[test]]
name = "command_assets"
path = "tests/command_assets.rs"
[[test]]
name = "config"
path = "tests/config.rs"
[[test]]
name = "droid_compat_assets"
path = "tests/droid_compat_assets.rs"
[[test]]
name = "embedded_assets"
path = "tests/embedded_assets.rs"
[[test]]
name = "gate"
path = "tests/gate.rs"
[[test]]
name = "gen_plan"
path = "tests/gen_plan.rs"
[[test]]
name = "init"
path = "tests/init.rs"
[[test]]
name = "monitor"
path = "tests/monitor.rs"
[[test]]
name = "resume"
path = "tests/resume.rs"
[[test]]
name = "setup_pr"
path = "tests/setup_pr.rs"
[[test]]
name = "setup_rlcr"
path = "tests/setup_rlcr.rs"
[[test]]
name = "skill_assets"
path = "tests/skill_assets.rs"
[[test]]
name = "stop_pr"
path = "tests/stop_pr.rs"
[[test]]
name = "stop_rlcr"
path = "tests/stop_rlcr.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
version = "0.4"
features = [
"clock",
"std",
]
default-features = false
[dependencies.clap]
version = "4.6"
features = [
"derive",
"env",
"string",
]
[dependencies.crossterm]
version = "0.29"
[dependencies.dirs]
version = "6.0"
[dependencies.humanize-core]
version = "0.3.21"
package = "humanize-cli-core"
[dependencies.include_dir]
version = "0.7"
[dependencies.jsongrep]
version = "0.7"
[dependencies.ratatui]
version = "0.30"
[dependencies.regex]
version = "1.11"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_json_borrow]
version = "0.9"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha2]
version = "0.10"
[dependencies.tempfile]
version = "3.27"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.tempfile]
version = "3.27"