File: Cargo.toml.orig

package info (click to toggle)
rust-gtk4-layer-shell-sys 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 144 kB
  • sloc: makefile: 77; ansic: 1
file content (54 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download | duplicates (2)
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
[package]
name = "gtk4-layer-shell-sys"
version = "0.3.0"
description = "Unsave gir-generated FFI bindings for gtk4-layer-shell"
repository = "https://github.com/pentamassiv/gtk4-layer-shell-gir/tree/main/gtk4-layer-shell-sys"
documentation = "https://docs.rs/gtk4-layer-shell-sys/"
keywords = ["gtk4", "gtk4-layer-shell", "wayland", "FFI", "unsafe"]
categories = ["external-ffi-bindings", "gui"]
build = "build.rs"

[package.authors]
workspace = true

[package.rust-version]
workspace = true

[package.edition]
workspace = true

[package.license]
workspace = true

[package.metadata.system-deps.gtk4_layer_shell_0]
name = "gtk4-layer-shell-0"
version = "1"

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

[lib]
name = "gtk4_layer_shell_sys"

[dependencies]
libc = "0.2"

[dependencies.glib-sys]
workspace = true

[dependencies.gdk4-sys]
workspace = true

[dependencies.gtk4-sys]
workspace = true

[build-dependencies]
system-deps = "7"

[dev-dependencies]
shell-words = "1.0.0"
tempfile = "3"

[features]