# 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 = "sailfish-minify" version = "0.2.2" authors = ["Abrudan Paul - Andrei "] description = "Hacky but simple minification support for sailfish, using html-minifier by default" homepage = "https://github.com/pauldotsh/sailfish-minify" readme = "README.md" keywords = [ "minification", "html", "sailfish", ] categories = ["template-engine"] license = "MIT" repository = "https://github.com/pauldotsh/sailfish-minify" [lib] name = "sailfish_minify" test = false doctest = false proc-macro = true [dependencies.proc-macro2] version = "1.0.56" [dependencies.quote] version = "1.0.36" [dependencies.regex] version = "1.10.5" [dependencies.sailfish-compiler] version = "0.8.3" features = ["procmacro"] default-features = false [dependencies.syn] version = "2.0.66" [features] default = ["minify-components"] minify-components = []