File: Cargo.toml.orig

package info (click to toggle)
rust-sourceview5 0.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 840 kB
  • sloc: makefile: 79
file content (70 lines) | stat: -rw-r--r-- 1,804 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
[package]
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
edition = "2021"
name = "sourceview5"
version = "0.9.1"
readme = "./../README.md"
license-file = "./../LICENSE"
homepage = "https://world.pages.gitlab.gnome.org/Rust/sourceview5-rs/"
documentation = "https://world.pages.gitlab.gnome.org/Rust/sourceview5-rs/stable/latest/docs/sourceview5"
repository = "https://gitlab.gnome.org/World/Rust/sourceview5-rs/"
categories = ["api-bindings", "gui"]
keywords = ["gtk4-rs", "gnome", "sourceview", "ffi", "GUI"]
description = "Rust bindings for GtkSourceView 5"

[features]
default = []
gtk_v4_6 = ["gtk/v4_6", "pango/v1_50"]
gtk_v4_12 = ["gtk/v4_12"]
v5_2 = ["ffi/v5_2"]
v5_4 = ["v5_2", "ffi/v5_4", "gtk_v4_6"]
v5_6 = ["v5_4", "ffi/v5_6"]
v5_10 = ["v5_6", "ffi/v5_10"]
v5_12 = ["v5_10", "ffi/v5_12"]

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

[dependencies]
libc = "0.2"
futures-core = { version = "0.3", default-features = false }
futures-channel = "0.3"

[dependencies.gtk]
git = "https://github.com/gtk-rs/gtk4-rs.git"
package = "gtk4"
branch = "0.9"
version = "0.9"

[dependencies.gdk]
git = "https://github.com/gtk-rs/gtk4-rs.git"
package = "gdk4"
branch = "0.9"
version = "0.9"

[dependencies.glib]
git = "https://github.com/gtk-rs/gtk-rs-core.git"
branch = "0.20"
version = "0.20"

[dependencies.pango]
git = "https://github.com/gtk-rs/gtk-rs-core.git"
branch = "0.20"
version = "0.20"

[dependencies.gdk-pixbuf]
git = "https://github.com/gtk-rs/gtk-rs-core.git"
branch = "0.20"
version = "0.20"

[dependencies.gio]
git = "https://github.com/gtk-rs/gtk-rs-core.git"
branch = "0.20"
version = "0.20"

[dependencies.ffi]
package = "sourceview5-sys"
path = "./sys"
version = "0.9"