2020-09-22 18:41:42 -05:00
|
|
|
[package]
|
|
|
|
name = "core_simd"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Caleb Zulawski <caleb.zulawski@gmail.com>"]
|
|
|
|
edition = "2018"
|
2020-10-01 22:42:10 -05:00
|
|
|
homepage = "https://github.com/rust-lang/stdsimd"
|
|
|
|
repository = "https://github.com/rust-lang/stdsimd"
|
|
|
|
keywords = ["core", "simd", "intrinsics"]
|
|
|
|
categories = ["hardware-support", "no-std"]
|
|
|
|
license = "MIT OR Apache-2.0"
|
2020-10-03 01:36:51 -05:00
|
|
|
|
2021-03-06 21:00:39 -06:00
|
|
|
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen]
|
2020-10-03 01:36:51 -05:00
|
|
|
version = "0.2"
|
|
|
|
|
|
|
|
[dev-dependencies.wasm-bindgen-test]
|
|
|
|
version = "0.3"
|
2021-01-03 15:09:26 -06:00
|
|
|
|
|
|
|
[dev-dependencies.proptest]
|
|
|
|
version = "0.10"
|
|
|
|
default-features = false
|
|
|
|
features = ["alloc"]
|
|
|
|
|
|
|
|
[dev-dependencies.test_helpers]
|
|
|
|
path = "../test_helpers"
|