styled_components 0.138.0

AST Transforms for styled-components
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_components"
version = "0.138.0"
authors = ["강동윤/Donny <kdy.1997.dev@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AST Transforms for styled-components"
homepage = "https://github.com/swc-project/plugins"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/plugins.git"

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

[dependencies.Inflector]
version = "0.11.4"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.regex]
version = "1.10.4"
features = [
    "std",
    "perf",
]
default-features = false

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

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

[dependencies.swc_atoms]
version = "9.0.0"

[dependencies.swc_common]
version = "18.0.1"

[dependencies.swc_ecma_ast]
version = "20.0.1"

[dependencies.swc_ecma_utils]
version = "26.0.1"

[dependencies.swc_ecma_visit]
version = "20.0.0"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.serde_json]
version = "1.0.117"

[dev-dependencies.swc_ecma_parser]
version = "33.0.1"

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

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

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(swc_ast_unknown)"]