pulp 0.22.3

safe 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"
name = "pulp"
version = "0.22.3"
authors = ["sarah quiƱones <sarah@veganb.tw>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "safe generic simd"
readme = "README.md"
keywords = ["simd"]
license = "MIT"
repository = "https://github.com/sarah-quinones/pulp/"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]
targets = [
    "x86_64-unknown-linux-gnu",
    "aarch64-apple-darwin",
    "wasm32-unknown-unknown",
]

[features]
default = [
    "std",
    "x86-v3",
    "relaxed-simd",
]
macro = ["dep:pulp-macro"]
nightly = ["bytemuck/nightly_stdsimd"]
relaxed-simd = ["pulp-wasm-simd-flag/relaxed-simd"]
std = []
x86-v3 = []
x86-v4 = ["bytemuck/avx512_simd"]

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

[[example]]
name = "basic"
path = "examples/basic.rs"
doc-scrape-examples = true

[[example]]
name = "dot_product"
path = "examples/dot_product.rs"
doc-scrape-examples = true

[[example]]
name = "mask_store"
path = "examples/mask_store.rs"

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

[dependencies.bytemuck]
version = "1.15"
features = [
    "aarch64_simd",
    "wasm_simd",
]

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.libm]
version = "0.2"
default-features = false

[dependencies.num-complex]
version = "0.4.4"
features = ["bytemuck"]
default-features = false

[dependencies.paste]
version = "1"

[dependencies.pulp-macro]
version = "0.1.1"
optional = true

[dependencies.pulp-wasm-simd-flag]
version = "0.1.1"
default-features = false

[dependencies.reborrow]
version = "0.5"

[dev-dependencies.aligned-vec]
version = "0.6.0"

[dev-dependencies.assert_approx_eq]
version = "1.1.0"

[dev-dependencies.criterion]
version = "0.5.0"

[dev-dependencies.diol]
version = "0.8.3"
default-features = false

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

[build-dependencies.version_check]
version = "0.9.5"

[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies.raw-cpuid]
version = "11.5.0"
default-features = false