fidget-jit 0.4.2

Native JIT compiler for Fidget
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.87"
name = "fidget-jit"
version = "0.4.2"
authors = ["Matt Keeter <matt.j.keeter@gmail.com"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native JIT compiler for Fidget"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/mkeeter/fidget"
resolver = "2"

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

[dependencies.arrayvec]
version = "0.7"

[dependencies.dynasmrt]
version = "4.0"

[dependencies.fidget-core]
version = "=0.4.1"

[dependencies.static_assertions]
version = "1"

[dependencies.workspace-hack]
version = "0.1"

[dev-dependencies.fidget-core]
version = "=0.4.1"
features = ["eval-tests"]

[target.'cfg(not(target_os = "windows"))'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_System_Memory",
]