[package]
name = "bkt"
version = "0.8.2"
authors = ["Michael Diamond <dimo414@gmail.com>"]
description = "CLI and Rust library for caching subprocess invocations"
repository = "https://github.com/dimo414/bkt"
homepage = "https://bkt.rs/"
license = "MIT"
keywords = ["cache", "caching", "subprocess", "cli", "shell"]
categories = ["caching", "command-line-utilities"]
edition = "2018"
include = [
"**/*.rs",
"Cargo.*",
"README.md",
"LICENSE",
]
[features]
debug = ['serde_json']
[dependencies]
anyhow = "1.0"
bincode = "1.3.1"
humantime = "2.1.0"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
base64 = "0.21.5"
libc = "0.2"
[dependencies.clap]
version = "4.2"
default-features = false
features = ["derive", "env", "error-context", "help", "std", "usage", "wrap_help"]
[dependencies.serde_json]
optional = true
version = "1.0"
[dev-dependencies]
filetime = "0.2"
regex = "1.7"
test_dir = "0.2"