minify-html/python/Cargo.toml

22 lines
553 B
TOML
Raw Normal View History

[package]
publish = false
2020-07-11 10:47:17 -04:00
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"
2020-07-11 09:26:37 -04:00
version = "0.2.4"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
2020-07-11 10:47:17 -04:00
name = "minify_html"
crate-type = ["cdylib"]
[dependencies]
hyperbuild = { path = "..", features = ["js-esbuild"] }
[dependencies.pyo3]
2020-07-03 03:34:57 -04:00
version = "0.11.1"
features = ["extension-module"]