rsnext/packages/next-swc/crates/core/Cargo.toml

37 lines
908 B
TOML
Raw Normal View History

2021-11-17 20:01:02 +01:00
[package]
edition = "2018"
name = "next-swc"
version = "0.0.0"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
2022-03-15 08:51:15 +01:00
base64 = "0.13"
byteorder = "1"
2021-11-17 20:01:02 +01:00
chrono = "0.4"
easy-error = "1.0.0"
either = "1"
fxhash = "0.2.1"
2022-03-15 08:51:15 +01:00
once_cell = "1.8.0"
2021-11-17 20:01:02 +01:00
pathdiff = "0.2.0"
2022-03-15 08:51:15 +01:00
radix_fmt = "1"
regex = "1.5"
2021-11-17 20:01:02 +01:00
serde = "1"
serde_json = "1"
2022-03-15 08:51:15 +01:00
styled_components = "0.19.0"
swc = "0.150.1"
swc_atoms = "0.2.9"
swc_common = {version = "0.17.15", features = ["concurrent", "sourcemap"]}
swc_css = "0.100.0"
swc_ecma_loader = {version = "0.29.0", features = ["node", "lru"]}
swc_ecmascript = {version = "0.132.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"]}
2021-11-17 20:01:02 +01:00
swc_node_base = "0.5.1"
2022-03-15 08:51:15 +01:00
swc_stylis = "0.96.1"
2021-11-17 20:01:02 +01:00
tracing = {version = "0.1.28", features = ["release_max_level_off"]}
[dev-dependencies]
2022-03-15 08:51:15 +01:00
swc_ecma_transforms_testing = "0.69.0"
testing = "0.18.1"
2021-11-17 20:01:02 +01:00
walkdir = "2.3.2"