neutauri/Cargo.lock

2868 lines
69 KiB
Plaintext
Raw Normal View History

2022-01-26 17:02:17 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-01-29 14:06:03 +00:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-04-30 15:05:43 +00:00
[[package]]
name = "aho-corasick"
2022-11-28 11:47:41 +00:00
version = "0.7.20"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2022-04-30 15:05:43 +00:00
dependencies = [
"memchr",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "alloc-no-stdlib"
2022-11-28 11:47:41 +00:00
version = "2.0.4"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
2022-01-26 17:02:17 +00:00
[[package]]
name = "alloc-stdlib"
2022-11-28 11:47:41 +00:00
version = "0.2.2"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
2022-01-26 17:02:17 +00:00
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "anyhow"
2022-11-28 11:47:41 +00:00
version = "1.0.66"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
2022-01-26 17:02:17 +00:00
[[package]]
name = "atk"
2022-04-30 15:05:43 +00:00
version = "0.15.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd"
2022-01-26 17:02:17 +00:00
dependencies = [
"atk-sys",
"bitflags",
"glib",
"libc",
]
[[package]]
name = "atk-sys"
2022-04-30 15:05:43 +00:00
version = "0.15.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"glib-sys",
"gobject-sys",
2022-01-26 17:02:17 +00:00
"libc",
2022-11-28 11:47:41 +00:00
"system-deps 6.0.3",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-01-26 17:02:17 +00:00
2022-11-28 11:47:41 +00:00
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-01-26 17:02:17 +00:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "bit_field"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
2022-01-26 17:02:17 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2022-11-28 11:47:41 +00:00
[[package]]
name = "block-buffer"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
dependencies = [
"generic-array",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "brotli"
version = "3.3.4"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
2022-01-26 17:02:17 +00:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "bumpalo"
2022-11-28 11:47:41 +00:00
version = "3.11.1"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2022-04-30 15:05:43 +00:00
2022-01-29 14:06:03 +00:00
[[package]]
name = "bytemuck"
2022-11-28 11:47:41 +00:00
version = "1.12.3"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
2022-01-29 14:06:03 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2022-01-26 17:02:17 +00:00
[[package]]
name = "bytes"
2022-11-28 11:47:41 +00:00
version = "1.3.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
2022-01-26 17:02:17 +00:00
[[package]]
name = "cairo-rs"
2022-07-01 17:20:37 +00:00
version = "0.15.12"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc"
2022-01-26 17:02:17 +00:00
dependencies = [
"bitflags",
"cairo-sys-rs",
"glib",
"libc",
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
2022-04-30 15:05:43 +00:00
version = "0.15.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"glib-sys",
2022-01-26 17:02:17 +00:00
"libc",
2022-11-28 11:47:41 +00:00
"system-deps 6.0.3",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "cc"
2022-11-28 11:47:41 +00:00
version = "1.0.77"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
2022-01-26 17:02:17 +00:00
2022-04-30 15:05:43 +00:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2022-01-26 17:02:17 +00:00
[[package]]
2022-04-30 15:05:43 +00:00
name = "cfg-expr"
version = "0.9.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7"
dependencies = [
"smallvec",
]
[[package]]
name = "cfg-expr"
2022-11-28 11:47:41 +00:00
version = "0.11.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa"
2022-04-30 15:05:43 +00:00
dependencies = [
"smallvec",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cocoa"
2022-11-28 11:47:41 +00:00
version = "0.24.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
2022-01-26 17:02:17 +00:00
dependencies = [
"bitflags",
"block",
"cocoa-foundation",
2022-04-30 15:05:43 +00:00
"core-foundation",
"core-graphics",
2022-01-26 17:02:17 +00:00
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
dependencies = [
"bitflags",
"block",
2022-04-30 15:05:43 +00:00
"core-foundation",
2022-01-26 17:02:17 +00:00
"core-graphics-types",
"foreign-types",
"libc",
"objc",
]
2022-01-29 14:06:03 +00:00
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2022-01-26 17:02:17 +00:00
[[package]]
2022-04-30 15:05:43 +00:00
name = "combine"
2022-11-28 11:47:41 +00:00
version = "4.6.6"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"bytes",
"memchr",
2022-01-26 17:02:17 +00:00
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2022-01-26 17:02:17 +00:00
[[package]]
name = "core-foundation"
version = "0.9.3"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"core-foundation-sys",
2022-01-26 17:02:17 +00:00
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "core-graphics"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags",
2022-04-30 15:05:43 +00:00
"core-foundation",
2022-01-26 17:02:17 +00:00
"core-graphics-types",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
dependencies = [
"bitflags",
2022-04-30 15:05:43 +00:00
"core-foundation",
2022-01-26 17:02:17 +00:00
"foreign-types",
"libc",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "cpufeatures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
"libc",
]
2022-01-29 14:06:03 +00:00
[[package]]
name = "crc32fast"
version = "1.3.2"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2022-01-29 14:06:03 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"cfg-if",
2022-01-29 14:06:03 +00:00
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "crossbeam-channel"
version = "0.5.6"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"cfg-if",
2022-01-26 17:02:17 +00:00
"crossbeam-utils",
]
2022-01-29 14:06:03 +00:00
[[package]]
name = "crossbeam-deque"
version = "0.8.2"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
2022-01-29 14:06:03 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"cfg-if",
2022-01-29 14:06:03 +00:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2022-11-28 11:47:41 +00:00
version = "0.9.13"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
2022-01-29 14:06:03 +00:00
dependencies = [
"autocfg",
2022-04-30 15:05:43 +00:00
"cfg-if",
2022-01-29 14:06:03 +00:00
"crossbeam-utils",
2022-11-28 11:47:41 +00:00
"memoffset 0.7.1",
2022-01-29 14:06:03 +00:00
"scopeguard",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "crossbeam-utils"
2022-11-28 11:47:41 +00:00
version = "0.8.14"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"cfg-if",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "crossterm"
2022-11-28 11:47:41 +00:00
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
dependencies = [
"bitflags",
"crossterm_winapi",
"libc",
"mio",
2022-11-28 11:47:41 +00:00
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
2022-11-28 11:47:41 +00:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
dependencies = [
"winapi",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "cssparser"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
dependencies = [
"cssparser-macros",
"dtoa-short",
"itoa 0.4.8",
"matches",
"phf",
"proc-macro2",
"quote",
"smallvec",
"syn",
]
[[package]]
name = "cssparser-macros"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
dependencies = [
"quote",
"syn",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
[[package]]
2022-11-28 11:47:41 +00:00
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
"rustc_version 0.4.0",
"syn",
]
[[package]]
name = "digest"
version = "0.10.6"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-11-28 11:47:41 +00:00
"block-buffer",
"crypto-common",
2022-01-26 17:02:17 +00:00
]
[[package]]
2022-07-01 17:20:37 +00:00
name = "dirs-next"
version = "2.0.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"cfg-if",
"dirs-sys-next",
2022-01-26 17:02:17 +00:00
]
2022-01-29 14:06:03 +00:00
[[package]]
2022-07-01 17:20:37 +00:00
name = "dirs-sys-next"
version = "0.1.2"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2022-01-29 14:06:03 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"libc",
"redox_users",
"winapi",
2022-01-29 14:06:03 +00:00
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2022-11-28 11:47:41 +00:00
[[package]]
name = "dtoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
[[package]]
name = "dtoa-short"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
dependencies = [
"dtoa",
]
[[package]]
name = "dunce"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"
[[package]]
name = "dyn-clone"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"
2022-01-26 17:02:17 +00:00
[[package]]
name = "either"
2022-11-28 11:47:41 +00:00
version = "1.8.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2022-01-26 17:02:17 +00:00
2022-04-30 15:05:43 +00:00
[[package]]
name = "exr"
2022-11-28 11:47:41 +00:00
version = "1.5.2"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "8eb5f255b5980bb0c8cf676b675d1a99be40f316881444f44e0462eaf5df5ded"
2022-04-30 15:05:43 +00:00
dependencies = [
"bit_field",
"flume",
"half",
"lebe",
2022-11-28 11:47:41 +00:00
"miniz_oxide",
2022-04-30 15:05:43 +00:00
"smallvec",
"threadpool",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "field-offset"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
dependencies = [
2022-11-28 11:47:41 +00:00
"memoffset 0.6.5",
"rustc_version 0.3.3",
2022-01-26 17:02:17 +00:00
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "flate2"
2022-11-28 11:47:41 +00:00
version = "1.0.25"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2022-04-30 15:05:43 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "flume"
version = "0.10.14"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
2022-04-30 15:05:43 +00:00
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
"spin",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
2022-11-28 11:47:41 +00:00
version = "1.1.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2022-01-26 17:02:17 +00:00
dependencies = [
"percent-encoding",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "futf"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
dependencies = [
"mac",
"new_debug_unreachable",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "futures-channel"
2022-11-28 11:47:41 +00:00
version = "0.3.25"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
2022-01-26 17:02:17 +00:00
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2022-11-28 11:47:41 +00:00
version = "0.3.25"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
2022-01-26 17:02:17 +00:00
[[package]]
name = "futures-executor"
2022-11-28 11:47:41 +00:00
version = "0.3.25"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
2022-01-26 17:02:17 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2022-11-28 11:47:41 +00:00
version = "0.3.25"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
2022-01-26 17:02:17 +00:00
2022-04-30 15:05:43 +00:00
[[package]]
name = "futures-sink"
2022-11-28 11:47:41 +00:00
version = "0.3.25"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
2022-04-30 15:05:43 +00:00
2022-01-26 17:02:17 +00:00
[[package]]
name = "futures-task"
2022-11-28 11:47:41 +00:00
version = "0.3.25"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
2022-01-26 17:02:17 +00:00
[[package]]
name = "futures-util"
2022-11-28 11:47:41 +00:00
version = "0.3.25"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
2022-01-26 17:02:17 +00:00
dependencies = [
"futures-core",
"futures-task",
"pin-project-lite",
"pin-utils",
"slab",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "gdk"
2022-04-30 15:05:43 +00:00
version = "0.15.4"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8"
2022-01-26 17:02:17 +00:00
dependencies = [
"bitflags",
"cairo-rs",
"gdk-pixbuf",
"gdk-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk-pixbuf"
2022-04-30 15:05:43 +00:00
version = "0.15.11"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"bitflags",
2022-01-26 17:02:17 +00:00
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk-pixbuf-sys"
2022-04-30 15:05:43 +00:00
version = "0.15.10"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"gio-sys",
"glib-sys",
"gobject-sys",
2022-01-26 17:02:17 +00:00
"libc",
2022-11-28 11:47:41 +00:00
"system-deps 6.0.3",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "gdk-sys"
2022-04-30 15:05:43 +00:00
version = "0.15.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88"
2022-01-26 17:02:17 +00:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
2022-07-01 17:20:37 +00:00
"gio-sys",
"glib-sys",
"gobject-sys",
2022-01-26 17:02:17 +00:00
"libc",
"pango-sys",
"pkg-config",
2022-11-28 11:47:41 +00:00
"system-deps 6.0.3",
2022-04-30 15:05:43 +00:00
]
[[package]]
name = "gdkx11-sys"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178"
dependencies = [
"gdk-sys",
2022-07-01 17:20:37 +00:00
"glib-sys",
2022-04-30 15:05:43 +00:00
"libc",
2022-11-28 11:47:41 +00:00
"system-deps 6.0.3",
2022-04-30 15:05:43 +00:00
"x11",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "generic-array"
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
"version_check",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "getrandom"
2022-11-28 11:47:41 +00:00
version = "0.1.16"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2022-04-30 15:05:43 +00:00
dependencies = [
"cfg-if",
"js-sys",
"libc",
2022-11-28 11:47:41 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
2022-04-30 15:05:43 +00:00
"wasm-bindgen",
2022-01-26 17:02:17 +00:00
]
2022-01-29 14:06:03 +00:00
[[package]]
name = "gif"
2022-07-01 17:20:37 +00:00
version = "0.11.4"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
2022-01-29 14:06:03 +00:00
dependencies = [
"color_quant",
"weezl",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "gio"
2022-07-01 17:20:37 +00:00
version = "0.15.12"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b"
2022-01-26 17:02:17 +00:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-io",
2022-07-01 17:20:37 +00:00
"gio-sys",
2022-01-26 17:02:17 +00:00
"glib",
"libc",
"once_cell",
"thiserror",
]
[[package]]
name = "gio-sys"
2022-04-30 15:05:43 +00:00
version = "0.15.10"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"glib-sys",
"gobject-sys",
2022-01-26 17:02:17 +00:00
"libc",
2022-11-28 11:47:41 +00:00
"system-deps 6.0.3",
2022-01-26 17:02:17 +00:00
"winapi",
]
[[package]]
name = "glib"
2022-07-01 17:20:37 +00:00
version = "0.15.12"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d"
2022-01-26 17:02:17 +00:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"glib-macros",
2022-07-01 17:20:37 +00:00
"glib-sys",
"gobject-sys",
2022-01-26 17:02:17 +00:00
"libc",
"once_cell",
"smallvec",
2022-04-30 15:05:43 +00:00
"thiserror",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "glib-macros"
2022-04-30 15:05:43 +00:00
version = "0.15.11"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "25a68131a662b04931e71891fb14aaf65ee4b44d08e8abc10f49e77418c86c64"
2022-01-26 17:02:17 +00:00
dependencies = [
"anyhow",
2022-04-30 15:05:43 +00:00
"heck 0.4.0",
2022-07-01 17:20:37 +00:00
"proc-macro-crate",
2022-01-26 17:02:17 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "glib-sys"
2022-04-30 15:05:43 +00:00
version = "0.15.10"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
2022-01-26 17:02:17 +00:00
dependencies = [
"libc",
2022-11-28 11:47:41 +00:00
"system-deps 6.0.3",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "gobject-sys"
2022-04-30 15:05:43 +00:00
version = "0.15.10"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"glib-sys",
2022-01-26 17:02:17 +00:00
"libc",
2022-11-28 11:47:41 +00:00
"system-deps 6.0.3",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "gtk"
2022-04-30 15:05:43 +00:00
version = "0.15.5"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0"
2022-01-26 17:02:17 +00:00
dependencies = [
"atk",
"bitflags",
"cairo-rs",
"field-offset",
"futures-channel",
"gdk",
"gdk-pixbuf",
"gio",
"glib",
"gtk-sys",
"gtk3-macros",
"libc",
"once_cell",
"pango",
"pkg-config",
]
[[package]]
name = "gtk-sys"
2022-04-30 15:05:43 +00:00
version = "0.15.3"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84"
2022-01-26 17:02:17 +00:00
dependencies = [
"atk-sys",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
2022-07-01 17:20:37 +00:00
"gio-sys",
"glib-sys",
"gobject-sys",
2022-01-26 17:02:17 +00:00
"libc",
"pango-sys",
2022-11-28 11:47:41 +00:00
"system-deps 6.0.3",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "gtk3-macros"
2022-04-30 15:05:43 +00:00
version = "0.15.4"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "24f518afe90c23fba585b2d7697856f9e6a7bbc62f65588035e66f6afb01a2e9"
2022-01-26 17:02:17 +00:00
dependencies = [
"anyhow",
2022-07-01 17:20:37 +00:00
"proc-macro-crate",
2022-01-26 17:02:17 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2022-04-05 10:11:29 +00:00
[[package]]
name = "gumdrop"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bc700f989d2f6f0248546222d9b4258f5b02a171a431f8285a81c08142629e3"
dependencies = [
"gumdrop_derive",
]
[[package]]
name = "gumdrop_derive"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729f9bd3449d77e7831a18abfb7ba2f99ee813dfd15b8c2167c9a54ba20aa99d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "half"
2022-11-28 11:47:41 +00:00
version = "2.1.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "ad6a9459c9c30b177b925162351f97e7d967c7ea8bab3b8352805327daf45554"
dependencies = [
"crunchy",
]
2022-04-30 15:05:43 +00:00
2022-01-26 17:02:17 +00:00
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2022-01-27 16:59:12 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "html5ever"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
dependencies = [
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
"syn",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "http"
2022-07-01 17:20:37 +00:00
version = "0.2.8"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
2022-01-26 17:02:17 +00:00
dependencies = [
"bytes",
"fnv",
2022-11-28 11:47:41 +00:00
"itoa 1.0.4",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "idna"
2022-11-28 11:47:41 +00:00
version = "0.3.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2022-01-26 17:02:17 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-01-29 14:06:03 +00:00
[[package]]
name = "image"
2022-11-28 11:47:41 +00:00
version = "0.24.5"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
2022-01-29 14:06:03 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
2022-04-30 15:05:43 +00:00
"exr",
2022-01-29 14:06:03 +00:00
"gif",
"jpeg-decoder",
"num-rational",
"num-traits",
"png",
"scoped_threadpool",
"tiff",
]
[[package]]
name = "inquire"
2022-11-28 11:47:41 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "e6055ce38cac9b10ac819ed4a509d92ccbc60808152c19ff9121c98198964272"
dependencies = [
"bitflags",
"crossterm",
2022-11-28 11:47:41 +00:00
"dyn-clone",
"lazy_static",
"newline-converter",
"thiserror",
"unicode-segmentation",
"unicode-width",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2022-04-30 15:05:43 +00:00
"cfg-if",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "itoa"
2022-11-28 11:47:41 +00:00
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "itoa"
version = "1.0.4"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
2022-01-26 17:02:17 +00:00
[[package]]
name = "javascriptcore-rs"
2022-04-30 15:05:43 +00:00
version = "0.16.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"bitflags",
2022-01-26 17:02:17 +00:00
"glib",
"javascriptcore-rs-sys",
]
[[package]]
name = "javascriptcore-rs-sys"
2022-04-30 15:05:43 +00:00
version = "0.4.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"glib-sys",
"gobject-sys",
2022-01-26 17:02:17 +00:00
"libc",
2022-04-30 15:05:43 +00:00
"system-deps 5.0.0",
]
[[package]]
name = "jni"
2022-11-28 11:47:41 +00:00
version = "0.20.0"
2022-07-01 17:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
2022-07-01 17:20:37 +00:00
dependencies = [
"cesu8",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2022-01-29 14:06:03 +00:00
[[package]]
name = "jpeg-decoder"
2022-11-28 11:47:41 +00:00
version = "0.3.0"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
2022-01-29 14:06:03 +00:00
dependencies = [
"rayon",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "js-sys"
2022-11-28 11:47:41 +00:00
version = "0.3.60"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2022-04-30 15:05:43 +00:00
dependencies = [
"wasm-bindgen",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "kuchiki"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
dependencies = [
"cssparser",
"html5ever",
"matches",
"selectors",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-04-30 15:05:43 +00:00
[[package]]
name = "lebe"
2022-11-28 11:47:41 +00:00
version = "0.5.2"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2022-04-30 15:05:43 +00:00
[[package]]
name = "libappindicator"
2022-07-01 17:20:37 +00:00
version = "0.7.1"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "db2d3cb96d092b4824cb306c9e544c856a4cb6210c1081945187f7f1924b47e8"
2022-04-30 15:05:43 +00:00
dependencies = [
"glib",
"gtk",
"gtk-sys",
"libappindicator-sys",
2022-04-30 15:05:43 +00:00
"log",
]
[[package]]
name = "libappindicator-sys"
2022-07-01 17:20:37 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "f1b3b6681973cea8cc3bce7391e6d7d5502720b80a581c9a95c9cbaf592826aa"
dependencies = [
"gtk-sys",
2022-07-01 17:20:37 +00:00
"libloading",
"once_cell",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "libc"
2022-11-28 11:47:41 +00:00
version = "0.2.137"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
2022-07-01 17:20:37 +00:00
[[package]]
name = "libloading"
2022-11-28 11:47:41 +00:00
version = "0.7.4"
2022-07-01 17:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2022-07-01 17:20:37 +00:00
dependencies = [
"cfg-if",
"winapi",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "lock_api"
2022-11-28 11:47:41 +00:00
version = "0.4.9"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-01-26 17:02:17 +00:00
dependencies = [
"autocfg",
2022-01-26 17:02:17 +00:00
"scopeguard",
]
[[package]]
name = "log"
2022-07-01 17:20:37 +00:00
version = "0.4.17"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"cfg-if",
2022-01-26 17:02:17 +00:00
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2022-01-26 17:02:17 +00:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "markup5ever"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
dependencies = [
"log",
"phf",
"phf_codegen",
"string_cache",
"string_cache_codegen",
"tendril",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "matches"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2022-04-30 15:05:43 +00:00
[[package]]
name = "memchr"
version = "2.5.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2022-04-30 15:05:43 +00:00
2022-01-26 17:02:17 +00:00
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2022-01-29 14:06:03 +00:00
[[package]]
name = "miniz_oxide"
2022-11-28 11:47:41 +00:00
version = "0.6.2"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2022-01-29 14:06:03 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"adler",
2022-01-29 14:06:03 +00:00
]
[[package]]
name = "mio"
2022-11-28 11:47:41 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
dependencies = [
"libc",
"log",
2022-11-28 11:47:41 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys",
]
2022-01-29 14:06:03 +00:00
[[package]]
2022-04-30 15:05:43 +00:00
name = "nanorand"
version = "0.7.0"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
2022-01-29 14:06:03 +00:00
dependencies = [
2022-11-28 11:47:41 +00:00
"getrandom 0.2.8",
2022-01-29 14:06:03 +00:00
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "ndk"
2022-07-01 17:20:37 +00:00
version = "0.6.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
2022-01-26 17:02:17 +00:00
dependencies = [
"bitflags",
"jni-sys",
"ndk-sys",
"num_enum",
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2022-01-26 17:02:17 +00:00
[[package]]
2022-07-01 17:20:37 +00:00
name = "ndk-sys"
version = "0.3.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"jni-sys",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "neutauri_bundler"
version = "0.1.0"
2022-01-27 16:59:12 +00:00
dependencies = [
2022-05-01 10:15:59 +00:00
"anyhow",
2022-04-05 10:11:29 +00:00
"gumdrop",
"inquire",
"neutauri_data",
2022-01-31 09:35:36 +00:00
"new_mime_guess",
2022-05-01 08:41:32 +00:00
"rcedit",
2022-01-31 09:35:36 +00:00
"serde",
"toml",
2022-05-01 09:19:55 +00:00
"winres",
2022-01-31 09:35:36 +00:00
"wry",
2022-01-27 16:59:12 +00:00
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "neutauri_data"
2022-01-26 17:02:17 +00:00
version = "0.1.0"
dependencies = [
"bincode",
"brotli",
"image",
"new_mime_guess",
2022-01-26 17:02:17 +00:00
"serde",
"toml",
"wry",
]
[[package]]
name = "neutauri_runtime"
version = "0.1.0"
dependencies = [
"neutauri_data",
2022-02-03 17:08:15 +00:00
"winres",
2022-01-26 17:02:17 +00:00
"wry",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2022-01-26 17:02:17 +00:00
[[package]]
name = "new_mime_guess"
version = "4.0.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2d684d1b59e0dc07b37e2203ef576987473288f530082512aff850585c61b1f"
2022-01-26 17:02:17 +00:00
dependencies = [
"mime",
"unicase",
]
2022-01-29 14:06:03 +00:00
[[package]]
name = "newline-converter"
2022-11-28 11:47:41 +00:00
version = "0.2.2"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f"
dependencies = [
"unicode-segmentation",
]
[[package]]
2022-11-28 11:47:41 +00:00
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2022-01-29 14:06:03 +00:00
[[package]]
name = "num-integer"
version = "0.1.45"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2022-01-29 14:06:03 +00:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-rational"
2022-07-01 17:20:37 +00:00
version = "0.4.1"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2022-01-29 14:06:03 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2022-07-01 17:20:37 +00:00
version = "0.2.15"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2022-01-29 14:06:03 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2022-11-28 11:47:41 +00:00
version = "1.14.0"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
2022-01-29 14:06:03 +00:00
dependencies = [
"hermit-abi",
"libc",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "num_enum"
version = "0.5.7"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
2022-01-26 17:02:17 +00:00
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.5.7"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"proc-macro-crate",
2022-01-26 17:02:17 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "once_cell"
2022-11-28 11:47:41 +00:00
version = "1.16.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
2022-01-26 17:02:17 +00:00
[[package]]
name = "pango"
2022-04-30 15:05:43 +00:00
version = "0.15.10"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
2022-01-26 17:02:17 +00:00
dependencies = [
"bitflags",
"glib",
"libc",
"once_cell",
"pango-sys",
]
[[package]]
name = "pango-sys"
2022-04-30 15:05:43 +00:00
version = "0.15.10"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"glib-sys",
"gobject-sys",
2022-01-26 17:02:17 +00:00
"libc",
2022-11-28 11:47:41 +00:00
"system-deps 6.0.3",
]
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
2022-11-28 11:47:41 +00:00
"parking_lot_core",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "parking_lot_core"
2022-11-28 11:47:41 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys",
]
2022-07-01 17:20:37 +00:00
[[package]]
name = "paste"
2022-11-28 11:47:41 +00:00
version = "1.0.9"
2022-07-01 17:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
2022-07-01 17:20:37 +00:00
2022-01-26 17:02:17 +00:00
[[package]]
name = "percent-encoding"
2022-11-28 11:47:41 +00:00
version = "2.2.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2022-01-26 17:02:17 +00:00
[[package]]
name = "pest"
2022-11-28 11:47:41 +00:00
version = "2.5.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "5f400b0f7905bf702f9f3dc3df5a121b16c54e9e8012c082905fdf09a931861a"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-30 15:19:16 +00:00
"thiserror",
2022-01-26 17:02:17 +00:00
"ucd-trie",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "phf"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
dependencies = [
"phf_macros",
"phf_shared 0.8.0",
"proc-macro-hack",
]
[[package]]
name = "phf_codegen"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
dependencies = [
"phf_generator 0.8.0",
"phf_shared 0.8.0",
]
[[package]]
name = "phf_generator"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
dependencies = [
"phf_shared 0.8.0",
"rand 0.7.3",
]
[[package]]
name = "phf_generator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
"phf_shared 0.10.0",
"rand 0.8.5",
]
[[package]]
name = "phf_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
dependencies = [
"phf_generator 0.8.0",
"phf_shared 0.8.0",
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "phf_shared"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
dependencies = [
"siphasher",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "pin-project"
2022-11-28 11:47:41 +00:00
version = "1.0.12"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2022-04-30 15:05:43 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2022-11-28 11:47:41 +00:00
version = "1.0.12"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2022-04-30 15:05:43 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.9"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2022-01-26 17:02:17 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2022-11-28 11:47:41 +00:00
version = "0.3.26"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2022-01-26 17:02:17 +00:00
2022-01-29 14:06:03 +00:00
[[package]]
name = "png"
2022-11-28 11:47:41 +00:00
version = "0.17.7"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
2022-01-29 14:06:03 +00:00
dependencies = [
"bitflags",
"crc32fast",
2022-11-28 11:47:41 +00:00
"flate2",
2022-04-30 15:05:43 +00:00
"miniz_oxide",
2022-01-29 14:06:03 +00:00
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2022-01-26 17:02:17 +00:00
[[package]]
name = "proc-macro-crate"
2022-11-28 11:47:41 +00:00
version = "1.2.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-11-28 11:47:41 +00:00
"once_cell",
2022-01-26 17:02:17 +00:00
"thiserror",
"toml",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2022-01-26 17:02:17 +00:00
[[package]]
name = "proc-macro2"
2022-11-28 11:47:41 +00:00
version = "1.0.47"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"unicode-ident",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "quote"
2022-11-28 11:47:41 +00:00
version = "1.0.21"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
2022-01-26 17:02:17 +00:00
dependencies = [
"proc-macro2",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc",
"rand_pcg",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core 0.6.4",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom 0.2.8",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rand_pcg"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
dependencies = [
"rand_core 0.5.1",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "raw-window-handle"
version = "0.5.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
2022-01-26 17:02:17 +00:00
dependencies = [
"cty",
]
2022-01-29 14:06:03 +00:00
[[package]]
name = "rayon"
2022-11-28 11:47:41 +00:00
version = "1.6.0"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"
2022-01-29 14:06:03 +00:00
dependencies = [
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-11-28 11:47:41 +00:00
version = "1.10.1"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
2022-01-29 14:06:03 +00:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2022-05-01 08:41:32 +00:00
[[package]]
name = "rcedit"
version = "0.1.0"
source = "git+https://github.com/Tim-Paik/rcedit-rs.git?rev=2805fca#2805fcab4f7535761c9945bb2ca3ff26930a9521"
2022-05-01 08:41:32 +00:00
dependencies = [
"rcedit-sys",
"thiserror",
"widestring",
]
[[package]]
name = "rcedit-sys"
version = "0.1.0"
source = "git+https://github.com/Tim-Paik/rcedit-rs.git?rev=2805fca#2805fcab4f7535761c9945bb2ca3ff26930a9521"
2022-05-01 08:41:32 +00:00
dependencies = [
"cc",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "redox_syscall"
version = "0.2.16"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2022-01-26 17:02:17 +00:00
dependencies = [
"bitflags",
]
2022-07-01 17:20:37 +00:00
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
2022-11-28 11:47:41 +00:00
"getrandom 0.2.8",
2022-07-01 17:20:37 +00:00
"redox_syscall",
"thiserror",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "regex"
2022-11-28 11:47:41 +00:00
version = "1.7.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
2022-04-30 15:05:43 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-11-28 11:47:41 +00:00
version = "0.6.28"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2022-04-30 15:05:43 +00:00
2022-01-26 17:02:17 +00:00
[[package]]
name = "rustc_version"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
2022-11-28 11:47:41 +00:00
"semver 0.11.0",
]
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver 1.0.14",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "ryu"
2022-11-28 11:47:41 +00:00
version = "1.0.11"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
2022-01-26 17:02:17 +00:00
2022-04-30 15:05:43 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2022-01-29 14:06:03 +00:00
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
2022-01-26 17:02:17 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-11-28 11:47:41 +00:00
[[package]]
name = "selectors"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
dependencies = [
"bitflags",
"cssparser",
"derive_more",
"fxhash",
"log",
"matches",
"phf",
"phf_codegen",
"precomputed-hash",
"servo_arc",
"smallvec",
"thin-slice",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "semver"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
2022-01-26 17:02:17 +00:00
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
[[package]]
name = "serde"
2022-11-28 11:47:41 +00:00
version = "1.0.148"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "e53f64bb4ba0191d6d0676e1b141ca55047d83b74f5607e6d8eb88126c52c2dc"
2022-01-26 17:02:17 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-11-28 11:47:41 +00:00
version = "1.0.148"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "a55492425aa53521babf6137309e7d34c20bbfbbfcfe2c7f3a047fd1f6b92c0c"
2022-01-26 17:02:17 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-11-28 11:47:41 +00:00
version = "1.0.89"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-11-28 11:47:41 +00:00
"itoa 1.0.4",
2022-01-26 17:02:17 +00:00
"ryu",
"serde",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "servo_arc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
dependencies = [
"nodrop",
"stable_deref_trait",
]
[[package]]
name = "sha2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "signal-hook"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
dependencies = [
"libc",
"mio",
"signal-hook",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "siphasher"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2022-01-26 17:02:17 +00:00
[[package]]
name = "slab"
version = "0.4.7"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "smallvec"
2022-11-28 11:47:41 +00:00
version = "1.10.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-01-26 17:02:17 +00:00
[[package]]
2022-07-01 17:20:37 +00:00
name = "soup2"
version = "0.2.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0"
2022-01-26 17:02:17 +00:00
dependencies = [
"bitflags",
2022-07-01 17:20:37 +00:00
"gio",
"glib",
2022-01-26 17:02:17 +00:00
"libc",
2022-07-01 17:20:37 +00:00
"once_cell",
"soup2-sys",
2022-01-26 17:02:17 +00:00
]
[[package]]
2022-07-01 17:20:37 +00:00
name = "soup2-sys"
version = "0.2.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf"
2022-04-30 15:05:43 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"bitflags",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps 5.0.0",
2022-04-30 15:05:43 +00:00
]
2022-01-26 17:02:17 +00:00
[[package]]
2022-07-01 17:20:37 +00:00
name = "spin"
version = "0.9.4"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"lock_api",
2022-01-26 17:02:17 +00:00
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "string_cache"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
dependencies = [
"new_debug_unreachable",
"once_cell",
"parking_lot",
"phf_shared 0.10.0",
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
"proc-macro2",
"quote",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "syn"
2022-11-28 11:47:41 +00:00
version = "1.0.104"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce"
2022-01-26 17:02:17 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-07-01 17:20:37 +00:00
"unicode-ident",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "system-deps"
2022-04-30 15:05:43 +00:00
version = "5.0.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"cfg-expr 0.9.1",
"heck 0.3.3",
2022-01-26 17:02:17 +00:00
"pkg-config",
"toml",
"version-compare 0.0.11",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "system-deps"
2022-11-28 11:47:41 +00:00
version = "6.0.3"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff"
2022-04-30 15:05:43 +00:00
dependencies = [
2022-11-28 11:47:41 +00:00
"cfg-expr 0.11.0",
2022-04-30 15:05:43 +00:00
"heck 0.4.0",
"pkg-config",
"toml",
2022-11-28 11:47:41 +00:00
"version-compare 0.1.1",
2022-04-30 15:05:43 +00:00
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "tao"
2022-11-28 11:47:41 +00:00
version = "0.15.6"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "8c8fab9f2ba9a6d7ad55b46f812984b6ab203d774c162163ac297edc9567404b"
2022-01-26 17:02:17 +00:00
dependencies = [
"bitflags",
"cairo-rs",
"cc",
"cocoa",
2022-04-30 15:05:43 +00:00
"core-foundation",
"core-graphics",
2022-01-26 17:02:17 +00:00
"crossbeam-channel",
2022-07-01 17:20:37 +00:00
"dirs-next",
2022-01-26 17:02:17 +00:00
"dispatch",
"gdk",
"gdk-pixbuf",
"gdk-sys",
2022-04-30 15:05:43 +00:00
"gdkx11-sys",
2022-01-26 17:02:17 +00:00
"gio",
"glib",
2022-07-01 17:20:37 +00:00
"glib-sys",
2022-01-26 17:02:17 +00:00
"gtk",
2022-07-01 17:20:37 +00:00
"image",
2022-01-26 17:02:17 +00:00
"instant",
2022-11-28 11:47:41 +00:00
"jni",
2022-01-26 17:02:17 +00:00
"lazy_static",
"libappindicator",
2022-01-26 17:02:17 +00:00
"libc",
"log",
"ndk",
2022-07-01 17:20:37 +00:00
"ndk-context",
2022-01-26 17:02:17 +00:00
"ndk-sys",
"objc",
2022-07-01 17:20:37 +00:00
"once_cell",
2022-11-28 11:47:41 +00:00
"parking_lot",
2022-07-01 17:20:37 +00:00
"paste",
"png",
2022-04-30 15:05:43 +00:00
"raw-window-handle",
2022-01-26 17:02:17 +00:00
"scopeguard",
"serde",
"unicode-segmentation",
2022-07-01 17:20:37 +00:00
"uuid",
2022-04-30 15:05:43 +00:00
"windows",
2022-07-01 17:20:37 +00:00
"windows-implement",
2022-01-26 17:02:17 +00:00
"x11-dl",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "tendril"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
dependencies = [
"futf",
"mac",
"utf-8",
]
[[package]]
name = "thin-slice"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
2022-01-26 17:02:17 +00:00
[[package]]
name = "thiserror"
2022-11-28 11:47:41 +00:00
version = "1.0.37"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
2022-01-26 17:02:17 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-11-28 11:47:41 +00:00
version = "1.0.37"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
2022-01-26 17:02:17 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
2022-01-29 14:06:03 +00:00
[[package]]
name = "tiff"
2022-11-28 11:47:41 +00:00
version = "0.8.0"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "f17def29300a156c19ae30814710d9c63cd50288a49c6fd3a10ccfbe4cf886fd"
2022-01-29 14:06:03 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"flate2",
2022-01-29 14:06:03 +00:00
"jpeg-decoder",
"weezl",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2022-01-26 17:02:17 +00:00
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.9"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2022-01-26 17:02:17 +00:00
dependencies = [
"serde",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "typenum"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2022-01-26 17:02:17 +00:00
[[package]]
name = "ucd-trie"
2022-11-28 11:47:41 +00:00
version = "0.1.5"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
2022-01-26 17:02:17 +00:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
version = "0.3.8"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2022-01-26 17:02:17 +00:00
2022-07-01 17:20:37 +00:00
[[package]]
name = "unicode-ident"
2022-11-28 11:47:41 +00:00
version = "1.0.5"
2022-07-01 17:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
2022-07-01 17:20:37 +00:00
2022-01-26 17:02:17 +00:00
[[package]]
name = "unicode-normalization"
2022-11-28 11:47:41 +00:00
version = "0.1.22"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2022-01-26 17:02:17 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2022-11-28 11:47:41 +00:00
version = "1.10.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
2022-01-26 17:02:17 +00:00
[[package]]
name = "unicode-width"
2022-11-28 11:47:41 +00:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-01-26 17:02:17 +00:00
[[package]]
name = "url"
2022-11-28 11:47:41 +00:00
version = "2.3.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2022-01-26 17:02:17 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2022-07-01 17:20:37 +00:00
[[package]]
name = "uuid"
2022-11-28 11:47:41 +00:00
version = "1.2.2"
2022-07-01 17:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
2022-07-01 17:20:37 +00:00
dependencies = [
2022-11-28 11:47:41 +00:00
"getrandom 0.2.8",
2022-07-01 17:20:37 +00:00
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "version-compare"
2022-04-30 15:05:43 +00:00
version = "0.0.11"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 15:05:43 +00:00
checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
2022-01-26 17:02:17 +00:00
[[package]]
name = "version-compare"
2022-11-28 11:47:41 +00:00
version = "0.1.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2022-01-26 17:02:17 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2022-04-30 15:05:43 +00:00
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",
"winapi-util",
]
2022-11-28 11:47:41 +00:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2022-04-30 15:05:43 +00:00
[[package]]
name = "wasi"
2022-07-01 17:20:37 +00:00
version = "0.11.0+wasi-snapshot-preview1"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-04-30 15:05:43 +00:00
[[package]]
name = "wasm-bindgen"
2022-11-28 11:47:41 +00:00
version = "0.2.83"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2022-04-30 15:05:43 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-11-28 11:47:41 +00:00
version = "0.2.83"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2022-04-30 15:05:43 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2022-04-30 15:05:43 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-11-28 11:47:41 +00:00
version = "0.2.83"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2022-04-30 15:05:43 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-11-28 11:47:41 +00:00
version = "0.2.83"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2022-04-30 15:05:43 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-11-28 11:47:41 +00:00
version = "0.2.83"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2022-04-30 15:05:43 +00:00
2022-01-26 17:02:17 +00:00
[[package]]
name = "webkit2gtk"
2022-11-28 11:47:41 +00:00
version = "0.18.2"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370"
2022-01-26 17:02:17 +00:00
dependencies = [
"bitflags",
"cairo-rs",
"gdk",
"gdk-sys",
"gio",
2022-07-01 17:20:37 +00:00
"gio-sys",
2022-01-26 17:02:17 +00:00
"glib",
2022-07-01 17:20:37 +00:00
"glib-sys",
"gobject-sys",
2022-01-26 17:02:17 +00:00
"gtk",
"gtk-sys",
"javascriptcore-rs",
"libc",
"once_cell",
2022-07-01 17:20:37 +00:00
"soup2",
2022-01-26 17:02:17 +00:00
"webkit2gtk-sys",
]
[[package]]
name = "webkit2gtk-sys"
2022-07-01 17:20:37 +00:00
version = "0.18.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3"
2022-01-26 17:02:17 +00:00
dependencies = [
"atk-sys",
"bitflags",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
2022-07-01 17:20:37 +00:00
"gio-sys",
"glib-sys",
"gobject-sys",
2022-01-26 17:02:17 +00:00
"gtk-sys",
"javascriptcore-rs-sys",
"libc",
"pango-sys",
"pkg-config",
2022-04-30 15:05:43 +00:00
"soup2-sys",
2022-11-28 11:47:41 +00:00
"system-deps 6.0.3",
2022-01-26 17:02:17 +00:00
]
[[package]]
2022-04-30 15:05:43 +00:00
name = "webview2-com"
2022-11-28 11:47:41 +00:00
version = "0.19.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"webview2-com-macros",
"webview2-com-sys",
"windows",
2022-07-01 17:20:37 +00:00
"windows-implement",
2022-01-26 17:02:17 +00:00
]
[[package]]
2022-04-30 15:05:43 +00:00
name = "webview2-com-macros"
2022-07-01 17:20:37 +00:00
version = "0.6.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 17:20:37 +00:00
checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"proc-macro2",
"quote",
"syn",
2022-01-26 17:02:17 +00:00
]
2022-01-29 14:06:03 +00:00
[[package]]
2022-04-30 15:05:43 +00:00
name = "webview2-com-sys"
2022-11-28 11:47:41 +00:00
version = "0.19.0"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7"
2022-04-30 15:05:43 +00:00
dependencies = [
"regex",
"serde",
"serde_json",
"thiserror",
"windows",
"windows-bindgen",
2022-11-28 11:47:41 +00:00
"windows-metadata",
2022-04-30 15:05:43 +00:00
]
2022-01-29 14:06:03 +00:00
2022-01-26 17:02:17 +00:00
[[package]]
2022-04-30 15:05:43 +00:00
name = "weezl"
version = "0.1.7"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2022-01-26 17:02:17 +00:00
2022-05-01 08:41:32 +00:00
[[package]]
name = "widestring"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
2022-01-26 17:02:17 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2022-04-30 15:05:43 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows"
2022-11-28 11:47:41 +00:00
version = "0.39.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
2022-04-30 15:05:43 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"windows-implement",
2022-11-28 11:47:41 +00:00
"windows_aarch64_msvc 0.39.0",
"windows_i686_gnu 0.39.0",
"windows_i686_msvc 0.39.0",
"windows_x86_64_gnu 0.39.0",
"windows_x86_64_msvc 0.39.0",
2022-04-30 15:05:43 +00:00
]
[[package]]
name = "windows-bindgen"
2022-11-28 11:47:41 +00:00
version = "0.39.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41"
2022-04-30 15:05:43 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"windows-metadata",
"windows-tokens",
2022-04-30 15:05:43 +00:00
]
[[package]]
2022-07-01 17:20:37 +00:00
name = "windows-implement"
2022-11-28 11:47:41 +00:00
version = "0.39.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7"
2022-04-30 15:05:43 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"syn",
"windows-tokens",
2022-04-30 15:05:43 +00:00
]
[[package]]
2022-07-01 17:20:37 +00:00
name = "windows-metadata"
2022-11-28 11:47:41 +00:00
version = "0.39.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows-sys"
2022-11-28 11:47:41 +00:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
2022-11-28 11:47:41 +00:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.0",
"windows_i686_gnu 0.42.0",
"windows_i686_msvc 0.42.0",
"windows_x86_64_gnu 0.42.0",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.0",
]
2022-04-30 15:05:43 +00:00
[[package]]
2022-07-01 17:20:37 +00:00
name = "windows-tokens"
2022-11-28 11:47:41 +00:00
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_aarch64_msvc"
2022-11-28 11:47:41 +00:00
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
2022-04-30 15:05:43 +00:00
[[package]]
2022-07-01 17:20:37 +00:00
name = "windows_aarch64_msvc"
2022-11-28 11:47:41 +00:00
version = "0.42.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_i686_gnu"
2022-11-28 11:47:41 +00:00
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
2022-04-30 15:05:43 +00:00
[[package]]
2022-07-01 17:20:37 +00:00
name = "windows_i686_gnu"
2022-11-28 11:47:41 +00:00
version = "0.42.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_i686_msvc"
2022-11-28 11:47:41 +00:00
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
2022-04-30 15:05:43 +00:00
[[package]]
2022-07-01 17:20:37 +00:00
name = "windows_i686_msvc"
2022-11-28 11:47:41 +00:00
version = "0.42.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_x86_64_gnu"
2022-11-28 11:47:41 +00:00
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_x86_64_gnu"
2022-11-28 11:47:41 +00:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_x86_64_msvc"
2022-11-28 11:47:41 +00:00
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_x86_64_msvc"
2022-11-28 11:47:41 +00:00
version = "0.42.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2022-04-30 15:05:43 +00:00
2022-02-03 17:08:15 +00:00
[[package]]
name = "winres"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [
"toml",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "wry"
2022-11-28 11:47:41 +00:00
version = "0.22.5"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "e3b4906cc7b3c5959893f3984bb60882ec94539eb14622077e6529f5b3d008ee"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-11-28 11:47:41 +00:00
"base64",
2022-04-30 15:05:43 +00:00
"block",
2022-01-26 17:02:17 +00:00
"cocoa",
2022-04-30 15:05:43 +00:00
"core-graphics",
2022-11-28 11:47:41 +00:00
"crossbeam-channel",
"dunce",
2022-01-26 17:02:17 +00:00
"gdk",
"gio",
"glib",
"gtk",
2022-11-28 11:47:41 +00:00
"html5ever",
2022-01-26 17:02:17 +00:00
"http",
2022-11-28 11:47:41 +00:00
"kuchiki",
2022-01-26 17:02:17 +00:00
"libc",
"log",
"objc",
"objc_id",
"once_cell",
"serde",
"serde_json",
2022-11-28 11:47:41 +00:00
"sha2",
"soup2",
2022-01-26 17:02:17 +00:00
"tao",
"thiserror",
"url",
"webkit2gtk",
"webkit2gtk-sys",
2022-04-30 15:05:43 +00:00
"webview2-com",
"windows",
2022-07-01 17:20:37 +00:00
"windows-implement",
2022-04-30 15:05:43 +00:00
]
[[package]]
name = "x11"
2022-11-28 11:47:41 +00:00
version = "2.20.1"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "c2638d5b9c17ac40575fb54bb461a4b1d2a8d1b4ffcc4ff237d254ec59ddeb82"
2022-04-30 15:05:43 +00:00
dependencies = [
"libc",
"pkg-config",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "x11-dl"
2022-11-28 11:47:41 +00:00
version = "2.20.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-28 11:47:41 +00:00
checksum = "b1536d6965a5d4e573c7ef73a2c15ebcd0b2de3347bdf526c34c297c00ac40f0"
2022-01-26 17:02:17 +00:00
dependencies = [
"lazy_static",
"libc",
"pkg-config",
]