nextjs_react_compiler_swc 0.1.5

Rust port of the React Compiler, vendored from facebook/react.
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 = "2024"
name = "nextjs_react_compiler_swc"
version = "0.1.5"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of the React Compiler, vendored from facebook/react."
readme = false
license = "MIT"
repository = "https://github.com/vercel/forked-react-compiler"

[lib]
name = "react_compiler_swc"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.react_compiler]
version = "0.1.5"
package = "nextjs_react_compiler"

[dependencies.react_compiler_ast]
version = "0.1.5"
package = "nextjs_react_compiler_ast"

[dependencies.react_compiler_diagnostics]
version = "0.1.5"
package = "nextjs_react_compiler_diagnostics"

[dependencies.react_compiler_hir]
version = "0.1.5"
package = "nextjs_react_compiler_hir"

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

[dependencies.serde_json]
version = "1"

[dependencies.swc_atoms]
version = "9"

[dependencies.swc_common]
version = "21"

[dependencies.swc_ecma_ast]
version = "23"

[dependencies.swc_ecma_codegen]
version = "26"

[dependencies.swc_ecma_parser]
version = "39"

[dependencies.swc_ecma_visit]
version = "23"