You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
558 B
22 lines
558 B
[package]
|
|
name = "ppv-lite86"
|
|
version = "0.2.10"
|
|
authors = ["The CryptoCorrosion Contributors"]
|
|
edition = "2018"
|
|
license = "MIT/Apache-2.0"
|
|
description = "Implementation of the crypto-simd API for x86"
|
|
repository = "https://github.com/cryptocorrosion/cryptocorrosion"
|
|
keywords = ["crypto", "simd", "x86"]
|
|
categories = ["cryptography", "no-std"]
|
|
|
|
[dependencies]
|
|
|
|
[badges]
|
|
travis-ci = { repository = "cryptocorrosion/cryptocorrosion" }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
simd = [] # deprecated
|
|
no_simd = [] # for weird platforms like "x86_64 without SSE2"
|