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