bkt 0.5.4

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

[dependencies.bincode]
version = "1.3.1"

[dependencies.clap]
default_features = false
features = ["std", "derive"]
version = "3.0"

[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.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 = "http://bkt.rs/"
include = ["**/*.rs", "Cargo.*", "README.md", "LICENSE"]
keywords = ["cache", "caching", "subprocess", "cli", "shell"]
license = "MIT"
name = "bkt"
repository = "http://github.com/dimo414/bkt"
version = "0.5.4"