iterator_ilp 2.2.0

Iterator extensions for instruction-parallel reductions
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.86.0"
name = "iterator_ilp"
version = "2.2.0"
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Iterator extensions for instruction-parallel reductions"
readme = "README.md"
keywords = [
    "iterator",
    "ilp",
    "instruction-parallel",
    "simd",
    "unroll",
]
categories = [
    "algorithms",
    "concurrency",
    "mathematics",
    "no-std::no-alloc",
    "rust-patterns",
]
license = "MPL-2.0"
repository = "https://github.com/HadrienG2/iterator_ilp"

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

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

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

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

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

[dev-dependencies.hwlocality]
version = "1.0.0-alpha.11"

[dev-dependencies.multiversion]
version = "0.8"

[dev-dependencies.proptest]
version = "1.10"
features = [
    "handle-panics",
    "std",
]
default-features = false

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

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

[profile.bench]
codegen-units = 1

[profile.test.package.proptest]
opt-level = 3

[profile.test.package.rand_chacha]
opt-level = 3