[go: up one dir, main page]

File: Cargo.toml.orig

package info (click to toggle)
rust-gpgme 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: makefile: 2
file content (60 lines) | stat: -rw-r--r-- 1,104 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[package]
name = "gpgme"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
documentation = "https://docs.rs/gpgme"
categories = ["api-bindings"]
keywords = ["gpg", "gpgme", "crypto", "cryptography"]
description = "GPGme bindings for Rust"

[package.metadata.docs.rs]
all-features = true

[badges]
maintenance = { status = "experimental" }

[features]
"v1_18" = ["v1_17"]
"v1_17" = ["v1_16"]
"v1_16" = ["v1_15"]
"v1_15" = ["v1_14"]
"v1_14" = ["v1_13"]
"v1_13" = []

[dev-dependencies]
structopt = "0.3"
tempfile = "3"

[dependencies]
bitflags = "1"
cfg-if = "1"
conv = "0.3"
cstr-argument = "0.1"
gpg-error = "0.6.0"
libc.workspace = true
memoffset = "0.7.1"
once_cell = "1"
smallvec = "1"
static_assertions = "1.1"

[dependencies.ffi]
package = "gpgme-sys"
path = "gpgme-sys"
version = "0.11.0"

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

[workspace.package]
version = "0.11.0"
edition = "2021"
rust-version = "1.64"
license = "LGPL-2.1"
repository = "https://github.com/gpg-rs/gpgme"

[workspace.dependencies]
libc = "0.2"