infinity-build-js 0.3.3

Rolldown-backed JS/TS instrument bundler for MSFS. Implements the infinity-build-core Builder trait, emits MSFS-shaped package sources (BaseInstrument harness, instrument.html, instrument.js, instrument.css).
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"
rust-version = "1.85"
name = "infinity-build-js"
version = "0.3.3"
authors = ["cameron_griego@protonmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rolldown-backed JS/TS instrument bundler for MSFS. Implements the infinity-build-core Builder trait, emits MSFS-shaped package sources (BaseInstrument harness, instrument.html, instrument.js, instrument.css)."
readme = false
license = "MIT"
repository = "https://github.com/infinity-MSFS/infinity-msfs-build-tools"

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

[dependencies.anyhow]
version = "1"

[dependencies.arcstr]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.infinity-build-core]
version = "0.3.1"

[dependencies.oxc_resolver]
version = "=11.10.0"

[dependencies.regex]
version = "1"

[dependencies.rolldown]
version = "=0.1.0"

[dependencies.rolldown_common]
version = "=0.1.0"

[dependencies.rolldown_plugin]
version = "=0.1.0"

[dependencies.rolldown_utils]
version = "=0.1.0"

[dependencies.rustc-hash]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "io-util",
]

[dev-dependencies.toml]
version = "0.8"