[package] name = "stdsimd" version = "0.1.2" authors = ["Andrew Gallant "] description = "SIMD support in Rust's standard library." documentation = "https://docs.rs/stdsimd" homepage = "https://github.com/rust-lang-nursery/stdsimd" repository = "https://github.com/rust-lang-nursery/stdsimd" readme = "README.md" keywords = ["std", "simd", "intrinsics"] categories = ["hardware-support"] license = "MIT/Apache-2.0" [badges] travis-ci = { repository = "rust-lang-nursery/stdsimd" } appveyor = { repository = "rust-lang-nursery/stdsimd" } is-it-maintained-issue-resolution = { repository = "rust-lang-nursery/stdsimd" } is-it-maintained-open-issues = { repository = "rust-lang-nursery/stdsimd" } maintenance = { status = "experimental" } [dependencies] #coresimd = { version = "0.0.3", path = "../coresimd" } coresimd = "0.1.2" libc = "0.2" cfg-if = "0.1" #[dev-dependencies] #auxv = "0.3.3" #quickcheck = "0.7" #rand = "0.5" #cupid = "0.6.0" [[example]] name = "hex" path = "../../examples/hex.rs" [[example]] name = "wasm" crate-type = ["cdylib"] path = "../../examples/wasm.rs" [features] default = [] wasm_simd128 = ["coresimd/wasm_simd128"]