11 lines
338 B
TOML
11 lines
338 B
TOML
[package]
|
|
name = "core_simd"
|
|
version = "0.1.0"
|
|
authors = ["Caleb Zulawski <caleb.zulawski@gmail.com>"]
|
|
edition = "2018"
|
|
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"
|