minify-html/python/Cargo.toml

22 lines
525 B
TOML
Raw Normal View History

[package]
publish = false
2020-07-11 11:29:34 -04:00
name = "minify_html"
2020-07-12 00:49:00 -04:00
description = "Fast and smart HTML + JS minifier"
2020-07-11 10:47:17 -04:00
license = "MIT"
2020-07-11 11:29:34 -04:00
homepage = "https://github.com/wilsonzlin/minify-html"
2020-07-11 10:47:17 -04:00
readme = "README.md"
2020-07-11 11:29:34 -04:00
repository = "https://github.com/wilsonzlin/minify-html.git"
2020-12-18 00:08:34 -05:00
version = "0.3.10"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
2020-07-11 10:47:17 -04:00
name = "minify_html"
crate-type = ["cdylib"]
[dependencies]
2020-07-11 11:29:34 -04:00
minify-html = { path = "..", features = ["js-esbuild"] }
[dependencies.pyo3]
2020-07-03 03:34:57 -04:00
version = "0.11.1"
features = ["extension-module"]