shuck-cache 0.0.21

File-level caching with SHA-256 content keys for shuck
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "shuck-cache"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
description = "File-level caching with SHA-256 content keys for shuck"
keywords = ["cache", "shell", "linter"]
categories = ["caching", "development-tools"]
readme = "README.md"

[dependencies]
bincode = { version = "2", features = ["serde"] }
serde = { workspace = true }
sha2 = { workspace = true }
tempfile = { workspace = true }