# 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 = "nano-gemm" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Small matrix multiplication" readme = "README.md" keywords = [ "math", "matrix", ] license = "MIT" repository = "https://github.com/sarah-ek/nano-gemm/" [lib] name = "nano_gemm" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.equator] version = "0.2.2" [dependencies.nano-gemm-c32] version = "0.1.0" default-features = false [dependencies.nano-gemm-c64] version = "0.1.0" default-features = false [dependencies.nano-gemm-core] version = "0.1.0" [dependencies.nano-gemm-f32] version = "0.1.0" default-features = false [dependencies.nano-gemm-f64] version = "0.1.0" default-features = false [dependencies.num-complex] version = "0.4.5" default-features = false [dev-dependencies.aligned-vec] version = "0.5.0" [dev-dependencies.clap] version = "4.5.4" features = ["derive"] [dev-dependencies.diol] version = "0.2.0" [dev-dependencies.faer] version = "0.17" features = ["nightly"] [dev-dependencies.intel-mkl-src] version = "0.7.0" [dev-dependencies.itertools] version = "0.12.1" [dev-dependencies.nalgebra] version = "0.32.4" [dev-dependencies.ndarray] version = "0.15.6" features = ["blas"] [dev-dependencies.num-complex] version = "0.4.5" features = ["rand"] [dev-dependencies.rand] version = "0.8.5" [build-dependencies.nano-gemm-codegen] version = "0.1" [features] default = ["std"] nightly = [ "nano-gemm-f32/nightly", "nano-gemm-f64/nightly", "nano-gemm-c32/nightly", "nano-gemm-c64/nightly", ] std = []