]> git.proxmox.com Git - rustc.git/blob - src/vendor/minifier/Cargo.toml.orig
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / vendor / minifier / Cargo.toml.orig
1 [package]
2 name = "minifier"
3 version = "0.0.20"
4 authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
5
6 description = "Minifier tool/lib for JS/CSS/JSON files"
7 repository = "https://github.com/GuillaumeGomez/minifier-rs"
8 documentation = "https://docs.rs/minifier-rs"
9 readme = "README.md"
10 keywords = ["minify", "minifier", "JS", "HTML", "CSS"]
11 license = "MIT"
12
13 [badges]
14 appveyor = { repository = "GuillaumeGomez/minifier-rs", service = "github" }
15 travis-ci = { repository = "GuillaumeGomez/minifier-rs" }
16
17 [features]
18 html = ["regex"]
19
20 [dependencies]
21 macro-utils = "^0.1"
22 regex = { version = "1.0", optional = true }
23
24 [lib]
25 name = "minifier"
26
27 [[bin]]
28 name = "minifier"
29 doc = false