[[bin]]
name = "grimoire_css_transmutator"
path = "src/main.rs"
[dependencies.cssparser]
version = "0.34.0"
[dependencies.glob]
version = "0.3.1"
[dependencies.grimoire_css]
version = "1.5.0"
[dependencies.regex]
version = "1.11.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.13.0"
[lib]
crate-type = ["lib"]
name = "grimoire_css_transmutator_lib"
path = "src/lib.rs"
[package]
authors = ["Dmitrii Shatokhin <dmtrshatokhin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "development-tools"]
description = "A tool for seamlessly transforming CSS into Grimoire CSS spells."
documentation = "https://docs.rs/grimoire_css_transmutator"
edition = "2021"
homepage = "https://github.com/persevie/grimoire_css_transmutator"
include = ["src/**", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["css", "css-transofrmer", "styling", "web", "system"]
license = "MIT"
name = "grimoire_css_transmutator"
readme = "README.md"
repository = "https://github.com/persevie/grimoire_css_transmutator"
version = "0.9.0"
[profile.release]
codegen-units = 1
lto = true