minify-html/python/Cargo.toml

22 lines
553 B
TOML

[package]
publish = false
name = "minify-html"
description = "Fast allocation-less HTML minifier with smart whitespace handling"
license = "MIT"
homepage = "https://github.com/wilsonzlin/hyperbuild"
readme = "README.md"
repository = "https://github.com/wilsonzlin/hyperbuild.git"
version = "0.2.4"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
name = "minify_html"
crate-type = ["cdylib"]
[dependencies]
hyperbuild = { path = "..", features = ["js-esbuild"] }
[dependencies.pyo3]
version = "0.11.1"
features = ["extension-module"]