minify-html/python/main/Cargo.toml

22 lines
526 B
TOML
Raw Normal View History

[package]
publish = false
2020-07-11 11:29:34 -04:00
name = "minify_html"
2021-01-07 08:26:02 -05:00
description = "Extremely fast and smart HTML + JS + CSS 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"
2022-06-21 12:32:05 -04:00
version = "0.9.1"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
2020-07-11 10:47:17 -04:00
name = "minify_html"
crate-type = ["cdylib"]
[dependencies]
2022-06-21 22:24:15 -04:00
minify-html = { path = "../../rust/main" }
[dependencies.pyo3]
2021-01-06 00:01:24 -05:00
version = "0.13.0"
features = ["extension-module"]