[package] name = "html-asset-hasher" version = "1.3.1" edition = "2021" authors = ["quaff "] license = "LGPL-3.0" description = "Asset cache busting for your static HTML files, with optional Tailwind CSS bundling!" repository = "https://sr.ht/~quaff/html-asset-hasher" [dependencies] base64 = "0.22.1" clap = { version = "4.5.20", features = ["derive"] } lol_html = "2.0.0" regex = "1.11.0" reqwest = "0.12.9" sha2 = "0.10.8" simplelog = { version = "0.12.2", features = ["paris"] } tempfile = "3.14.0" tokio = { version = "1.40.0", features = [ "macros", "process", "rt-multi-thread", ] } [profile.release] panic = 'abort'