# 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 = "html-asset-hasher" version = "1.3.1" authors = ["quaff "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Asset cache busting for your static HTML files, with optional Tailwind CSS bundling!" readme = "README.md" license = "LGPL-3.0" repository = "https://sr.ht/~quaff/html-asset-hasher" [profile.release] panic = "abort" [[bin]] name = "html-asset-hasher" path = "src/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.lol_html] version = "2.0.0" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.9" [dependencies.sha2] version = "0.10.8" [dependencies.simplelog] version = "0.12.2" features = ["paris"] [dependencies.tempfile] version = "3.14.0" [dependencies.tokio] version = "1.40.0" features = [ "macros", "process", "rt-multi-thread", ]