mirror of https://github.com/Tim-Paik/neutauri
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2218 lines
53 KiB
2218 lines
53 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[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" |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[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" |
|
version = "1.0.58" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" |
|
|
|
[[package]] |
|
name = "atk" |
|
version = "0.15.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd" |
|
dependencies = [ |
|
"atk-sys", |
|
"bitflags", |
|
"glib", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "atk-sys" |
|
version = "0.15.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps 6.0.2", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
|
|
|
[[package]] |
|
name = "bincode" |
|
version = "1.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bit_field" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4" |
|
|
|
[[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" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" |
|
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", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" |
|
|
|
[[package]] |
|
name = "bytemuck" |
|
version = "1.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" |
|
|
|
[[package]] |
|
name = "cairo-rs" |
|
version = "0.15.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc" |
|
dependencies = [ |
|
"bitflags", |
|
"cairo-sys-rs", |
|
"glib", |
|
"libc", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "cairo-sys-rs" |
|
version = "0.15.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8" |
|
dependencies = [ |
|
"glib-sys", |
|
"libc", |
|
"system-deps 6.0.2", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.73" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" |
|
|
|
[[package]] |
|
name = "cesu8" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
|
|
|
[[package]] |
|
name = "cfg-expr" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7" |
|
dependencies = [ |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-expr" |
|
version = "0.10.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db" |
|
dependencies = [ |
|
"smallvec", |
|
] |
|
|
|
[[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", |
|
"core-foundation", |
|
"core-graphics", |
|
"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", |
|
"core-foundation", |
|
"core-graphics-types", |
|
"foreign-types", |
|
"libc", |
|
"objc", |
|
] |
|
|
|
[[package]] |
|
name = "color_quant" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
|
|
|
[[package]] |
|
name = "combine" |
|
version = "4.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948" |
|
dependencies = [ |
|
"bytes", |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"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", |
|
"core-foundation", |
|
"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", |
|
"core-foundation", |
|
"foreign-types", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-epoch", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.9.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d" |
|
dependencies = [ |
|
"autocfg", |
|
"cfg-if", |
|
"crossbeam-utils", |
|
"memoffset", |
|
"once_cell", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.8.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "cty" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" |
|
|
|
[[package]] |
|
name = "deflate" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f" |
|
dependencies = [ |
|
"adler32", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-next" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
|
dependencies = [ |
|
"cfg-if", |
|
"dirs-sys-next", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-sys-next" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
|
dependencies = [ |
|
"libc", |
|
"redox_users", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "dispatch" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "field-offset" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92" |
|
dependencies = [ |
|
"memoffset", |
|
"rustc_version", |
|
] |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.0.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" |
|
dependencies = [ |
|
"crc32fast", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "flume" |
|
version = "0.10.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ceeb589a3157cac0ab8cc585feb749bd2cea5cb55a6ee802ad72d9fd38303da" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
"nanorand", |
|
"pin-project", |
|
"spin", |
|
] |
|
|
|
[[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" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" |
|
dependencies = [ |
|
"futures-core", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" |
|
|
|
[[package]] |
|
name = "futures-executor" |
|
version = "0.3.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" |
|
|
|
[[package]] |
|
name = "futures-sink" |
|
version = "0.3.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-task", |
|
"pin-project-lite", |
|
"pin-utils", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "gdk" |
|
version = "0.15.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8" |
|
dependencies = [ |
|
"bitflags", |
|
"cairo-rs", |
|
"gdk-pixbuf", |
|
"gdk-sys", |
|
"gio", |
|
"glib", |
|
"libc", |
|
"pango", |
|
] |
|
|
|
[[package]] |
|
name = "gdk-pixbuf" |
|
version = "0.15.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a" |
|
dependencies = [ |
|
"bitflags", |
|
"gdk-pixbuf-sys", |
|
"gio", |
|
"glib", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "gdk-pixbuf-sys" |
|
version = "0.15.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7" |
|
dependencies = [ |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps 6.0.2", |
|
] |
|
|
|
[[package]] |
|
name = "gdk-sys" |
|
version = "0.15.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88" |
|
dependencies = [ |
|
"cairo-sys-rs", |
|
"gdk-pixbuf-sys", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"pango-sys", |
|
"pkg-config", |
|
"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", |
|
"glib-sys", |
|
"libc", |
|
"system-deps 6.0.2", |
|
"x11", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"libc", |
|
"wasi", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "gif" |
|
version = "0.11.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06" |
|
dependencies = [ |
|
"color_quant", |
|
"weezl", |
|
] |
|
|
|
[[package]] |
|
name = "gio" |
|
version = "0.15.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b" |
|
dependencies = [ |
|
"bitflags", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"gio-sys", |
|
"glib", |
|
"libc", |
|
"once_cell", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gio-sys" |
|
version = "0.15.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps 6.0.2", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "glib" |
|
version = "0.15.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d" |
|
dependencies = [ |
|
"bitflags", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-executor", |
|
"futures-task", |
|
"glib-macros", |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"once_cell", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "glib-macros" |
|
version = "0.15.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "25a68131a662b04931e71891fb14aaf65ee4b44d08e8abc10f49e77418c86c64" |
|
dependencies = [ |
|
"anyhow", |
|
"heck 0.4.0", |
|
"proc-macro-crate", |
|
"proc-macro-error", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "glib-sys" |
|
version = "0.15.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4" |
|
dependencies = [ |
|
"libc", |
|
"system-deps 6.0.2", |
|
] |
|
|
|
[[package]] |
|
name = "gobject-sys" |
|
version = "0.15.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a" |
|
dependencies = [ |
|
"glib-sys", |
|
"libc", |
|
"system-deps 6.0.2", |
|
] |
|
|
|
[[package]] |
|
name = "gtk" |
|
version = "0.15.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0" |
|
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" |
|
version = "0.15.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84" |
|
dependencies = [ |
|
"atk-sys", |
|
"cairo-sys-rs", |
|
"gdk-pixbuf-sys", |
|
"gdk-sys", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"pango-sys", |
|
"system-deps 6.0.2", |
|
] |
|
|
|
[[package]] |
|
name = "gtk3-macros" |
|
version = "0.15.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24f518afe90c23fba585b2d7697856f9e6a7bbc62f65588035e66f6afb01a2e9" |
|
dependencies = [ |
|
"anyhow", |
|
"proc-macro-crate", |
|
"proc-macro-error", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "half" |
|
version = "1.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" |
|
dependencies = [ |
|
"unicode-segmentation", |
|
] |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" |
|
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", |
|
] |
|
|
|
[[package]] |
|
name = "image" |
|
version = "0.24.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28edd9d7bc256be2502e325ac0628bde30b7001b9b52e0abe31a1a9dc2701212" |
|
dependencies = [ |
|
"bytemuck", |
|
"byteorder", |
|
"color_quant", |
|
"exr", |
|
"gif", |
|
"jpeg-decoder", |
|
"num-iter", |
|
"num-rational", |
|
"num-traits", |
|
"png", |
|
"scoped_threadpool", |
|
"tiff", |
|
] |
|
|
|
[[package]] |
|
name = "inflate" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff" |
|
dependencies = [ |
|
"adler32", |
|
] |
|
|
|
[[package]] |
|
name = "instant" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" |
|
|
|
[[package]] |
|
name = "javascriptcore-rs" |
|
version = "0.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c" |
|
dependencies = [ |
|
"bitflags", |
|
"glib", |
|
"javascriptcore-rs-sys", |
|
] |
|
|
|
[[package]] |
|
name = "javascriptcore-rs-sys" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"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", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "jni-sys" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
|
|
|
[[package]] |
|
name = "jpeg-decoder" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b" |
|
dependencies = [ |
|
"rayon", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.58" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27" |
|
dependencies = [ |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
[[package]] |
|
name = "lebe" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7efd1d698db0759e6ef11a7cd44407407399a910c774dd804c64c032da7826ff" |
|
|
|
[[package]] |
|
name = "libappindicator" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db2d3cb96d092b4824cb306c9e544c856a4cb6210c1081945187f7f1924b47e8" |
|
dependencies = [ |
|
"glib", |
|
"gtk", |
|
"gtk-sys", |
|
"libappindicator-sys", |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "libappindicator-sys" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1b3b6681973cea8cc3bce7391e6d7d5502720b80a581c9a95c9cbaf592826aa" |
|
dependencies = [ |
|
"gtk-sys", |
|
"libloading", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.126" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
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", |
|
] |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" |
|
dependencies = [ |
|
"autocfg", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[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" |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
|
|
|
[[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" |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" |
|
dependencies = [ |
|
"adler", |
|
] |
|
|
|
[[package]] |
|
name = "nanorand" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" |
|
dependencies = [ |
|
"getrandom", |
|
] |
|
|
|
[[package]] |
|
name = "ndk" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4" |
|
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" |
|
|
|
[[package]] |
|
name = "ndk-sys" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97" |
|
dependencies = [ |
|
"jni-sys", |
|
] |
|
|
|
[[package]] |
|
name = "neutauri_bundler" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"anyhow", |
|
"gumdrop", |
|
"neutauri_data", |
|
"new_mime_guess", |
|
"rcedit", |
|
"serde", |
|
"toml", |
|
"winres", |
|
"wry", |
|
] |
|
|
|
[[package]] |
|
name = "neutauri_data" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"bincode", |
|
"brotli", |
|
"image", |
|
"new_mime_guess", |
|
"serde", |
|
"toml", |
|
"wry", |
|
] |
|
|
|
[[package]] |
|
name = "neutauri_runtime" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"neutauri_data", |
|
"winres", |
|
"wry", |
|
] |
|
|
|
[[package]] |
|
name = "new_mime_guess" |
|
version = "4.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c2d684d1b59e0dc07b37e2203ef576987473288f530082512aff850585c61b1f" |
|
dependencies = [ |
|
"mime", |
|
"unicase", |
|
] |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
|
dependencies = [ |
|
"autocfg", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-iter" |
|
version = "0.1.43" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-rational" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
|
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", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum" |
|
version = "0.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9" |
|
dependencies = [ |
|
"num_enum_derive", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum_derive" |
|
version = "0.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"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.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" |
|
|
|
[[package]] |
|
name = "pango" |
|
version = "0.15.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f" |
|
dependencies = [ |
|
"bitflags", |
|
"glib", |
|
"libc", |
|
"once_cell", |
|
"pango-sys", |
|
] |
|
|
|
[[package]] |
|
name = "pango-sys" |
|
version = "0.15.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps 6.0.2", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" |
|
dependencies = [ |
|
"cfg-if", |
|
"instant", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "paste" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc" |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
|
|
|
[[package]] |
|
name = "pest" |
|
version = "2.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" |
|
dependencies = [ |
|
"ucd-trie", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project" |
|
version = "1.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" |
|
dependencies = [ |
|
"pin-project-internal", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-internal" |
|
version = "1.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" |
|
|
|
[[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" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" |
|
|
|
[[package]] |
|
name = "png" |
|
version = "0.17.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba" |
|
dependencies = [ |
|
"bitflags", |
|
"crc32fast", |
|
"deflate", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-crate" |
|
version = "1.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" |
|
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.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "raw-window-handle" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" |
|
dependencies = [ |
|
"cty", |
|
] |
|
|
|
[[package]] |
|
name = "rayon" |
|
version = "1.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" |
|
dependencies = [ |
|
"autocfg", |
|
"crossbeam-deque", |
|
"either", |
|
"rayon-core", |
|
] |
|
|
|
[[package]] |
|
name = "rayon-core" |
|
version = "1.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" |
|
dependencies = [ |
|
"crossbeam-channel", |
|
"crossbeam-deque", |
|
"crossbeam-utils", |
|
"num_cpus", |
|
] |
|
|
|
[[package]] |
|
name = "rcedit" |
|
version = "0.1.0" |
|
source = "git+https://github.com/Tim-Paik/rcedit-rs.git?rev=2805fca#2805fcab4f7535761c9945bb2ca3ff26930a9521" |
|
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" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.5.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" |
|
|
|
[[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" |
|
version = "1.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" |
|
|
|
[[package]] |
|
name = "same-file" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "scoped_threadpool" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" |
|
|
|
[[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.137" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.137" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.82" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7" |
|
dependencies = [ |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" |
|
|
|
[[package]] |
|
name = "soup2" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0" |
|
dependencies = [ |
|
"bitflags", |
|
"gio", |
|
"glib", |
|
"libc", |
|
"once_cell", |
|
"soup2-sys", |
|
] |
|
|
|
[[package]] |
|
name = "soup2-sys" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf" |
|
dependencies = [ |
|
"bitflags", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps 5.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d" |
|
dependencies = [ |
|
"lock_api", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.98" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "system-deps" |
|
version = "5.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e" |
|
dependencies = [ |
|
"cfg-expr 0.9.1", |
|
"heck 0.3.3", |
|
"pkg-config", |
|
"toml", |
|
"version-compare 0.0.11", |
|
] |
|
|
|
[[package]] |
|
name = "system-deps" |
|
version = "6.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1a45a1c4c9015217e12347f2a411b57ce2c4fc543913b14b6fe40483328e709" |
|
dependencies = [ |
|
"cfg-expr 0.10.3", |
|
"heck 0.4.0", |
|
"pkg-config", |
|
"toml", |
|
"version-compare 0.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "tao" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a71c32c2fa7bba46b01becf9cf470f6a781573af7e376c5e317a313ecce27545" |
|
dependencies = [ |
|
"bitflags", |
|
"cairo-rs", |
|
"cc", |
|
"cocoa", |
|
"core-foundation", |
|
"core-graphics", |
|
"crossbeam-channel", |
|
"dirs-next", |
|
"dispatch", |
|
"gdk", |
|
"gdk-pixbuf", |
|
"gdk-sys", |
|
"gdkx11-sys", |
|
"gio", |
|
"glib", |
|
"glib-sys", |
|
"gtk", |
|
"image", |
|
"instant", |
|
"jni 0.19.0", |
|
"lazy_static", |
|
"libappindicator", |
|
"libc", |
|
"log", |
|
"ndk", |
|
"ndk-context", |
|
"ndk-sys", |
|
"objc", |
|
"once_cell", |
|
"parking_lot", |
|
"paste", |
|
"png", |
|
"raw-window-handle", |
|
"scopeguard", |
|
"serde", |
|
"unicode-segmentation", |
|
"uuid", |
|
"windows", |
|
"windows-implement", |
|
"x11-dl", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" |
|
dependencies = [ |
|
"thiserror-impl", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "threadpool" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
|
dependencies = [ |
|
"num_cpus", |
|
] |
|
|
|
[[package]] |
|
name = "tiff" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7cfada0986f446a770eca461e8c6566cb879682f7d687c8348aa0c857bd52286" |
|
dependencies = [ |
|
"flate2", |
|
"jpeg-decoder", |
|
"weezl", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
|
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" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "ucd-trie" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" |
|
|
|
[[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" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c" |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" |
|
dependencies = [ |
|
"getrandom", |
|
] |
|
|
|
[[package]] |
|
name = "version-compare" |
|
version = "0.0.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b" |
|
|
|
[[package]] |
|
name = "version-compare" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
|
|
[[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" |
|
version = "0.11.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994" |
|
dependencies = [ |
|
"cfg-if", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a" |
|
dependencies = [ |
|
"bumpalo", |
|
"lazy_static", |
|
"log", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be" |
|
|
|
[[package]] |
|
name = "webkit2gtk" |
|
version = "0.18.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "29952969fb5e10fe834a52eb29ad0814ccdfd8387159b0933edf1344a1c9cdcc" |
|
dependencies = [ |
|
"bitflags", |
|
"cairo-rs", |
|
"gdk", |
|
"gdk-sys", |
|
"gio", |
|
"gio-sys", |
|
"glib", |
|
"glib-sys", |
|
"gobject-sys", |
|
"gtk", |
|
"gtk-sys", |
|
"javascriptcore-rs", |
|
"libc", |
|
"once_cell", |
|
"soup2", |
|
"webkit2gtk-sys", |
|
] |
|
|
|
[[package]] |
|
name = "webkit2gtk-sys" |
|
version = "0.18.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3" |
|
dependencies = [ |
|
"atk-sys", |
|
"bitflags", |
|
"cairo-sys-rs", |
|
"gdk-pixbuf-sys", |
|
"gdk-sys", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"gtk-sys", |
|
"javascriptcore-rs-sys", |
|
"libc", |
|
"pango-sys", |
|
"pkg-config", |
|
"soup2-sys", |
|
"system-deps 6.0.2", |
|
] |
|
|
|
[[package]] |
|
name = "webview2-com" |
|
version = "0.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a489a9420acabb3c2ed0434b6f71f6b56b9485ec32665a28dec1ee186d716e0f" |
|
dependencies = [ |
|
"webview2-com-macros", |
|
"webview2-com-sys", |
|
"windows", |
|
"windows-implement", |
|
] |
|
|
|
[[package]] |
|
name = "webview2-com-macros" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "webview2-com-sys" |
|
version = "0.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0258c53ee9adc0a4f8ba1c8c317588f7a58c7048a55b621d469ba75ab3709ca1" |
|
dependencies = [ |
|
"regex", |
|
"serde", |
|
"serde_json", |
|
"thiserror", |
|
"windows", |
|
"windows-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "weezl" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c97e489d8f836838d497091de568cf16b117486d529ec5579233521065bd5e4" |
|
|
|
[[package]] |
|
name = "widestring" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983" |
|
|
|
[[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" |
|
|
|
[[package]] |
|
name = "winapi-util" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
[[package]] |
|
name = "windows" |
|
version = "0.37.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647" |
|
dependencies = [ |
|
"windows-implement", |
|
"windows_aarch64_msvc", |
|
"windows_i686_gnu", |
|
"windows_i686_msvc", |
|
"windows_x86_64_gnu", |
|
"windows_x86_64_msvc", |
|
] |
|
|
|
[[package]] |
|
name = "windows-bindgen" |
|
version = "0.37.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0bed7be31ade0af08fec9b5343e9edcc005d22b1f11859b8a59b24797f5858e8" |
|
dependencies = [ |
|
"windows-metadata", |
|
"windows-tokens", |
|
] |
|
|
|
[[package]] |
|
name = "windows-implement" |
|
version = "0.37.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67a1062e555f7d9d66fd1130ed4f7c6ec41a47529ee0850cd0e926d95b26bb14" |
|
dependencies = [ |
|
"syn", |
|
"windows-tokens", |
|
] |
|
|
|
[[package]] |
|
name = "windows-metadata" |
|
version = "0.37.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4f33f2b90a6664e369c41ab5ff262d06f048fc9685d9bf8a0e99a47750bb0463" |
|
|
|
[[package]] |
|
name = "windows-tokens" |
|
version = "0.37.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3263d25f1170419995b78ff10c06b949e8a986c35c208dc24333c64753a87169" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.37.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.37.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.37.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.37.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.37.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d" |
|
|
|
[[package]] |
|
name = "winres" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c" |
|
dependencies = [ |
|
"toml", |
|
] |
|
|
|
[[package]] |
|
name = "wry" |
|
version = "0.19.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce19dddbd3ce01dc8f14eb6d4c8f914123bf8379aaa838f6da4f981ff7104a3f" |
|
dependencies = [ |
|
"block", |
|
"cocoa", |
|
"core-graphics", |
|
"gdk", |
|
"gio", |
|
"glib", |
|
"gtk", |
|
"http", |
|
"jni 0.18.0", |
|
"libc", |
|
"log", |
|
"objc", |
|
"objc_id", |
|
"once_cell", |
|
"serde", |
|
"serde_json", |
|
"tao", |
|
"thiserror", |
|
"url", |
|
"webkit2gtk", |
|
"webkit2gtk-sys", |
|
"webview2-com", |
|
"windows", |
|
"windows-implement", |
|
] |
|
|
|
[[package]] |
|
name = "x11" |
|
version = "2.19.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6dd0565fa8bfba8c5efe02725b14dff114c866724eff2cfd44d76cea74bcd87a" |
|
dependencies = [ |
|
"libc", |
|
"pkg-config", |
|
] |
|
|
|
[[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", |
|
]
|
|
|