nova_vm 1.0.0

Nova Virtual Machine
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"
name = "nova_vm"
version = "1.0.0"
authors = ["The Nova Team"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nova Virtual Machine"
homepage = "https://trynova.dev/"
readme = "README.md"
keywords = [
    "javascript",
    "typescript",
    "interpreter",
]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/trynova/nova/tree/main/nova_vm"
resolver = "2"

[features]
annex-b = [
    "annex-b-string",
    "annex-b-global",
    "annex-b-date",
    "annex-b-regexp",
]
annex-b-date = ["date"]
annex-b-global = []
annex-b-regexp = ["regexp"]
annex-b-string = []
array-buffer = ["dep:ecmascript_atomics"]
atomics = [
    "array-buffer",
    "shared-array-buffer",
    "dep:ecmascript_atomics",
]
date = []
default = [
    "math",
    "json",
    "date",
    "array-buffer",
    "shared-array-buffer",
    "weak-refs",
    "atomics",
    "regexp",
    "set",
    "annex-b",
    "temporal",
]
json = ["dep:sonic-rs"]
math = []
proposal-atomics-microwait = ["atomics"]
proposal-float16array = ["array-buffer"]
proposal-is-error = []
proposal-math-clamp = ["math"]
proposal-temporal = ["temporal"]
proposals = [
    "proposal-float16array",
    "proposal-math-clamp",
    "proposal-is-error",
    "proposal-atomics-microwait",
    "proposal-temporal",
]
regexp = ["dep:regex"]
set = []
shared-array-buffer = [
    "array-buffer",
    "dep:ecmascript_atomics",
]
temporal = ["dep:temporal_rs"]
typescript = []
weak-refs = []

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

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

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

[dependencies.ahash]
version = "0.8.12"

[dependencies.ecmascript_atomics]
version = "0.2.3"
optional = true

[dependencies.fast-float]
version = "0.2.0"

[dependencies.hashbrown]
version = "0.16.1"

[dependencies.lexical]
version = "7.0.5"
features = [
    "std",
    "write-integers",
    "write-floats",
    "radix",
]
default-features = false

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.oxc_allocator]
version = "0.116.0"

[dependencies.oxc_ast]
version = "0.116.0"

[dependencies.oxc_diagnostics]
version = "0.116.0"

[dependencies.oxc_ecmascript]
version = "0.116.0"

[dependencies.oxc_parser]
version = "0.116.0"

[dependencies.oxc_regular_expression]
version = "0.116.0"

[dependencies.oxc_semantic]
version = "0.116.0"

[dependencies.oxc_span]
version = "0.116.0"

[dependencies.oxc_syntax]
version = "0.116.0"

[dependencies.rand]
version = "0.10.0"

[dependencies.regex]
version = "1.12.2"
optional = true

[dependencies.ryu-js]
version = "1.0.2"

[dependencies.small_string]
version = "1.0.0"

[dependencies.soavec]
version = "0.2.0"

[dependencies.soavec_derive]
version = "0.2.0"

[dependencies.sonic-rs]
version = "0.5.6"
optional = true

[dependencies.temporal_rs]
version = "0.1.0"
optional = true

[dependencies.unicode-normalization]
version = "0.1.24"

[dependencies.usdt]
version = "0.6.0"

[dependencies.wtf8]
version = "0.1"

[dependencies.xsum]
version = "0.1.6"

[build-dependencies.small_string]
version = "1.0.0"

[build-dependencies.usdt]
version = "0.6.0"