luaur-code-gen 0.1.1

Native (A64/X64) code generation for Luau (Rust).
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 = "luaur-code-gen"
version = "0.1.1"
authors = ["Pawel Jankiewicz <p.jankiewicz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native (A64/X64) code generation for Luau (Rust)."
readme = false
keywords = [
    "luau",
    "lua",
    "codegen",
    "jit",
    "assembler",
]
categories = ["compilers"]
license = "MIT"
repository = "https://github.com/pjankiewicz/luaur"

[features]
cli = ["native"]
default = ["std"]
native = ["std"]
native-codegen = ["native"]
std = []
wasm = ["dep:wasm-bindgen"]

[lib]
name = "luaur_code_gen"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.luaur-common]
version = "0.1.1"

[dependencies.luaur-vm]
version = "0.1.1"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[target."cfg(windows)".dependencies.windows-sys]
version = "0.52"
features = [
    "Win32_Foundation",
    "Win32_System_Memory",
    "Win32_System_Threading",
    "Win32_System_Diagnostics_Debug",
]