summary refs log tree commit diff
path: root/libsecret/Cargo.toml
blob: 93b9a3a153ac9d52cb875f69c6a2f552d4db95d0 (plain) (blame)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# 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"
name = "libsecret"
version = "0.6.0"
authors = [
    "Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>",
    "Maximiliano Sandoval <msandova@gnome.org>",
    "Sophie Herold <sophie@hemio.de>",
]
build = false
exclude = [
    "gir-files/*",
    "gir/",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings of libsecret"
homepage = "https://world.pages.gitlab.gnome.org/Rust/libsecret-rs"
documentation = "https://world.pages.gitlab.gnome.org/Rust/libsecret-rs/stable/latest/docs/libsecret"
readme = "README.md"
keywords = [
    "libsecret",
    "dbus",
    "secret",
    "bindings",
    "freedesktop",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://gitlab.gnome.org/World/Rust/libsecret-rs"

[package.metadata.docs.rs]
all-features = true
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "libsecret"
path = "src/lib.rs"

[dependencies.ffi]
version = "0.6"
package = "libsecret-sys"

[dependencies.gio]
version = "0.20"

[dependencies.glib]
version = "0.20"

[dependencies.libc]
version = "0.2"

[features]
default = ["v0_18"]
v0_18 = ["ffi/v0_18"]
v0_18_6 = [
    "v0_18",
    "ffi/v0_18_6",
]
v0_19 = [
    "v0_18_6",
    "ffi/v0_19",
]
v0_20 = [
    "v0_19",
    "ffi/v0_20",
]
v0_21 = [
    "v0_20",
    "ffi/v0_21",
]
v0_21_2 = [
    "v0_21",
    "ffi/v0_21_2",
]