grimoire_css 1.8.0

A magical CSS engine for all environments
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.93.0"
name = "grimoire_css"
version = "1.8.0"
authors = ["Dmitrii Shatokhin <dmtrshatokhin@gmail.com>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "assets/grimoire-css-logo.png",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A magical CSS engine for all environments"
homepage = "https://github.com/persevie/grimoire-css"
documentation = "https://docs.rs/grimoire-css"
readme = "README.md"
keywords = [
    "css",
    "css-compiler",
    "styling",
    "web",
    "system",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/persevie/grimoire-css"

[features]
analyzer = []
default = ["analyzer"]
heap-profile = ["dhat"]
lsp = [
    "analyzer",
    "dep:tokio",
    "dep:tower-lsp",
    "dep:ureq",
]

[lib]
name = "grimoire_css_lib"
crate-type = ["lib"]
path = "src/lib.rs"

[[bin]]
name = "grimoire_css"
path = "src/main.rs"

[[bin]]
name = "grimoire_css_lsp"
path = "src/bin/grimoire_css_lsp.rs"
required-features = ["lsp"]

[[bin]]
name = "grim"
path = "src/bin/grim.rs"

[dependencies.console]
version = "0.16.2"

[dependencies.dhat]
version = "0.3.3"
optional = true

[dependencies.glob]
version = "0.3.3"

[dependencies.grimoire_css_color_toolkit]
version = "1.0.0"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.lightningcss]
version = "1.0.0-alpha.68"
features = ["browserslist"]

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.once_cell]
version = "1.21"

[dependencies.regex]
version = "1.12.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt-multi-thread",
    "io-std",
    "io-util",
    "process",
    "time",
    "sync",
]
optional = true

[dependencies.tower-lsp]
version = "0.20.0"
optional = true

[dependencies.ureq]
version = "2.12.1"
features = ["tls"]
optional = true
default-features = false

[dev-dependencies.tempfile]
version = "3.24.0"

[profile.profiling]
debug = 2
inherits = "release"

[profile.release]
lto = true
codegen-units = 1