pliego-css 0.1.0-rc.2

Utility-first styling compiler for Rust and PliegoRS
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.85"
name = "pliego-css"
version = "0.1.0-rc.2"
authors = ["Celiums Solutions LLC"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility-first styling compiler for Rust and PliegoRS"
homepage = "https://pliegocss.dev"
documentation = "https://docs.rs/pliego-css"
readme = "README.md"
keywords = [
    "css",
    "rust",
    "static-analysis",
    "pliegors",
    "web",
]
categories = [
    "compilers",
    "development-tools",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/celiumsai/pliegocss"
resolver = "2"

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

[[test]]
name = "ui"
path = "tests/ui.rs"

[dependencies.pliego-css-ir]
version = "=0.1.0-rc.2"

[dependencies.pliego-css-macros]
version = "=0.1.0-rc.2"

[dev-dependencies.trybuild]
version = "1.0.116"

[lints.clippy]
module_name_repetitions = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"