# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "css-minify" version = "0.5.2" authors = ["Mnwa "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CSS parser and minificator based on nom" documentation = "https://docs.rs/css-minify" readme = "README.md" keywords = [ "minify", "minifier", "css", "optimization", "parser", ] categories = [ "parser-implementations", "parsing", ] license = "Apache-2.0/MIT" repository = "https://github.com/Mnwa/css-minify" [lib] name = "css_minify" path = "src/lib.rs" [dependencies.derive_more] version = "1.0" features = [ "from", "deref", "deref_mut", "display", "into", ] [dependencies.indexmap] version = "2" [dependencies.nom] version = "7"