File: Cargo.toml.orig

package info (click to toggle)
rust-soup3-sys 0.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 276 kB
  • sloc: makefile: 33; ansic: 1
file content (61 lines) | stat: -rw-r--r-- 1,225 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
[package]
name = "soup3-sys"
version = "0.7.0"
edition = "2021"
rust-version = "1.70"
authors = ["The Gtk-rs Project Developers"]
description = "FFI bindings of Soup 3"
repository = "https://gitlab.gnome.org/World/Rust/soup3-rs"
license = "MIT"
homepage = "https://gtk-rs.org"
keywords = ["soup", "gtk-rs", "gnome"]
build = "build.rs"

[package.metadata.system-deps.libsoup_3_0]
name = "libsoup-3.0"
version = "3.0"

[package.metadata.system-deps.libsoup_3_0.v3_2]
version = "3.2"

[package.metadata.system-deps.libsoup_3_0.v3_4]
version = "3.4"

[package.metadata.system-deps.libsoup_3_0.v3_6]
version = "3.6"

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

[dependencies]
libc = "0.2"

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

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

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

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

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

[features]
v3_0 = []
v3_2 = []
v3_4 = ["v3_2"]
v3_6 = ["v3_4"]