File: Cargo.toml

package info (click to toggle)
rust-libadwaita 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,156 kB
  • sloc: makefile: 69
file content (130 lines) | stat: -rw-r--r-- 2,250 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# 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 = "libadwaita"
version = "0.8.1"
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for libadwaita"
homepage = "https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/"
documentation = "https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/stable/latest/docs/libadwaita"
readme = "README.md"
keywords = [
    "gtk4-rs",
    "gnome",
    "adwaita",
    "GUI",
]
categories = [
    "api-bindings",
    "gui",
]
license = "MIT"
repository = "https://gitlab.gnome.org/World/Rust/libadwaita-rs"

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

[features]
gio_v2_80 = ["gio/v2_80"]
gtk_v4_18 = [
    "gtk_v4_6",
    "gtk/v4_18",
]
gtk_v4_2 = ["gtk/v4_2"]
gtk_v4_20 = [
    "gtk_v4_18",
    "gtk/v4_20",
]
gtk_v4_6 = [
    "gtk_v4_2",
    "gtk/v4_6",
]
v1_1 = ["ffi/v1_1"]
v1_2 = [
    "v1_1",
    "ffi/v1_2",
]
v1_3 = [
    "v1_2",
    "ffi/v1_3",
]
v1_4 = [
    "v1_3",
    "ffi/v1_4",
]
v1_5 = [
    "v1_4",
    "ffi/v1_5",
]
v1_6 = [
    "v1_5",
    "ffi/v1_6",
]
v1_7 = [
    "v1_6",
    "ffi/v1_7",
]
v1_8 = [
    "v1_7",
    "ffi/v1_8",
]
v1_9 = [
    "v1_8",
    "ffi/v1_9",
]

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

[[example]]
name = "hello-world"
path = "examples/hello-world.rs"

[dependencies.ffi]
version = "0.8"
package = "libadwaita-sys"

[dependencies.gdk]
version = "0.10"
package = "gdk4"

[dependencies.gio]
version = "0.21"

[dependencies.glib]
version = "0.21"

[dependencies.gtk]
version = "0.10"
package = "gtk4"

[dependencies.libc]
version = "0.2"

[dependencies.pango]
version = "0.21"