styled_jsx 15.0.0

AST transforms visitor for styled-jsx
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.70"
name = "styled_jsx"
version = "15.0.0"
authors = ["강동윤/Donny <kdy.1997.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AST transforms visitor for styled-jsx"
homepage = "https://github.com/swc-project/plugins"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/plugins.git"

[features]
custom_transform = ["swc_common/concurrent"]

[lib]
name = "styled_jsx"
path = "src/lib.rs"

[[test]]
name = "fixture"
path = "tests/fixture.rs"

[dependencies.anyhow]
version = "1.0.83"

[dependencies.lightningcss]
version = "1.0.0-alpha.67"
features = [
    "visitor",
    "into_owned",
]

[dependencies.once_cell]
version = "1.19.0"

[dependencies.parcel_selectors]
version = "0.28.0"

[dependencies.preset_env_base]
version = "8.0.1"

[dependencies.rustc-hash]
version = "2.1.0"

[dependencies.serde]
version = "1.0.203"
features = ["derive"]

[dependencies.swc_atoms]
version = "10.0.0"

[dependencies.swc_common]
version = "24.0.0"

[dependencies.swc_css_ast]
version = "24.0.0"

[dependencies.swc_css_codegen]
version = "24.0.0"

[dependencies.swc_css_compat]
version = "24.0.0"

[dependencies.swc_css_minifier]
version = "24.0.0"

[dependencies.swc_css_parser]
version = "24.0.0"

[dependencies.swc_css_prefixer]
version = "29.0.0"

[dependencies.swc_css_visit]
version = "24.0.0"

[dependencies.swc_ecma_ast]
version = "27.0.0"

[dependencies.swc_ecma_minifier]
version = "59.0.0"

[dependencies.swc_ecma_parser]
version = "43.0.0"

[dependencies.swc_ecma_transforms_base]
version = "47.0.0"

[dependencies.swc_ecma_utils]
version = "33.0.0"

[dependencies.swc_ecma_visit]
version = "27.0.0"

[dependencies.swc_plugin_macro]
version = "1.1.1"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.swc_ecma_transforms]
version = "60.0.0"

[dev-dependencies.swc_ecma_transforms_testing]
version = "51.0.0"

[dev-dependencies.testing]
version = "25.0.0"