lazy_simd 0.3.0

Trait based SIMD acceleration and safe abstraction
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.83"
name = "lazy_simd"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trait based SIMD acceleration and safe abstraction"
documentation = "https://docs.rs/lazy_simd"
readme = "README.md"
keywords = [
    "simd",
    "mathematics",
    "traits",
]
categories = [
    "science",
    "mathematics",
    "data-structures",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/bobbothe2nd/lazy_simd"

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

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

[[example]]
name = "auto_simd"
path = "examples/auto_simd.rs"

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[dev-dependencies.num-traits]
version = "0.2.19"
features = ["libm"]
default-features = false

[profile.dev]
opt-level = 3

[profile.release]
opt-level = 3

[profile.release.package."*"]
opt-level = 3
codegen-units = 1