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
28 lines (26 loc) · 820 Bytes
/
Copy pathCargo.toml
File metadata and controls
28 lines (26 loc) · 820 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
25
26
27
28
[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.18.1"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[badges]
maintenance = { status = "actively-developed" }
[dependencies]
ahash = "0.8"
aho-corasick = "1.1"
lightningcss = "1.0.0-alpha.68"
memchr = "2"
minify-html-common = { version = "0.0.3", path = "../minify-html-common" }
once_cell = "1.21"
oxc_allocator = "0.95"
oxc_codegen = "0.95"
oxc_minifier = "0.95"
oxc_parser = "0.95"
oxc_span = "0.95"