summaryrefslogtreecommitdiff
path: root/librsvg-c/Cargo.toml
blob: 9996027b3171d382fc058c8a2e686d04c1d1a9fb (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
[package]
name = "librsvg-c"
version.workspace = true
authors.workspace = true
description.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true

[dependencies]
cairo-rs = { version = "0.17", features=["v1_16", "png", "pdf", "ps", "svg"] }
cast = "0.3.0"
float-cmp = "0.9.0"
gdk-pixbuf = "0.17"
gio = "0.17"
glib = "0.17"
libc = "0.2"
librsvg = { path = "../rsvg", features = ["c-api"] }
once_cell = "1.2.0"
url = "2"

[build-dependencies]
regex = "1.7.1"
librsvg = { path = "../rsvg", features = ["c-api", "test-utils"] }