gcrypt 0.7.0

Libgcrypt bindings for Rust
Documentation
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "gpg-rs/libgcrypt"
[dependencies.bitflags]
version = "1"

[dependencies.cstr-argument]
version = "0.1"

[dependencies.ffi]
features = ["shim"]
package = "libgcrypt-sys"
version = "0.7.0"

[dependencies.gpg-error]
version = "0.5"

[dependencies.libc]
version = "0.2"

[dependencies.once_cell]
version = "1"

[features]
nightly = []

[package]
authors = ["John Schug <john.ips.schug@gmail.com>"]
categories = ["cryptography", "api-bindings"]
description = "Libgcrypt bindings for Rust"
documentation = "https://docs.rs/gcrypt"
edition = "2018"
keywords = ["crypto", "cryptography"]
license = "LGPL-2.1"
name = "gcrypt"
readme = "README.md"
repository = "https://github.com/gpg-rs/libgcrypt"
version = "0.7.0"