2021-08-23 15:42:13 +03:00
|
|
|
[package]
|
2022-08-11 12:52:44 +03:00
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
|
|
description = "Port of stylis"
|
2021-08-23 15:42:13 +03:00
|
|
|
documentation = "https://rustdoc.swc.rs/swc_css_utils/"
|
2022-08-11 12:52:44 +03:00
|
|
|
edition = "2021"
|
|
|
|
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
|
|
|
|
license = "Apache-2.0"
|
|
|
|
name = "swc_css_utils"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
2022-12-07 12:30:36 +03:00
|
|
|
version = "0.126.3"
|
2022-04-04 14:12:03 +03:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
bench = false
|
2021-08-23 15:42:13 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2022-08-11 12:52:44 +03:00
|
|
|
once_cell = "1.10.0"
|
2022-09-30 10:57:15 +03:00
|
|
|
serde = { version = "1.0.118", features = ["derive"] }
|
2022-08-11 12:52:44 +03:00
|
|
|
serde_json = "1.0.61"
|
2022-11-20 03:30:30 +03:00
|
|
|
swc_atoms = { version = "0.4.25", path = "../swc_atoms" }
|
2022-12-04 08:55:52 +03:00
|
|
|
swc_common = { version = "0.29.19", path = "../swc_common" }
|
2022-12-07 12:30:36 +03:00
|
|
|
swc_css_ast = { version = "0.129.3", path = "../swc_css_ast" }
|
|
|
|
swc_css_visit = { version = "0.128.3", path = "../swc_css_visit" }
|