summaryrefslogtreecommitdiff
path: root/librsvg-c/Cargo.toml
blob: 8fed395b4442dc4aaf180f0839f9a40aa2a72b5b (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
[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"

[dev-dependencies]
librsvg = { path = "../rsvg", features = ["c-api"] }

[lib]
crate-type = [ "staticlib", "rlib" ]