[package]
name = "lintel-validation-cache"
version = "0.0.1"
edition.workspace = true
authors = ["Ian Macalinao <me@ianm.com>"]
description = "Disk-backed cache for JSON Schema validation results"
license = "Apache-2.0"
repository = "https://github.com/lintel-rs/lintel"
homepage = "https://github.com/lintel-rs/lintel"
keywords = ["json-schema", "cache", "validation"]
categories = ["caching", "development-tools"]
[dependencies]
sha2 = "0.10"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
dirs = "6"
[lints]
workspace = true
[dev-dependencies]
anyhow = "1"
tempfile = "3"