[package]
edition = "2021"
rust-version = "1.64"
name = "gpgme-sys"
version = "0.11.0"
links = "gpgme"
description = "Raw bindings for gpgme"
documentation = "https://docs.rs/gpgme-sys"
keywords = [
"gpg",
"gpgme",
"crypto",
"cryptography",
]
categories = ["external-ffi-bindings"]
license = "LGPL-2.1"
repository = "https://github.com/gpg-rs/gpgme"
[package.metadata.system-deps]
gpgme = "1.13"
[dependencies.libc]
version = "0.2"
[dependencies.libgpg-error-sys]
version = "0.6.0"
[build-dependencies.system-deps]
version = "6.0.2"
[target."cfg(windows)".build-dependencies.build-rs]
version = "0.1.2"
[target."cfg(windows)".build-dependencies.winreg]
version = "0.10.1"
[badges.maintenance]
status = "experimental"