1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.61" 15name = "ppv-lite86" 16version = "0.2.21" 17authors = ["The CryptoCorrosion Contributors"] 18build = false 19autobins = false 20autoexamples = false 21autotests = false 22autobenches = false 23description = "Cross-platform cryptography-oriented low-level SIMD library." 24readme = false 25keywords = [ 26 "crypto", 27 "simd", 28 "x86", 29] 30categories = [ 31 "cryptography", 32 "no-std", 33] 34license = "MIT OR Apache-2.0" 35repository = "https://github.com/cryptocorrosion/cryptocorrosion" 36 37[lib] 38name = "ppv_lite86" 39path = "src/lib.rs" 40 41[dependencies.zerocopy] 42version = "0.8.23" 43features = ["simd"] 44 45[features] 46default = ["std"] 47no_simd = [] 48simd = [] 49std = [] 50 51[badges.travis-ci] 52repository = "cryptocorrosion/cryptocorrosion" 53