1[package] 2name = "ppv-lite86" 3version = "0.2.16" 4authors = ["The CryptoCorrosion Contributors"] 5edition = "2018" 6license = "MIT/Apache-2.0" 7description = "Implementation of the crypto-simd API for x86" 8repository = "https://github.com/cryptocorrosion/cryptocorrosion" 9keywords = ["crypto", "simd", "x86"] 10categories = ["cryptography", "no-std"] 11 12[dependencies] 13 14[badges] 15travis-ci = { repository = "cryptocorrosion/cryptocorrosion" } 16 17[features] 18default = ["std"] 19std = [] 20simd = [] # deprecated 21no_simd = [] # for weird platforms like "x86_64 without SSE2" 22