cubek-std 0.2.0

CubeK: Standard Library
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.92"
name = "cubek-std"
version = "0.2.0"
authors = ["louisfd <louisfd94@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CubeK: Standard Library"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tracel-ai/cubek/tree/main/crates/cubek-std"
resolver = "2"

[features]
default = ["cubecl/default"]
extended = ["heavy"]
full = ["extended"]
heavy = []
std = ["cubecl/std"]

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

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

[dependencies.cubecl]
version = "0.10.0"
features = ["stdlib"]
default-features = false

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

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

[dev-dependencies.cubek-test-utils]
version = "0.2.0"
default-features = false