nextjs_react_compiler_ast 0.1.4

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_ast"
version = "0.1.4"
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_ast"
path = "src/lib.rs"

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

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

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

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.similar]
version = "2"

[dev-dependencies.walkdir]
version = "2"