[dependencies]
[dev-dependencies]
[features]
_assembly_x86 = []
_avx_test = []
avx512 = []
default = []
nightly = []
[lib]
name = "safe_unaligned_simd"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["hardware-support", "api-bindings", "no-std"]
description = "Safe SIMD wrappers for unaligned load and store operations."
edition = "2024"
exclude = [".github", "tests"]
homepage = "https://github.com/okaneco/safe_unaligned_simd"
keywords = ["simd", "vector", "unaligned", "load", "store"]
license = "MIT OR Apache-2.0"
name = "safe_unaligned_simd"
readme = "README.md"
repository = "https://github.com/okaneco/safe_unaligned_simd"
rust-version = "1.88"
version = "0.2.3"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = ["avx512"]
no-default-features = true
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "i686-unknown-linux-gnu", "wasm32-wasip1"]
[target.'cfg(not(target_os = "wasi"))'.dev-dependencies.compiletest_rs]
version = "0.11.0"