pathfinder/Cargo.lock

4304 lines
100 KiB
Plaintext
Raw Normal View History

2019-03-01 17:58:02 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-01-24 12:10:14 -05:00
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
[[package]]
name = "addr2line"
2022-01-24 12:10:14 -05:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
dependencies = [
2020-05-30 12:57:48 -04:00
"gimli",
]
2020-05-30 12:57:48 -04:00
[[package]]
name = "adler"
2022-01-24 12:10:14 -05:00
version = "1.0.2"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-05-30 12:57:48 -04:00
[[package]]
name = "adler32"
2022-01-24 12:10:14 -05:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
[[package]]
name = "aes"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
"cfg-if 1.0.0",
"cipher",
"cpufeatures",
"opaque-debug",
]
[[package]]
name = "ahash"
2020-05-30 12:57:48 -04:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
[[package]]
name = "aho-corasick"
2022-01-24 12:10:14 -05:00
version = "0.7.18"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
2020-05-30 12:57:48 -04:00
"memchr",
]
[[package]]
2022-01-24 12:10:14 -05:00
name = "andrew"
2020-05-30 12:57:48 -04:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "9b7f09f89872c2b6b29e319377b1fbe91c6f5947df19a25596e121cf19a7b35e"
dependencies = [
2022-01-24 12:10:14 -05:00
"bitflags",
"line_drawing",
"rusttype 0.7.9",
"walkdir",
"xdg",
"xml-rs",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "andrew"
2022-01-24 12:10:14 -05:00
version = "0.3.1"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
2022-01-24 12:10:14 -05:00
"rusttype 0.9.2",
2020-05-30 12:57:48 -04:00
"walkdir",
"xdg",
"xml-rs",
2019-04-09 15:32:06 -04:00
]
[[package]]
name = "android_glue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
2019-04-09 15:32:06 -04:00
[[package]]
name = "ansi_term"
2022-01-24 12:10:14 -05:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
2020-05-30 12:57:48 -04:00
"winapi 0.3.9",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "approx"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
2019-04-09 15:32:06 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"num-traits",
2019-04-09 15:32:06 -04:00
]
[[package]]
name = "area-lut"
version = "0.2.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"clap",
"euclid",
"image",
]
2019-03-08 19:52:47 -05:00
[[package]]
name = "arrayvec"
2022-01-24 12:10:14 -05:00
version = "0.5.2"
2019-03-08 19:52:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2019-03-08 19:52:47 -05:00
[[package]]
name = "ascii"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2020-05-30 12:57:48 -04:00
"hermit-abi",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"winapi 0.3.9",
]
[[package]]
name = "autocfg"
2022-01-24 12:10:14 -05:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2019-03-08 19:52:47 -05:00
[[package]]
name = "backtrace"
2022-01-24 12:10:14 -05:00
version = "0.3.63"
2019-03-08 19:52:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
2019-03-08 19:52:47 -05:00
dependencies = [
2020-05-30 12:57:48 -04:00
"addr2line",
2022-01-24 12:10:14 -05:00
"cc",
"cfg-if 1.0.0",
"libc 0.2.113",
"miniz_oxide 0.4.4",
2020-05-30 12:57:48 -04:00
"object",
"rustc-demangle",
2019-03-08 19:52:47 -05:00
]
2020-06-23 16:09:49 -04:00
[[package]]
name = "base64"
2020-05-30 12:57:48 -04:00
version = "0.12.3"
2020-06-23 16:09:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2020-06-23 16:09:49 -04:00
[[package]]
name = "bitflags"
2022-01-24 12:10:14 -05:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-04-09 15:32:06 -04:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
2022-01-24 12:10:14 -05:00
name = "block-buffer"
version = "0.9.0"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
2020-05-30 12:57:48 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"generic-array",
2020-05-30 12:57:48 -04:00
]
2019-04-09 15:32:06 -04:00
2019-06-18 19:25:26 -04:00
[[package]]
2022-01-24 12:10:14 -05:00
name = "block-modes"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e"
dependencies = [
"block-padding",
"cipher",
]
[[package]]
name = "block-padding"
2019-06-18 19:25:26 -04:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
[[package]]
name = "build_const"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7"
2019-06-18 19:25:26 -04:00
[[package]]
name = "bumpalo"
2022-01-24 12:10:14 -05:00
version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2020-06-23 16:09:49 -04:00
[[package]]
name = "byte-slice-cast"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"
2020-06-23 16:09:49 -04:00
[[package]]
name = "bytemuck"
2022-01-24 12:10:14 -05:00
version = "1.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "439989e6b8c38d1b6570a384ef1e49c8848128f5a97f3914baef02920842712f"
[[package]]
name = "byteorder"
2022-01-24 12:10:14 -05:00
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "calloop"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "7aa2097be53a00de9e8fc349fea6d76221f398f5c4fa550d420669906962d160"
dependencies = [
2020-05-30 12:57:48 -04:00
"mio",
"mio-extras",
2022-01-24 12:10:14 -05:00
"nix 0.14.1",
]
[[package]]
name = "calloop"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
dependencies = [
"log",
"nix 0.18.0",
]
2019-06-12 13:41:54 -04:00
[[package]]
name = "canvas_glutin_minimal"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"gl",
"glutin",
"pathfinder_canvas",
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2019-06-12 13:41:54 -04:00
]
[[package]]
name = "canvas_metal_minimal"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"foreign-types",
"gl",
"metal 0.18.0",
"objc",
"pathfinder_canvas",
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_metal",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"sdl2",
"sdl2-sys",
]
[[package]]
name = "canvas_minimal"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"euclid",
"gl",
"pathfinder_canvas",
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
"surfman 0.2.0",
2020-05-30 12:57:48 -04:00
"winit 0.19.3",
2019-05-11 14:53:26 -04:00
]
[[package]]
name = "canvas_moire"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"euclid",
"gl",
"pathfinder_canvas",
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
"surfman 0.2.0",
2020-05-30 12:57:48 -04:00
"winit 0.19.3",
]
[[package]]
name = "canvas_nanovg"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"arrayvec",
"euclid",
"font-kit",
"gl",
"image",
"jemallocator",
"log",
"pathfinder_canvas",
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"pathfinder_simd",
2022-01-24 12:10:14 -05:00
"surfman 0.4.3",
"winit 0.24.0",
]
[[package]]
name = "canvas_text"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"font-kit",
"gl",
"pathfinder_canvas",
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"sdl2",
"sdl2-sys",
]
[[package]]
name = "canvas_webgl_minimal"
version = "0.1.0"
dependencies = [
"pathfinder_canvas",
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
"pathfinder_webgl",
"wasm-bindgen",
"wasm-bindgen-test",
"web-sys",
]
[[package]]
name = "cc"
2022-01-24 12:10:14 -05:00
version = "1.0.72"
2019-03-08 19:52:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
2019-03-08 19:52:47 -05:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
2022-01-24 12:10:14 -05:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2019-04-09 15:32:06 -04:00
[[package]]
name = "cgl"
version = "0.3.2"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2019-04-09 15:32:06 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
]
[[package]]
name = "chrono"
2022-01-24 12:10:14 -05:00
version = "0.4.19"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-05-30 12:57:48 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"num-integer",
2022-01-24 12:10:14 -05:00
"num-traits",
2020-05-30 12:57:48 -04:00
"time",
2022-01-24 12:10:14 -05:00
"winapi 0.3.9",
]
[[package]]
name = "cipher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
"generic-array",
]
[[package]]
name = "clap"
2022-01-24 12:10:14 -05:00
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
2020-05-30 12:57:48 -04:00
"ansi_term",
"atty",
"bitflags",
2022-01-24 12:10:14 -05:00
"strsim 0.8.0",
2020-05-30 12:57:48 -04:00
"textwrap",
"unicode-width",
"vec_map",
]
2018-12-12 17:55:53 -05:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2018-12-12 17:55:53 -05:00
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
2018-12-12 17:55:53 -05:00
]
[[package]]
name = "cmake"
2022-01-24 12:10:14 -05:00
version = "0.1.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
dependencies = [
2020-05-30 12:57:48 -04:00
"cc",
]
[[package]]
name = "cocoa"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "1706996401131526e36b3b49f0c4d912639ce110996f3ca144d78946727bce54"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"block",
"core-foundation 0.6.4",
"core-graphics 0.17.3",
"foreign-types",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"objc",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "cocoa"
version = "0.19.1"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "f29f7768b2d1be17b96158e3285951d366b40211320fb30826a76cb7a0da6400"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"block",
"core-foundation 0.6.4",
"core-graphics 0.17.3",
"foreign-types",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"objc",
]
[[package]]
name = "cocoa"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "0c49e86fc36d5704151f5996b7b3795385f50ce09e3be0f47a0cfde869681cf8"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"block",
"core-foundation 0.7.0",
"core-graphics 0.19.2",
"foreign-types",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
"objc",
]
[[package]]
name = "cocoa"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
dependencies = [
"bitflags",
"block",
"cocoa-foundation",
"core-foundation 0.9.2",
"core-graphics 0.22.3",
"foreign-types",
"libc 0.2.113",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
dependencies = [
"bitflags",
"block",
"core-foundation 0.9.2",
"core-graphics-types",
"foreign-types",
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"objc",
]
[[package]]
name = "color-backtrace"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "65d13f1078cc63c791d0deba0dd43db37c9ec02b311f10bed10b577016f3a957"
dependencies = [
2020-05-30 12:57:48 -04:00
"atty",
"backtrace",
"termcolor",
]
[[package]]
name = "color_quant"
2022-01-24 12:10:14 -05:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "combine"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
dependencies = [
2020-05-30 12:57:48 -04:00
"ascii",
"byteorder",
"either",
"memchr",
"unreachable",
]
[[package]]
name = "console_error_panic_hook"
2022-01-24 12:10:14 -05:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
2022-01-24 12:10:14 -05:00
"cfg-if 1.0.0",
2020-05-30 12:57:48 -04:00
"wasm-bindgen",
]
[[package]]
name = "convert"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"pathfinder_export",
"pathfinder_svg",
"usvg",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "core-foundation"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"core-foundation-sys 0.6.2",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2019-04-09 15:32:06 -04:00
]
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
2020-05-30 12:57:48 -04:00
"core-foundation-sys 0.7.0",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
]
[[package]]
name = "core-foundation"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
dependencies = [
"core-foundation-sys 0.8.3",
"libc 0.2.113",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "core-foundation-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
2019-04-09 15:32:06 -04:00
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
2022-01-24 12:10:14 -05:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2019-04-09 15:32:06 -04:00
[[package]]
name = "core-graphics"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "56790968ab1c8a1202a102e6de05fc6e1ec87da99e4e93e9a7d13efbfc1e95a9"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"core-foundation 0.6.4",
"foreign-types",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2019-04-09 15:32:06 -04:00
]
[[package]]
name = "core-graphics"
2020-05-30 12:57:48 -04:00
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"core-foundation 0.7.0",
"foreign-types",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
]
[[package]]
name = "core-graphics"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags",
"core-foundation 0.9.2",
"core-graphics-types",
"foreign-types",
"libc 0.2.113",
]
[[package]]
name = "core-graphics-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
dependencies = [
"bitflags",
"core-foundation 0.9.2",
"foreign-types",
"libc 0.2.113",
]
[[package]]
name = "core-text"
version = "13.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "db84654ad95211c082cf9795f6f83dc17d0ae6c985ac1b906369dc7384ed346d"
dependencies = [
2020-05-30 12:57:48 -04:00
"core-foundation 0.6.4",
"core-graphics 0.17.3",
"foreign-types",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
]
[[package]]
name = "core-text"
version = "15.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "131b3fd1f8bd5db9f2b398fa4fdb6008c64afc04d447c306ac2c7e98fba2a61d"
dependencies = [
2020-05-30 12:57:48 -04:00
"core-foundation 0.7.0",
"core-graphics 0.19.2",
"foreign-types",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
]
[[package]]
name = "core-video-sys"
2020-05-30 12:57:48 -04:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
dependencies = [
"cfg-if 0.1.10",
2020-05-30 12:57:48 -04:00
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"objc",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "cpufeatures"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
dependencies = [
"libc 0.2.113",
]
2019-06-18 19:25:26 -04:00
[[package]]
name = "crc"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
2019-06-18 19:25:26 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"build_const",
2019-06-18 19:25:26 -04:00
]
[[package]]
name = "crc32fast"
2022-01-24 12:10:14 -05:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "a2209c310e29876f7f0b2721e7e26b84aff178aa3da5d091f9bfbf47669e60e3"
dependencies = [
2022-01-24 12:10:14 -05:00
"cfg-if 1.0.0",
]
[[package]]
name = "crossbeam-channel"
2022-01-24 12:10:14 -05:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
dependencies = [
2022-01-24 12:10:14 -05:00
"crossbeam-utils 0.7.2",
2020-05-30 12:57:48 -04:00
"maybe-uninit",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "crossbeam-channel"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils 0.8.6",
]
[[package]]
name = "crossbeam-deque"
2022-01-24 12:10:14 -05:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
2022-01-24 12:10:14 -05:00
"cfg-if 1.0.0",
2020-05-30 12:57:48 -04:00
"crossbeam-epoch",
2022-01-24 12:10:14 -05:00
"crossbeam-utils 0.8.6",
]
[[package]]
name = "crossbeam-epoch"
2022-01-24 12:10:14 -05:00
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
dependencies = [
2022-01-24 12:10:14 -05:00
"cfg-if 1.0.0",
"crossbeam-utils 0.8.6",
"lazy_static 1.4.0",
2020-05-30 12:57:48 -04:00
"memoffset",
"scopeguard",
]
[[package]]
2022-01-24 12:10:14 -05:00
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
2022-01-24 12:10:14 -05:00
"autocfg",
"cfg-if 0.1.10",
2022-01-24 12:10:14 -05:00
"lazy_static 1.4.0",
]
[[package]]
name = "crossbeam-utils"
2022-01-24 12:10:14 -05:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"
dependencies = [
2022-01-24 12:10:14 -05:00
"cfg-if 1.0.0",
"lazy_static 1.4.0",
]
[[package]]
name = "css-color-parser"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ccb6ce7ef97e6dc6e575e51b596c9889a5cc88a307b5ef177d215c61fd7581d"
dependencies = [
"lazy_static 0.1.16",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
"proc-macro2 1.0.36",
"quote 1.0.15",
"strsim 0.9.3",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
"darling_core",
"quote 1.0.15",
"syn",
]
2019-06-20 20:13:15 -04:00
[[package]]
name = "data-url"
2022-01-24 12:10:14 -05:00
version = "0.1.1"
2019-06-20 20:13:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
2020-05-30 12:57:48 -04:00
dependencies = [
"matches",
]
[[package]]
name = "decorum"
2022-01-24 12:10:14 -05:00
version = "0.3.1"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "281759d3c8a14f5c3f0c49363be56810fcd7f910422f97f2db850c2920fde5cf"
2019-06-20 20:13:15 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"approx",
"num-traits",
2020-05-30 12:57:48 -04:00
"serde",
"serde_derive",
2019-06-20 20:13:15 -04:00
]
[[package]]
name = "deflate"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
dependencies = [
2020-05-30 12:57:48 -04:00
"adler32",
"byteorder",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "deflate"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f95bf05dffba6e6cce8dfbb30def788154949ccd9aed761b472119c21e01c70"
dependencies = [
"adler32",
]
[[package]]
name = "deflate"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
dependencies = [
"adler32",
]
[[package]]
name = "demo"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"color-backtrace",
"euclid",
"foreign-types",
"gl",
"io-surface",
"jemallocator",
"lazy_static 1.4.0",
2020-05-30 12:57:48 -04:00
"metal 0.18.0",
"nfd",
"objc",
"pathfinder_demo",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_metal",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"pathfinder_simd",
"pretty_env_logger",
2022-01-24 12:10:14 -05:00
"surfman 0.2.0",
2020-05-30 12:57:48 -04:00
"winit 0.19.3",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2 1.0.36",
"quote 1.0.15",
"syn",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
[[package]]
name = "dirs"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
dependencies = [
"cfg-if 0.1.10",
2020-05-30 12:57:48 -04:00
"dirs-sys",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "dirs"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2022-01-24 12:10:14 -05:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"redox_users",
"winapi 0.3.9",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "display-link"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "303de632386f9c82eb7823456f5932bd40b4de9521078901767bf16a9f331491"
dependencies = [
2020-05-30 12:57:48 -04:00
"foreign-types",
"objc",
"objc-foundation",
"time-point",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "dlib"
2020-05-30 12:57:48 -04:00
version = "0.4.2"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
2019-04-09 15:32:06 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"libloading 0.6.7",
]
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
"libloading 0.7.3",
2019-04-09 15:32:06 -04:00
]
2020-05-30 12:57:48 -04:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2019-04-09 15:32:06 -04:00
[[package]]
name = "downcast-rs"
2020-05-30 12:57:48 -04:00
version = "1.2.0"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2019-04-09 15:32:06 -04:00
[[package]]
name = "dwrote"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "bcdf488e3a52a7aa30a05732a3e58420e22acb4b2b75635a561fc6ffbcab59ef"
dependencies = [
"lazy_static 1.4.0",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"winapi 0.3.9",
"wio",
2019-03-08 19:52:47 -05:00
]
[[package]]
name = "egl"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "a373bc9844200b1ff15bd1b245931d1c20d09d06e4ec09f361171f29a4b0752d"
dependencies = [
2020-05-30 12:57:48 -04:00
"khronos",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
]
[[package]]
name = "either"
2022-01-24 12:10:14 -05:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
2020-05-30 12:57:48 -04:00
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
[[package]]
name = "error-chain"
2022-01-24 12:10:14 -05:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
dependencies = [
2020-05-30 12:57:48 -04:00
"backtrace",
"version_check",
]
[[package]]
name = "euclid"
2022-01-24 12:10:14 -05:00
version = "0.20.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "2bb7ef65b3777a325d1eeefefab5b6d4959da54747e33bd6258e789640f307ad"
dependencies = [
2022-01-24 12:10:14 -05:00
"num-traits",
]
[[package]]
name = "expat-sys"
version = "2.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
dependencies = [
2020-05-30 12:57:48 -04:00
"cmake",
"pkg-config",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "fax"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "299eeb2ab30c38ad4a829180b626a6666ebd7f4b8230ee9e1073582d5a2b6375"
dependencies = [
"fax_derive",
]
[[package]]
name = "fax_derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c1d7ffc9f2dc8316348c75281a99c8fdc60c1ddf4f82a366d117bf1b74d5a39"
dependencies = [
"proc-macro2 1.0.36",
"quote 1.0.15",
"syn",
]
[[package]]
name = "flate2"
2022-01-24 12:10:14 -05:00
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
dependencies = [
2022-01-24 12:10:14 -05:00
"cfg-if 1.0.0",
2020-05-30 12:57:48 -04:00
"crc32fast",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
"miniz_oxide 0.4.4",
]
2018-12-11 19:38:06 -05:00
[[package]]
name = "float-cmp"
version = "0.5.3"
2018-12-11 19:38:06 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e"
2018-12-11 19:38:06 -05:00
[[package]]
name = "float-ord"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
2022-01-24 12:10:14 -05:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-05-30 12:57:48 -04:00
[[package]]
name = "font"
version = "0.1.0"
2022-01-24 12:10:14 -05:00
source = "git+https://github.com/pdf-rs/font/#5f78c4eee38bfecca3edd063dd6df4a50db4be0e"
2020-05-30 12:57:48 -04:00
dependencies = [
"decorum",
"indexmap",
2022-01-24 12:10:14 -05:00
"itertools 0.9.0",
2020-05-30 12:57:48 -04:00
"log",
2022-01-24 12:10:14 -05:00
"nom 5.1.2",
2020-05-30 12:57:48 -04:00
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
2022-01-24 12:10:14 -05:00
"pdf_encoding",
2020-05-30 12:57:48 -04:00
"rand",
"slotmap",
"tuple",
]
[[package]]
name = "font-kit"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "8f953474ebbe3460775ed2da52435477cc029493284d6ceb635598586a2c6298"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"byteorder",
"core-foundation 0.7.0",
"core-graphics 0.19.2",
"core-text 15.0.0",
2022-01-24 12:10:14 -05:00
"dirs 2.0.2",
2020-05-30 12:57:48 -04:00
"dwrote",
"float-ord",
"freetype",
"lazy_static 1.4.0",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"log",
"pathfinder_geometry",
"pathfinder_simd",
"servo-fontconfig",
"walkdir",
"winapi 0.3.9",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"foreign-types-shared",
2019-04-09 15:32:06 -04:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2019-04-09 15:32:06 -04:00
[[package]]
name = "freetype"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "11926b2b410b469d0e9399eca4cbbe237a9ef02176c485803b29216307e8e028"
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"servo-freetype-sys",
]
[[package]]
name = "fs_extra"
2022-01-24 12:10:14 -05:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
2018-12-12 17:55:53 -05:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
2018-12-12 17:55:53 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2018-12-12 17:55:53 -05:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
2020-05-30 12:57:48 -04:00
"byteorder",
]
[[package]]
name = "gcc"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
[[package]]
name = "generate-gamma-lut"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"clap",
"image",
"log",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "generic-array"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"libc 0.2.113",
"wasi 0.9.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
[[package]]
name = "getrandom"
2022-01-24 12:10:14 -05:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
dependencies = [
2022-01-24 12:10:14 -05:00
"cfg-if 1.0.0",
"libc 0.2.113",
"wasi 0.10.0+wasi-snapshot-preview1",
]
[[package]]
name = "gif"
2022-01-24 12:10:14 -05:00
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "c3a7187e78088aead22ceedeee99779455b23fc231fe13ec443f99bb71694e5b"
dependencies = [
2020-05-30 12:57:48 -04:00
"color_quant",
2022-01-24 12:10:14 -05:00
"weezl",
]
[[package]]
name = "gimli"
2022-01-24 12:10:14 -05:00
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
[[package]]
name = "gl"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "a94edab108827d67608095e269cf862e60d920f144a5026d3dbcfd8b877fb404"
dependencies = [
2020-05-30 12:57:48 -04:00
"gl_generator 0.14.0",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "gl_generator"
version = "0.13.1"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "ca98bbde17256e02d17336a6bdb5a50f7d0ccacee502e191d3e3d0ec2f96f84a"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"khronos_api",
"log",
"xml-rs",
2019-04-09 15:32:06 -04:00
]
[[package]]
name = "gl_generator"
version = "0.14.0"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"khronos_api",
"log",
"xml-rs",
2019-04-09 15:32:06 -04:00
]
[[package]]
name = "gleam"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "9ea4f9ba7411ae3f00516401fb811b4f4f37f5c926357f2a033d27f96b74c849"
dependencies = [
2020-05-30 12:57:48 -04:00
"gl_generator 0.13.1",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "glutin"
version = "0.23.0"
2019-06-12 13:41:54 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "cf22d4e90c55d9be9f2ad52410e7a2c0d7e9c99d93a13df73a672e7ef4e8c7f7"
dependencies = [
"android_glue",
"cgl",
"cocoa 0.19.1",
"core-foundation 0.6.4",
"core-graphics 0.17.3",
"glutin_egl_sys",
"glutin_emscripten_sys",
"glutin_gles2_sys",
"glutin_glx_sys",
"glutin_wgl_sys",
"lazy_static 1.4.0",
2020-05-30 12:57:48 -04:00
"libloading 0.5.2",
"log",
"objc",
"osmesa-sys",
"parking_lot 0.10.2",
"wayland-client 0.23.6",
"winapi 0.3.9",
"winit 0.21.0",
2019-06-12 13:41:54 -04:00
]
[[package]]
name = "glutin_egl_sys"
2022-01-24 12:10:14 -05:00
version = "0.1.5"
2019-06-12 13:41:54 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "2abb6aa55523480c4adc5a56bbaa249992e2dddb2fc63dc96e04a3355364c211"
2019-06-12 13:41:54 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"gl_generator 0.14.0",
2020-05-30 12:57:48 -04:00
"winapi 0.3.9",
2019-06-12 13:41:54 -04:00
]
[[package]]
name = "glutin_emscripten_sys"
version = "0.1.1"
2019-06-12 13:41:54 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "80de4146df76e8a6c32b03007bc764ff3249dcaeb4f675d68a06caf1bac363f1"
2019-06-12 13:41:54 -04:00
[[package]]
name = "glutin_gles2_sys"
2022-01-24 12:10:14 -05:00
version = "0.1.5"
2019-06-12 13:41:54 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103"
2019-06-12 13:41:54 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"gl_generator 0.14.0",
2020-05-30 12:57:48 -04:00
"objc",
2019-06-12 13:41:54 -04:00
]
[[package]]
name = "glutin_glx_sys"
2022-01-24 12:10:14 -05:00
version = "0.1.7"
2019-06-12 13:41:54 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "7e393c8fc02b807459410429150e9c4faffdb312d59b8c038566173c81991351"
2019-06-12 13:41:54 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"gl_generator 0.14.0",
2020-05-30 12:57:48 -04:00
"x11-dl",
2019-06-12 13:41:54 -04:00
]
[[package]]
name = "glutin_wgl_sys"
2022-01-24 12:10:14 -05:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696"
dependencies = [
2022-01-24 12:10:14 -05:00
"gl_generator 0.14.0",
2019-06-12 13:41:54 -04:00
]
2019-06-18 19:25:26 -04:00
[[package]]
name = "half"
2022-01-24 12:10:14 -05:00
version = "1.8.2"
2019-06-18 19:25:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2019-06-18 19:25:26 -04:00
[[package]]
name = "harfbuzz"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "46f7426266a5ece3e49eae6f48e602c0f8c39917354a847eac9c06437dcde8da"
dependencies = [
2020-05-30 12:57:48 -04:00
"harfbuzz-sys",
]
[[package]]
name = "harfbuzz-sys"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "212d74cab8498b2d15700b694fb38f77562869d05e1f8b602dd05221a1ca2d63"
dependencies = [
2020-05-30 12:57:48 -04:00
"cc",
"core-graphics 0.17.3",
"core-text 13.3.2",
"foreign-types",
"freetype",
"pkg-config",
]
2019-06-20 20:13:15 -04:00
[[package]]
name = "harfbuzz_rs"
2022-01-24 12:10:14 -05:00
version = "1.2.0"
2019-06-20 20:13:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "d5bba81dd6b356135f0b31c42447e49d45116adc2e02910070947a322c423aa5"
2019-06-20 20:13:15 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"harfbuzz-sys",
2019-06-20 20:13:15 -04:00
]
2019-01-03 23:03:25 -05:00
[[package]]
name = "hashbrown"
2020-05-30 12:57:48 -04:00
version = "0.7.2"
2019-01-03 23:03:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf"
2019-01-03 23:03:25 -05:00
dependencies = [
2020-05-30 12:57:48 -04:00
"ahash",
"autocfg",
"serde",
2019-01-03 23:03:25 -05:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2019-06-18 19:25:26 -04:00
[[package]]
name = "hermit-abi"
2022-01-24 12:10:14 -05:00
version = "0.1.19"
2019-06-18 19:25:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
]
2019-06-18 19:25:26 -04:00
[[package]]
name = "hex"
2022-01-24 12:10:14 -05:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "humantime"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
2020-05-30 12:57:48 -04:00
"quick-error",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "image"
2022-01-24 12:10:14 -05:00
version = "0.23.14"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
2020-05-30 12:57:48 -04:00
dependencies = [
"bytemuck",
"byteorder",
2022-01-24 12:10:14 -05:00
"color_quant",
2020-05-30 12:57:48 -04:00
"gif",
"jpeg-decoder",
"num-iter",
"num-rational",
2022-01-24 12:10:14 -05:00
"num-traits",
2020-05-30 12:57:48 -04:00
"png",
"scoped_threadpool",
"tiff",
]
[[package]]
name = "indexmap"
2022-01-24 12:10:14 -05:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
dependencies = [
2020-05-30 12:57:48 -04:00
"autocfg",
2022-01-24 12:10:14 -05:00
"hashbrown 0.11.2",
]
[[package]]
name = "inflate"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
dependencies = [
2020-05-30 12:57:48 -04:00
"adler32",
]
[[package]]
name = "instant"
2022-01-24 12:10:14 -05:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2022-01-24 12:10:14 -05:00
"cfg-if 1.0.0",
2020-05-30 12:57:48 -04:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "io-surface"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "2279a6faecd06034f88218f77f7a767693e0957bce0323a96d92747e2760b445"
dependencies = [
2020-05-30 12:57:48 -04:00
"cgl",
"core-foundation 0.6.4",
"gleam",
"leaky-cow",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
]
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
]
[[package]]
name = "itertools"
2022-01-24 12:10:14 -05:00
version = "0.9.0"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
2020-05-30 12:57:48 -04:00
dependencies = [
"either",
]
[[package]]
name = "itertools"
2022-01-24 12:10:14 -05:00
version = "0.10.3"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
2020-05-30 12:57:48 -04:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
2022-01-24 12:10:14 -05:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[package]]
name = "jemalloc-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
dependencies = [
2020-05-30 12:57:48 -04:00
"cc",
"fs_extra",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
]
[[package]]
name = "jemallocator"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
dependencies = [
2020-05-30 12:57:48 -04:00
"jemalloc-sys",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
]
[[package]]
name = "jni"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "4ba3cd65bd48a02c50381dc90678744e1cc9842d0c957bf5a4660618df10a0c2"
dependencies = [
2020-05-30 12:57:48 -04:00
"cesu8",
"combine",
"error-chain",
"jni-sys",
"log",
"walkdir",
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "jpeg-decoder"
2022-01-24 12:10:14 -05:00
version = "0.1.22"
2019-03-08 19:52:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
2019-03-08 19:52:47 -05:00
dependencies = [
2020-05-30 12:57:48 -04:00
"rayon",
2019-03-08 19:52:47 -05:00
]
[[package]]
name = "js-sys"
2022-01-24 12:10:14 -05:00
version = "0.3.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
dependencies = [
2020-05-30 12:57:48 -04:00
"wasm-bindgen",
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
2020-05-30 12:57:48 -04:00
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "khronos"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "c0711aaa80e6ba6eb1fa8978f1f46bfcb38ceb2f3f33f3736efbff39dac89f50"
dependencies = [
2020-05-30 12:57:48 -04:00
"libc 0.1.12",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2019-04-09 15:32:06 -04:00
2019-06-20 20:13:15 -04:00
[[package]]
name = "kurbo"
2022-01-24 12:10:14 -05:00
version = "0.6.3"
2019-06-20 20:13:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "ed9be561444b7e4c4ac33b4fa36af1f996ccca1f14840ea1a09ba034289502ed"
2019-06-20 20:13:15 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"arrayvec",
2019-06-20 20:13:15 -04:00
]
[[package]]
name = "lazy_static"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf186d1a8aa5f5bee5fd662bc9c1b949e0259e1bcc379d1f006847b0080c7417"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
2022-01-24 12:10:14 -05:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "leak"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
[[package]]
name = "leaky-cow"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
dependencies = [
2020-05-30 12:57:48 -04:00
"leak",
]
[[package]]
name = "lexical-core"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
dependencies = [
2020-05-30 12:57:48 -04:00
"arrayvec",
"bitflags",
"cfg-if 1.0.0",
2020-05-30 12:57:48 -04:00
"ryu",
"static_assertions",
]
2019-03-08 19:52:47 -05:00
[[package]]
name = "libc"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122"
[[package]]
name = "libc"
2022-01-24 12:10:14 -05:00
version = "0.2.113"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "eef78b64d87775463c549fbd80e19249ef436ea3bf1de2a1eb7e717ec7fab1e9"
2019-04-09 15:32:06 -04:00
[[package]]
name = "libloading"
version = "0.5.2"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
dependencies = [
"cc",
"winapi 0.3.9",
]
[[package]]
name = "libloading"
2022-01-24 12:10:14 -05:00
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
]
[[package]]
name = "libloading"
version = "0.7.3"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
2019-04-09 15:32:06 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"cfg-if 1.0.0",
2020-05-30 12:57:48 -04:00
"winapi 0.3.9",
2019-04-09 15:32:06 -04:00
]
[[package]]
name = "line_drawing"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "5cc7ad3d82c845bdb5dde34ffdcc7a5fb4d2996e1e1ee0f19c33bc80e15196b9"
2019-04-09 15:32:06 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"num-traits",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "lock_api"
2020-04-17 16:42:25 -04:00
version = "0.3.4"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"scopeguard",
2019-04-09 15:32:06 -04:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "lock_api"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
2022-01-24 12:10:14 -05:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
2022-01-24 12:10:14 -05:00
"cfg-if 1.0.0",
]
[[package]]
name = "lottie_basic"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"pathfinder_lottie",
]
2019-06-18 19:25:26 -04:00
[[package]]
name = "lzma-rs"
2022-01-24 12:10:14 -05:00
version = "0.1.4"
2019-06-18 19:25:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "2418b3c916481fbee0ffcb36bd1515b7c6d3cf87a8ca3b3672b4c33d9e230941"
2019-06-18 19:25:26 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"byteorder",
"crc",
2019-06-18 19:25:26 -04:00
]
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2019-04-09 15:32:06 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2019-04-09 15:32:06 -04:00
]
2019-06-20 20:13:15 -04:00
[[package]]
name = "matches"
2022-01-24 12:10:14 -05:00
version = "0.1.9"
2019-06-20 20:13:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2019-06-20 20:13:15 -04:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
name = "md5"
2022-01-24 12:10:14 -05:00
version = "0.7.0"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "memchr"
2022-01-24 12:10:14 -05:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2019-04-09 15:32:06 -04:00
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
2019-04-09 15:32:06 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"winapi 0.3.9",
2019-04-09 15:32:06 -04:00
]
[[package]]
name = "memmap2"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
]
[[package]]
name = "memoffset"
2022-01-24 12:10:14 -05:00
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
2020-05-30 12:57:48 -04:00
"autocfg",
]
[[package]]
name = "metal"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "f83c7dcc2038e12f68493fa3de44235df27b2497178e257185b4b5b5d028a1e4"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"block",
"cocoa 0.19.1",
"core-graphics 0.17.3",
"foreign-types",
"log",
"objc",
]
[[package]]
name = "metal"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "e198a0ee42bdbe9ef2c09d0b9426f3b2b47d90d93a4a9b0395c4cea605e92dc0"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"block",
"cocoa 0.20.2",
"core-graphics 0.19.2",
"foreign-types",
"log",
"objc",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2020-05-30 12:57:48 -04:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
dependencies = [
2020-05-30 12:57:48 -04:00
"adler32",
]
[[package]]
name = "miniz_oxide"
2022-01-24 12:10:14 -05:00
version = "0.4.4"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2020-05-30 12:57:48 -04:00
dependencies = [
"adler",
2022-01-24 12:10:14 -05:00
"autocfg",
]
[[package]]
name = "mio"
2022-01-24 12:10:14 -05:00
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
dependencies = [
"cfg-if 0.1.10",
2020-05-30 12:57:48 -04:00
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
2020-05-30 12:57:48 -04:00
"lazycell",
"log",
"mio",
"slab",
]
[[package]]
name = "miow"
2022-01-24 12:10:14 -05:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
2020-05-30 12:57:48 -04:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "ndk"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eb167c1febed0a496639034d0c76b3b74263636045db5489eee52143c246e73"
dependencies = [
"jni-sys",
"ndk-sys",
"num_enum",
"thiserror",
]
[[package]]
name = "ndk-glue"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241"
dependencies = [
"lazy_static 1.4.0",
"libc 0.2.113",
"log",
"ndk",
"ndk-macro",
"ndk-sys",
]
[[package]]
name = "ndk-macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
dependencies = [
"darling",
"proc-macro-crate",
"proc-macro2 1.0.36",
"quote 1.0.15",
"syn",
]
[[package]]
name = "ndk-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
[[package]]
name = "net2"
2022-01-24 12:10:14 -05:00
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
dependencies = [
"cfg-if 0.1.10",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"winapi 0.3.9",
]
[[package]]
name = "nfd"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "8e752e3c216bc8a491c5b59fa46da10f1379ae450b19ac688e07f4bb55042e98"
dependencies = [
2020-05-30 12:57:48 -04:00
"gcc",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "nix"
version = "0.14.1"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"cc",
"cfg-if 0.1.10",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"void",
2019-04-09 15:32:06 -04:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "nix"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc 0.2.113",
]
[[package]]
name = "nix"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc 0.2.113",
]
2019-06-18 19:25:26 -04:00
[[package]]
name = "nom"
2020-05-30 12:57:48 -04:00
version = "5.1.2"
2019-06-18 19:25:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2019-06-18 19:25:26 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"lexical-core",
"memchr",
"version_check",
2019-06-18 19:25:26 -04:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "nom"
version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
dependencies = [
"memchr",
"minimal-lexical",
"version_check",
]
[[package]]
name = "num-integer"
2022-01-24 12:10:14 -05:00
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
2020-05-30 12:57:48 -04:00
"autocfg",
2022-01-24 12:10:14 -05:00
"num-traits",
]
[[package]]
name = "num-iter"
2022-01-24 12:10:14 -05:00
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
dependencies = [
2020-05-30 12:57:48 -04:00
"autocfg",
"num-integer",
2022-01-24 12:10:14 -05:00
"num-traits",
]
[[package]]
name = "num-rational"
2022-01-24 12:10:14 -05:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
dependencies = [
2020-05-30 12:57:48 -04:00
"autocfg",
"num-integer",
2022-01-24 12:10:14 -05:00
"num-traits",
]
[[package]]
name = "num-traits"
2022-01-24 12:10:14 -05:00
version = "0.2.14"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-05-30 12:57:48 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"autocfg",
2020-05-30 12:57:48 -04:00
]
[[package]]
2022-01-24 12:10:14 -05:00
name = "num_cpus"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2019-06-18 19:25:26 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"hermit-abi",
"libc 0.2.113",
2019-06-18 19:25:26 -04:00
]
[[package]]
2022-01-24 12:10:14 -05:00
name = "num_enum"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "ca565a7df06f3d4b485494f25ba05da1435950f4dc263440eda7a6fa9b8e36e4"
dependencies = [
2022-01-24 12:10:14 -05:00
"derivative",
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffa5a33ddddfee04c0283a7653987d634e880347e96b5b2ed64de07efb59db9d"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.36",
"quote 1.0.15",
"syn",
2019-01-10 13:01:21 -05:00
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "objc"
version = "0.2.7"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"malloc_buf",
"objc_exception",
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
2020-05-30 12:57:48 -04:00
"block",
"objc",
"objc_id",
]
[[package]]
name = "objc_exception"
2019-12-28 03:43:58 -05:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
2020-05-30 12:57:48 -04:00
"cc",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "object"
2022-01-24 12:10:14 -05:00
version = "0.27.1"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
dependencies = [
"memchr",
]
2020-05-30 12:57:48 -04:00
[[package]]
name = "once_cell"
2022-01-24 12:10:14 -05:00
version = "1.9.0"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
2019-04-09 15:32:06 -04:00
[[package]]
2022-01-24 12:10:14 -05:00
name = "opaque-debug"
version = "0.3.0"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2019-04-09 15:32:06 -04:00
2020-05-30 12:57:48 -04:00
[[package]]
2022-01-24 12:10:14 -05:00
name = "ordered-float"
version = "1.1.1"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
dependencies = [
"num-traits",
]
2020-05-30 12:57:48 -04:00
2019-04-09 15:32:06 -04:00
[[package]]
name = "osmesa-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"shared_library",
2019-04-09 15:32:06 -04:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "owned_ttf_parser"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
dependencies = [
"ttf-parser",
]
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
2022-01-24 12:10:14 -05:00
"lock_api 0.3.4",
2020-05-30 12:57:48 -04:00
"parking_lot_core 0.6.2",
2022-01-24 12:10:14 -05:00
"rustc_version 0.2.3",
]
[[package]]
name = "parking_lot"
2020-04-17 16:42:25 -04:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
dependencies = [
2022-01-24 12:10:14 -05:00
"lock_api 0.3.4",
2020-05-30 12:57:48 -04:00
"parking_lot_core 0.7.2",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api 0.4.5",
"parking_lot_core 0.8.5",
]
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [
"cfg-if 0.1.10",
2020-05-30 12:57:48 -04:00
"cloudabi",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
"redox_syscall 0.1.57",
"rustc_version 0.2.3",
"smallvec 0.6.14",
2020-05-30 12:57:48 -04:00
"winapi 0.3.9",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "parking_lot_core"
2020-05-30 12:57:48 -04:00
version = "0.7.2"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
2019-04-09 15:32:06 -04:00
dependencies = [
"cfg-if 0.1.10",
2020-05-30 12:57:48 -04:00
"cloudabi",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
"redox_syscall 0.1.57",
"smallvec 1.8.0",
"winapi 0.3.9",
]
[[package]]
name = "parking_lot_core"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc 0.2.113",
"redox_syscall 0.2.10",
"smallvec 1.8.0",
2020-05-30 12:57:48 -04:00
"winapi 0.3.9",
2019-03-08 19:52:47 -05:00
]
[[package]]
name = "pathfinder_android_demo"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"egl",
"gl",
"jni",
"lazy_static 1.4.0",
2020-05-30 12:57:48 -04:00
"pathfinder_demo",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
]
[[package]]
name = "pathfinder_c"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"core-foundation 0.6.4",
"font-kit",
"foreign-types",
"gl",
"io-surface",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"metal 0.18.0",
"pathfinder_canvas",
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_metal",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"pathfinder_simd",
"pathfinder_svg",
"usvg",
]
[[package]]
name = "pathfinder_canvas"
version = "0.5.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"font-kit",
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_renderer",
"pathfinder_text",
"skribo",
]
[[package]]
name = "pathfinder_color"
version = "0.5.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"pathfinder_simd",
]
[[package]]
name = "pathfinder_content"
version = "0.5.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"arrayvec",
"bitflags",
"image",
"log",
"pathfinder_color",
"pathfinder_geometry",
"pathfinder_simd",
"quickcheck",
2022-01-24 12:10:14 -05:00
"smallvec 1.8.0",
]
[[package]]
name = "pathfinder_demo"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"clap",
"gl",
"image",
"io-surface",
"log",
"metal 0.18.0",
"pathfinder_color",
"pathfinder_content",
"pathfinder_export",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_metal",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"pathfinder_simd",
"pathfinder_svg",
"pathfinder_ui",
"pdf",
"pdf_render",
"rayon",
"usvg",
]
[[package]]
name = "pathfinder_export"
version = "0.1.0"
dependencies = [
2022-01-24 12:10:14 -05:00
"deflate 1.0.0",
2020-05-30 12:57:48 -04:00
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_renderer",
]
[[package]]
name = "pathfinder_geometry"
version = "0.5.1"
2019-01-10 13:01:21 -05:00
dependencies = [
2020-05-30 12:57:48 -04:00
"log",
"pathfinder_simd",
]
[[package]]
name = "pathfinder_gl"
version = "0.5.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"gl",
"half",
"log",
"pathfinder_geometry",
"pathfinder_gpu",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"pathfinder_simd",
]
2019-03-04 17:55:32 -05:00
[[package]]
name = "pathfinder_gpu"
version = "0.5.0"
2019-03-04 17:55:32 -05:00
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"fxhash",
"half",
"image",
"instant",
"log",
"pathfinder_color",
"pathfinder_geometry",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"pathfinder_simd",
2019-03-04 17:55:32 -05:00
]
[[package]]
name = "pathfinder_lottie"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"serde",
"serde_json",
2019-04-09 15:32:06 -04:00
]
[[package]]
name = "pathfinder_magicleap_demo"
version = "0.1.0"
dependencies = [
2022-01-24 12:10:14 -05:00
"crossbeam-channel 0.4.4",
2020-05-30 12:57:48 -04:00
"egl",
"gl",
"glutin",
"log",
"pathfinder_color",
"pathfinder_content",
"pathfinder_demo",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_renderer",
"pathfinder_simd",
"pathfinder_svg",
"pathfinder_ui",
"rayon",
2022-01-24 12:10:14 -05:00
"smallvec 1.8.0",
2020-05-30 12:57:48 -04:00
"usvg",
]
[[package]]
name = "pathfinder_metal"
version = "0.5.1"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"block",
"byteorder",
"cocoa 0.19.1",
"core-foundation 0.6.4",
"dispatch",
"foreign-types",
"half",
"io-surface",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"metal 0.18.0",
"objc",
"pathfinder_geometry",
"pathfinder_gpu",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"pathfinder_simd",
]
[[package]]
name = "pathfinder_renderer"
version = "0.5.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"byte-slice-cast",
"byteorder",
2022-01-24 12:10:14 -05:00
"crossbeam-channel 0.4.4",
2020-05-30 12:57:48 -04:00
"fxhash",
"half",
2022-01-24 12:10:14 -05:00
"hashbrown 0.7.2",
2020-05-30 12:57:48 -04:00
"instant",
"log",
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_gpu",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"pathfinder_simd",
"pathfinder_ui",
"quickcheck",
"rayon",
"serde",
"serde_json",
2022-01-24 12:10:14 -05:00
"smallvec 1.8.0",
2020-05-30 12:57:48 -04:00
"vec_map",
]
[[package]]
name = "pathfinder_resources"
version = "0.5.0"
2019-02-01 14:48:10 -05:00
[[package]]
2022-01-24 12:10:14 -05:00
name = "pathfinder_resources"
version = "0.5.0"
2022-01-24 12:10:14 -05:00
source = "git+https://github.com/servo/pathfinder/#581eadfbeb61a973f73691f4672ad40d6e70e7b5"
[[package]]
name = "pathfinder_simd"
version = "0.5.1"
2019-03-28 17:55:38 -04:00
dependencies = [
"rustc_version 0.4.0",
2019-03-28 17:55:38 -04:00
]
2019-02-01 14:48:10 -05:00
[[package]]
name = "pathfinder_svg"
2020-04-17 16:54:26 -04:00
version = "0.5.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
2022-01-24 12:10:14 -05:00
"hashbrown 0.7.2",
2020-05-30 12:57:48 -04:00
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_renderer",
"pathfinder_simd",
"usvg",
]
[[package]]
name = "pathfinder_swf"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_renderer",
"swf-parser",
"swf-types",
]
[[package]]
name = "pathfinder_text"
2020-04-17 16:42:25 -04:00
version = "0.5.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"font-kit",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_renderer",
"skribo",
]
2019-03-04 17:55:32 -05:00
[[package]]
name = "pathfinder_ui"
version = "0.5.0"
dependencies = [
2022-01-24 12:10:14 -05:00
"hashbrown 0.7.2",
2020-05-30 12:57:48 -04:00
"pathfinder_color",
"pathfinder_geometry",
"pathfinder_gpu",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"pathfinder_simd",
"serde",
"serde_derive",
"serde_json",
]
2019-03-04 17:55:32 -05:00
[[package]]
name = "pathfinder_web_canvas"
version = "0.1.0"
dependencies = [
"css-color-parser",
"pathfinder_canvas",
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
"pathfinder_webgl",
"wasm-bindgen",
"wasm-bindgen-test",
"web-sys",
]
[[package]]
name = "pathfinder_webgl"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"image",
"js-sys",
"log",
"pathfinder_geometry",
"pathfinder_gpu",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"pathfinder_simd",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "pdf"
2022-01-24 12:10:14 -05:00
version = "0.7.2"
source = "git+https://github.com/pdf-rs/pdf#a070a8e6b6b62ae1c672e6292037c28497bf0655"
2020-05-30 12:57:48 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"aes",
"bitflags",
"block-modes",
2020-05-30 12:57:48 -04:00
"chrono",
2022-01-24 12:10:14 -05:00
"deflate 0.9.1",
"fax",
2020-05-30 12:57:48 -04:00
"inflate",
2022-01-24 12:10:14 -05:00
"itertools 0.10.3",
2020-05-30 12:57:48 -04:00
"jpeg-decoder",
"log",
"md5",
"once_cell",
"pdf_derive",
2022-01-24 12:10:14 -05:00
"sha2",
2020-05-30 12:57:48 -04:00
"snafu",
2022-01-24 12:10:14 -05:00
"stringprep",
"weezl",
2020-05-30 12:57:48 -04:00
]
[[package]]
name = "pdf_derive"
2022-01-24 12:10:14 -05:00
version = "0.1.22"
source = "git+https://github.com/pdf-rs/pdf#a070a8e6b6b62ae1c672e6292037c28497bf0655"
dependencies = [
"proc-macro2 1.0.36",
"quote 1.0.15",
"syn",
]
[[package]]
name = "pdf_encoding"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896aa5621ac2686e0744f6d371bd216ada635ed5b6f4833d56692edd6c7f699"
2020-05-30 12:57:48 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"lazy_static 1.4.0",
2020-05-30 12:57:48 -04:00
]
[[package]]
name = "pdf_render"
version = "0.1.0"
2022-01-24 12:10:14 -05:00
source = "git+https://github.com/pdf-rs/pdf_render#1b7480229c4c71e2b854ec2473edb9a28ab111ac"
2020-05-30 12:57:48 -04:00
dependencies = [
"font",
2022-01-24 12:10:14 -05:00
"image",
"instant",
"itertools 0.10.3",
2020-05-30 12:57:48 -04:00
"log",
"pathfinder_color",
"pathfinder_content",
"pathfinder_geometry",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0 (git+https://github.com/servo/pathfinder/)",
2020-05-30 12:57:48 -04:00
"pdf",
2022-01-24 12:10:14 -05:00
"pdf_encoding",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-04-09 15:32:06 -04:00
[[package]]
name = "pkg-config"
2022-01-24 12:10:14 -05:00
version = "0.3.24"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
[[package]]
name = "png"
2022-01-24 12:10:14 -05:00
version = "0.16.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"crc32fast",
2022-01-24 12:10:14 -05:00
"deflate 0.8.6",
2020-05-30 12:57:48 -04:00
"miniz_oxide 0.3.7",
]
[[package]]
name = "ppv-lite86"
2022-01-24 12:10:14 -05:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[package]]
name = "pretty_env_logger"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
dependencies = [
2020-05-30 12:57:48 -04:00
"env_logger",
"log",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
[[package]]
name = "proc-macro2"
2019-05-13 21:47:19 -04:00
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
2020-05-30 12:57:48 -04:00
"unicode-xid 0.1.0",
]
[[package]]
name = "proc-macro2"
2022-01-24 12:10:14 -05:00
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [
2022-01-24 12:10:14 -05:00
"unicode-xid 0.2.2",
]
[[package]]
name = "quick-error"
version = "1.2.3"
2018-12-12 17:55:53 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2018-12-12 17:55:53 -05:00
[[package]]
name = "quickcheck"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f"
dependencies = [
2020-05-30 12:57:48 -04:00
"env_logger",
"log",
"rand",
"rand_core",
]
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
2020-05-30 12:57:48 -04:00
"proc-macro2 0.4.30",
2018-09-19 23:03:25 -04:00
]
[[package]]
name = "quote"
2022-01-24 12:10:14 -05:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
dependencies = [
2022-01-24 12:10:14 -05:00
"proc-macro2 1.0.36",
]
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2022-01-24 12:10:14 -05:00
"getrandom 0.1.16",
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"rand_chacha",
"rand_core",
"rand_hc",
]
[[package]]
name = "rand_chacha"
2020-04-17 16:42:25 -04:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
2020-05-30 12:57:48 -04:00
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.5.1"
2018-12-12 17:55:53 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
2022-01-24 12:10:14 -05:00
"getrandom 0.1.16",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
2020-05-30 12:57:48 -04:00
"rand_core",
]
[[package]]
name = "raw-window-handle"
2022-01-24 12:10:14 -05:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e28f55143d0548dad60bb4fbdc835a3d7ac6acc3324506450c5fdd6e42903a76"
dependencies = [
"libc 0.2.113",
"raw-window-handle 0.4.2",
]
[[package]]
name = "raw-window-handle"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "fba75eee94a9d5273a68c9e1e105d9cffe1ef700532325788389e5a83e2522b7"
dependencies = [
2022-01-24 12:10:14 -05:00
"cty",
]
2018-09-19 23:03:25 -04:00
[[package]]
name = "rayon"
2022-01-24 12:10:14 -05:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
dependencies = [
2020-05-30 12:57:48 -04:00
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-01-24 12:10:14 -05:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
dependencies = [
2022-01-24 12:10:14 -05:00
"crossbeam-channel 0.5.2",
2020-05-30 12:57:48 -04:00
"crossbeam-deque",
2022-01-24 12:10:14 -05:00
"crossbeam-utils 0.8.6",
"lazy_static 1.4.0",
2020-05-30 12:57:48 -04:00
"num_cpus",
]
[[package]]
name = "rctree"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
[[package]]
name = "redox_syscall"
2022-01-24 12:10:14 -05:00
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_syscall"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
2022-01-24 12:10:14 -05:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
2022-01-24 12:10:14 -05:00
"getrandom 0.2.4",
"redox_syscall 0.2.10",
]
[[package]]
name = "regex"
2022-01-24 12:10:14 -05:00
version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [
2020-05-30 12:57:48 -04:00
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-01-24 12:10:14 -05:00
version = "0.6.25"
2018-09-19 23:03:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "roxmltree"
2020-06-23 16:09:49 -04:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "d5001f134077069d87f77c8b9452b690df2445f7a43f1c7ca4a1af8dd505789d"
dependencies = [
2020-05-30 12:57:48 -04:00
"xmlparser",
]
2019-03-08 19:52:47 -05:00
[[package]]
name = "rustc-demangle"
2022-01-24 12:10:14 -05:00
version = "0.1.21"
2019-03-08 19:52:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2019-03-08 19:52:47 -05:00
2019-03-28 17:55:38 -04:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2019-03-28 17:55:38 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"semver 0.9.0",
]
[[package]]
name = "rustc_version"
version = "0.4.0"
2022-01-24 12:10:14 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2022-01-24 12:10:14 -05:00
dependencies = [
"semver 1.0.18",
2019-03-28 17:55:38 -04:00
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "rusttype"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "310942406a39981bed7e12b09182a221a29e0990f3e7e0c971f131922ed135d5"
dependencies = [
2020-05-30 12:57:48 -04:00
"rusttype 0.8.3",
]
[[package]]
name = "rusttype"
2020-04-17 16:42:25 -04:00
version = "0.8.3"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "9f61411055101f7b60ecf1041d87fb74205fb20b0c7a723f07ef39174cf6b4c0"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"approx",
"ordered-float",
"stb_truetype",
2019-04-09 15:32:06 -04:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "rusttype"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
[[package]]
name = "ryu"
2022-01-24 12:10:14 -05:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2019-03-08 19:52:47 -05:00
[[package]]
name = "same-file"
version = "1.0.6"
2019-03-08 19:52:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-03-08 19:52:47 -05:00
dependencies = [
2020-05-30 12:57:48 -04:00
"winapi-util",
2019-03-08 19:52:47 -05:00
]
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
[[package]]
name = "scopeguard"
2020-04-17 16:42:25 -04:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "sdl2"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "1f74124048ea86b5cd50236b2443f6f57cf4625a8e8818009b4e50dbb8729a43"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"lazy_static 1.4.0",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"sdl2-sys",
]
[[package]]
name = "sdl2-sys"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "c2e1deb61ff274d29fb985017d4611d4004b113676eaa9c06754194caf82094e"
dependencies = [
"cfg-if 0.1.10",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
]
2019-03-28 17:55:38 -04:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2019-03-28 17:55:38 -04:00
dependencies = [
"semver-parser",
2022-01-24 12:10:14 -05:00
]
[[package]]
name = "semver"
version = "1.0.18"
2022-01-24 12:10:14 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
2019-03-28 17:55:38 -04:00
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-03-28 17:55:38 -04:00
[[package]]
name = "serde"
2022-01-24 12:10:14 -05:00
version = "1.0.135"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "2cf9235533494ea2ddcdb794665461814781c53f19d87b76e571a1c35acbad2b"
dependencies = [
2020-05-30 12:57:48 -04:00
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-01-24 12:10:14 -05:00
version = "1.0.135"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "8dcde03d87d4c973c04be249e7d8f0b35db1c848c487bd43032808e59dd8328d"
dependencies = [
2022-01-24 12:10:14 -05:00
"proc-macro2 1.0.36",
"quote 1.0.15",
"syn",
]
[[package]]
name = "serde_json"
2022-01-24 12:10:14 -05:00
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
dependencies = [
2020-05-30 12:57:48 -04:00
"itoa",
"ryu",
"serde",
]
[[package]]
name = "servo-fontconfig"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "a088f8d775a5c5314aae09bd77340bc9c67d72b9a45258be34c83548b4814cd9"
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"servo-fontconfig-sys",
]
[[package]]
name = "servo-fontconfig-sys"
2019-12-28 03:43:58 -05:00
version = "4.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "62b3e166450f523f4db06c14f02a2d39e76d49b5d8cbd224338d93e3595c156c"
dependencies = [
2020-05-30 12:57:48 -04:00
"expat-sys",
"pkg-config",
"servo-freetype-sys",
]
[[package]]
name = "servo-freetype-sys"
version = "4.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "2c4ccb6d0d32d277d3ef7dea86203d8210945eb7a45fba89dd445b3595dd0dfc"
dependencies = [
2020-05-30 12:57:48 -04:00
"cmake",
"pkg-config",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer",
"cfg-if 1.0.0",
"cpufeatures",
"digest",
"opaque-debug",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "shared_library"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
2019-04-09 15:32:06 -04:00
dependencies = [
"lazy_static 1.4.0",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2019-04-09 15:32:06 -04:00
]
[[package]]
name = "simplecss"
2022-01-24 12:10:14 -05:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
2019-12-28 03:43:58 -05:00
dependencies = [
2020-05-30 12:57:48 -04:00
"log",
2019-12-28 03:43:58 -05:00
]
2018-12-11 19:38:06 -05:00
[[package]]
name = "siphasher"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
2018-12-11 19:38:06 -05:00
2020-04-17 16:42:25 -04:00
[[package]]
name = "skribo"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "e6e9e713ecb4b6d3047428d060aa46cf4abd1109a961da245359e8f88a529d16"
2020-04-17 16:42:25 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"font-kit",
"harfbuzz",
"harfbuzz-sys",
"log",
"pathfinder_geometry",
"unicode-normalization",
]
2019-01-25 20:07:37 -05:00
[[package]]
name = "slab"
2022-01-24 12:10:14 -05:00
version = "0.4.5"
2019-01-25 20:07:37 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2020-05-30 12:57:48 -04:00
[[package]]
name = "slotmap"
2022-01-24 12:10:14 -05:00
version = "0.4.3"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "6bf34684c5767b87de9119790e92e9a1d60056be2ceeaf16a8e6ef13082aeab1"
2019-01-25 20:07:37 -05:00
[[package]]
name = "smallvec"
2022-01-24 12:10:14 -05:00
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
dependencies = [
2020-05-30 12:57:48 -04:00
"maybe-uninit",
]
2019-12-28 03:43:58 -05:00
[[package]]
name = "smallvec"
2022-01-24 12:10:14 -05:00
version = "1.8.0"
2019-12-28 03:43:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2019-12-28 03:43:58 -05:00
[[package]]
name = "smithay-client-toolkit"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "2ccb8c57049b2a34d2cc2b203fa785020ba0129d31920ef0d317430adaf748fa"
dependencies = [
2022-01-24 12:10:14 -05:00
"andrew 0.2.1",
2020-05-30 12:57:48 -04:00
"bitflags",
2022-01-24 12:10:14 -05:00
"dlib 0.4.2",
"lazy_static 1.4.0",
2020-05-30 12:57:48 -04:00
"memmap",
2022-01-24 12:10:14 -05:00
"nix 0.14.1",
2020-05-30 12:57:48 -04:00
"wayland-client 0.21.13",
"wayland-commons 0.21.13",
"wayland-protocols 0.21.13",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "smithay-client-toolkit"
2020-04-17 16:42:25 -04:00
version = "0.6.6"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "421c8dc7acf5cb205b88160f8b4cc2c5cfabe210e43b2f80f009f4c1ef910f1d"
2019-04-09 15:32:06 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"andrew 0.2.1",
2020-05-30 12:57:48 -04:00
"bitflags",
2022-01-24 12:10:14 -05:00
"dlib 0.4.2",
"lazy_static 1.4.0",
2020-05-30 12:57:48 -04:00
"memmap",
2022-01-24 12:10:14 -05:00
"nix 0.14.1",
2020-05-30 12:57:48 -04:00
"wayland-client 0.23.6",
"wayland-protocols 0.23.6",
2019-04-09 15:32:06 -04:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "smithay-client-toolkit"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4750c76fd5d3ac95fa3ed80fe667d6a3d8590a960e5b575b98eea93339a80b80"
dependencies = [
"andrew 0.3.1",
"bitflags",
"calloop 0.6.5",
"dlib 0.4.2",
"lazy_static 1.4.0",
"log",
"memmap2",
"nix 0.18.0",
"wayland-client 0.28.6",
"wayland-cursor",
"wayland-protocols 0.28.6",
]
[[package]]
2020-05-30 12:57:48 -04:00
name = "snafu"
2022-01-24 12:10:14 -05:00
version = "0.6.10"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "eab12d3c261b2308b0d80c26fffb58d17eba81a4be97890101f416b478c79ca7"
2020-05-30 12:57:48 -04:00
dependencies = [
"doc-comment",
"snafu-derive",
]
[[package]]
name = "snafu-derive"
2022-01-24 12:10:14 -05:00
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "1508efa03c362e23817f96cde18abed596a25219a8b2c66e8db33c03543d315b"
2020-05-30 12:57:48 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"proc-macro2 1.0.36",
"quote 1.0.15",
"syn",
2020-05-30 12:57:48 -04:00
]
[[package]]
name = "static_assertions"
2020-05-30 12:57:48 -04:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2019-04-09 15:32:06 -04:00
[[package]]
name = "stb_truetype"
2019-12-28 03:43:58 -05:00
version = "0.3.1"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "f77b6b07e862c66a9f3e62a07588fee67cd90a9135a2b942409f195507b4fb51"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"byteorder",
2019-04-09 15:32:06 -04:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "stringprep"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "strsim"
2019-05-13 21:47:19 -04:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2022-01-24 12:10:14 -05:00
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[package]]
name = "surfman"
version = "0.2.0"
2020-05-08 15:45:40 -04:00
source = "git+https://github.com/servo/surfman?rev=f3df871ac8c3926fe9106d86a3e51e20aa50d3cc#f3df871ac8c3926fe9106d86a3e51e20aa50d3cc"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"cfg_aliases",
"cgl",
"cocoa 0.19.1",
"core-foundation 0.6.4",
"core-graphics 0.17.3",
"display-link",
"euclid",
"gl_generator 0.13.1",
"io-surface",
"lazy_static 1.4.0",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"log",
"mach",
"metal 0.17.1",
"objc",
"parking_lot 0.9.0",
"wayland-sys 0.24.1",
"winapi 0.3.9",
"winit 0.19.3",
"wio",
"x11",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "surfman"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e4a723d26074814c0896e20ad30bbf32b9961c8f659e25cc414fc7dac2c3608"
dependencies = [
"bitflags",
"cfg_aliases",
"cgl",
"cocoa 0.19.1",
"core-foundation 0.6.4",
"core-graphics 0.17.3",
"display-link",
"euclid",
"gl_generator 0.14.0",
"io-surface",
"lazy_static 1.4.0",
"libc 0.2.113",
"log",
"mach",
"metal 0.18.0",
"objc",
"parking_lot 0.10.2",
"raw-window-handle 0.3.4",
"wayland-sys 0.24.1",
"winapi 0.3.9",
"winit 0.24.0",
"wio",
"x11",
]
[[package]]
name = "svg-to-skia"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"usvg",
]
2018-12-11 19:38:06 -05:00
[[package]]
name = "svgtypes"
2019-12-28 03:43:58 -05:00
version = "0.5.0"
2018-12-11 19:38:06 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
2018-12-11 19:38:06 -05:00
dependencies = [
2020-05-30 12:57:48 -04:00
"float-cmp",
"siphasher",
2018-09-19 23:03:25 -04:00
]
2019-06-18 19:25:26 -04:00
[[package]]
name = "swf-fixed"
2020-04-17 16:42:25 -04:00
version = "0.1.5"
2019-06-18 19:25:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "6b212c20df50b382c442a4098d7d9f1c94f0b040f0f0a5d120fa3a82fa51e302"
2019-06-18 19:25:26 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"serde",
2019-06-18 19:25:26 -04:00
]
[[package]]
name = "swf-parser"
version = "0.10.0"
2019-06-18 19:25:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "847c41c7add3a5a64524fa5883ba4f2ecaccb2e429df9a3d4ed17ad8e379c15f"
2019-06-18 19:25:26 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"half",
"inflate",
"lzma-rs",
"memchr",
2022-01-24 12:10:14 -05:00
"nom 5.1.2",
2020-05-30 12:57:48 -04:00
"swf-fixed",
"swf-types",
2019-06-18 19:25:26 -04:00
]
[[package]]
name = "swf-types"
version = "0.10.0"
2019-06-18 19:25:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "b1c05702364986055179557b04f797fecbc0cd1ef12c07536edd254b085b3540"
2019-06-18 19:25:26 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"hex",
"serde",
"swf-fixed",
2019-06-18 19:25:26 -04:00
]
[[package]]
name = "swf_basic"
version = "0.1.0"
dependencies = [
2020-05-30 12:57:48 -04:00
"gl",
"pathfinder_geometry",
"pathfinder_gl",
"pathfinder_gpu",
"pathfinder_renderer",
2022-01-24 12:10:14 -05:00
"pathfinder_resources 0.5.0",
2020-05-30 12:57:48 -04:00
"pathfinder_swf",
"sdl2",
"sdl2-sys",
"swf-parser",
"swf-types",
]
[[package]]
name = "syn"
2022-01-24 12:10:14 -05:00
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
dependencies = [
2022-01-24 12:10:14 -05:00
"proc-macro2 1.0.36",
"quote 1.0.15",
"unicode-xid 0.2.2",
]
[[package]]
name = "termcolor"
2022-01-24 12:10:14 -05:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
2020-05-30 12:57:48 -04:00
"winapi-util",
]
[[package]]
name = "textwrap"
2019-05-13 21:47:19 -04:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
2020-05-30 12:57:48 -04:00
"unicode-width",
]
[[package]]
2022-01-24 12:10:14 -05:00
name = "thiserror"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
2022-01-24 12:10:14 -05:00
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
"proc-macro2 1.0.36",
"quote 1.0.15",
"syn",
]
[[package]]
name = "tiff"
2022-01-24 12:10:14 -05:00
version = "0.6.1"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
2020-05-30 12:57:48 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"jpeg-decoder",
"miniz_oxide 0.4.4",
"weezl",
2020-05-30 12:57:48 -04:00
]
[[package]]
name = "time"
2022-01-24 12:10:14 -05:00
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
"wasi 0.10.0+wasi-snapshot-preview1",
2020-05-30 12:57:48 -04:00
"winapi 0.3.9",
]
[[package]]
name = "time-point"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "06535c958d6abe68dc4b4ef9e6845f758fc42fe463d0093d0aca40254f03fb14"
[[package]]
name = "tinyvec"
2022-01-24 12:10:14 -05:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "toml"
version = "0.5.8"
2020-05-30 12:57:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
2019-06-20 20:13:15 -04:00
[[package]]
name = "ttf-parser"
2020-05-30 12:57:48 -04:00
version = "0.6.2"
2019-06-20 20:13:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
[[package]]
name = "tuple"
2022-01-24 12:10:14 -05:00
version = "0.5.1"
source = "git+https://github.com/s3bk/tuple/#fdf8b4400ffb10506c711018a3cb918412a3c8c1"
2020-05-30 12:57:48 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"num-traits",
2020-05-30 12:57:48 -04:00
"serde",
]
2019-06-20 20:13:15 -04:00
2022-01-24 12:10:14 -05:00
[[package]]
name = "typenum"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2019-06-20 20:13:15 -04:00
[[package]]
name = "unicode-bidi"
2022-01-24 12:10:14 -05:00
version = "0.3.7"
2019-06-20 20:13:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2019-06-20 20:13:15 -04:00
[[package]]
name = "unicode-normalization"
2022-01-24 12:10:14 -05:00
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
dependencies = [
2020-05-30 12:57:48 -04:00
"tinyvec",
]
[[package]]
2019-06-20 20:13:15 -04:00
name = "unicode-script"
2022-01-24 12:10:14 -05:00
version = "0.5.4"
2019-06-20 20:13:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "58dd944fd05f2f0b5c674917aea8a4df6af84f2d8de3fe8d988b95d28fb8fb09"
2019-06-20 20:13:15 -04:00
[[package]]
name = "unicode-vo"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
[[package]]
name = "unicode-width"
2022-01-24 12:10:14 -05:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2019-03-08 19:52:47 -05:00
[[package]]
name = "unicode-xid"
2022-01-24 12:10:14 -05:00
version = "0.2.2"
2019-03-08 19:52:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2019-03-08 19:52:47 -05:00
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
2020-05-30 12:57:48 -04:00
"void",
]
[[package]]
name = "usvg"
2020-06-23 16:09:49 -04:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "5d98fe4bbd8cfe811fb84dabebd670d26b1e633ecb4d3a4ef3a4b8c10252448d"
dependencies = [
2022-01-24 12:10:14 -05:00
"base64",
2020-05-30 12:57:48 -04:00
"data-url",
"flate2",
"harfbuzz_rs",
"kurbo",
"log",
"memmap2",
"rctree",
"roxmltree",
"simplecss",
"siphasher",
"svgtypes",
"ttf-parser",
"unicode-bidi",
"unicode-script",
"unicode-vo",
"xmlwriter",
]
[[package]]
name = "vec_map"
2020-05-30 12:57:48 -04:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2019-05-13 21:47:19 -04:00
[[package]]
name = "version_check"
2022-01-24 12:10:14 -05:00
version = "0.9.4"
2019-05-13 21:47:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2019-05-13 21:47:19 -04:00
2019-03-08 19:52:47 -05:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2019-03-08 19:52:47 -05:00
[[package]]
name = "walkdir"
2022-01-24 12:10:14 -05:00
version = "2.3.2"
2019-03-08 19:52:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2019-03-08 19:52:47 -05:00
dependencies = [
2020-05-30 12:57:48 -04:00
"same-file",
"winapi 0.3.9",
"winapi-util",
2019-03-08 19:52:47 -05:00
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2022-01-24 12:10:14 -05:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasm-bindgen"
2022-01-24 12:10:14 -05:00
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
dependencies = [
2022-01-24 12:10:14 -05:00
"cfg-if 1.0.0",
2020-05-30 12:57:48 -04:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-01-24 12:10:14 -05:00
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
dependencies = [
2020-05-30 12:57:48 -04:00
"bumpalo",
"lazy_static 1.4.0",
2020-05-30 12:57:48 -04:00
"log",
2022-01-24 12:10:14 -05:00
"proc-macro2 1.0.36",
"quote 1.0.15",
"syn",
2020-05-30 12:57:48 -04:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-01-24 12:10:14 -05:00
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
dependencies = [
2022-01-24 12:10:14 -05:00
"cfg-if 1.0.0",
2020-05-30 12:57:48 -04:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2022-01-24 12:10:14 -05:00
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
dependencies = [
2022-01-24 12:10:14 -05:00
"quote 1.0.15",
2020-05-30 12:57:48 -04:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-01-24 12:10:14 -05:00
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
dependencies = [
2022-01-24 12:10:14 -05:00
"proc-macro2 1.0.36",
"quote 1.0.15",
"syn",
2020-05-30 12:57:48 -04:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-01-24 12:10:14 -05:00
version = "0.2.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
[[package]]
name = "wasm-bindgen-test"
2022-01-24 12:10:14 -05:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "45c8d417d87eefa0087e62e3c75ad086be39433449e2961add9a5d9ce5acc2f1"
dependencies = [
2020-05-30 12:57:48 -04:00
"console_error_panic_hook",
"js-sys",
"scoped-tls",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test-macro",
]
[[package]]
name = "wasm-bindgen-test-macro"
2022-01-24 12:10:14 -05:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "d0e560d44db5e73b69a9757a15512fe7e1ef93ed2061c928871a4025798293dd"
dependencies = [
2022-01-24 12:10:14 -05:00
"proc-macro2 1.0.36",
"quote 1.0.15",
]
[[package]]
name = "wayland-client"
version = "0.21.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "49963e5f9eeaf637bfcd1b9f0701c99fd5cd05225eb51035550d4272806f2713"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"downcast-rs",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
"nix 0.14.1",
2020-05-30 12:57:48 -04:00
"wayland-commons 0.21.13",
"wayland-scanner 0.21.13",
"wayland-sys 0.21.13",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "wayland-client"
version = "0.23.6"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "af1080ebe0efabcf12aef2132152f616038f2d7dcbbccf7b2d8c5270fe14bcda"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
2022-01-24 12:10:14 -05:00
"calloop 0.4.4",
2020-05-30 12:57:48 -04:00
"downcast-rs",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"mio",
2022-01-24 12:10:14 -05:00
"nix 0.14.1",
2020-05-30 12:57:48 -04:00
"wayland-commons 0.23.6",
"wayland-scanner 0.23.6",
"wayland-sys 0.23.6",
2019-04-09 15:32:06 -04:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "wayland-client"
version = "0.28.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3ab332350e502f159382201394a78e3cc12d0f04db863429260164ea40e0355"
dependencies = [
"bitflags",
"downcast-rs",
"libc 0.2.113",
"nix 0.20.0",
"scoped-tls",
"wayland-commons 0.28.6",
"wayland-scanner 0.28.6",
"wayland-sys 0.28.6",
]
[[package]]
name = "wayland-commons"
version = "0.21.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "40c08896768b667e1df195d88a62a53a2d1351a1ed96188be79c196b35bb32ec"
dependencies = [
2022-01-24 12:10:14 -05:00
"nix 0.14.1",
2020-05-30 12:57:48 -04:00
"wayland-sys 0.21.13",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "wayland-commons"
version = "0.23.6"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "bb66b0d1a27c39bbce712b6372131c6e25149f03ffb0cd017cf8f7de8d66dbdb"
2019-04-09 15:32:06 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"nix 0.14.1",
2020-05-30 12:57:48 -04:00
"wayland-sys 0.23.6",
2019-04-09 15:32:06 -04:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "wayland-commons"
version = "0.28.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda"
dependencies = [
"nix 0.20.0",
"once_cell",
"smallvec 1.8.0",
"wayland-sys 0.28.6",
]
[[package]]
name = "wayland-cursor"
version = "0.28.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be610084edd1586d45e7bdd275fe345c7c1873598caa464c4fb835dee70fa65a"
dependencies = [
"nix 0.20.0",
"wayland-client 0.28.6",
"xcursor",
]
[[package]]
name = "wayland-protocols"
version = "0.21.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "4afde2ea2a428eee6d7d2c8584fdbe8b82eee8b6c353e129a434cd6e07f42145"
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"wayland-client 0.21.13",
"wayland-commons 0.21.13",
"wayland-scanner 0.21.13",
"wayland-sys 0.21.13",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "wayland-protocols"
version = "0.23.6"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "6cc286643656742777d55dc8e70d144fa4699e426ca8e9d4ef454f4bf15ffcf9"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"bitflags",
"wayland-client 0.23.6",
"wayland-commons 0.23.6",
"wayland-scanner 0.23.6",
2019-04-09 15:32:06 -04:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "wayland-protocols"
version = "0.28.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "286620ea4d803bacf61fa087a4242ee316693099ee5a140796aaba02b29f861f"
dependencies = [
"bitflags",
"wayland-client 0.28.6",
"wayland-commons 0.28.6",
"wayland-scanner 0.28.6",
]
[[package]]
name = "wayland-scanner"
version = "0.21.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "bf3828c568714507315ee425a9529edc4a4aa9901409e373e9e0027e7622b79e"
dependencies = [
2020-05-30 12:57:48 -04:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"xml-rs",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "wayland-scanner"
version = "0.23.6"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "93b02247366f395b9258054f964fe293ddd019c3237afba9be2ccbe9e1651c3d"
2019-04-09 15:32:06 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"xml-rs",
2019-04-09 15:32:06 -04:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "wayland-scanner"
version = "0.28.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce923eb2deb61de332d1f356ec7b6bf37094dc5573952e1c8936db03b54c03f1"
dependencies = [
"proc-macro2 1.0.36",
"quote 1.0.15",
"xml-rs",
]
[[package]]
name = "wayland-sys"
version = "0.21.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "520ab0fd578017a0ee2206623ba9ef4afe5e8f23ca7b42f6acfba2f4e66b1628"
dependencies = [
2022-01-24 12:10:14 -05:00
"dlib 0.4.2",
"lazy_static 1.4.0",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "wayland-sys"
version = "0.23.6"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "d94e89a86e6d6d7c7c9b19ebf48a03afaac4af6bc22ae570e9a24124b75358f4"
2019-04-09 15:32:06 -04:00
dependencies = [
2022-01-24 12:10:14 -05:00
"dlib 0.4.2",
"lazy_static 1.4.0",
2019-04-09 15:32:06 -04:00
]
[[package]]
name = "wayland-sys"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "537500923d50be11d95a63c4cb538145e4c82edf61296b7debc1f94a1a6514ed"
dependencies = [
2022-01-24 12:10:14 -05:00
"dlib 0.4.2",
"lazy_static 1.4.0",
]
[[package]]
name = "wayland-sys"
version = "0.28.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d841fca9aed7febf9bed2e9796c49bf58d4152ceda8ac949ebe00868d8f0feb8"
dependencies = [
"dlib 0.5.0",
"lazy_static 1.4.0",
2022-01-24 12:10:14 -05:00
"pkg-config",
]
[[package]]
name = "web-sys"
2022-01-24 12:10:14 -05:00
version = "0.3.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
dependencies = [
2020-05-30 12:57:48 -04:00
"js-sys",
"wasm-bindgen",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "weezl"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
2020-05-30 12:57:48 -04:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
2020-05-30 12:57:48 -04:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[package]]
2018-09-19 23:03:25 -04:00
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
2018-09-19 23:03:25 -04:00
name = "winapi-util"
2020-05-30 12:57:48 -04:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2018-09-19 23:03:25 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"winapi 0.3.9",
2018-09-19 23:03:25 -04:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winit"
version = "0.19.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "7d0da905e61ae52d55c5ca6f8bea1e09daf5e325b6c77b0947c65a5179b49f5f"
dependencies = [
2020-05-30 12:57:48 -04:00
"android_glue",
"backtrace",
"bitflags",
"cocoa 0.18.5",
"core-foundation 0.6.4",
"core-graphics 0.17.3",
"lazy_static 1.4.0",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"log",
"objc",
"parking_lot 0.9.0",
"percent-encoding",
"smithay-client-toolkit 0.4.6",
"wayland-client 0.21.13",
"winapi 0.3.9",
"x11-dl",
]
[[package]]
name = "winit"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "65a5c1a5ef76ac31cc97ad29489acdbed2178f3fc12ca00ee6cb11d60adb5a3a"
dependencies = [
"android_glue",
"bitflags",
"cocoa 0.19.1",
"core-foundation 0.6.4",
"core-graphics 0.17.3",
"core-video-sys",
"dispatch",
"instant",
"lazy_static 1.4.0",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"log",
"mio",
"mio-extras",
"objc",
"parking_lot 0.10.2",
"percent-encoding",
2022-01-24 12:10:14 -05:00
"raw-window-handle 0.3.4",
2020-05-30 12:57:48 -04:00
"smithay-client-toolkit 0.6.6",
"wayland-client 0.23.6",
"winapi 0.3.9",
"x11-dl",
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "winit"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da4eda6fce0eb84bd0a33e3c8794eb902e1033d0a1d5a31bc4f19b1b4bbff597"
dependencies = [
"bitflags",
"cocoa 0.24.0",
"core-foundation 0.9.2",
"core-graphics 0.22.3",
"core-video-sys",
"dispatch",
"instant",
"lazy_static 1.4.0",
"libc 0.2.113",
"log",
"mio",
"mio-extras",
"ndk",
"ndk-glue",
"ndk-sys",
"objc",
"parking_lot 0.11.2",
"percent-encoding",
"raw-window-handle 0.3.4",
"smithay-client-toolkit 0.12.3",
"wayland-client 0.28.6",
"winapi 0.3.9",
"x11-dl",
]
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
2020-05-30 12:57:48 -04:00
"winapi 0.3.9",
]
2019-06-12 13:41:54 -04:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
2019-06-12 13:41:54 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2019-06-12 13:41:54 -04:00
dependencies = [
2020-05-30 12:57:48 -04:00
"winapi 0.2.8",
"winapi-build",
2019-06-12 13:41:54 -04:00
]
[[package]]
name = "x11"
2022-01-24 12:10:14 -05:00
version = "2.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "6dd0565fa8bfba8c5efe02725b14dff114c866724eff2cfd44d76cea74bcd87a"
dependencies = [
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"pkg-config",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "x11-dl"
2022-01-24 12:10:14 -05:00
version = "2.19.1"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
2019-04-09 15:32:06 -04:00
dependencies = [
"lazy_static 1.4.0",
2022-01-24 12:10:14 -05:00
"libc 0.2.113",
2020-05-30 12:57:48 -04:00
"pkg-config",
2019-04-09 15:32:06 -04:00
]
2022-01-24 12:10:14 -05:00
[[package]]
name = "xcursor"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [
"nom 7.1.0",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "xdg"
2022-01-24 12:10:14 -05:00
version = "2.4.0"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "3a23fe958c70412687039c86f578938b4a0bb50ec788e96bce4d6ab00ddd5803"
dependencies = [
"dirs 3.0.2",
]
2019-04-09 15:32:06 -04:00
[[package]]
name = "xml-rs"
2022-01-24 12:10:14 -05:00
version = "0.8.4"
2019-04-09 15:32:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
2019-04-09 15:32:06 -04:00
2018-12-11 19:38:06 -05:00
[[package]]
name = "xmlparser"
2022-01-24 12:10:14 -05:00
version = "0.13.3"
2019-12-28 03:43:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-24 12:10:14 -05:00
checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
2019-12-28 03:43:58 -05:00
[[package]]
name = "xmlwriter"
version = "0.1.0"
2018-12-11 19:38:06 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 12:57:48 -04:00
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"