# 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 = "static_file_util" version = "0.1.1" authors = ["Darren Mothersele "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A utility for generating and managing static files in Rust applications." homepage = "https://github.com/crabby-utils/static_file_util" documentation = "https://docs.rs/static_file_util" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/crabby-utils/static_file_util" [lib] name = "static_file_util" path = "src/lib.rs" [dependencies.base64ct] version = "1.6.0" features = ["alloc"] [dependencies.blake3] version = "1.5.4" [dependencies.mime] version = "0.3.17"