gpgme 0.8.0

GPGme bindings for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[[bin]]
name = "pinentry"
test = false

[[test]]
name = "keylist"

[[test]]
name = "encrypt_simple"

[[test]]
name = "encrypt_symmetric"

[[test]]
name = "verify"

[[test]]
name = "edit"

[[test]]
name = "context"

[[test]]
name = "keysign"
[dependencies.bitflags]
version = "1"

[dependencies.conv]
version = "0.3"

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

[dependencies.gpg-error]
version = "0.4"
default-features = false

[dependencies.gpgme-sys]
version = "0.8.0"
default-features = false

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.smallvec]
version = "0.6"
[dev-dependencies.quicli]
version = "0.3"

[dev-dependencies.tempdir]
version = "0.3"

[features]
bundled = ["gpgme-sys/bundled", "gpg-error/bundled"]
default = ["bundled"]
nightly = ["lazy_static/nightly"]
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "gpg-rs/gpgme"