luau-vm 0.732.0

Pure-Rust Luau virtual machine, garbage collector, and standard libraries
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.88"
name = "luau-vm"
version = "0.732.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust Luau virtual machine, garbage collector, and standard libraries"
homepage = "https://github.com/luau-rs/luau"
readme = "README.md"
license = "MIT"
repository = "https://github.com/luau-rs/luau"

[features]
default = []
vector4 = []

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

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

[[test]]
name = "conformance"
path = "tests/conformance/main.rs"

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

[dependencies.jiff]
version = "0.2.0"

[dependencies.lexical]
version = "7.0.0"

[dependencies.luau-bytecode]
version = "=0.732.0"

[dependencies.luau-common]
version = "=0.732.0"

[dependencies.luau-printf]
version = "=0.732.0"

[dependencies.minstant]
version = "0.1.0"

[dependencies.web-time]
version = "1.1.0"

[dev-dependencies.luau-compiler]
version = "=0.732.0"

[dev-dependencies.luau-syntax]
version = "=0.732.0"

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"