local_file_cache 0.1.4

Cache contents in local file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "local_file_cache"
version = "0.1.4"
edition = "2021"
description = "Cache contents in local file."
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sha2 = "0.10.5"
dirs = "4.0.0"

[dev-dependencies]
rand = "0.6"
tempfile = "3.3.0"