swc-plugin-formatjs 10.5.423

Rust/SWC port of babel-plugin-formatjs@10.5.41. Supports WASI plugin and native VisitMut consumption.
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"
name = "swc-plugin-formatjs"
version = "10.5.423"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust/SWC port of babel-plugin-formatjs@10.5.41. Supports WASI plugin and native VisitMut consumption."
homepage = "https://github.com/ShanonJackson/babel-plugin-formatjs"
readme = "README.md"
keywords = [
    "swc",
    "swc-plugin",
    "formatjs",
    "react-intl",
    "i18n",
]
categories = [
    "development-tools",
    "internationalization",
    "wasm",
]
license = "MIT"
repository = "https://github.com/ShanonJackson/babel-plugin-formatjs"

[features]
default = ["native"]
native = []
plugin = ["swc_core/ecma_plugin_transform"]

[lib]
name = "swc_plugin_formatjs"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.base64]
version = "=0.22.1"

[dependencies.regex]
version = "=1.11.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "=0.10.8"

[dependencies.swc_core]
version = "=54.0.0"
features = [
    "ecma_ast",
    "ecma_visit",
    "common",
]

[dev-dependencies.swc]
version = "=52.0.0"

[dev-dependencies.swc_core]
version = "=54.0.0"
features = [
    "ecma_ast",
    "ecma_visit",
    "ecma_parser",
    "ecma_codegen",
    "common",
]