nextjs_react_compiler_optimization 0.1.4

Rust port of the React Compiler, vendored from facebook/react.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"

[[package]]
name = "hashbrown"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"

[[package]]
name = "indexmap"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
dependencies = [
 "equivalent",
 "hashbrown",
 "serde",
 "serde_core",
]

[[package]]
name = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"

[[package]]
name = "memchr"
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"

[[package]]
name = "nextjs_react_compiler_ast"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c9d523fefc01601b83ce1e8aaa0fe0fc18b0a621d5d912f355dfbf992992478"
dependencies = [
 "indexmap",
 "serde",
 "serde_json",
]

[[package]]
name = "nextjs_react_compiler_diagnostics"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21e034b999a577025207d513f600be3b8def69a6f2120e84e3a9c2572c0fee14"
dependencies = [
 "serde",
]

[[package]]
name = "nextjs_react_compiler_hir"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af517da82c11c21acc938a35aa4b548a27850d82c4a2191a25840f9aa608a6f9"
dependencies = [
 "indexmap",
 "nextjs_react_compiler_diagnostics",
 "serde",
 "serde_json",
]

[[package]]
name = "nextjs_react_compiler_lowering"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "074cba00c130f9655f37492b19ff1e4a56f782701242a96d0fe95efdd344820f"
dependencies = [
 "indexmap",
 "nextjs_react_compiler_ast",
 "nextjs_react_compiler_diagnostics",
 "nextjs_react_compiler_hir",
 "serde_json",
]

[[package]]
name = "nextjs_react_compiler_optimization"
version = "0.1.4"
dependencies = [
 "indexmap",
 "nextjs_react_compiler_diagnostics",
 "nextjs_react_compiler_hir",
 "nextjs_react_compiler_lowering",
 "nextjs_react_compiler_ssa",
]

[[package]]
name = "nextjs_react_compiler_ssa"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c3309f2434596907be6bb83679a334f6c54c60fcea42a37dde4265ed9af5bdc"
dependencies = [
 "indexmap",
 "nextjs_react_compiler_diagnostics",
 "nextjs_react_compiler_hir",
 "nextjs_react_compiler_lowering",
]

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "serde"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
 "serde_core",
 "serde_derive",
]

[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "serde_json"
version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [
 "itoa",
 "memchr",
 "serde",
 "serde_core",
 "zmij",
]

[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"