cubek-random 0.1.1

CubeK: Random Number Generation
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 = "cubek-random"
version = "0.1.1"
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CubeK: Random Number Generation"
readme = "README.md"
keywords = []
categories = [
    "science",
    "mathematics",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tracel-ai/cubek/tree/main/crates/cubek-random"
resolver = "2"

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

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

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

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

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

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

[dependencies.num-traits]
version = "0.2.19"

[dependencies.pretty_assertions]
version = "1.4"
optional = true

[dependencies.rand]
version = "0.9.2"
features = ["std_rng"]
default-features = false

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

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