This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minify-html/python/Cargo.js.toml

21 lines
550 B
TOML
Raw Normal View History

[package]
publish = false
2020-07-12 01:29:34 +10:00
name = "minify_html"
2021-01-08 00:26:02 +11:00
description = "Extremely fast and smart HTML + JS + CSS minifier"
2020-07-12 00:47:17 +10:00
license = "MIT"
2020-07-12 01:29:34 +10:00
homepage = "https://github.com/wilsonzlin/minify-html"
2020-07-12 00:47:17 +10:00
readme = "README.md"
2020-07-12 01:29:34 +10:00
repository = "https://github.com/wilsonzlin/minify-html.git"
2021-12-14 13:50:03 +11:00
version = "0.7.2"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
2020-07-12 00:47:17 +10:00
name = "minify_html"
crate-type = ["cdylib"]
[dependencies]
2021-08-08 18:37:04 +10:00
minify-html = { path = "../rust/main", features = ["js-esbuild"] }
[dependencies.pyo3]
2021-01-06 16:01:24 +11:00
version = "0.13.0"
features = ["extension-module"]