# 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 = "2021" name = "bustdir" version = "0.1.1" 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" [dependencies.ahash] version = "0.8" [dependencies.askama] version = "0.12" optional = true default-features = false [dependencies.blake3] version = "1" features = ["neon"] [dependencies.rand] version = "0.8" optional = true [dependencies.tera] version = "1" optional = true default-features = false [features] askama = [ "dep:askama", "get_or_random", ] default = [] get_or_random = ["dep:rand"] tera = [ "dep:tera", "get_or_random", ]