[package] authors = ["강동윤 "] description = "AST Transforms for styled-components" edition = "2018" include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "styled_components" repository = "https://github.com/vercel/next.js.git" version = "0.44.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] Inflector = "0.11.4" once_cell = "1.13.0" regex = {version = "1.5.4", features = ["std", "perf"], default-features = false} serde = {version = "1.0.130", features = ["derive"]} tracing = "0.1.32" swc_core = { version = "0.26.0", features = [ "common", "ecma_ast", "ecma_utils", "ecma_visit" ] } [dev-dependencies] serde_json = "1" testing = "0.30.10" swc_core = { version = "0.26.0", features = [ "ecma_parser", "ecma_transforms", "testing_transform" ] }