cubecl-cpp 0.10.0-pre.1

CPP transpiler for CubeCL
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-cpp"
version = "0.10.0-pre.1"
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPP transpiler for CubeCL"
readme = "README.md"
keywords = [
    "cpp",
    "gpu",
    "cuda",
    "hip",
    "metal",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-cpp"
resolver = "2"

[features]
cuda = []
default = [
    "cubecl-runtime/default",
    "cubecl-common/default",
    "cubecl-core/default",
    "metal",
]
hip = []
metal = []
std = [
    "cubecl-runtime/std",
    "cubecl-common/std",
    "cubecl-core/std",
]
tracing = [
    "cubecl-runtime/tracing",
    "cubecl-common/tracing",
    "cubecl-core/tracing",
    "cubecl-opt/tracing",
]

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

[dependencies.bytemuck]
version = "1.16.1"

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

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

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

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

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

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

[dependencies.itertools]
version = "0.14.0"
default-features = false

[dependencies.log]
version = "^0.4.22"
default-features = false

[lints.clippy]
doc_markdown = "warn"

[lints.rust]
warnings = "warn"

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