stdsimd 0.0.4

SIMD support in Rust's standard library.
Documentation
# 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 = "stdsimd"
version = "0.0.4"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "SIMD support in Rust's standard library."
homepage = "https://github.com/BurntSushi/stdsimd"
documentation = "https://docs.rs/stdsimd"
readme = "README.md"
keywords = ["std", "simd", "intrinsics"]
categories = ["hardware-support"]
license = "MIT/Apache-2.0"
repository = "https://github.com/BurntSushi/stdsimd"
[profile.bench]
opt-level = 3
debug = 1

[profile.release]
opt-level = 3
debug = true
[dependencies.coresimd]
version = "0.0.4"
[dev-dependencies.auxv]
version = "0.3.3"

[features]
intel_sde = ["coresimd/intel_sde"]
strict = ["coresimd/strict"]
[badges.appveyor]
repository = "BurntSushi/stdsimd"

[badges.is-it-maintained-issue-resolution]
repository = "BurntSushi/stdsimd"

[badges.is-it-maintained-open-issues]
repository = "BurntSushi/stdsimd"

[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "BurntSushi/stdsimd"