[badges.maintenance]
status = "actively-developed"
[dependencies.lazy_static]
version = "1.4.0"
[package]
authors = ["Wilson Lin <code@wilsonl.in>"]
categories = ["compression", "command-line-utilities", "development-tools::build-utils", "web-programming"]
description = "Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling"
edition = "2018"
homepage = "https://github.com/wilsonzlin/hyperbuild"
include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"]
keywords = ["html", "compress", "minifier", "minify", "minification"]
license = "MIT"
name = "hyperbuild"
readme = "README.md"
repository = "https://github.com/wilsonzlin/hyperbuild.git"
version = "0.1.4"
[profile.release]
panic = "abort"