[package]
edition = "2024"
name = "hjx"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for handoff state, reconciliation, and handup surveys"
homepage = "https://github.com/89jobrien/hj"
documentation = "https://docs.rs/hjx"
readme = false
keywords = [
"cli",
"handoff",
"workflow",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/89jobrien/hj"
resolver = "2"
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
[lib]
name = "hjx"
path = "src/lib.rs"
[[bin]]
name = "handoff"
path = "src/bin/handoff.rs"
[[bin]]
name = "handoff-db"
path = "src/bin/handoff-db.rs"
[[bin]]
name = "handoff-detect"
path = "src/bin/handoff-detect.rs"
[[bin]]
name = "handon"
path = "src/bin/handon.rs"
[[bin]]
name = "handover"
path = "src/bin/handover.rs"
[[bin]]
name = "handup"
path = "src/bin/handup.rs"
[[bin]]
name = "hj"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.clap]
version = "4.5.50"
features = ["derive"]
[dependencies.dirs]
version = "6.0.0"
[dependencies.hjlib]
version = "0.1.3"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.serde_yaml]
version = "0.9.34"
[dev-dependencies.tempfile]
version = "3.23.0"