cubek-test-utils 0.1.1

CubeK: Test Utils
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.88"
name = "cubek-test-utils"
version = "0.1.1"
authors = [
    "nathanielsimard <nathaniel.simard.42@gmail.com>",
    "louisfd <louisfd94@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CubeK: Test Utils"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tracel-ai/cubek/tree/main/crates/cubek-test-utils"
resolver = "2"

[features]
default = [
    "cubecl/default",
    "tests",
]
std = ["cubecl/std"]
tests = []

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

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

[dependencies.bytemuck]
version = "1.16.1"

[dependencies.cubecl]
version = "0.9.0"
features = [
    "stdlib",
    "test-runtime",
]
default-features = false

[dependencies.cubecl-common]
version = "0.9.0"
default-features = false

[dependencies.cubek-random]
version = "0.1.1"
default-features = false

[dependencies.half]
version = "2.5"
features = [
    "alloc",
    "num-traits",
    "serde",
    "bytemuck",
]
default-features = false

[dependencies.serde]
version = "1.0.204"
features = [
    "derive",
    "alloc",
]
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.trybuild]
version = "1"