[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2.16"
[dependencies.rand]
optional = true
version = "0.8.5"
[dev-dependencies.ndarray]
version = "0.15.6"
[dev-dependencies.rand]
version = "0.8.5"
[features]
_benchmarking = ["std", "rand"]
default = ["std"]
std = []
[package]
authors = ["James Logan <jlogan03@gmail.com>"]
description = "Fast, low-memory, elementwise array expressions on the stack. Compatible with no-std (and no-alloc) environments."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "strobe"
repository = "https://github.com/jlogan03/strobe"
resolver = "1"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3