oj_compiler 0.0.36

Fused per-file pipeline
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 = "2021"
name = "oj_compiler"
version = "0.0.36"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fused per-file pipeline"
readme = false
license = "MIT"

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

[[example]]
name = "bench_compile"
path = "examples/bench_compile.rs"

[[example]]
name = "bench_scan"
path = "examples/bench_scan.rs"

[dependencies.glob]
version = "0.3.4"

[dependencies.memchr]
version = "2.8.3"

[dependencies.oxc_allocator]
version = "0.144.0"

[dependencies.oxc_ast]
version = "0.144.0"

[dependencies.oxc_ast_visit]
version = "0.144.0"

[dependencies.oxc_codegen]
version = "0.144.0"

[dependencies.oxc_ecmascript]
version = "0.144.0"

[dependencies.oxc_minifier]
version = "0.144.0"

[dependencies.oxc_parser]
version = "0.144.0"

[dependencies.oxc_semantic]
version = "0.144.0"

[dependencies.oxc_span]
version = "0.144.0"

[dependencies.oxc_syntax]
version = "0.144.0"

[dependencies.oxc_transformer]
version = "0.144.0"

[dependencies.oxc_transformer_plugins]
version = "0.144.0"

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2.0.20"