[package]
edition = "2024"
rust-version = "1.94.0"
name = "oxc_react_compiler"
version = "0.135.0"
authors = [
"Boshen <boshenc@gmail.com>",
"Oxc contributors",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "oxc integration for the Rust port of React Compiler"
homepage = "https://oxc.rs"
readme = "README.md"
keywords = [
"JavaScript",
"TypeScript",
"linter",
"minifier",
"parser",
]
categories = [
"compilers",
"development-tools",
"web-programming",
]
license = "MIT"
repository = "https://github.com/oxc-project/oxc"
[lib]
name = "oxc_react_compiler"
path = "src/lib.rs"
doctest = false
[[example]]
name = "react_compiler"
path = "examples/react_compiler.rs"
[dependencies.indexmap]
version = "2"
features = ["serde"]
[dependencies.oxc_allocator]
version = "0.135.0"
[dependencies.oxc_ast]
version = "0.135.0"
[dependencies.oxc_ast_visit]
version = "0.135.0"
[dependencies.oxc_codegen]
version = "0.135.0"
default-features = false
[dependencies.oxc_diagnostics]
version = "0.135.0"
[dependencies.oxc_parser]
version = "0.135.0"
features = ["regular_expression"]
[dependencies.oxc_semantic]
version = "0.135.0"
[dependencies.oxc_span]
version = "0.135.0"
[dependencies.oxc_syntax]
version = "0.135.0"
[dependencies.react_compiler]
version = "0.1.3"
package = "forked_react_compiler"
[dependencies.react_compiler_ast]
version = "0.1.3"
package = "forked_react_compiler_ast"
[dependencies.react_compiler_hir]
version = "0.1.3"
package = "forked_react_compiler_hir"
[dependencies.rustc-hash]
version = "2"
[dependencies.serde_json]
version = "1"
features = ["raw_value"]
[lints.clippy]
collapsible_if = "allow"
disallowed_types = "allow"
needless_return = "allow"
unnecessary_unwrap = "allow"
[lints.rustdoc]
bare_urls = "allow"
broken_intra_doc_links = "allow"
invalid_html_tags = "allow"