cubek-convolution 0.2.0

CubeK: Convolution Kernels
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-convolution"
version = "0.2.0"
authors = [
    "Genna Wingert",
    "louisfd <louisfd94@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CubeK: Convolution Kernels"
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-convolution"
resolver = "2"

[features]
cpu-reference = [
    "dep:cubek-test-utils",
    "cubek-matmul/cpu-reference",
]
default = [
    "std",
    "cubecl/default",
]
extended = ["heavy"]
full = ["extended"]
heavy = []
std = ["cubecl/std"]

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

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

[dependencies.bytemuck]
version = "1.16.1"

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

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

[dependencies.cubek-matmul]
version = "0.2.0"
default-features = false

[dependencies.cubek-std]
version = "0.2.0"
default-features = false

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

[dependencies.derive-new]
version = "0.7.0"
default-features = false

[dependencies.enumset]
version = "1.1.10"
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.cubecl]
version = "0.10.0"
features = ["test-runtime"]
default-features = false

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

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

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