# 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" name = "strobe" version = "0.2.0" authors = ["James Logan "] description = "Fast, low-memory, elementwise array expressions on the stack. Compatible with no-std (and no-alloc) environments." homepage = "https://github.com/jlogan03/strobe/strobe" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jlogan03/strobe/" [[bench]] name = "bench_mul" harness = false [dependencies.num-traits] version = "0.2.16" features = ["libm"] default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [features] align_1 = ["align_selected"] align_1024 = ["align_selected"] align_128 = ["align_selected"] align_16 = ["align_selected"] align_2 = ["align_selected"] align_256 = ["align_selected"] align_32 = ["align_selected"] align_4 = ["align_selected"] align_512 = ["align_selected"] align_64 = ["align_selected"] align_8 = ["align_selected"] align_rust = ["align_selected"] align_selected = [] default = [ "std", "align_64", ] std = [] [lints.rust] unsafe_code = "forbid"