# 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 = "2018" name = "simd_iter" version = "0.2.0" authors = ["Chris Jones "] description = "A simple library for iterating over slices as `Simd` vectors." documentation = "https://docs.rs/simd_iter/" readme = "README.md" keywords = ["simd"] categories = [ "no-std", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/chr1sj0nes/simd_iter" [[bench]] name = "bench" harness = false [dependencies.num-traits] version = "0.2" [dev-dependencies.approx] version = "0.5.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.8.4"