arm64jit 0.3.13

Spec-driven AArch64 JIT assembler for 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 = "2024"
name = "arm64jit"
version = "0.3.13"
build = false
exclude = ["spec/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spec-driven AArch64 JIT assembler for Rust"
readme = false
license = "MIT"
repository = "https://github.com/asLody/arm64jit"
resolver = "2"

[features]
default = []

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

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

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

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

[dependencies.bytemuck]
version = "1.24"
default-features = false

[dependencies.jit-core]
version = "0.1.7"

[dependencies.jit-macro]
version = "0.2.7"

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false