# 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 = "2021" name = "ebcandle-metal-kernels" version = "0.7.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Metal kernels for Candle" readme = "README.md" keywords = [ "blas", "tensor", "machine-learning", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/huggingface/ebcandle" [lib] name = "ebcandle_metal_kernels" path = "src/lib.rs" [[example]] name = "metal_benchmarks" path = "examples/metal_benchmarks.rs" [dependencies.metal] version = "0.27.0" features = ["mps"] [dependencies.once_cell] version = "1.18.0" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1.37" [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "4.2.4" features = ["derive"] [dev-dependencies.half] version = "2.3.1" features = [ "num-traits", "use-intrinsics", "rand_distr", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3"