# 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 = "qip-iterators" version = "1.4.0" authors = ["Sumner Hearth "] description = "Iterators for tensor product matrix multiplication" license = "MIT" repository = "https://github.com/Renmusxd/RustQIP" resolver = "1" [lib] name = "qip_iterators" [dependencies.num-traits] version = "^0.2" [dependencies.rayon] version = "^1.7" optional = true [dev-dependencies.blas] version = "^0.22" [dev-dependencies.faer-core] version = "^0.8" [dev-dependencies.ndarray] version = "^0.15" features = ["blas"] [dev-dependencies.num-complex] version = "^0.4" [dev-dependencies.openblas-src] version = "^0.10" [dev-dependencies.sprs] version = "^0.11" [features] default = ["parallel"] parallel = ["rayon"]