drizzle-css 0.1.0

Classless-first CSS framework — exposes compiled CSS as &'static str constants.
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 = "2021"
name = "drizzle-css"
version = "0.1.0"
build = "build.rs"
include = [
    "css/**",
    "src/**",
    "build.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Classless-first CSS framework — exposes compiled CSS as &'static str constants."
readme = "README.md"
keywords = [
    "css",
    "classless",
    "framework",
    "static-site",
    "stylesheet",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/thombruce/drizzle"

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

[[bin]]
name = "drizzle-build"
path = "src/main.rs"

[dependencies.lightningcss]
version = "1.0.0-alpha.67"

[build-dependencies.lightningcss]
version = "1.0.0-alpha.67"

[profile.release]
opt-level = 3
lto = true