# 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 = "swc_plugin_styled_components" version = "0.34.2" description = "styled-components plugin for https://swc.rs" readme = "README.md" license = "Apache-2.0" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.styled_components] version = "0.52.0" [dependencies.swc_common] version = "0.29.10" features = ["concurrent"] [dependencies.swc_core] version = "0.40.16" features = [ "plugin_transform", "ecma_utils", "ecma_visit", "ecma_ast", "common", ]