cssforge-core 0.2.1

Core semantic analysis and lossless refactoring engine for CSSForge
Documentation
[package]
name = "cssforge-core"
description = "Core semantic analysis and lossless refactoring engine for CSSForge"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
readme = "../../README.md"
keywords = ["css", "refactoring", "nesting", "modernize", "ast"]
categories = ["development-tools", "command-line-utilities", "web-programming"]

[dependencies]
anyhow.workspace = true
ignore.workspace = true
lightningcss.workspace = true
serde.workspace = true
serde_json.workspace = true
similar.workspace = true
thiserror.workspace = true