static_file_util 0.1.0

A utility for generating and managing static files in Rust applications.
Documentation
[dependencies.base64ct]
features = ["alloc"]
version = "1.6.0"

[dependencies.blake3]
version = "1.5.4"

[dependencies.mime]
version = "0.3.17"

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

[package]
authors = ["Darren Mothersele <rust@daz.is>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A utility for generating and managing static files in Rust applications."
documentation = "https://docs.rs/static_file_util"
edition = "2021"
homepage = "https://github.com/crabby-utils/static_file_util"
license = "MIT OR Apache-2.0"
name = "static_file_util"
readme = "README.md"
repository = "https://github.com/crabby-utils/static_file_util"
version = "0.1.0"