[package]
name = "libgcrypt-sys"
version = "0.5.3"
authors = ["John Schug <john.ips.schug@gmail.com>"]
build = "build.rs"
links = "gcrypt"
description = "Raw bindings for libgcrypt"
keywords = ["crypto", "cryptography"]
categories = ["cryptography", "external-ffi-bindings"]
license = "LGPL-2.1"
repository = "https://github.com/johnschug/rust-gcrypt"
[lib]
name = "libgcrypt_sys"
path = "lib.rs"
[dependencies.libc]
version = "0.2"
[dependencies.libgpg-error-sys]
version = "0.2"
[build-dependencies.cfg-if]
version = "0.1"
[build-dependencies.gcc]
version = "0.3"
[features]
v1_7_0 = ["v1_6_0"]
v1_6_0 = []
shim = []
default = ["v1_8_0"]
v1_8_0 = ["v1_7_0"]
[badges.travis-ci]
repository = "johnschug/rust-gcrypt"
[badges.appveyor]
repository = "johnschug/rust-gcrypt"