# 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 = "grimoire_css" version = "1.1.0" authors = ["Dmitrii Shatokhin "] build = false include = [ "src/**", "Cargo.toml", "README.md", "LICENSE", "assets/grimoire-css-logo.png", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A magical CSS system 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" [profile.release] lto = true codegen-units = 1 [lib] name = "grimoire_css_lib" crate-type = ["lib"] path = "src/lib.rs" [[bin]] name = "grimoire_css" path = "src/main.rs" [dependencies.console] version = "0.15.8" [dependencies.glob] version = "0.3.1" [dependencies.indicatif] version = "0.17.8" [dependencies.lazy_static] version = "1.5.0" [dependencies.lightningcss] version = "1.0.0-alpha.59" features = ["browserslist"] [dependencies.once_cell] version = "1.20" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3.13.0"