[package]
edition = "2024"
rust-version = "1.95"
name = "kache-format"
version = "0.17.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cache-entry metadata and validation for kache."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/kunobi-ninja/kache"
[lib]
name = "kache_format"
path = "src/lib.rs"
[[test]]
name = "compatibility"
path = "tests/compatibility.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"