symjit 2.13.2

a lightweight just-in-time (JIT) optimizer compiler
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 = "symjit"
version = "2.13.2"
authors = ["Shahriar Iravanian <siravan@svtsim.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a lightweight just-in-time (JIT) optimizer compiler"
readme = "README.md"
keywords = [
    "compiler",
    "JIT",
    "computer-algebra",
]
categories = [
    "compilers",
    "hardware-support",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/siravan/symjit"

[features]
default = []
selinux-fix = ["memmap2"]

[lib]
name = "symjit"
crate-type = ["rlib"]
path = "rust/lib.rs"

[[bin]]
name = "symjit"
path = "rust/bin.rs"

[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "2.0"
features = ["derive"]

[dependencies.bincode-trait-derive]
version = "0.1.0"

[dependencies.hashbrown]
version = "0.16.0"

[dependencies.libc]
version = "0.2"

[dependencies.memmap2]
version = "0.9"
optional = true

[dependencies.num-complex]
version = "0.4.6"

[dependencies.petgraph]
version = "0.8.3"

[dependencies.rand]
version = "0.9"

[dependencies.rayon]
version = "1.1"

[dependencies.region]
version = "3.0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.spec_math]
version = "0.1.6"

[dependencies.symbolica]
version = "1.3"
features = [
    "serde",
    "bincode",
]

[dependencies.wasmtime-jit-icache-coherence]
version = "34.0"

[dependencies.wide]
version = "0.8"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = ["Win32_System_Memory"]