2020-04-06 08:17:26 +10:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-19 05:04:43 +10:00
|
|
|
version = 3
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph_rasterizer"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.1.5"
|
2020-11-15 03:22:56 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
|
2020-11-15 03:22:56 +11:00
|
|
|
|
2020-04-17 07:04:40 +10:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "1.2.0"
|
2020-04-17 07:04:40 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
2020-04-17 07:04:40 +10:00
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "andrew"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "0.3.1"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2020-11-15 03:22:56 +11:00
|
|
|
"rusttype",
|
2020-05-05 01:05:54 +10:00
|
|
|
"walkdir",
|
|
|
|
"xdg",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
2020-06-01 02:55:20 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.12.1"
|
2020-06-01 02:55:20 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2020-06-01 02:55:20 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"winapi",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
2020-04-23 03:28:38 +10:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "0.5.2"
|
2020-04-23 03:28:38 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-04-23 03:28:38 +10:00
|
|
|
|
2022-05-19 06:22:27 +10:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
2020-04-06 08:17:26 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ash"
|
2021-11-06 08:00:14 +11:00
|
|
|
version = "0.33.3+1.2.191"
|
2020-04-06 08:17:26 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 08:00:14 +11:00
|
|
|
checksum = "cc4f1d82f164f838ae413296d1131aa6fa79b917d25bebaa7033d25620c09219"
|
2020-04-06 08:17:26 +10:00
|
|
|
dependencies = [
|
2022-05-02 18:15:48 +10:00
|
|
|
"libloading 0.7.3",
|
2020-04-06 08:17:26 +10:00
|
|
|
]
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ash-window"
|
2021-11-06 08:00:14 +11:00
|
|
|
version = "0.7.0"
|
2020-11-15 03:22:56 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 08:00:14 +11:00
|
|
|
checksum = "12f91ce4c6be1a2ba99d3d6cd57d5bae9ac6d6f903b5ae53d6b1dee2edf872af"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"ash",
|
2022-05-02 18:15:48 +10:00
|
|
|
"raw-window-handle 0.3.4",
|
2020-11-15 03:22:56 +11:00
|
|
|
"raw-window-metal",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
2020-06-01 02:55:20 +10:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-11-11 07:29:40 +11:00
|
|
|
"winapi",
|
2020-06-01 02:55:20 +10:00
|
|
|
]
|
|
|
|
|
2021-11-11 07:29:40 +11:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.1.0"
|
2021-11-11 07:29:40 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-11-11 07:29:40 +11:00
|
|
|
|
2020-04-17 07:04:40 +10:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "1.3.2"
|
2020-04-17 07:04:40 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-04-17 07:04:40 +10:00
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
2021-11-06 10:52:07 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.9.1"
|
2021-11-06 10:52:07 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc"
|
2021-11-24 02:28:50 +11:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck_derive"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.1.0"
|
2021-11-24 02:28:50 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "562e382481975bc61d11275ac5e62a19abd00b0547d99516a415336f183dcd0e"
|
2021-11-24 02:28:50 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-11-06 10:52:07 +11:00
|
|
|
|
2020-04-17 07:04:40 +10:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "1.4.3"
|
2020-04-17 07:04:40 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-04-17 07:04:40 +10:00
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "0.6.5"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"log",
|
2021-11-11 07:29:40 +11:00
|
|
|
"nix 0.18.0",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
2022-05-10 17:56:06 +10:00
|
|
|
[[package]]
|
|
|
|
name = "cbindgen"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51e3973b165dc0f435831a9e426de67e894de532754ff7a3f307c03ee5dec7dc"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"heck",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn",
|
|
|
|
"tempfile",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-04-06 08:17:26 +10:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.0.73"
|
2020-04-06 08:17:26 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2020-04-06 08:17:26 +10:00
|
|
|
|
2020-04-17 07:04:40 +10:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-06-01 02:55:20 +10:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "2.34.0"
|
2020-06-01 02:55:20 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-06-01 02:55:20 +10:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2020-11-15 03:22:56 +11:00
|
|
|
"strsim 0.8.0",
|
2020-06-01 02:55:20 +10:00
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.24.0"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
2020-11-15 03:22:56 +11:00
|
|
|
"cocoa-foundation",
|
2022-05-02 18:15:48 +10:00
|
|
|
"core-foundation 0.9.3",
|
2021-11-11 07:29:40 +11:00
|
|
|
"core-graphics 0.22.3",
|
2020-11-15 03:22:56 +11: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-05-02 18:15:48 +10:00
|
|
|
"core-foundation 0.9.3",
|
2020-11-15 03:22:56 +11:00
|
|
|
"core-graphics-types",
|
2020-05-05 01:05:54 +10:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2020-06-11 07:10:28 +10:00
|
|
|
version = "0.7.0"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 07:10:28 +10:00
|
|
|
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"core-foundation-sys 0.7.0",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.9.3"
|
2020-11-15 03:22:56 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2020-11-15 03:22:56 +11:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"core-foundation-sys 0.8.3",
|
2020-05-05 01:05:54 +10:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2020-06-11 07:10:28 +10:00
|
|
|
version = "0.7.0"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 07:10:28 +10:00
|
|
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
2020-05-05 01:05:54 +10:00
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.8.3"
|
2020-11-15 03:22:56 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2020-11-15 03:22:56 +11:00
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "0.19.2"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2020-11-15 03:22:56 +11:00
|
|
|
"core-foundation 0.7.0",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.22.3"
|
2020-11-15 03:22:56 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
2020-11-15 03:22:56 +11:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-05-02 18:15:48 +10:00
|
|
|
"core-foundation 0.9.3",
|
2020-11-15 03:22:56 +11: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-05-02 18:15:48 +10:00
|
|
|
"core-foundation 0.9.3",
|
2020-05-05 01:05:54 +10:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-video-sys"
|
2020-06-11 07:10:28 +10:00
|
|
|
version = "0.1.4"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 07:10:28 +10:00
|
|
|
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"core-foundation-sys 0.7.0",
|
|
|
|
"core-graphics 0.19.2",
|
2020-05-05 01:05:54 +10:00
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2020-04-17 07:04:40 +10:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.3.2"
|
2020-04-17 07:04:40 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-04-17 07:04:40 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2021-11-11 07:29:40 +11:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.5.4"
|
2021-11-11 07:29:40 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
|
2021-11-11 07:29:40 +11:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"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 1.0.0",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.9.8"
|
2021-11-11 07:29:40 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
|
2021-11-11 07:29:40 +11:00
|
|
|
dependencies = [
|
2022-05-02 18:15:48 +10:00
|
|
|
"autocfg",
|
2021-11-11 07:29:40 +11:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.3.5"
|
2021-11-11 07:29:40 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
|
2021-11-11 07:29:40 +11:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.8.8"
|
2021-11-11 07:29:40 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
2021-11-11 07:29:40 +11:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2022-05-02 18:15:48 +10:00
|
|
|
[[package]]
|
|
|
|
name = "cty"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.9.3",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-17 07:04:40 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "0.8.6"
|
2020-04-17 07:04:40 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
2020-04-17 07:04:40 +10:00
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2021-11-11 07:29:40 +11:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "4.0.0"
|
2021-11-11 07:29:40 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
2021-11-11 07:29:40 +11:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.3.7"
|
2021-11-11 07:29:40 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2021-11-11 07:29:40 +11:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "dispatch"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlib"
|
2020-06-11 07:10:28 +10:00
|
|
|
version = "0.4.2"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 07:10:28 +10:00
|
|
|
checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"libloading 0.6.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlib"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
|
|
|
|
dependencies = [
|
2022-05-02 18:15:48 +10:00
|
|
|
"libloading 0.7.3",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "1.2.0"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
2022-05-10 17:56:06 +10:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-05-05 01:05:54 +10:00
|
|
|
|
|
|
|
[[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]]
|
2021-11-11 07:29:40 +11:00
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
2020-04-18 14:18:39 +10:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.2.6"
|
2020-04-18 14:18:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
2020-04-18 14:18:39 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"cfg-if 1.0.0",
|
2020-04-18 14:18:39 +10:00
|
|
|
"libc",
|
2021-11-11 07:29:40 +11:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2020-04-18 14:18:39 +10:00
|
|
|
]
|
|
|
|
|
2020-04-19 10:04:19 +10:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "1.8.2"
|
2020-04-19 10:04:19 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
2020-04-19 10:04:19 +10:00
|
|
|
|
2022-05-10 17:56:06 +10:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-06-01 02:55:20 +10:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.1.19"
|
2020-06-01 02:55:20 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-06-01 02:55:20 +10:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-17 07:04:40 +10:00
|
|
|
[[package]]
|
2020-11-15 03:22:56 +11:00
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
2020-04-17 07:04:40 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2020-04-17 07:04:40 +10:00
|
|
|
|
2022-05-10 17:56:06 +10:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.1.12"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-11-15 03:22:56 +11:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
2020-05-05 01:05:54 +10:00
|
|
|
|
2022-05-10 17:56:06 +10:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
2020-06-11 07:10:28 +10:00
|
|
|
[[package]]
|
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
|
2020-04-23 03:28:38 +10:00
|
|
|
[[package]]
|
|
|
|
name = "kurbo"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "0.7.1"
|
2020-05-13 01:26:48 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "16cb54cd28cb3d2e964d9444ca185676a94fd9b7cce5f02b22c717947ed8e9a2"
|
2020-04-23 03:28:38 +10:00
|
|
|
dependencies = [
|
2022-05-19 06:22:27 +10:00
|
|
|
"arrayvec 0.5.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kurbo"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.7.2",
|
2020-04-23 03:28:38 +10:00
|
|
|
]
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2020-04-18 14:18:39 +10:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.2.125"
|
2020-04-06 08:17:26 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
|
2020-05-05 01:05:54 +10:00
|
|
|
|
2020-06-11 07:10:28 +10:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.6.7"
|
2020-06-11 07:10:28 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
|
2020-06-11 07:10:28 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"cfg-if 1.0.0",
|
2021-11-11 07:29:40 +11:00
|
|
|
"winapi",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
2021-11-06 08:00:14 +11:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.7.3"
|
2021-11-06 08:00:14 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
2021-11-06 08:00:14 +11:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-11-11 07:29:40 +11:00
|
|
|
"winapi",
|
2021-11-06 08:00:14 +11:00
|
|
|
]
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.4.7"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2022-05-02 18:15:48 +10:00
|
|
|
"autocfg",
|
2020-05-05 01:05:54 +10:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.4.16"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.1.9"
|
2020-11-15 03:22:56 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-11-15 03:22:56 +11:00
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
2021-11-11 07:29:40 +11:00
|
|
|
name = "memchr"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "2.5.0"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-05-05 01:05:54 +10:00
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
2021-11-11 07:29:40 +11:00
|
|
|
name = "memmap2"
|
|
|
|
version = "0.1.0"
|
2020-11-15 03:22:56 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-11-15 03:22:56 +11:00
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
2021-11-11 07:29:40 +11:00
|
|
|
name = "memoffset"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.6.5"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"autocfg",
|
2020-11-15 03:22:56 +11:00
|
|
|
]
|
|
|
|
|
2021-05-22 10:39:28 +10:00
|
|
|
[[package]]
|
|
|
|
name = "metal"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c12e48c737ee9a55e8bb2352bcde588f79ae308d3529ee888f7cc0f469b5777"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"cocoa-foundation",
|
|
|
|
"foreign-types",
|
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2021-11-11 07:29:40 +11:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.7.14"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
2021-11-11 07:29:40 +11:00
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-11 07:29:40 +11:00
|
|
|
name = "mio-misc"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.2.2"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "b47412f3a52115b936ff2a229b803498c7b4d332adeb87c2f1498c9da54c398c"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"crossbeam",
|
|
|
|
"crossbeam-queue",
|
2020-05-05 01:05:54 +10:00
|
|
|
"log",
|
|
|
|
"mio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.3.7"
|
2020-06-11 07:10:28 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2020-06-11 07:10:28 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"winapi",
|
2021-04-04 02:14:43 +11:00
|
|
|
]
|
|
|
|
|
2022-05-02 18:15:48 +10:00
|
|
|
[[package]]
|
|
|
|
name = "moscato"
|
|
|
|
version = "0.1.2"
|
2022-05-19 06:22:27 +10:00
|
|
|
source = "git+https://github.com/dfrg/pinot#59db153ff83420449a909dfaace18466bddbf814"
|
2022-05-02 18:15:48 +10:00
|
|
|
dependencies = [
|
|
|
|
"pinot",
|
|
|
|
]
|
|
|
|
|
2021-04-04 02:14:43 +11:00
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab"
|
|
|
|
dependencies = [
|
|
|
|
"jni-sys",
|
|
|
|
"ndk-sys",
|
2021-11-11 07:29:40 +11:00
|
|
|
"num_enum",
|
2020-11-15 03:22:56 +11:00
|
|
|
"thiserror",
|
2020-06-11 07:10:28 +10:00
|
|
|
]
|
|
|
|
|
2021-04-04 02:14:43 +11:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-glue"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2021-11-11 07:29:40 +11:00
|
|
|
"ndk",
|
2020-11-15 03:22:56 +11:00
|
|
|
"ndk-macro",
|
2020-06-11 07:10:28 +10:00
|
|
|
"ndk-sys",
|
|
|
|
]
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-macro"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
2021-11-11 07:29:40 +11:00
|
|
|
"proc-macro-crate 0.1.5",
|
2020-11-15 03:22:56 +11:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-11 07:10:28 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-sys"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.2.2"
|
2020-06-11 07:10:28 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
|
2020-06-11 07:10:28 +10:00
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
2021-11-11 07:29:40 +11:00
|
|
|
name = "nix"
|
|
|
|
version = "0.18.0"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-11-15 03:22:56 +11:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-05 01:05:54 +10:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.20.0"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2021-11-11 07:29:40 +11:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-05 01:05:54 +10:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-15 03:22:56 +11:00
|
|
|
name = "nom"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "7.1.1"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"memchr",
|
2021-11-11 07:29:40 +11:00
|
|
|
"minimal-lexical",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
2020-06-11 07:10:28 +10:00
|
|
|
[[package]]
|
2021-11-11 07:29:40 +11:00
|
|
|
name = "ntapi"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.3.7"
|
2020-06-11 07:10:28 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
2020-06-11 07:10:28 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"winapi",
|
2021-04-04 02:14:43 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.5.7"
|
2021-04-04 02:14:43 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
|
2021-04-04 02:14:43 +11:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"num_enum_derive",
|
2020-06-11 07:10:28 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.5.7"
|
2020-06-11 07:10:28 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
|
2020-06-11 07:10:28 +10:00
|
|
|
dependencies = [
|
2022-05-02 18:15:48 +10:00
|
|
|
"proc-macro-crate 1.1.3",
|
2021-04-04 02:14:43 +11:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
2021-05-22 10:39:28 +10:00
|
|
|
"objc_exception",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_exception"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2020-04-06 08:17:26 +10:00
|
|
|
]
|
|
|
|
|
2020-04-30 11:13:56 +10:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.10.0"
|
2020-04-30 11:13:56 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
2020-04-30 11:13:56 +10:00
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
2020-11-15 03:22:56 +11:00
|
|
|
name = "owned_ttf_parser"
|
|
|
|
version = "0.6.0"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2021-08-19 05:04:43 +10:00
|
|
|
"ttf-parser",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.11.2"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"instant",
|
2020-05-05 01:05:54 +10:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.8.5"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-15 03:22:56 +11:00
|
|
|
"instant",
|
2020-05-05 01:05:54 +10:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2021-11-11 07:29:40 +11:00
|
|
|
"winapi",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2022-05-10 17:56:06 +10:00
|
|
|
[[package]]
|
|
|
|
name = "pgpu-render"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cbindgen",
|
|
|
|
"cocoa",
|
|
|
|
"metal",
|
|
|
|
"objc",
|
|
|
|
"piet-gpu",
|
|
|
|
"piet-gpu-hal",
|
|
|
|
"piet-scene",
|
|
|
|
]
|
|
|
|
|
2020-04-23 03:28:38 +10:00
|
|
|
[[package]]
|
|
|
|
name = "piet"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "0.2.0"
|
2020-04-23 03:28:38 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "f00543608fb5ee6063f5ff1259246ae23073c1a5e413e643d0469da3d4b7b4de"
|
2020-04-23 03:28:38 +10:00
|
|
|
dependencies = [
|
2022-05-19 06:22:27 +10:00
|
|
|
"kurbo 0.7.1",
|
2020-11-15 03:22:56 +11:00
|
|
|
"unic-bidi",
|
2020-04-23 03:28:38 +10:00
|
|
|
]
|
|
|
|
|
2020-04-17 07:04:40 +10:00
|
|
|
[[package]]
|
|
|
|
name = "piet-gpu"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-11-24 02:28:50 +11:00
|
|
|
"bytemuck",
|
2020-06-01 02:55:20 +10:00
|
|
|
"clap",
|
2021-11-11 07:29:40 +11:00
|
|
|
"ndk",
|
|
|
|
"ndk-glue",
|
2021-04-04 02:14:43 +11:00
|
|
|
"ndk-sys",
|
2020-04-23 03:28:38 +10:00
|
|
|
"piet",
|
2020-04-17 07:04:40 +10:00
|
|
|
"piet-gpu-hal",
|
2020-04-18 14:18:39 +10:00
|
|
|
"piet-gpu-types",
|
2020-04-17 07:04:40 +10:00
|
|
|
"png",
|
2020-04-18 14:18:39 +10:00
|
|
|
"rand",
|
2022-05-02 18:15:48 +10:00
|
|
|
"raw-window-handle 0.3.4",
|
2020-05-01 10:06:01 +10:00
|
|
|
"roxmltree",
|
2021-08-19 05:04:43 +10:00
|
|
|
"swash",
|
2020-05-05 01:05:54 +10:00
|
|
|
"winit",
|
2020-04-17 07:04:40 +10:00
|
|
|
]
|
|
|
|
|
2020-04-08 14:44:48 +10:00
|
|
|
[[package]]
|
|
|
|
name = "piet-gpu-derive"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-04-08 14:44:48 +10:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-06 08:17:26 +10:00
|
|
|
[[package]]
|
|
|
|
name = "piet-gpu-hal"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"ash",
|
2020-05-05 01:05:54 +10:00
|
|
|
"ash-window",
|
2021-05-22 10:39:28 +10:00
|
|
|
"bitflags",
|
|
|
|
"block",
|
2021-11-24 03:24:16 +11:00
|
|
|
"bytemuck",
|
2021-05-27 15:07:00 +10:00
|
|
|
"cocoa-foundation",
|
2022-05-10 12:39:59 +10:00
|
|
|
"foreign-types",
|
2021-05-22 10:39:28 +10:00
|
|
|
"metal",
|
|
|
|
"objc",
|
2022-05-02 18:15:48 +10:00
|
|
|
"raw-window-handle 0.3.4",
|
2021-05-26 01:25:24 +10:00
|
|
|
"smallvec",
|
2021-11-11 07:29:40 +11:00
|
|
|
"winapi",
|
2020-11-20 04:29:57 +11:00
|
|
|
"wio",
|
2020-04-06 08:17:26 +10:00
|
|
|
]
|
|
|
|
|
2021-11-06 10:52:07 +11:00
|
|
|
[[package]]
|
|
|
|
name = "piet-gpu-tests"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"clap",
|
2022-05-19 06:22:27 +10:00
|
|
|
"kurbo 0.7.1",
|
2021-11-24 02:28:50 +11:00
|
|
|
"piet-gpu",
|
2021-11-06 10:52:07 +11:00
|
|
|
"piet-gpu-hal",
|
2021-11-24 02:28:50 +11:00
|
|
|
"rand",
|
2021-11-06 10:52:07 +11:00
|
|
|
]
|
|
|
|
|
2020-04-17 11:14:09 +10:00
|
|
|
[[package]]
|
|
|
|
name = "piet-gpu-types"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-04-19 10:04:19 +10:00
|
|
|
"half",
|
2020-04-17 11:14:09 +10:00
|
|
|
"piet-gpu-derive",
|
|
|
|
]
|
|
|
|
|
2022-04-11 19:30:08 +10:00
|
|
|
[[package]]
|
|
|
|
name = "piet-scene"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
2022-05-19 06:22:27 +10:00
|
|
|
"kurbo 0.8.3",
|
2022-05-02 18:15:48 +10:00
|
|
|
"moscato",
|
2022-04-11 19:30:08 +10:00
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2022-05-02 18:15:48 +10:00
|
|
|
[[package]]
|
|
|
|
name = "pinot"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ba3013ff85036c414a4a3cf826135db204de2bd80d684728550e7130421809a"
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.3.25"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2020-05-05 01:05:54 +10:00
|
|
|
|
2020-04-17 07:04:40 +10:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.16.8"
|
2020-04-17 07:04:40 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
|
2020-04-17 07:04:40 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
2020-11-15 03:22:56 +11:00
|
|
|
"miniz_oxide",
|
2020-04-17 07:04:40 +10:00
|
|
|
]
|
|
|
|
|
2020-04-18 14:18:39 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.2.16"
|
2020-04-18 14:18:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2020-06-11 07:10:28 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "0.1.5"
|
2020-06-11 07:10:28 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
2020-06-11 07:10:28 +10:00
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
2020-04-18 14:18:39 +10:00
|
|
|
|
2021-11-11 07:29:40 +11:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.1.3"
|
2021-11-11 07:29:40 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
2021-11-11 07:29:40 +11:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.0.37"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"unicode-xid",
|
2020-04-08 14:44:48 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.0.18"
|
2020-04-08 14:44:48 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2020-04-08 14:44:48 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"proc-macro2",
|
2020-04-08 14:44:48 +10:00
|
|
|
]
|
|
|
|
|
2020-04-18 14:18:39 +10:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"getrandom 0.1.16",
|
2020-04-18 14:18:39 +10:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"getrandom 0.1.16",
|
2020-04-18 14:18:39 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.3.4"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "e28f55143d0548dad60bb4fbdc835a3d7ac6acc3324506450c5fdd6e42903a76"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-02 18:15:48 +10:00
|
|
|
"raw-window-handle 0.4.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
|
|
|
|
dependencies = [
|
|
|
|
"cty",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-15 03:22:56 +11:00
|
|
|
name = "raw-window-metal"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.1.2"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "2cd21ed1cdef7f1b1579b972148ba6058b5b545959a14d91ea83c4f0ea9f289b"
|
2020-11-15 03:22:56 +11:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"cocoa",
|
|
|
|
"core-graphics 0.22.3",
|
2020-11-15 03:22:56 +11:00
|
|
|
"objc",
|
2022-05-02 18:15:48 +10:00
|
|
|
"raw-window-handle 0.3.4",
|
2020-11-15 03:22:56 +11:00
|
|
|
]
|
2020-05-05 01:05:54 +10:00
|
|
|
|
2020-05-01 10:06:01 +10:00
|
|
|
[[package]]
|
2020-11-15 03:22:56 +11:00
|
|
|
name = "redox_syscall"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.2.13"
|
2020-05-01 10:06:01 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-11-11 07:29:40 +11:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.4.3"
|
2021-11-11 07:29:40 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-11-11 07:29:40 +11:00
|
|
|
dependencies = [
|
2022-05-02 18:15:48 +10:00
|
|
|
"getrandom 0.2.6",
|
2021-11-11 07:29:40 +11:00
|
|
|
"redox_syscall",
|
2022-05-02 18:15:48 +10:00
|
|
|
"thiserror",
|
2021-11-11 07:29:40 +11:00
|
|
|
]
|
2020-05-01 10:06:01 +10:00
|
|
|
|
2022-05-10 17:56:06 +10:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
2020-11-15 03:22:56 +11:00
|
|
|
name = "roxmltree"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.13.1"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "dbf7d7b1ea646d380d0e8153158063a6da7efe30ddbf3184042848e3f8a6f671"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"xmlparser",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rusttype"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "0.9.2"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"ab_glyph_rasterizer",
|
|
|
|
"owned_ttf_parser",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
2022-05-10 17:56:06 +10:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2020-06-11 07:10:28 +10:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.0.137"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
|
2022-05-10 17:56:06 +10:00
|
|
|
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.81"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
2020-05-05 01:05:54 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-04-11 19:30:08 +10:00
|
|
|
version = "1.8.0"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-11 19:30:08 +10:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2020-05-05 01:05:54 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smithay-client-toolkit"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.12.3"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "4750c76fd5d3ac95fa3ed80fe667d6a3d8590a960e5b575b98eea93339a80b80"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"andrew",
|
|
|
|
"bitflags",
|
2020-11-15 03:22:56 +11:00
|
|
|
"calloop",
|
2021-11-11 07:29:40 +11:00
|
|
|
"dlib 0.4.2",
|
2020-05-05 01:05:54 +10:00
|
|
|
"lazy_static",
|
2020-11-15 03:22:56 +11:00
|
|
|
"log",
|
2021-11-11 07:29:40 +11:00
|
|
|
"memmap2",
|
|
|
|
"nix 0.18.0",
|
2020-05-05 01:05:54 +10:00
|
|
|
"wayland-client",
|
2020-11-15 03:22:56 +11:00
|
|
|
"wayland-cursor",
|
2020-05-05 01:05:54 +10:00
|
|
|
"wayland-protocols",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-15 03:22:56 +11:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-05-05 01:05:54 +10:00
|
|
|
|
2020-06-01 02:55:20 +10:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "0.9.3"
|
2020-06-01 02:55:20 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
2020-06-01 02:55:20 +10:00
|
|
|
|
2021-08-19 05:04:43 +10:00
|
|
|
[[package]]
|
|
|
|
name = "swash"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1bdb2004b76b5f5f3afe722d70b1aea160d2362cb7e40716a7106197ee7f82d"
|
|
|
|
dependencies = [
|
|
|
|
"yazi",
|
|
|
|
"zeno",
|
|
|
|
]
|
|
|
|
|
2020-04-08 14:44:48 +10:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.0.92"
|
2020-04-08 14:44:48 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"
|
2020-04-08 14:44:48 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-04-08 14:44:48 +10:00
|
|
|
]
|
|
|
|
|
2022-05-10 17:56:06 +10:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"fastrand",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-06-01 02:55:20 +10:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.0.31"
|
2020-11-15 03:22:56 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
|
2020-11-15 03:22:56 +11:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "1.0.31"
|
2020-11-15 03:22:56 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
|
2020-11-15 03:22:56 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-11 07:10:28 +10:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "0.5.9"
|
2020-06-11 07:10:28 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2020-06-11 07:10:28 +10:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-01 02:55:20 +10:00
|
|
|
[[package]]
|
2020-11-15 03:22:56 +11:00
|
|
|
name = "ttf-parser"
|
|
|
|
version = "0.6.2"
|
2020-06-01 02:55:20 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
|
2020-06-01 02:55:20 +10:00
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
2020-11-15 03:22:56 +11:00
|
|
|
name = "unic-bidi"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1356b759fb6a82050666f11dce4b6fe3571781f1449f3ef78074e408d468ec09"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unic-ucd-bidi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-property"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-range",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-range"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-common"
|
|
|
|
version = "0.9.0"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-bidi"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1d568b51222484e1f8209ce48caa6b430bf352962b877d592c29ab31fb53d8c"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-version"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
|
|
dependencies = [
|
|
|
|
"unic-common",
|
|
|
|
]
|
|
|
|
|
2022-05-10 17:56:06 +10:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.1.9"
|
2020-11-15 03:22:56 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2020-05-05 01:05:54 +10:00
|
|
|
|
2020-04-08 14:44:48 +10:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.2.2"
|
2020-04-08 14:44:48 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-04-08 14:44:48 +10:00
|
|
|
|
2020-06-01 02:55:20 +10:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "2.3.2"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
2021-11-11 07:29:40 +11:00
|
|
|
"winapi",
|
2020-05-05 01:05:54 +10:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-04-18 14:18:39 +10:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2021-11-11 07:29:40 +11:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.28.6"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "e3ab332350e502f159382201394a78e3cc12d0f04db863429260164ea40e0355"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"downcast-rs",
|
|
|
|
"libc",
|
2021-11-11 07:29:40 +11:00
|
|
|
"nix 0.20.0",
|
2020-11-15 03:22:56 +11:00
|
|
|
"scoped-tls",
|
2020-05-05 01:05:54 +10:00
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-commons"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.28.6"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"nix 0.20.0",
|
2020-11-15 03:22:56 +11:00
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
2020-05-05 01:05:54 +10:00
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-cursor"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.28.6"
|
2020-11-15 03:22:56 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "be610084edd1586d45e7bdd275fe345c7c1873598caa464c4fb835dee70fa65a"
|
2020-11-15 03:22:56 +11:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"nix 0.20.0",
|
2020-11-15 03:22:56 +11:00
|
|
|
"wayland-client",
|
|
|
|
"xcursor",
|
|
|
|
]
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.28.6"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "286620ea4d803bacf61fa087a4242ee316693099ee5a140796aaba02b29f861f"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.28.6"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "ce923eb2deb61de332d1f356ec7b6bf37094dc5573952e1c8936db03b54c03f1"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2020-11-15 03:22:56 +11:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-05-05 01:05:54 +10:00
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.28.6"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "d841fca9aed7febf9bed2e9796c49bf58d4152ceda8ac949ebe00868d8f0feb8"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"dlib 0.5.0",
|
2020-05-05 01:05:54 +10:00
|
|
|
"lazy_static",
|
2020-11-15 03:22:56 +11:00
|
|
|
"pkg-config",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
2020-04-06 08:17:26 +10:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "0.3.9"
|
2020-04-06 08:17:26 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-04-06 08:17:26 +10:00
|
|
|
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"
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"winapi",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
2020-04-06 08:17:26 +10: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"
|
2020-05-01 10:06:01 +10:00
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "winit"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.25.0"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "79610794594d5e86be473ef7763f604f2159cbac8c94debd00df8fb41e86c2f8"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-11-11 07:29:40 +11:00
|
|
|
"cocoa",
|
2022-05-02 18:15:48 +10:00
|
|
|
"core-foundation 0.9.3",
|
2021-11-11 07:29:40 +11:00
|
|
|
"core-graphics 0.22.3",
|
2020-05-05 01:05:54 +10:00
|
|
|
"core-video-sys",
|
|
|
|
"dispatch",
|
|
|
|
"instant",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"mio",
|
2021-11-11 07:29:40 +11:00
|
|
|
"mio-misc",
|
|
|
|
"ndk",
|
|
|
|
"ndk-glue",
|
2020-06-11 07:10:28 +10:00
|
|
|
"ndk-sys",
|
2020-05-05 01:05:54 +10:00
|
|
|
"objc",
|
|
|
|
"parking_lot",
|
|
|
|
"percent-encoding",
|
2022-05-02 18:15:48 +10:00
|
|
|
"raw-window-handle 0.3.4",
|
2021-11-11 07:29:40 +11:00
|
|
|
"scopeguard",
|
2020-05-05 01:05:54 +10:00
|
|
|
"smithay-client-toolkit",
|
|
|
|
"wayland-client",
|
2021-11-11 07:29:40 +11:00
|
|
|
"winapi",
|
2020-05-05 01:05:54 +10:00
|
|
|
"x11-dl",
|
|
|
|
]
|
|
|
|
|
2020-11-20 04:29:57 +11:00
|
|
|
[[package]]
|
|
|
|
name = "wio"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
|
|
|
|
dependencies = [
|
2021-11-11 07:29:40 +11:00
|
|
|
"winapi",
|
2020-05-05 01:05:54 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "2.19.1"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
|
2020-05-05 01:05:54 +10:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2020-11-15 03:22:56 +11:00
|
|
|
[[package]]
|
|
|
|
name = "xcursor"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.3.4"
|
2020-11-15 03:22:56 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
|
2020-11-15 03:22:56 +11:00
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2020-05-05 01:05:54 +10:00
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
2022-05-02 18:15:48 +10:00
|
|
|
version = "2.4.1"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 18:15:48 +10:00
|
|
|
checksum = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6"
|
2021-11-11 07:29:40 +11:00
|
|
|
dependencies = [
|
|
|
|
"dirs",
|
|
|
|
]
|
2020-05-05 01:05:54 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2021-11-11 07:29:40 +11:00
|
|
|
version = "0.8.4"
|
2020-05-05 01:05:54 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-11 07:29:40 +11:00
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
2020-05-05 01:05:54 +10:00
|
|
|
|
2020-05-01 10:06:01 +10:00
|
|
|
[[package]]
|
|
|
|
name = "xmlparser"
|
2020-11-15 03:22:56 +11:00
|
|
|
version = "0.13.3"
|
2020-05-01 10:06:01 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-15 03:22:56 +11:00
|
|
|
checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
|
2021-08-19 05:04:43 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yazi"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c03b3e19c937b5b9bd8e52b1c88f30cce5c0d33d676cf174866175bb794ff658"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeno"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c110ba09c9b3a43edd4803d570df0da2414fed6e822e22b976a4e3ef50860701"
|