# 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 = "llml_simd" version = "0.1.6" description = "SIMD (Single Instruction Multiple Data) extension for a variety of targets" readme = "README.md" keywords = [ "simd", "sse", "webassembly", "wasm", "no_std", ] categories = [ "embedded", "hardware-support", "mathematics", "no-std", "wasm", ] license = "MIT" repository = "https://github.com/Aandreba/llml_simd" [[bench]] name = "main" harness = false [dependencies.cfg-if] version = "1.0.0" [dependencies.derive_more] version = "0.99" features = ["not"] default-features = false [dependencies.llml_simd_proc] version = "0.1" [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.getrandom] version = "0.2" features = ["js"] [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.serde_json] version = "1.0" [features] default = ["use_std"] force_naive = [] random = ["rand"] serialize = ["serde"] use_avx = [] use_std = []