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
Wilson Lin 841c6de908 0.5.0
2021-08-08 01:16:02 +10:00

21 lines
540 B
TOML

[package]
publish = false
name = "minify_html"
description = "Extremely fast and smart HTML + JS + CSS minifier"
license = "MIT"
homepage = "https://github.com/wilsonzlin/minify-html"
readme = "README.md"
repository = "https://github.com/wilsonzlin/minify-html.git"
version = "0.5.0"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
name = "minify_html"
crate-type = ["cdylib"]
[dependencies]
minify-html = { path = "..", features = ["js-esbuild"] }
[dependencies.pyo3]
version = "0.13.0"
features = ["extension-module"]