cubecl-std 0.10.0-pre.1

CubeCL 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"
name = "cubecl-std"
version = "0.10.0-pre.1"
authors = [
    "nathanielsimard <nathaniel.simard.42@gmail.com>",
    "louisfd <louisfd94@gmail.com>",
    "maxtremblay <t.maxime@pm.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CubeCL Standard Library."
readme = "README.md"
keywords = []
categories = [
    "science",
    "mathematics",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-std"
resolver = "2"

[features]
default = []
export_tests = ["test-log/trace"]
tracing = [
    "cubecl-common/tracing",
    "cubecl-core/tracing",
    "cubecl-runtime/tracing",
]

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

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

[dependencies.cubecl-core]
version = "=0.10.0-pre.1"
default-features = false

[dependencies.cubecl-runtime]
version = "=0.10.0-pre.1"
default-features = false

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

[dependencies.num-traits]
version = "0.2.19"
features = ["libm"]
default-features = false

[dependencies.paste]
version = "1"

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

[dependencies.spin]
version = "0.10.0"
features = [
    "mutex",
    "spin_mutex",
]

[dependencies.test-log]
version = "^0.2"
optional = true
default-features = false

[dependencies.variadics_please]
version = "1"

[dev-dependencies.test-log]
version = "^0.2"
features = ["trace"]
default-features = false

[lints.clippy]
doc_markdown = "warn"

[lints.rust]
warnings = "warn"

[lints.rustdoc]
broken_intra_doc_links = "warn"
invalid_html_tags = "warn"