# 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 = "2018" name = "poly_styled_components" version = "0.31.1" authors = ["강동윤 "] include = [ "Cargo.toml", "src/**/*.rs", ] description = "AST Transforms for styled-components" license = "Apache-2.0" repository = "https://github.com/vercel/next.js.git" [dependencies.Inflector] version = "0.11.4" [dependencies.once_cell] version = "1.10.0" [dependencies.regex] version = "1.5.4" features = [ "std", "perf", ] default-features = false [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.swc_atoms] version = "0.2.11" [dependencies.swc_common] version = "0.18.7" features = ["concurrent"] [dependencies.swc_ecmascript] version = "0.163.0" features = [ "utils", "visit", ] [dependencies.tracing] version = "0.1.32" [dev-dependencies.serde_json] version = "1" [dev-dependencies.swc_ecma_transforms_testing] version = "0.91.0" [dev-dependencies.swc_ecmascript] version = "0.163.0" features = [ "parser", "transforms", ] [dev-dependencies.testing] version = "0.20.0"