# 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" name = "swc-formatjs-visitor" version = "0.0.2" authors = ["OJ Kwon "] description = "formatjs custom transform visitor for SWC" license = "MIT" repository = "https://github.com/kwonoj/swc-plugin-formatjs" [dependencies.base64ct] version = "1.5.2" features = ["alloc"] [dependencies.icu-messageformat-parser] version = "0.0.2" features = ["utf16"] [dependencies.once_cell] version = "1.14.0" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.sha2] version = "0.10" [dependencies.swc_core] version = "0.23.13" features = [ "common", "ecma_visit", "ecma_ast", ] [dev-dependencies.pretty_assertions] version = "1.3.0" [features] custom_transform = [] plugin = ["swc_core/plugin_transform"]