# 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-c64" version = "0.1.0" authors = ["sarah <>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Small matrix multiplicatio" readme = "README.md" keywords = [ "math", "matrix", ] license = "MIT" repository = "https://github.com/sarah-ek/nano-gemm/" [lib] name = "nano_gemm_c64" path = "src/lib.rs" [dependencies.nano-gemm-core] version = "0.1" [dependencies.num-complex] version = "0.4.5" default-features = false [build-dependencies.nano-gemm-codegen] version = "0.1" [features] default = [] nightly = []