axonml-jit 0.2.3

JIT compilation for Axonml tensor operations
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"
rust-version = "1.75"
name = "axonml-jit"
version = "0.2.3"
authors = ["AutomataNexus Development Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JIT compilation for Axonml tensor operations"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[dependencies.axonml-core]
version = "0.2.3"

[dependencies.axonml-tensor]
version = "0.2.3"

[dependencies.cranelift]
version = "0.111"

[dependencies.cranelift-jit]
version = "0.111"

[dependencies.cranelift-module]
version = "0.111"

[dependencies.cranelift-native]
version = "0.111"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rustc-hash]
version = "2.0"

[dependencies.target-lexicon]
version = "0.12"