wide 1.2.0

A crate to help you go wide.
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 = "2024"
rust-version = "1.89"
name = "wide"
version = "1.2.0"
authors = ["Lokathor <zefria@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate to help you go wide."
readme = "README.md"
keywords = [
    "simd",
    "wide",
    "lokathor",
]
categories = [
    "data-structures",
    "hardware-support",
]
license = "Zlib OR Apache-2.0 OR MIT"
repository = "https://github.com/Lokathor/wide"

[features]
default = ["std"]
serde = ["dep:serde_core"]
std = []

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

[[test]]
name = "all_tests"
path = "tests/all_tests/main.rs"

[[bench]]
name = "fma_benchmarks"
path = "benches/fma_benchmarks.rs"
harness = false

[dependencies.bytemuck]
version = "1.24.0"

[dependencies.serde_core]
version = "1"
optional = true
default-features = false

[dev-dependencies.bincode]
version = "1.3.3"

[dev-dependencies.criterion]
version = "0.7.0"
default-features = false

[target.'cfg(target_arch = "x86")'.dependencies.safe_arch]
version = "1.0.0"
features = ["bytemuck"]

[target.'cfg(target_arch = "x86_64")'.dependencies.safe_arch]
version = "1.0.0"
features = ["bytemuck"]