argon2-sys 0.1.0

Bindings to the argon2 C reference implementation
Documentation
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dev-dependencies.hex]
version = "0.4"

[features]
simd = []

[package]
build = "build.rs"
categories = ["api-bindings", "cryptography"]
description = "Bindings to the argon2 C reference implementation"
documentation = "https://docs.rs/argon2-sys"
edition = "2018"
homepage = "https://github.com/philipahlberg/argon2-sys"
keywords = ["argon2", "cryptography", "hash", "password", "security"]
license = "Apache-2.0"
links = "argon2"
name = "argon2-sys"
readme = "README.md"
repository = "https://github.com/philipahlberg/argon2-sys"
version = "0.1.0"