# 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 = "slices_dispatch_wide" version = "0.1.1" description = "A macro to dispatch vectorized math over slices using the `wide` crate for SIMD operations" homepage = "https://github.com/zachmatson/slices_dispatch_wide" documentation = "https://docs.rs/slices_dispatch_wide" readme = "README.md" keywords = [ "simd", "math", "wide", "macro", ] categories = [ "mathematics", "hardware-support", ] license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/zachmatson/slices_dispatch_wide" resolver = "2" [dependencies.itertools] version = "0.10" [dependencies.paste] version = "1" [dependencies.wide] version = "0.7.4"