# 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 = "2018" name = "simdeez" version = "2.0.0-dev3" authors = [ "Jack Mott ", "Arduano", ] description = "SIMD library to abstract over different instruction sets and widths" documentation = "https://docs.rs/simdeez/" readme = "README.md" keywords = [ "SIMD", "avx2", "sse", "performance", "no_std", ] categories = [ "hardware-support", "science", "game-engines", ] license = "Apache-2.0/MIT" repository = "https://github.com/jackmott/simdeez" [lib] doctest = false [[bench]] name = "numparse" harness = false [dependencies.cfg-if] version = "1.0.0" [dependencies.libm] version = "0.2.6" optional = true [dependencies.paste] version = "1.0.11" [dependencies.sleef-sys] version = "0.1.2" optional = true [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [features] default = [] no_std = ["dep:libm"] sleef = ["sleef-sys"]