amari-gpu 0.18.1

GPU acceleration for mathematical computations
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 = "amari-gpu"
version = "0.18.1"
authors = ["Amari Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU acceleration for mathematical computations"
homepage = "https://github.com/justinelliottcobb/Amari"
readme = "README.md"
keywords = [
    "gpu-computing",
    "webgpu",
    "parallel",
    "performance",
    "mathematics",
]
categories = [
    "mathematics",
    "science",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/justinelliottcobb/Amari"

[features]
automata = ["dep:amari-automata"]
calculus = ["dep:amari-calculus"]
default = []
dual = ["dep:amari-dual"]
enumerative = ["dep:amari-enumerative"]
functional = ["dep:amari-functional"]
fusion = ["dep:amari-fusion"]
high-precision = [
    "amari-core/high-precision",
    "amari-relativistic/high-precision",
]
holographic = ["dep:amari-holographic"]
measure = ["dep:amari-measure"]
probabilistic = [
    "dep:rand",
    "dep:rand_distr",
]
std = [
    "amari-core/std",
    "amari-relativistic/std",
    "amari-info-geom/std",
]
topology = ["dep:amari-topology"]
tropical = ["dep:amari-tropical"]
webgpu = ["wgpu/webgpu"]

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

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

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

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

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

[dependencies.amari-automata]
version = "0.18.1"
optional = true

[dependencies.amari-calculus]
version = "0.18.1"
optional = true

[dependencies.amari-core]
version = "0.18.1"
features = [
    "std",
    "phantom-types",
]

[dependencies.amari-dual]
version = "0.18.1"
optional = true

[dependencies.amari-enumerative]
version = "0.18.1"
optional = true

[dependencies.amari-functional]
version = "0.18.1"
optional = true

[dependencies.amari-fusion]
version = "0.18.1"
optional = true

[dependencies.amari-holographic]
version = "0.18.1"
optional = true

[dependencies.amari-info-geom]
version = "0.18.1"
features = ["std"]

[dependencies.amari-measure]
version = "0.18.1"
optional = true

[dependencies.amari-network]
version = "0.18.1"
features = ["std"]

[dependencies.amari-relativistic]
version = "0.18.1"
features = [
    "std",
    "phantom-types",
]

[dependencies.amari-topology]
version = "0.18.1"
optional = true

[dependencies.amari-tropical]
version = "0.18.1"
optional = true

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]

[dependencies.futures]
version = "0.3"

[dependencies.nalgebra]
version = "0.32"

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

[dependencies.pollster]
version = "0.3"

[dependencies.rand]
version = "0.8"
optional = true

[dependencies.rand_distr]
version = "0.4"
optional = true

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "sync",
    "time",
]

[dependencies.wgpu]
version = "0.19"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "rt",
]