forked from wilsonzlin/minify-html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 800 Bytes
/
Cargo.toml
File metadata and controls
24 lines (22 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "minify-html"
description = "Extremely fast and smart HTML + JS + CSS minifier"
license = "MIT"
homepage = "https://github.com/wilsonzlin/minify-html"
readme = "README.md"
keywords = ["html", "compress", "minifier", "js", "css"]
categories = ["compression", "development-tools::build-utils", "web-programming"]
repository = "https://github.com/wilsonzlin/minify-html.git"
version = "0.15.0"
authors = ["Wilson Lin <[email protected]>"]
edition = "2021"
[badges]
maintenance = { status = "actively-developed" }
[dependencies]
ahash = "0.8.6"
aho-corasick = "1.1"
lightningcss = { git = "https://github.com/ypcs/lightningcss", version = "1.0.0-alpha.60" }
memchr = "2"
minify-html-common = { version = "0.0.2", path = "../minify-html-common" }
minify-js = "0.5.6"
once_cell = "1.19.0"