fervid_css 0.2.0

Transformer for Vue `<style>` blocks
Documentation
[package]
name = "fervid_css"
description = "Transformer for Vue `<style>` blocks"
version = "0.2.0"
edition = "2021"
authors = ["Marsel Shaikhin <phoenix.apps@yahoo.com>"]
repository = "https://github.com/phoenix-ru/fervid"
license = "Apache-2.0"
keywords = ["vue", "css", "style", "compiler", "transformer"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# cssparser = "0.29.6"
# lightningcss = { version = "1.0.0-alpha.44", git = "https://github.com/phoenix-ru/lightningcss.git", features = ["visitor"] }
# parcel_selectors = { version = "0.26.0", git = "https://github.com/phoenix-ru/lightningcss.git" }
fervid_core = { path="../fervid_core", version = "0.2" }
swc_css_ast = "0.140.*"
swc_css_codegen = "0.151.*"
swc_css_parser = "0.150.*"
swc_core = { workspace = true, features = ["common"]}