libjay 0.1.0

Independent, modern implementations of the J and APL array languages: parallel and vectorized, embeddable from Rust, Python, and C
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.85"
name = "libjay"
version = "0.1.0"
build = false
exclude = ["tests/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Independent, modern implementations of the J and APL array languages: parallel and vectorized, embeddable from Rust, Python, and C"
readme = "README.md"
keywords = [
    "j",
    "apl",
    "array",
    "vectorization",
    "language",
]
categories = [
    "compilers",
    "mathematics",
    "science",
]
license = "MIT"
repository = "https://github.com/amyodov/libjay"
resolver = "2"

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

[dependencies.multiversion]
version = "0.8"

[dependencies.num-bigint]
version = "0.5"

[dependencies.num-integer]
version = "0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.pollster]
version = "0.4"

[dependencies.rayon]
version = "1.12.0"

[dependencies.wgpu]
version = "26"
features = [
    "std",
    "wgsl",
    "metal",
    "vulkan",
    "dx12",
]
default-features = false

[dev-dependencies.naga]
version = "26"
features = ["wgsl-in"]

[dev-dependencies.rstest]
version = "0.25"