[dependencies]
[lib]
name = "const_css_minify"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["scpso"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server"]
description = "Include a minified css file as an inline const in your high-performance compiled web application"
edition = "2024"
keywords = ["css", "stylesheet"]
license = "MIT"
name = "const-css-minify"
readme = "README.md"
repository = "https://github.com/scpso/const-css-minify"
rust-version = "1.88"
version = "1.0.0"
[[test]]
name = "tests"
path = "tests/tests.rs"