# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.64" name = "gpgme" version = "0.11.0" 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" [package.metadata.docs.rs] all-features = true [[bin]] name = "pinentry" test = false [dependencies.bitflags] version = "1" [dependencies.cfg-if] version = "1" [dependencies.conv] version = "0.3" [dependencies.cstr-argument] version = "0.1" [dependencies.ffi] version = "0.11.0" package = "gpgme-sys" [dependencies.gpg-error] version = "0.6.0" [dependencies.libc] version = "0.2" [dependencies.memoffset] version = "0.7.1" [dependencies.once_cell] version = "1" [dependencies.smallvec] version = "1" [dependencies.static_assertions] version = "1.1" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tempfile] version = "3" [features] v1_13 = [] v1_14 = ["v1_13"] v1_15 = ["v1_14"] v1_16 = ["v1_15"] v1_17 = ["v1_16"] v1_18 = ["v1_17"] [badges.maintenance] status = "experimental"