laddu-runtime 0.21.1

Amplitude analysis tools 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"
rust-version = "1.95.0"
name = "laddu-runtime"
version = "0.21.1"
authors = ["Nathaniel Dene Hoffman <nhoffman@wm.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Amplitude analysis tools for Rust"
homepage = "https://github.com/denehoffman/laddu"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/denehoffman/laddu"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "docs-header.html",
]

[features]
jit = ["dep:cranelift"]
mpi = [
    "dep:mpi",
    "laddu-data/mpi",
]
wgpu = [
    "dep:laddu-wgpu",
    "laddu-memory/nvml",
]

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

[dependencies.cranelift]
version = "0.133.1"
features = [
    "jit",
    "module",
    "native",
]
optional = true

[dependencies.laddu-autodiff]
version = "0.21.1"

[dependencies.laddu-compile]
version = "0.21.1"

[dependencies.laddu-data]
version = "0.21.1"

[dependencies.laddu-expr]
version = "0.21.1"

[dependencies.laddu-kernel]
version = "0.21.1"

[dependencies.laddu-memory]
version = "0.21.1"

[dependencies.laddu-wgpu]
version = "0.21.1"
optional = true

[dependencies.mpi]
version = "0.8.2"
features = ["complex"]
optional = true

[dependencies.nalgebra]
version = "0.35.0"
features = ["serde-serialize"]

[dependencies.num]
version = "0.4.3"
features = ["serde"]

[dependencies.rayon]
version = "1.12.0"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.serde_json]
version = "1.0.150"

[lints.clippy]
missing_errors_doc = "warn"
missing_panics_doc = "warn"

[lints.rust]
missing_docs = "warn"