cache_bust 0.2.0

A library for compile-time "cache busting", including hashes in file names in order to optimize for caching.
Documentation
[package]
name = "cache_bust"
description = "A library for compile-time \"cache busting\", including hashes in file names in order to optimize for caching."
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
edition = "2021"

[features]
default = ["macro", "build"]
macro = ["dep:cache_bust_macro"]
build = []

[dependencies]
cache_bust_core.workspace = true
cache_bust_macro = { workspace = true, optional = true }
walkdir = "2.5"