archx 3.0.1

High-performance CPU/GPU adaptive optimization library with SIMD and Multithreading
Documentation
[package]
name = "archx"
version = "3.0.1"
authors = ["AkramStation"]
edition = "2021"
license = "MIT"
description = "High-performance CPU/GPU adaptive optimization library with SIMD and Multithreading"
repository = "https://github.com/Codevora-Studio/ArchX"
documentation = "https://docs.rs/archx"
keywords = ["simd", "optimization", "gpu", "multithreading", "adaptive"]
categories = ["concurrency", "development-tools::profiling", "hardware-support"]
readme = "README.md"


[lib]
name = "archx"
crate-type = ["lib"]

[dependencies]
rayon = "1.11.0"
safe_arch = "1.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sysinfo = "0.38.0"

[dev-dependencies]
tokio = { version = "1.0", features = ["full"] }