guff_css 0.11.1

A simple SASS/SCSS compiler and CSS parser/minifier.
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 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 = "2024"
rust-version = "1.90"
name = "guff_css"
version = "0.11.1"
authors = ["Josh Stoik <josh@blobfolio.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple SASS/SCSS compiler and CSS parser/minifier."
readme = "README.md"
license = "WTFPL"
repository = "https://github.com/Blobfolio/guff"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"

[features]
bin = []
default = []

[lib]
name = "guff_css"
path = "src/lib.rs"

[dependencies.grass]
version = "=0.13.4"
default-features = false

[dependencies.lightningcss]
version = "=1.0.0-alpha.70"
default-features = false

[dependencies.trimothy]
version = "0.9.*"