cubecl-macros 0.10.0

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

[features]
debug_symbols = []
default = []
std = []
tracing = ["cubecl-common/tracing"]

[lib]
name = "cubecl_macros"
path = "src/lib.rs"
proc-macro = true

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

[dependencies.darling]
version = "0.23.0"

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

[dependencies.ident_case]
version = "1"

[dependencies.inflections]
version = "1"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "extra-traits",
    "visit-mut",
]

[lints.clippy]
doc_markdown = "warn"

[lints.rust]
warnings = "warn"

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