blob: 09677738cee199f2b110964464b61303b25cbc5f [file] [log] [blame]
[package]
name = "stdsimd"
version = "0.0.3"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
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" }
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"]