bkt 0.8.0

CLI and Rust library for caching subprocess invocations
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.21.5"

[dependencies.bincode]
version = "1.3.1"

[dependencies.clap]
default-features = false
features = ["derive", "env", "error-context", "help", "std", "usage", "wrap_help"]
version = "4.2"

[dependencies.humantime]
version = "2.1.0"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
optional = true
version = "1.0"
[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.regex]
version = "1.7"

[dev-dependencies.test_dir]
version = "0.2"

[features]
debug = ["serde_json"]

[package]
authors = ["Michael Diamond <dimo414@gmail.com>"]
categories = ["caching", "command-line-utilities"]
description = "CLI and Rust library for caching subprocess invocations"
edition = "2018"
homepage = "https://bkt.rs/"
include = ["**/*.rs", "Cargo.*", "README.md", "LICENSE"]
keywords = ["cache", "caching", "subprocess", "cli", "shell"]
license = "MIT"
name = "bkt"
readme = "README.md"
repository = "https://github.com/dimo414/bkt"
version = "0.8.0"