]> git.proxmox.com Git - rustc.git/blob - src/vendor/minifier/Cargo.toml
New upstream version 1.31.0+dfsg1
[rustc.git] / src / vendor / minifier / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g. crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "minifier"
15 version = "0.0.20"
16 authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
17 description = "Minifier tool/lib for JS/CSS/JSON files"
18 documentation = "https://docs.rs/minifier-rs"
19 readme = "README.md"
20 keywords = ["minify", "minifier", "JS", "HTML", "CSS"]
21 license = "MIT"
22 repository = "https://github.com/GuillaumeGomez/minifier-rs"
23
24 [lib]
25 name = "minifier"
26
27 [[bin]]
28 name = "minifier"
29 doc = false
30 [dependencies.macro-utils]
31 version = "^0.1"
32
33 [dependencies.regex]
34 version = "1.0"
35 optional = true
36
37 [features]
38 html = ["regex"]
39 [badges.appveyor]
40 repository = "GuillaumeGomez/minifier-rs"
41 service = "github"
42
43 [badges.travis-ci]
44 repository = "GuillaumeGomez/minifier-rs"