[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", "functions", "performance", "Numerical"]
license = "MIT"
name = "simdly"
readme = "README.md"
repository = "https://github.com/mtantaoui/simdly"
rust-version = "1.77"
version = "0.1.2"
[profile.release]
codegen-units = 1
lto = "fat"