# 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" rust-version = "1.61" name = "wide" version = "0.7.30" authors = ["Lokathor "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate to help you go wide." readme = "README.md" keywords = [ "simd", "wide", "lokathor", ] categories = [ "data-structures", "hardware-support", ] license = "Zlib OR Apache-2.0 OR MIT" repository = "https://github.com/Lokathor/wide" [lib] name = "wide" path = "src/lib.rs" [[test]] name = "all_tests" path = "tests/all_tests/main.rs" [dependencies.bytemuck] version = "1" [dependencies.safe_arch] version = "0.7" features = ["bytemuck"] [dependencies.serde] version = "1" optional = true default-features = false [features] default = ["std"] serde = ["dep:serde"] std = []