# 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] name = "simd" version = "0.2.4" authors = ["Huon Wilson "] description = "`simd` offers limited cross-platform access to SIMD instructions on\nCPUs, as well as raw interfaces to platform-specific instructions.\n(To be obsoleted by the `std::simd` implementation RFC 2366.)\n" documentation = "https://docs.rs/simd/" readme = "README.md" keywords = ["simd", "data-parallel"] license = "MIT/Apache-2.0" repository = "https://github.com/hsivonen/simd" [package.metadata.docs.rs] features = ["doc"] [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dev-dependencies.cfg-if] version = "0.1" [features] doc = [] with-serde = ["serde", "serde_derive"]