[package]
name = "invar-cli"
version = "1.0.0"
edition = "2021"
authors = ["Sawyer Kent"]
description = "The Unchanging Key for Changing Data - Generate immutable structural state roots for cryptographic cache keys"
license = "MIT OR Apache-2.0"
repository = "https://github.com/swyrknt/invar-cli"
homepage = "https://github.com/swyrknt/invar-cli"
readme = "README.md"
keywords = ["hash", "cache", "deterministic", "content-addressable", "cli"]
categories = ["command-line-utilities", "development-tools"]
[[bin]]
name = "invar"
path = "src/main.rs"
[dependencies]
koru-lambda-core = "1.2.0"
clap = { version = "4.5", features = ["derive"] }
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
hex = "0.4"
walkdir = "2.5"
ignore = "0.4"
notify = "7.0"
chrono = "0.4"
[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.1"
tempfile = "3.10"