[[bench]]
harness = false
name = "add"
path = "benches/add.rs"
[dependencies.rayon]
version = "1.10.0"
[dev-dependencies.criterion]
version = "0.6.0"
[dev-dependencies.ndarray]
version = "0.16.1"
[lib]
name = "simdly"
path = "src/lib.rs"
[package]
authors = ["Mahdi Tantaoui <mohamedalmahdi.tantaoui@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = " 🚀 High-performance Rust library leveraging SIMD and Rayon for fast computations."
documentation = "https://docs.rs/simdly/"
edition = "2021"
keywords = ["math", "SIMD", "concurrency", "performance", "Numerical"]
license = "MIT"
name = "simdly"
readme = "README.md"
repository = "https://github.com/mtantaoui/simdly"
rust-version = "1.77"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = "fat"