mirror of
https://git.teahaven.kr/Rust-related/luminal.git
synced 2026-06-04 08:39:48 +09:00
23 lines
459 B
TOML
23 lines
459 B
TOML
[package]
|
|
name = "luminal_metal"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
description = "Metal backend for luminal"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
luminal = { path = "../.." }
|
|
metal = "0.31"
|
|
objc = "0.2"
|
|
as-any = "0.3.2"
|
|
itertools = "0.12.1"
|
|
half = "2.7.1"
|
|
tracing = "0.1.43"
|
|
|
|
[dev-dependencies]
|
|
candle-core = "0.9.2-alpha.1"
|
|
proptest = "1.9.0"
|
|
|
|
[lints.rust]
|
|
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(feature, values("cargo-clippy"))'] }
|