macerator 0.3.2

Type and target-generic SIMD
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"
rust-version = "1.82"
name = "macerator"
version = "0.3.2"
authors = ["Genna Wingert"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type and target-generic SIMD"
readme = "README.md"
keywords = ["simd"]
categories = [
    "no-std",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wingertge/macerator"

[features]
avx512 = []
default = [
    "std",
    "avx512",
]
fp16 = ["nightly"]
nightly = []
std = []

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

[dependencies.bytemuck]
version = "1.23.1"
features = [
    "aarch64_simd",
    "wasm_simd",
    "avx512_simd",
    "min_const_generics",
]

[dependencies.half]
version = "2.5.0"
features = [
    "bytemuck",
    "num-traits",
]

[dependencies.macerator-macros]
version = "0.1.5"

[dependencies.moddef]
version = "0.3"

[dependencies.num-traits]
version = "0.2.0"

[dependencies.paste]
version = "1"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.half]
version = "2.4"
features = [
    "bytemuck",
    "num-traits",
    "rand_distr",
]

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.0"

[build-dependencies.cfg_aliases]
version = "0.2"

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

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.getrandom]
version = "0.3.1"
features = ["wasm_js"]