bustdir 0.4.2

Read a directory and generate cache-busting hashes for it
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "bustdir"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read a directory and generate cache-busting hashes for it"
readme = "README.md"
keywords = [
    "cache-busting",
    "cache",
]
categories = [
    "web-programming",
    "caching",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/randomarborne/bustdir"

[features]
askama = [
    "dep:askama",
    "get_or_random",
]
default = []
get_or_random = ["dep:rand"]
tera = [
    "dep:tera",
    "get_or_random",
]

[lib]
name = "bustdir"
path = "src/lib.rs"

[[bin]]
name = "bustdir"
path = "src/main.rs"

[dependencies.ahash]
version = "0.8"

[dependencies.askama]
version = "0.15"
features = ["derive"]
optional = true
default-features = false

[dependencies.blake3]
version = "1"
features = ["neon"]

[dependencies.rand]
version = "0.10"
optional = true

[dependencies.tera]
version = "1"
optional = true
default-features = false