cheep-crator-2/vendor/wide/Cargo.toml

33 lines
956 B
TOML

# 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 = "wide"
version = "0.7.4"
authors = ["Lokathor <zefria@gmail.com>"]
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"
[dependencies.bytemuck]
version = "1"
[dependencies.safe_arch]
version = "0.6"
features = ["bytemuck"]
[features]
default = ["std"]
std = []