[package]
edition = "2021"
name = "swc_react_native_worklets"
version = "0.2.0"
authors = ["Geunhyeok LEE <dev.ghlee@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SWC port of the react-native-worklets Babel plugin"
homepage = "https://github.com/leegeunhyeok/swc-plugin-codegen"
readme = "README.md"
license = "MIT"
repository = "https://github.com/leegeunhyeok/swc-plugin-codegen"
[lib]
name = "swc_react_native_worklets"
path = "src/lib.rs"
[[test]]
name = "transform_test"
path = "tests/transform_test.rs"
[dependencies.indexmap]
version = "2"
[dependencies.once_cell]
version = "1"
[dependencies.rustc-hash]
version = "2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.swc_atoms]
version = "9.0.0"
[dependencies.swc_common]
version = "21.0.1"
features = ["sourcemap"]
[dependencies.swc_ecma_ast]
version = "23.0.0"
[dependencies.swc_ecma_codegen]
version = "26.0.1"
[dependencies.swc_ecma_compat_es2015]
version = "46.0.0"
[dependencies.swc_ecma_compat_es2022]
version = "45.0.0"
[dependencies.swc_ecma_parser]
version = "39.0.2"
features = [
"flow",
"typescript",
]
[dependencies.swc_ecma_transformer]
version = "14.1.0"
[dependencies.swc_ecma_transforms_base]
version = "42.0.1"
[dependencies.swc_ecma_utils]
version = "29.1.0"
[dependencies.swc_ecma_visit]
version = "23.0.0"
[dev-dependencies.insta]
version = "1"
features = ["glob"]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(swc_ast_unknown)"]