ruda-test-runtime 0.1.9

Kernel test utilities for Ruda.
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"
name = "ruda-test-runtime"
version = "0.1.9"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kernel test utilities for Ruda."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/shuqi2077/RUDA"

[features]
cpu = ["dep:ruda-driver-cpu"]
cuda = ["dep:ruda-driver-cuda"]
default = [
    "std",
    "ruda-kernel/frontend-default",
    "ruda-kernel/library",
    "ruda-driver-cpu?/default",
    "ruda-driver-cuda?/default",
    "ruda-driver-hip?/default",
    "ruda-driver-wgpu?/default",
]
hip = ["dep:ruda-driver-hip"]
std = [
    "ruda-kernel/frontend-std",
    "ruda-driver-wgpu?/std",
    "ruda-driver-cuda?/std",
]
test-runtime = ["dep:ruda-driver-wgpu"]
tracing = [
    "ruda-kernel/frontend-tracing",
    "ruda-driver-cpu?/tracing",
    "ruda-driver-cuda?/tracing",
    "ruda-driver-hip?/tracing",
    "ruda-driver-wgpu?/tracing",
]
wgpu = ["dep:ruda-driver-wgpu"]

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

[dependencies.ruda-driver-cpu]
version = "0.1.8"
optional = true
default-features = false

[dependencies.ruda-driver-cuda]
version = "0.1.9"
features = ["direct-ptx"]
optional = true
default-features = false

[dependencies.ruda-driver-hip]
version = "0.1.8"
optional = true
default-features = false

[dependencies.ruda-driver-wgpu]
version = "0.1.8"
optional = true
default-features = false

[dependencies.ruda-kernel]
version = "0.1.4"
features = ["frontend"]
default-features = false