# 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 = "gemm-f32" version = "0.18.0" authors = ["sarah <>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Playground for matrix multiplication algorithms" readme = "README.md" keywords = ["linear-algebra"] license = "MIT" repository = "https://github.com/sarah-ek/gemm/" [lib] name = "gemm_f32" path = "src/lib.rs" [dependencies.dyn-stack] version = "0.10" default-features = false [dependencies.gemm-common] version = "0.18.0" default-features = false [dependencies.num-complex] version = "0.4" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.paste] version = "1.0" [dependencies.raw-cpuid] version = "10.7" default-features = false [dependencies.seq-macro] version = "0.3" [features] default = [ "std", "rayon", ] experimental-apple-amx = [ "std", "gemm-common/experimental-apple-amx", ] nightly = ["gemm-common/nightly"] rayon = [ "std", "gemm-common/rayon", ] std = [ "dyn-stack/std", "gemm-common/std", ]