node-js 0.1.0

JavaScript as a fusevm frontend: a lexer/parser and compiler to fusevm::Chunk on a JsHost object heap, with no bespoke VM or JIT
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"
rust-version = "1.80"
name = "node-js"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JavaScript as a fusevm frontend: a lexer/parser and compiler to fusevm::Chunk on a JsHost object heap, with no bespoke VM or JIT"
readme = "README.md"
license = "MIT"

[lib]
name = "nodejs"
crate-type = [
    "rlib",
    "staticlib",
]
path = "src/lib.rs"

[[bin]]
name = "gen-docs"
path = "src/bin/gen_docs.rs"

[[bin]]
name = "node"
path = "src/main.rs"

[[bin]]
name = "parity"
path = "src/bin/parity.rs"

[[bin]]
name = "parity-fuzz"
path = "src/bin/parity_fuzz.rs"

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.fusevm]
version = "0.14.10"
features = [
    "jit",
    "jit-disk-cache",
    "aot",
]

[dependencies.indexmap]
version = "2"

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

[dependencies.thiserror]
version = "2.0"