summaryrefslogtreecommitdiff
path: root/rsvg_internals/Cargo.toml
blob: 0fc53ac92e08ef730870abf2bdd9f5650f3e415d (plain)
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
[package]
name = "rsvg_internals"
version = "0.0.1"
authors = ["Federico Mena Quintero <federico@gnome.org>"]
workspace = "../"
build = "build.rs"

# IMPORTANT: If you add/remove/update dependencies here, please also
# update Cargo.toml in https://gitlab.com/BuildStream/cargo-fetcher
# (just submit a merge request there).
#
# BuildStream/cargo-fetcher lets GNOME's BuildStream continuous build
# service know which dependencies are required.
#
# Please update your dependencies here, then run "cargo update" to
# regenerate librsvg/Cargo.lock, and copy the resolved version numbers
# from there into cargo-fetcher/Cargo.toml.

[build-dependencies]
phf_codegen = "0.7.21"

[dependencies]
libc = "0.2"
downcast-rs = "^1.0.0"
regex = "1"
itertools = "0.7.4"
pango = "0.4"
pangocairo = "0.5"
pango-sys = "0.6"
pangocairo-sys = "0.7"
cssparser = "0.23"
lazy_static = "1.0.0"
phf = "0.7.21"
float-cmp = "0.4.0"
rulinalg = "0.4"

[dependencies.cairo-sys-rs]
version = "0.6"
#git = "https://github.com/gtk-rs/cairo.git"
#branch = "master"
#git = "https://github.com/federicomenaquintero/cairo.git"
#branch = "matrix-try-invert"
#git = "file:///home/federico/src/gtk-rs/cairo"
#features = ["png"]

[dependencies.cairo-rs]
version = "0.4"
#git = "https://github.com/gtk-rs/cairo.git"
#branch = "master"
#git = "file:///home/federico/src/gtk-rs/cairo"
#features = ["png"]

[dependencies.glib]
version = "0.5"
#git = "https://github.com/gtk-rs/glib.git"
#branch = "master"

[dependencies.glib-sys]
version = "0.6"
#git = "https://github.com/gtk-rs/sys"
#branch = "master"

[lib]
name = "rsvg_internals"
crate-type = ["staticlib", "lib"]