uuid-simd 0.8.0

SIMD-accelerated UUID operations
Documentation
[dependencies.outref]
version = "0.5.0"

[dependencies.uuid]
optional = true
version = "1.2.2"

[dependencies.vsimd]
version = "0.8.0"
[dev-dependencies.hex-simd]
version = "0.8.0"

[features]
alloc = ["vsimd/alloc"]
default = ["std", "detect", "uuid"]
detect = ["vsimd/detect"]
std = ["alloc", "vsimd/std"]
unstable = ["vsimd/unstable", "hex-simd/unstable"]

[package]
categories = ["no-std", "parser-implementations"]
description = "SIMD-accelerated UUID operations"
edition = "2021"
keywords = ["uuid", "guid", "simd"]
license = "MIT"
name = "uuid-simd"
readme = "README.md"
repository = "https://github.com/Nugine/simd"
rust-version = "1.63"
version = "0.8.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(target_arch=\"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.3.33"