# 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 = "candle-gemm-f32" version = "0.16.0" authors = ["sarah <>"] description = "Playground for matrix multiplication algorithms" readme = "README.md" keywords = ["linear-algebra"] license = "MIT" repository = "https://github.com/sarah-ek/gemm/" [dependencies.dyn-stack] version = "0.9" [dependencies.gemm-common] version = "0.16" package = "candle-gemm-common" [dependencies.lazy_static] version = "1.4" [dependencies.num-complex] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.paste] version = "1.0" [dependencies.raw-cpuid] version = "10.7" [dependencies.rayon] version = "1.7" [dependencies.seq-macro] version = "0.3" [features] default = ["std"] nightly = ["gemm-common/nightly"] std = []