x86-simd 0.2.2

Safe interfaces to x86 and x86_64 SIMD intrinsics
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "x86-simd"
version = "0.2.2"
authors = ["Venus Xeon-Blonde <venus@venusblon.de>"]
build = "build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe interfaces to x86 and x86_64 SIMD intrinsics"
documentation = "https://docs.rs/x86-simd"
readme = "README.md"
keywords = [
    "simd",
    "x86",
    "x86-64",
]
categories = ["no-std"]
license = "MIT"
repository = "https://github.com/vcfxb/x86-simd"

[lib]
name = "x86_simd"
path = "src/lib.rs"

[dev-dependencies]

[build-dependencies.rustc_version]
version = "0.4.0"

[features]
default = ["std"]
std = []