gemm-c64 0.19.0

Playground for matrix multiplication algorithms
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 = "2021"
name = "gemm-c64"
version = "0.19.0"
authors = ["sarah <>"]
build = false
autolib = 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/"

[features]
default = [
    "std",
    "rayon",
]
experimental-apple-amx = [
    "std",
    "gemm-common/experimental-apple-amx",
]
rayon = [
    "std",
    "gemm-common/rayon",
]
std = [
    "dyn-stack/std",
    "gemm-common/std",
]
x86-v4 = ["gemm-common/x86-v4"]

[lib]
name = "gemm_c64"
path = "src/lib.rs"

[dependencies.dyn-stack]
version = "0.13"
features = ["alloc"]
default-features = false

[dependencies.gemm-common]
version = "0.19.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 = "11.2"
default-features = false

[dependencies.seq-macro]
version = "0.3"