summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDaniel Petri Rocha <daniel.petri@tum.de>2021-11-22 23:07:47 +0100
committerDaniel Petri Rocha <daniel.petri@tum.de>2021-11-23 11:25:16 +0100
commitb6757fea64334df998e1bd62be4f32909819dd4f (patch)
treeeabe9ae83f863e2b186ac1ec82aa5a32f3f0d8bc /Cargo.lock
parent66fffab3ed20fa253b5bcc11a124ac5164915844 (diff)
parent338f88a4683bcb312d0e03d9732a7419602b6417 (diff)
downloadlibrsvg-b6757fea64334df998e1bd62be4f32909819dd4f.tar.gz
Linting changes
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock18
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 54cc110e..cff2e00a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -878,6 +878,7 @@ dependencies = [
"itertools 0.9.0",
"language-tags",
"libc",
+ "libxml",
"locale_config",
"lopdf",
"markup5ever",
@@ -906,6 +907,17 @@ dependencies = [
]
[[package]]
+name = "libxml"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "02c07ecb409949e5c5c0818e189e6bc766bcb8b08b3401772ca8c61a58c682b8"
+dependencies = [
+ "libc",
+ "pkg-config",
+ "vcpkg",
+]
+
+[[package]]
name = "linked-hash-map"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2313,6 +2325,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
+name = "vcpkg"
+version = "0.2.15"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
+
+[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"