# 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.81.0" name = "npsimd" version = "0.3.0" authors = ["Arav K. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An ergonomic library for architecture-specific vectorization." homepage = "https://git.sr.ht/~bal-e/npsimd" readme = "README.md" keywords = [ "simd", "vectorization", ] categories = [ "no-std", "hardware-support", ] license = "MIT" repository = "https://git.sr.ht/~bal-e/npsimd" [lib] name = "npsimd" path = "src/lib.rs" [dependencies.proptest] version = "1.5.0" features = [] optional = true default-features = true [dependencies.raw-cpuid] version = "11.1.0" features = [] default-features = false [features] default = [] proptest = [ "std", "dep:proptest", ] std = []