licenses.dev

html-minifier v3.0.15

This library can help you generate and minify your HTML code at the same time. It also supports to minify JS and CSS in `<style>`, `<script>` elements, and ignores the minification of `<pre>`, `<code>` and `<textarea>` elements.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT8
PackageRelationDependenciesPublished
cow-utils • 0.1.3Copy-on-write string utilities for RustDIRECT0
educe • 0.6.0This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.DIRECT6
enum-ordinalize-derive • 4.3.1This crate provides a procedural macro that enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.INDIRECT4
enum-ordinalize • 4.2.1This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.INDIRECT5
html-escape • 0.2.13This library is for encoding/escaping special characters in HTML and decoding/unescaping HTML entities as well.DIRECT1
macro-utils • 0.1.3Some macros to make code writing more elegant and funny. INDIRECT0
minifier • 0.0.43Minifier tool/lib for JS/CSS/JSON filesDIRECT1
utf8-width • 0.1.7To determine the width of a UTF-8 character by providing its first byte.INDIRECT0
Apache-2.0 OR MIT3
PackageRelationDependenciesPublished
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
syn • 2.0.82Parser for Rust source codeINDIRECT2
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/html-minifier)](https://licenses.dev/cargo/html-minifier)
<a href="https://licenses.dev/cargo/html-minifier">
  <img src="https://licenses.dev/b/cargo/html-minifier" alt="licenses" />
</a>

Or the licenses badge code for the 3.0.15 version:

[![licenses](https://licenses.dev/b/cargo/html-minifier/3.0.15)](https://licenses.dev/cargo/html-minifier/3.0.15)
<a href="https://licenses.dev/cargo/html-minifier/3.0.15">
  <img src="https://licenses.dev/b/cargo/html-minifier/3.0.15" alt="licenses" />
</a>
GitHub