# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "generic-simd" version = "0.1.0" authors = ["Caleb Zulawski "] include = ["/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**", "/tests/**"] description = "safe and idiomatic zero-cost abstractions for writing explicit cross-platform SIMD operations" readme = "README.md" categories = ["no-std", "api-bindings", "hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/calebzulawski/generic-simd" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = ["nightly", "complex", "alloc"] no-default-features = true rustdoc-args = ["-Ctarget-feature=+simd128"] targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "armv7-unknown-linux-gnueabihf", "wasm32-unknown-unknown"] [dependencies.generic-simd-macros] version = "0.1" default-features = false [dependencies.multiversion] version = "0.6.1" default-features = false [dependencies.num-complex] version = "0.3" optional = true default-features = false [features] alloc = [] complex = ["num-complex"] default = ["std", "complex"] nightly = ["generic-simd-macros/nightly"] std = ["multiversion/std"]