[go: up one dir, main page]

minifier 0.0.31

Minifier tool/lib for JS/CSS/JSON files
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "minifier"
version = "0.0.31"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
description = "Minifier tool/lib for JS/CSS/JSON files"
documentation = "https://docs.rs/minifier-rs"
readme = "README.md"
keywords = ["minify", "minifier", "JS", "HTML", "CSS"]
license = "MIT"
repository = "https://github.com/GuillaumeGomez/minifier-rs"

[lib]
name = "minifier"

[[bin]]
name = "minifier"
doc = false
[dependencies.macro-utils]
version = "^0.1"

[dependencies.regex]
version = "1.0"
optional = true

[features]
html = ["regex"]
[badges.appveyor]
repository = "GuillaumeGomez/minifier-rs"
service = "github"

[badges.travis-ci]
repository = "GuillaumeGomez/minifier-rs"