ringkernel-montecarlo 0.4.0

GPU-accelerated Monte Carlo primitives for variance reduction
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 = "ringkernel-montecarlo"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU-accelerated Monte Carlo primitives for variance reduction"
readme = false
keywords = [
    "gpu",
    "monte-carlo",
    "variance-reduction",
    "cuda",
    "simulation",
]
categories = [
    "science",
    "simulation",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ringkernel/ringkernel"

[features]
cuda = ["cudarc"]
default = []

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

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

[dependencies.cudarc]
version = "0.18.2"
features = ["cuda-version-from-build-system"]
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.ringkernel-core]
version = "0.4.0"

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.rand_xoshiro]
version = "0.6"

[dev-dependencies.tokio]
version = "1.48"
features = [
    "full",
    "test-util",
    "macros",
    "rt-multi-thread",
]