minify-html/python/Cargo.core.toml

22 lines
537 B
TOML
Raw Normal View History

[package]
publish = false
2021-04-06 04:41:56 -04:00
name = "minify_html_core"
description = "Extremely fast and smart HTML 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"
2021-12-13 21:50:03 -05:00
version = "0.7.2"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[lib]
2021-04-06 04:41:56 -04:00
name = "minify_html_core"
crate-type = ["cdylib"]
[dependencies]
2021-08-08 04:37:04 -04:00
minify-html = { path = "../rust/main", features = [] }
[dependencies.pyo3]
2021-01-06 00:01:24 -05:00
version = "0.13.0"
features = ["extension-module"]