neutauri/Cargo.lock

2391 lines
57 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"
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2022-04-30 15:05:43 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "alloc-no-stdlib"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
[[package]]
name = "alloc-stdlib"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "anyhow"
2022-07-01 17:20:37 +00:00
version = "1.0.58"
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 = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
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-04-30 15:05:43 +00:00
"system-deps 6.0.2",
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
[[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"
[[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-07-01 17:20:37 +00:00
version = "3.10.0"
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 = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
2022-04-30 15:05:43 +00:00
2022-01-29 14:06:03 +00:00
[[package]]
name = "bytemuck"
version = "1.11.0"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5377c8865e74a160d21f29c2d40669f53286db6eab59b88540cbb12ffc8b835"
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-07-30 15:19:16 +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-07-30 15:19:16 +00:00
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
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-04-30 15:05:43 +00:00
"system-deps 6.0.2",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "cc"
version = "1.0.73"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
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-07-01 17:20:37 +00:00
version = "0.10.3"
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 = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"
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"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
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"
version = "4.6.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 = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948"
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
]
[[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-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"
version = "0.9.10"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
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",
"memoffset",
2022-07-01 17:20:37 +00:00
"once_cell",
2022-01-29 14:06:03 +00:00
"scopeguard",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "crossbeam-utils"
version = "0.8.11"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-04-30 15:05:43 +00:00
"cfg-if",
2022-07-01 17:20:37 +00:00
"once_cell",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "crossterm"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "486d44227f71a1ef39554c0dc47e44b9f4139927c75043312690c3f476d1d788"
dependencies = [
"bitflags",
"crossterm_winapi",
"libc",
"mio",
"parking_lot 0.11.2",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a6966607622438301997d3dac0d2f6e9a90c68bb6bc1785ea98456ab93c0507"
dependencies = [
"winapi",
]
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-07-01 17:20:37 +00:00
name = "deflate"
version = "1.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 = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
2022-01-26 17:02:17 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"adler32",
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"
[[package]]
name = "either"
2022-07-01 17:20:37 +00:00
version = "1.7.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 = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
2022-01-26 17:02:17 +00:00
2022-04-30 15:05:43 +00:00
[[package]]
name = "exr"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14cc0e06fb5f67e5d6beadf3a382fec9baca1aa751c6d5368fdeee7e5932c215"
dependencies = [
"bit_field",
"deflate",
"flume",
"half",
"inflate",
"lebe",
"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 = [
"memoffset",
"rustc_version",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "flate2"
2022-07-01 17:20:37 +00:00
version = "1.0.24"
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 = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
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"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
[[package]]
name = "futures-channel"
version = "0.3.21"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2022-01-26 17:02:17 +00:00
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
version = "0.3.21"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2022-01-26 17:02:17 +00:00
[[package]]
name = "futures-executor"
version = "0.3.21"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
2022-01-26 17:02:17 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.21"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2022-01-26 17:02:17 +00:00
2022-04-30 15:05:43 +00:00
[[package]]
name = "futures-sink"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2022-01-26 17:02:17 +00:00
[[package]]
name = "futures-task"
version = "0.3.21"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2022-01-26 17:02:17 +00:00
[[package]]
name = "futures-util"
version = "0.3.21"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2022-01-26 17:02:17 +00:00
dependencies = [
"futures-core",
"futures-task",
"pin-project-lite",
"pin-utils",
"slab",
]
[[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-04-30 15:05:43 +00:00
"system-deps 6.0.2",
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-04-30 15:05:43 +00:00
"system-deps 6.0.2",
]
[[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",
"system-deps 6.0.2",
"x11",
]
[[package]]
name = "getrandom"
2022-07-01 17:20:37 +00:00
version = "0.2.7"
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 = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
2022-04-30 15:05:43 +00:00
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi",
"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-04-30 15:05:43 +00:00
"system-deps 6.0.2",
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-04-30 15:05:43 +00:00
"system-deps 6.0.2",
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-04-30 15:05:43 +00:00
"system-deps 6.0.2",
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-04-30 15:05:43 +00:00
"system-deps 6.0.2",
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"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
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-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",
"itoa",
]
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2022-01-29 14:06:03 +00:00
[[package]]
name = "image"
version = "0.24.3"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e30ca2ecf7666107ff827a8e481de6a132a9b687ed3bb20bb1c144a36c00964"
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",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "inflate"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
dependencies = [
"adler32",
]
[[package]]
name = "inquire"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2660dd0494633c5d60afe445e54fc5486a9a628d0ae58ee9e09cd42b6e976500"
dependencies = [
"bitflags",
"crossterm",
"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-07-01 17:20:37 +00:00
version = "1.0.2"
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 = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
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"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24967112a1e4301ca5342ea339763613a37592b8a6ce6cf2e4494537c7a42faf"
dependencies = [
"cesu8",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
2022-01-26 17:02:17 +00:00
]
2022-07-01 17:20:37 +00:00
[[package]]
name = "jni"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
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-07-01 17:20:37 +00:00
version = "0.2.6"
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 = "9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b"
2022-01-29 14:06:03 +00:00
dependencies = [
"rayon",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "js-sys"
version = "0.3.59"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
2022-04-30 15:05:43 +00:00
dependencies = [
"wasm-bindgen",
]
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"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7efd1d698db0759e6ef11a7cd44407407399a910c774dd804c64c032da7826ff"
[[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-07-01 17:20:37 +00:00
version = "0.2.126"
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 = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
[[package]]
name = "libloading"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
dependencies = [
"cfg-if",
"winapi",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "lock_api"
version = "0.4.7"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
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
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[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",
]
[[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-07-01 17:20:37 +00:00
version = "0.5.3"
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 = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
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"
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"winapi",
]
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi",
]
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-04-30 15:05:43 +00:00
"getrandom",
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",
]
[[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"
version = "0.2.0"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6f81c2b19eebbc4249b3ca6aff70ae05bf18d6a99b7cc63cf0248774e640565"
[[package]]
name = "ntapi"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
2022-01-29 14:06:03 +00:00
dependencies = [
"winapi",
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"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
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"
version = "1.13.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
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-04-30 15:05:43 +00:00
"system-deps 6.0.2",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core 0.8.5",
]
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core 0.9.3",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "parking_lot_core"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [
2022-04-30 15:05:43 +00:00
"cfg-if",
2022-01-26 17:02:17 +00:00
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
]
[[package]]
name = "parking_lot_core"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys",
]
2022-07-01 17:20:37 +00:00
[[package]]
name = "paste"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
2022-01-26 17:02:17 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pest"
2022-07-30 15:19:16 +00:00
version = "2.2.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-30 15:19:16 +00:00
checksum = "69486e2b8c2d2aeb9762db7b4e00b0331156393555cff467f4163ff06821eef8"
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-04-30 15:05:43 +00:00
[[package]]
name = "pin-project"
version = "1.0.11"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
2022-04-30 15:05:43 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.0.11"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
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"
version = "0.3.25"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2022-01-26 17:02:17 +00:00
2022-01-29 14:06:03 +00:00
[[package]]
name = "png"
2022-04-30 15:05:43 +00:00
version = "0.17.5"
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 = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba"
2022-01-29 14:06:03 +00:00
dependencies = [
"bitflags",
"crc32fast",
"deflate",
2022-04-30 15:05:43 +00:00
"miniz_oxide",
2022-01-29 14:06:03 +00:00
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "proc-macro-crate"
version = "1.1.3"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
2022-01-26 17:02:17 +00:00
dependencies = [
"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",
]
[[package]]
name = "proc-macro2"
version = "1.0.42"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
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-07-01 17:20:37 +00:00
version = "1.0.20"
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 = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
2022-01-26 17:02:17 +00:00
dependencies = [
"proc-macro2",
]
[[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-07-01 17:20:37 +00:00
version = "1.5.3"
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 = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2022-01-29 14:06:03 +00:00
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-07-01 17:20:37 +00:00
version = "1.9.3"
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 = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
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 = [
"getrandom",
"redox_syscall",
"thiserror",
]
2022-04-30 15:05:43 +00:00
[[package]]
name = "regex"
version = "1.6.0"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2022-04-30 15:05:43 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.27"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
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 = [
"semver",
]
[[package]]
name = "ryu"
2022-07-01 17:20:37 +00:00
version = "1.0.10"
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 = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
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"
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser",
]
[[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"
version = "1.0.140"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
2022-01-26 17:02:17 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.140"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"
2022-01-26 17:02:17 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-07-01 17:20:37 +00:00
version = "1.0.82"
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 = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
2022-01-26 17:02:17 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[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-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-07-01 17:20:37 +00:00
version = "1.9.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 = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
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
]
[[package]]
name = "syn"
2022-07-01 17:20:37 +00:00
version = "1.0.98"
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 = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
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"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a45a1c4c9015217e12347f2a411b57ce2c4fc543913b14b6fe40483328e709"
dependencies = [
2022-07-01 17:20:37 +00:00
"cfg-expr 0.10.3",
2022-04-30 15:05:43 +00:00
"heck 0.4.0",
"pkg-config",
"toml",
"version-compare 0.1.0",
]
2022-01-26 17:02:17 +00:00
[[package]]
name = "tao"
2022-07-30 15:19:16 +00:00
version = "0.13.1"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-30 15:19:16 +00:00
checksum = "6901eece433f5ce79a60c2660e204d8b2ff4f76668db9aedb8ae6b2c5a57ae43"
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-07-01 17:20:37 +00:00
"jni 0.19.0",
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",
"parking_lot 0.12.1",
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",
]
[[package]]
name = "thiserror"
version = "1.0.31"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2022-01-26 17:02:17 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.31"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
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"
version = "0.7.3"
2022-01-29 14:06:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7259662e32d1e219321eb309d5f9d898b779769d81b76e762c07c8e5d38fcb65"
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",
]
[[package]]
name = "ucd-trie"
version = "0.1.4"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
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"
version = "1.0.2"
2022-07-01 17:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
2022-07-01 17:20:37 +00:00
2022-01-26 17:02:17 +00:00
[[package]]
name = "unicode-normalization"
2022-07-01 17:20:37 +00:00
version = "0.1.21"
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 = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
2022-01-26 17:02:17 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
version = "1.9.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2022-01-26 17:02:17 +00:00
[[package]]
name = "unicode-width"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2022-01-26 17:02:17 +00:00
[[package]]
name = "url"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
2022-07-01 17:20:37 +00:00
[[package]]
name = "uuid"
version = "1.1.2"
2022-07-01 17:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
2022-07-01 17:20:37 +00:00
dependencies = [
"getrandom",
]
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-04-30 15:05:43 +00:00
version = "0.1.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 = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
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",
]
[[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"
version = "0.2.82"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
2022-04-30 15:05:43 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.82"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
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"
version = "0.2.82"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
2022-04-30 15:05:43 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.82"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
2022-04-30 15:05:43 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.82"
2022-04-30 15:05:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
2022-04-30 15:05:43 +00:00
2022-01-26 17:02:17 +00:00
[[package]]
name = "webkit2gtk"
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 = "29952969fb5e10fe834a52eb29ad0814ccdfd8387159b0933edf1344a1c9cdcc"
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-07-01 17:20:37 +00:00
"system-deps 6.0.2",
2022-01-26 17:02:17 +00:00
]
[[package]]
2022-04-30 15:05:43 +00:00
name = "webview2-com"
2022-07-01 17:20:37 +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-07-01 17:20:37 +00:00
checksum = "a489a9420acabb3c2ed0434b6f71f6b56b9485ec32665a28dec1ee186d716e0f"
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-07-01 17:20:37 +00:00
version = "0.16.0"
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 = "0258c53ee9adc0a4f8ba1c8c317588f7a58c7048a55b621d469ba75ab3709ca1"
2022-04-30 15:05:43 +00:00
dependencies = [
"regex",
"serde",
"serde_json",
"thiserror",
"windows",
"windows-bindgen",
]
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-07-01 17:20:37 +00:00
version = "0.37.0"
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 = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647"
2022-04-30 15:05:43 +00:00
dependencies = [
2022-07-01 17:20:37 +00:00
"windows-implement",
"windows_aarch64_msvc 0.37.0",
"windows_i686_gnu 0.37.0",
"windows_i686_msvc 0.37.0",
"windows_x86_64_gnu 0.37.0",
"windows_x86_64_msvc 0.37.0",
2022-04-30 15:05:43 +00:00
]
[[package]]
name = "windows-bindgen"
2022-07-01 17:20:37 +00:00
version = "0.37.0"
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 = "0bed7be31ade0af08fec9b5343e9edcc005d22b1f11859b8a59b24797f5858e8"
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"
version = "0.37.0"
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 = "67a1062e555f7d9d66fd1130ed4f7c6ec41a47529ee0850cd0e926d95b26bb14"
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"
version = "0.37.0"
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 = "4f33f2b90a6664e369c41ab5ff262d06f048fc9685d9bf8a0e99a47750bb0463"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
]
2022-04-30 15:05:43 +00:00
[[package]]
2022-07-01 17:20:37 +00:00
name = "windows-tokens"
version = "0.37.0"
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 = "3263d25f1170419995b78ff10c06b949e8a986c35c208dc24333c64753a87169"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-04-30 15:05:43 +00:00
[[package]]
2022-07-01 17:20:37 +00:00
name = "windows_aarch64_msvc"
version = "0.37.0"
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 = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-04-30 15:05:43 +00:00
[[package]]
2022-07-01 17:20:37 +00:00
name = "windows_i686_gnu"
version = "0.37.0"
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 = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-04-30 15:05:43 +00:00
[[package]]
2022-07-01 17:20:37 +00:00
name = "windows_i686_msvc"
version = "0.37.0"
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 = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_x86_64_gnu"
2022-07-01 17:20:37 +00:00
version = "0.37.0"
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 = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-04-30 15:05:43 +00:00
[[package]]
name = "windows_x86_64_msvc"
2022-07-01 17:20:37 +00:00
version = "0.37.0"
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 = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d"
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"
version = "0.20.0"
2022-01-26 17:02:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8577a0d09cb80c5e0493694979a221d2328075b576238f1df1fff7e4e45934d8"
2022-01-26 17:02:17 +00:00
dependencies = [
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-01-26 17:02:17 +00:00
"gdk",
"gio",
"glib",
"gtk",
"http",
2022-07-01 17:20:37 +00:00
"jni 0.18.0",
2022-01-26 17:02:17 +00:00
"libc",
"log",
"objc",
"objc_id",
"once_cell",
"serde",
"serde_json",
"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"
version = "2.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dd0565fa8bfba8c5efe02725b14dff114c866724eff2cfd44d76cea74bcd87a"
dependencies = [
"libc",
"pkg-config",
2022-01-26 17:02:17 +00:00
]
[[package]]
name = "x11-dl"
version = "2.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
dependencies = [
"lazy_static",
"libc",
"pkg-config",
]