roc/Cargo.lock

6041 lines
135 KiB
Plaintext
Raw Normal View History

2019-04-18 02:32:10 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-08-13 20:54:35 +03:00
version = 3
2020-05-05 04:06:36 +03:00
[[package]]
2020-05-30 08:08:17 +03:00
name = "ab_glyph"
version = "0.2.15"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24606928a235e73cdef55a0c909719cadd72fce573e5713d58cb2952d8f5794c"
2020-05-30 08:08:17 +03:00
dependencies = [
"ab_glyph_rasterizer",
2022-06-30 05:33:47 +03:00
"owned_ttf_parser",
2020-05-30 08:08:17 +03:00
]
[[package]]
name = "ab_glyph_rasterizer"
2021-11-06 03:02:46 +03:00
version = "0.1.5"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
2020-05-05 04:06:36 +03:00
2020-10-11 02:49:49 +03:00
[[package]]
name = "addr2line"
2021-11-06 03:02:46 +03:00
version = "0.17.0"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2020-10-11 02:49:49 +03:00
dependencies = [
2022-06-30 04:58:42 +03:00
"gimli",
2020-10-11 02:49:49 +03:00
]
[[package]]
name = "adler"
2021-03-06 14:14:55 +03:00
version = "1.0.2"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-10-11 02:49:49 +03:00
2021-04-18 16:35:43 +03:00
[[package]]
name = "ahash"
2021-11-06 03:02:46 +03:00
version = "0.7.6"
2021-04-18 16:35:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2021-04-18 16:35:43 +03:00
dependencies = [
2021-11-06 16:10:02 +03:00
"getrandom",
2021-04-18 16:35:43 +03:00
"once_cell",
2021-05-28 16:08:46 +03:00
"version_check",
2021-04-18 16:35:43 +03:00
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "aho-corasick"
2021-05-29 22:46:33 +03:00
version = "0.7.18"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"memchr",
2019-09-15 00:03:28 +03:00
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "alsa"
version = "0.6.0"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b"
2021-09-28 20:54:05 +03:00
dependencies = [
"alsa-sys",
"bitflags",
"libc",
"nix 0.23.1",
2021-09-28 20:54:05 +03:00
]
[[package]]
name = "alsa-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
dependencies = [
"libc",
"pkg-config",
]
2019-01-28 01:39:45 +03:00
[[package]]
name = "ansi_term"
2021-11-06 05:19:37 +03:00
version = "0.12.1"
2019-01-28 01:39:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2019-01-28 01:39:45 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"winapi",
2019-01-28 01:39:45 +03:00
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "approx"
version = "0.4.0"
2020-04-15 14:00:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
dependencies = [
"num-traits",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "approx"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
dependencies = [
"num-traits",
]
2020-08-01 22:42:03 +03:00
[[package]]
name = "arena-pool"
2020-08-01 22:42:03 +03:00
version = "0.1.0"
2020-04-04 02:40:17 +03:00
[[package]]
name = "arrayvec"
version = "0.5.2"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2020-04-04 02:40:17 +03:00
[[package]]
name = "arrayvec"
2021-11-06 03:02:46 +03:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
2020-05-05 04:06:36 +03:00
[[package]]
name = "ash"
2022-06-30 05:33:47 +03:00
version = "0.34.0+1.2.203"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "b0f780da53d0063880d45554306489f09dd8d1bda47688b4a57bc579119356df"
2020-05-05 04:06:36 +03:00
dependencies = [
2022-06-30 05:33:47 +03:00
"libloading",
2020-05-05 04:06:36 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
2021-05-28 16:08:46 +03:00
"libc",
2021-11-06 05:19:37 +03:00
"winapi",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-04-04 02:40:17 +03:00
2020-10-11 02:49:49 +03:00
[[package]]
name = "backtrace"
version = "0.3.66"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
2020-10-11 02:49:49 +03:00
dependencies = [
"addr2line",
2021-05-29 22:46:33 +03:00
"cc",
"cfg-if 1.0.0",
2021-05-28 16:08:46 +03:00
"libc",
2020-10-11 02:49:49 +03:00
"miniz_oxide",
"object 0.29.0",
2020-10-11 02:49:49 +03:00
"rustc-demangle",
]
2022-05-03 19:00:29 +03:00
[[package]]
name = "base-x"
2022-06-30 04:58:42 +03:00
version = "0.2.11"
2022-05-03 19:00:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
2022-05-03 19:00:29 +03:00
2021-08-28 15:48:24 +03:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "bindgen"
version = "0.59.2"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
2021-09-28 20:54:05 +03:00
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2021-09-28 20:54:05 +03:00
"regex",
"rustc-hash",
2022-07-09 20:32:47 +03:00
"shlex 1.1.0",
2021-09-28 20:54:05 +03:00
]
2020-10-31 02:54:56 +03:00
[[package]]
name = "bit-set"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
2020-10-31 02:54:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2020-10-31 02:54:56 +03:00
2019-09-15 00:03:28 +03:00
[[package]]
name = "bitflags"
2021-09-08 19:24:32 +03:00
version = "1.3.2"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-09-15 00:03:28 +03:00
2019-11-21 01:54:08 +03:00
[[package]]
name = "bitmaps"
2020-03-30 00:32:54 +03:00
version = "2.1.0"
2019-11-21 01:54:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-30 00:32:54 +03:00
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
2019-11-21 01:54:08 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"typenum",
2020-01-25 01:09:12 +03:00
]
2021-11-19 02:52:55 +03:00
[[package]]
name = "bitvec"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5237f00a8c86130a0cc317830e558b966dd7850d48a953d998c813f01a41b527"
dependencies = [
2022-04-22 12:34:02 +03:00
"funty 1.2.0",
"radium 0.6.2",
2021-11-19 02:52:55 +03:00
"tap",
2022-04-22 12:34:02 +03:00
"wyz 0.4.0",
]
[[package]]
name = "bitvec"
version = "1.0.1"
2022-04-22 12:34:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2022-04-22 12:34:02 +03:00
dependencies = [
"funty 2.0.0",
"radium 0.7.0",
"tap",
"wyz 0.5.0",
2021-11-19 02:52:55 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2020-09-14 05:35:28 +03:00
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
2021-05-07 18:26:49 +03:00
"generic-array 0.12.4",
]
[[package]]
name = "block-buffer"
2022-06-30 05:33:47 +03:00
version = "0.10.2"
2021-05-07 18:26:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
2021-05-07 18:26:49 +03:00
dependencies = [
"generic-array 0.14.5",
2020-09-14 05:35:28 +03:00
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "bstr"
2021-11-06 03:02:46 +03:00
version = "0.2.17"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2020-04-04 02:40:17 +03:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
2019-09-02 22:07:45 +03:00
[[package]]
name = "bumpalo"
2022-06-30 04:58:42 +03:00
version = "3.10.0"
2019-09-02 22:07:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
2019-09-02 22:07:45 +03:00
2020-09-14 05:35:28 +03:00
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2022-05-03 19:00:29 +03:00
[[package]]
name = "bytecheck"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a31f923c2db9513e4298b72df143e6e655a759b3d6a0966df18f81223fff54f"
dependencies = [
"bytecheck_derive",
"ptr_meta",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edb17c862a905d912174daa27ae002326fff56dc8b8ada50a0a5f0976cb174f0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-11-05 05:47:41 +03:00
[[package]]
name = "bytemuck"
version = "1.10.0"
2020-11-05 05:47:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c53dfa917ec274df8ed3c572698f381a24eef2efba9492d797301b72b6db408a"
2020-12-02 18:43:54 +03:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.1.0"
2020-12-02 18:43:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "562e382481975bc61d11275ac5e62a19abd00b0547d99516a415336f183dcd0e"
2020-12-02 18:43:54 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-12-02 18:43:54 +03:00
]
2020-11-05 05:47:41 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "byteorder"
2021-04-13 15:39:32 +03:00
version = "1.4.3"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-04-04 02:40:17 +03:00
2021-09-28 20:54:05 +03:00
[[package]]
name = "bytes"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2020-05-05 04:06:36 +03:00
[[package]]
name = "calloop"
2022-06-30 05:33:47 +03:00
version = "0.9.3"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "bf2eec61efe56aa1e813f5126959296933cf0700030e4314786c48779a66ab82"
2020-05-05 04:06:36 +03:00
dependencies = [
"log",
2022-06-30 05:33:47 +03:00
"nix 0.22.3",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "capstone"
2022-06-30 08:28:57 +03:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 08:28:57 +03:00
checksum = "1097e608594dad3bad608295567f757742b883606fe150faf7a9740b849730d8"
dependencies = [
"capstone-sys",
"libc",
]
[[package]]
name = "capstone-sys"
2022-06-30 08:28:57 +03:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 08:28:57 +03:00
checksum = "2e7f651d5ec4c2a2e6c508f2c8032655003cd728ec85663e9796616990e25b5a"
dependencies = [
"cc",
"libc",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "cast"
2021-09-08 19:24:32 +03:00
version = "0.2.7"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a"
2020-04-04 02:40:17 +03:00
dependencies = [
2022-05-03 19:00:29 +03:00
"rustc_version 0.4.0",
2020-04-04 02:40:17 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "cc"
version = "1.0.73"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2020-10-31 02:54:56 +03:00
dependencies = [
"jobserver",
]
2019-10-16 04:16:27 +03:00
2021-09-28 20:54:05 +03:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cexpr"
version = "0.6.0"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2021-09-28 20:54:05 +03:00
dependencies = [
"nom",
2021-09-28 20:54:05 +03:00
]
2019-10-16 04:16:27 +03:00
2019-01-30 04:08:23 +03:00
[[package]]
name = "cfg-if"
2019-11-18 16:56:35 +03:00
version = "0.1.10"
2019-01-30 04:08:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-01-30 04:08:23 +03:00
2020-11-21 19:50:38 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2020-12-04 22:05:29 +03:00
[[package]]
name = "cgmath"
version = "0.18.0"
2020-12-04 22:05:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
2020-12-04 22:05:29 +03:00
dependencies = [
"approx 0.4.0",
2020-12-04 22:05:29 +03:00
"num-traits",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "clang-sys"
2022-06-30 04:58:42 +03:00
version = "1.3.3"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
2021-09-28 20:54:05 +03:00
dependencies = [
"glob",
"libc",
2022-06-30 05:33:47 +03:00
"libloading",
2021-09-28 20:54:05 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "clap"
version = "2.34.0"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2020-04-04 02:40:17 +03:00
dependencies = [
"bitflags",
2021-11-06 05:19:37 +03:00
"textwrap 0.11.0",
2020-04-04 02:40:17 +03:00
"unicode-width",
]
2020-07-21 08:35:10 +03:00
[[package]]
name = "clap"
version = "3.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d646c7ade5eb07c4aa20e907a922750df0c448892513714fd3e4acbc7130829f"
2020-07-21 08:35:10 +03:00
dependencies = [
"atty",
"bitflags",
2022-05-05 16:44:07 +03:00
"clap_derive",
2022-05-04 15:41:02 +03:00
"clap_lex",
2020-07-21 08:35:10 +03:00
"indexmap",
2022-06-30 04:58:42 +03:00
"once_cell",
2022-07-22 13:43:17 +03:00
"strsim",
2020-07-21 08:35:10 +03:00
"termcolor",
2022-05-04 15:41:02 +03:00
"textwrap 0.15.0",
]
2022-05-05 16:44:07 +03:00
[[package]]
name = "clap_derive"
2022-06-30 04:58:42 +03:00
version = "3.2.7"
2022-05-05 16:44:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902"
2022-05-05 16:44:07 +03:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2022-05-04 15:41:02 +03:00
[[package]]
name = "clap_lex"
2022-06-30 04:58:42 +03:00
version = "0.2.4"
2022-05-04 15:41:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
2022-05-04 15:41:02 +03:00
dependencies = [
"os_str_bytes",
2020-07-21 08:35:10 +03:00
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "claxon"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
[[package]]
name = "cli_utils"
version = "0.1.0"
dependencies = [
"bumpalo",
"criterion",
2021-08-03 13:42:19 +03:00
"rlimit",
"roc_collections",
"roc_load",
"roc_module",
"roc_reporting",
"serde",
"serde-xml-rs",
"strip-ansi-escapes",
"tempfile",
]
[[package]]
name = "clipboard-win"
2021-01-30 18:23:54 +03:00
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-30 18:23:54 +03:00
checksum = "9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342"
dependencies = [
2021-01-30 18:23:54 +03:00
"lazy-bytes-cast",
2021-11-06 05:19:37 +03:00
"winapi",
2019-11-18 16:56:35 +03:00
]
2021-12-29 07:07:02 +03:00
[[package]]
name = "clipboard-win"
version = "4.4.1"
2021-12-29 07:07:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f3e1238132dc01f081e1cbb9dace14e5ef4c3a51ee244bd982275fb514605db"
2021-12-29 07:07:02 +03:00
dependencies = [
"error-code",
"str-buf",
"winapi",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "cocoa"
version = "0.24.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
"block",
"cocoa-foundation",
"core-foundation 0.9.3",
2021-11-06 03:02:46 +03:00
"core-graphics 0.22.3",
2020-05-05 04:06:36 +03:00
"foreign-types",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
"objc",
]
[[package]]
2020-07-24 04:38:10 +03:00
name = "cocoa-foundation"
version = "0.1.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
"block",
"core-foundation 0.9.3",
2020-07-24 04:38:10 +03:00
"core-graphics-types",
2020-05-05 04:06:36 +03:00
"foreign-types",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
"objc",
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "colored"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
dependencies = [
"atty",
"lazy_static",
2021-11-06 05:19:37 +03:00
"winapi",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "combine"
version = "4.6.4"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948"
2021-09-28 20:54:05 +03:00
dependencies = [
2021-11-06 02:58:11 +03:00
"bytes",
2021-09-28 20:54:05 +03:00
"memchr",
]
[[package]]
name = "confy"
version = "0.4.0"
2022-06-30 04:58:42 +03:00
source = "git+https://github.com/rust-cli/confy#c6b62039281b8643539b436440bcea1b0d634bc7"
dependencies = [
"directories-next",
"serde",
"serde_yaml",
"thiserror",
]
[[package]]
name = "console"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
dependencies = [
"encode_unicode",
"libc",
"once_cell",
"terminal_size",
"winapi",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen",
]
2022-05-03 19:00:29 +03:00
[[package]]
name = "const_fn"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
2020-11-18 21:26:59 +03:00
[[package]]
name = "const_format"
version = "0.2.26"
2020-11-18 21:26:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "939dc9e2eb9077e0679d2ce32de1ded8531779360b003b4a972a7a39ec263495"
2020-11-18 21:26:59 +03:00
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
2021-11-06 03:02:46 +03:00
version = "0.2.22"
2020-11-18 21:26:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "ef196d5d972878a48da7decb7686eded338b4858fbabeed513d63a7c98b2b82d"
2020-11-18 21:26:59 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"unicode-xid",
2020-11-18 21:26:59 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "copyless"
2020-07-24 04:38:10 +03:00
version = "0.1.5"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
2020-05-05 04:06:36 +03:00
2021-01-30 18:23:54 +03:00
[[package]]
name = "copypasta"
2022-06-30 05:33:47 +03:00
version = "0.8.1"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "d7216b5c1e9ad3867252505995b02d01c6fa7e6db0d8abd42634352ef377777e"
2021-01-30 18:23:54 +03:00
dependencies = [
2021-12-29 07:07:02 +03:00
"clipboard-win 3.1.1",
2021-01-30 18:23:54 +03:00
"objc",
"objc-foundation",
"objc_id",
"smithay-clipboard",
"x11-clipboard",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "core-foundation"
2020-07-24 04:38:10 +03:00
version = "0.7.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
2020-05-05 04:06:36 +03:00
dependencies = [
2020-07-24 04:38:10 +03:00
"core-foundation-sys 0.7.0",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "core-foundation"
version = "0.9.3"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2020-05-05 04:06:36 +03:00
dependencies = [
2021-11-06 03:02:46 +03:00
"core-foundation-sys 0.8.3",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "core-foundation-sys"
2020-07-24 04:38:10 +03:00
version = "0.7.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
2020-05-05 04:06:36 +03:00
[[package]]
name = "core-foundation-sys"
2021-11-06 03:02:46 +03:00
version = "0.8.3"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2020-05-05 04:06:36 +03:00
[[package]]
name = "core-graphics"
2020-07-24 04:38:10 +03:00
version = "0.19.2"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
2020-07-24 04:38:10 +03:00
"core-foundation 0.7.0",
2020-05-05 04:06:36 +03:00
"foreign-types",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "core-graphics"
2021-11-06 03:02:46 +03:00
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags",
"core-foundation 0.9.3",
"core-graphics-types",
"foreign-types",
2021-05-28 16:08:46 +03:00
"libc",
]
2020-05-05 04:06:36 +03:00
[[package]]
2020-07-24 04:38:10 +03:00
name = "core-graphics-types"
version = "0.1.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
"core-foundation 0.9.3",
2020-05-05 04:06:36 +03:00
"foreign-types",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "core-video-sys"
2020-07-24 04:38:10 +03:00
version = "0.1.4"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
2020-05-05 04:06:36 +03:00
dependencies = [
2020-11-21 19:50:38 +03:00
"cfg-if 0.1.10",
2020-07-24 04:38:10 +03:00
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
"objc",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "coreaudio-rs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88"
dependencies = [
"bitflags",
"coreaudio-sys",
]
[[package]]
name = "coreaudio-sys"
version = "0.2.10"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dff444d80630d7073077d38d40b4501fd518bd2b922c2a55edcc8b0f7be57e6"
2021-09-28 20:54:05 +03:00
dependencies = [
"bindgen",
]
2022-06-30 04:58:42 +03:00
[[package]]
name = "corosensei"
version = "0.1.3"
2022-06-30 04:58:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9847f90f32a50b0dcbd68bc23ff242798b13080b97b0569f6ed96a45ce4cf2cd"
2022-06-30 04:58:42 +03:00
dependencies = [
"autocfg",
"cfg-if 1.0.0",
"libc",
"scopeguard",
"windows-sys 0.33.0",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "cpal"
version = "0.13.5"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74117836a5124f3629e4b474eed03e479abaf98988b4bb317e29f08cfe0e4116"
2021-09-28 20:54:05 +03:00
dependencies = [
"alsa",
2021-11-06 03:02:46 +03:00
"core-foundation-sys 0.8.3",
2021-09-28 20:54:05 +03:00
"coreaudio-rs",
"jni",
"js-sys",
"lazy_static",
"libc",
"mach",
"ndk 0.6.0",
"ndk-glue 0.6.2",
"nix 0.23.1",
2021-09-28 20:54:05 +03:00
"oboe",
2022-03-30 01:14:28 +03:00
"parking_lot 0.11.2",
2022-05-03 19:00:29 +03:00
"stdweb 0.1.3",
2021-09-28 20:54:05 +03:00
"thiserror",
"web-sys",
2021-11-06 05:19:37 +03:00
"winapi",
2021-09-28 20:54:05 +03:00
]
2021-05-07 18:26:49 +03:00
[[package]]
name = "cpufeatures"
version = "0.2.2"
2021-05-07 18:26:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
2021-05-07 18:26:49 +03:00
dependencies = [
"libc",
]
[[package]]
name = "cranelift-bforest"
2022-06-30 04:58:42 +03:00
version = "0.82.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"
dependencies = [
"cranelift-entity",
]
[[package]]
name = "cranelift-codegen"
2022-06-30 04:58:42 +03:00
version = "0.82.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"
dependencies = [
"cranelift-bforest",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
"cranelift-entity",
2022-06-30 04:58:42 +03:00
"gimli",
"log",
"regalloc",
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-codegen-meta"
2022-06-30 04:58:42 +03:00
version = "0.82.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"
dependencies = [
"cranelift-codegen-shared",
]
[[package]]
name = "cranelift-codegen-shared"
2022-06-30 04:58:42 +03:00
version = "0.82.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"
[[package]]
name = "cranelift-entity"
2022-06-30 04:58:42 +03:00
version = "0.82.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"
[[package]]
name = "cranelift-frontend"
2022-06-30 04:58:42 +03:00
version = "0.82.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"
dependencies = [
"cranelift-codegen",
"log",
"smallvec",
"target-lexicon",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if 1.0.0",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "criterion"
version = "0.3.5"
2021-09-08 19:24:32 +03:00
source = "git+https://github.com/Anton-4/criterion.rs#3e46ad2b234e36928fb5234d36cf53b5837cbb87"
2020-04-04 02:40:17 +03:00
dependencies = [
"atty",
"cast",
"clap 2.34.0",
"criterion-plot",
2020-04-04 02:40:17 +03:00
"csv",
"itertools 0.10.3",
2020-04-04 02:40:17 +03:00
"lazy_static",
"num-traits",
"oorandom",
"plotters",
2020-04-04 02:40:17 +03:00
"rayon",
"regex",
"serde",
2020-07-24 04:38:10 +03:00
"serde_cbor",
2020-04-04 02:40:17 +03:00
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
2020-07-24 04:38:10 +03:00
version = "0.4.3"
2021-09-08 19:24:32 +03:00
source = "git+https://github.com/Anton-4/criterion.rs#3e46ad2b234e36928fb5234d36cf53b5837cbb87"
2020-04-04 02:40:17 +03:00
dependencies = [
"cast",
2021-02-08 00:50:33 +03:00
"itertools 0.9.0",
2020-04-04 02:40:17 +03:00
]
2020-07-29 03:35:18 +03:00
[[package]]
name = "crossbeam"
2021-11-06 05:19:37 +03:00
version = "0.8.1"
2020-07-29 03:35:18 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
2020-07-29 03:35:18 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"cfg-if 1.0.0",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
2020-07-29 03:35:18 +03:00
"crossbeam-queue",
2021-11-06 05:19:37 +03:00
"crossbeam-utils",
2020-05-30 08:08:17 +03:00
]
[[package]]
name = "crossbeam-channel"
2022-06-30 04:58:42 +03:00
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"
dependencies = [
"cfg-if 1.0.0",
2021-11-06 05:19:37 +03:00
"crossbeam-utils",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "crossbeam-deque"
2021-09-08 19:24:32 +03:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
"cfg-if 1.0.0",
2021-11-06 05:19:37 +03:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2022-06-30 04:58:42 +03:00
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d"
dependencies = [
"autocfg",
"cfg-if 1.0.0",
2021-11-06 05:19:37 +03:00
"crossbeam-utils",
"memoffset",
2022-06-30 04:58:42 +03:00
"once_cell",
2020-04-04 02:40:17 +03:00
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.5"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"cfg-if 1.0.0",
"crossbeam-utils",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "crossbeam-utils"
2022-06-30 04:58:42 +03:00
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
dependencies = [
"cfg-if 1.0.0",
2022-06-30 04:58:42 +03:00
"once_cell",
2020-04-04 02:40:17 +03:00
]
2022-06-30 05:33:47 +03:00
[[package]]
name = "crypto-common"
version = "0.1.5"
2022-06-30 05:33:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ccfd8c0ee4cce11e45b3fd6f9d5e69e0cc62912aa6a0cb1bf4617b0eba5a12f"
2022-06-30 05:33:47 +03:00
dependencies = [
"generic-array 0.14.5",
"typenum",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "csv"
2021-04-13 15:39:32 +03:00
version = "1.1.6"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
2020-04-04 02:40:17 +03:00
dependencies = [
"bstr",
"csv-core",
"itoa 0.4.8",
2020-04-04 02:40:17 +03:00
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
[[package]]
name = "ctor"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
dependencies = [
2021-11-06 05:19:37 +03:00
"quote",
"syn",
]
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
2020-05-05 04:06:36 +03:00
[[package]]
name = "d3d12"
2021-09-08 19:24:32 +03:00
version = "0.4.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "2daefd788d1e96e0a9d66dee4b828b883509bc3ea9ce30665f04c3246372690c"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
2022-06-30 05:33:47 +03:00
"libloading",
2021-11-06 05:19:37 +03:00
"winapi",
2020-07-24 04:38:10 +03:00
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "darling"
version = "0.13.4"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
2021-08-28 15:48:24 +03:00
dependencies = [
2022-06-30 05:33:47 +03:00
"darling_core",
"darling_macro",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "darling_core"
version = "0.13.4"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
2021-08-28 15:48:24 +03:00
dependencies = [
"fnv",
"ident_case",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2022-07-22 13:43:17 +03:00
"strsim",
2021-11-06 05:19:37 +03:00
"syn",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "darling_macro"
version = "0.13.4"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
2020-07-24 04:38:10 +03:00
dependencies = [
2022-06-30 05:33:47 +03:00
"darling_core",
2021-11-06 05:19:37 +03:00
"quote",
"syn",
2020-05-05 04:06:36 +03:00
]
2019-01-28 01:39:45 +03:00
[[package]]
2021-11-06 05:19:37 +03:00
name = "diff"
2022-06-30 04:58:42 +03:00
version = "0.1.13"
2019-01-28 01:39:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2019-01-28 01:39:45 +03:00
2020-09-14 05:35:28 +03:00
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
2021-05-07 18:26:49 +03:00
"generic-array 0.12.4",
]
[[package]]
name = "digest"
2022-06-30 05:33:47 +03:00
version = "0.10.3"
2021-05-07 18:26:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
2021-05-07 18:26:49 +03:00
dependencies = [
2022-06-30 05:33:47 +03:00
"block-buffer 0.10.2",
"crypto-common",
2020-09-14 05:35:28 +03:00
]
2022-05-15 23:23:39 +03:00
[[package]]
name = "dircpy"
2022-06-30 04:58:42 +03:00
version = "0.3.10"
2022-05-15 23:23:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "4388680a28717a3ff2b6b60824bf62d67076232d9416c34d17a148dade0e6cd3"
2022-05-15 23:23:39 +03:00
dependencies = [
"jwalk",
"log",
"walkdir",
]
[[package]]
name = "directories-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
dependencies = [
"cfg-if 1.0.0",
"dirs-sys-next",
]
2020-11-21 19:50:38 +03:00
[[package]]
2021-02-08 00:50:33 +03:00
name = "dirs-next"
2021-12-29 07:07:02 +03:00
version = "2.0.0"
2020-11-21 19:50:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:07:02 +03:00
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
2020-11-21 19:50:38 +03:00
dependencies = [
2021-02-08 00:50:33 +03:00
"cfg-if 1.0.0",
"dirs-sys-next",
2020-11-21 19:50:38 +03:00
]
[[package]]
2021-02-08 00:50:33 +03:00
name = "dirs-sys-next"
version = "0.1.2"
2020-11-21 19:50:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2020-11-21 19:50:38 +03:00
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2020-11-21 19:50:38 +03:00
"redox_users",
2021-11-06 05:19:37 +03:00
"winapi",
2020-11-21 19:50:38 +03:00
]
2022-05-03 19:00:29 +03:00
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2020-05-05 04:06:36 +03:00
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2020-04-08 18:14:38 +03:00
[[package]]
name = "distance"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d9d8664cf849d7d0f3114a3a387d2f5e4303176d746d5a951aaddc66dfe9240"
2021-03-06 14:14:55 +03:00
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
2022-06-30 05:33:47 +03:00
"libloading",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2020-05-05 04:06:36 +03:00
[[package]]
name = "downcast-rs"
2020-07-24 04:38:10 +03:00
version = "1.2.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2020-05-05 04:06:36 +03:00
[[package]]
name = "dunce"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
[[package]]
name = "dynasm"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "add9a102807b524ec050363f09e06f1504214b0e1c7797f64261c891022dce8b"
dependencies = [
"bitflags",
"byteorder",
"lazy_static",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "dynasmrt"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64fba5a42bd76a17cad4bfa00de168ee1cbfa06a5e8ce992ae880218c05641a9"
dependencies = [
"byteorder",
"dynasm",
"memmap2 0.5.5",
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "either"
2022-06-30 04:58:42 +03:00
version = "1.7.0"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
2019-10-16 04:16:27 +03:00
2020-07-27 02:31:03 +03:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2021-12-29 07:07:02 +03:00
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
2022-05-03 19:00:29 +03:00
[[package]]
name = "enum-iterator"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6"
dependencies = [
"enum-iterator-derive",
]
[[package]]
name = "enum-iterator-derive"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "enumset"
version = "1.0.11"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4799cdb24d48f1f8a7a98d06b7fde65a85a2d1e42b25a889f5406aa1fbefe074"
2021-08-28 15:48:24 +03:00
dependencies = [
"enumset_derive",
]
[[package]]
name = "enumset_derive"
version = "0.6.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea83a3fbdc1d999ccfbcbee717eab36f8edf2d71693a23ce0d7cca19e085304c"
2021-08-28 15:48:24 +03:00
dependencies = [
2022-06-30 05:33:47 +03:00
"darling",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "env_logger"
2021-11-06 05:19:37 +03:00
version = "0.8.4"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"log",
"regex",
2019-09-15 00:03:28 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
2020-05-30 08:08:17 +03:00
name = "env_logger"
2021-11-06 05:19:37 +03:00
version = "0.9.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
2020-05-30 08:08:17 +03:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2021-12-29 07:07:02 +03:00
[[package]]
name = "error-code"
version = "2.3.1"
2021-12-29 07:07:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
2021-12-29 07:07:02 +03:00
dependencies = [
"libc",
"str-buf",
]
2020-09-14 05:35:28 +03:00
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fastrand"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
2021-12-29 07:07:02 +03:00
[[package]]
name = "fd-lock"
2022-06-30 04:58:42 +03:00
version = "3.0.6"
2021-12-29 07:07:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "e11dcc7e4d79a8c89b9ab4c6f5c30b1fc4a83c420792da3542fd31179ed5f517"
2021-12-29 07:07:02 +03:00
dependencies = [
"cfg-if 1.0.0",
"rustix",
2022-06-30 04:58:42 +03:00
"windows-sys 0.36.1",
2021-12-29 07:07:02 +03:00
]
2021-11-06 16:10:02 +03:00
[[package]]
name = "find-crate"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2"
dependencies = [
"toml",
]
[[package]]
name = "flate2"
2022-06-30 04:58:42 +03:00
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
dependencies = [
"crc32fast",
"miniz_oxide",
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "fnv"
2020-07-24 04:38:10 +03:00
version = "1.0.7"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-11-18 16:56:35 +03:00
2020-05-05 04:06:36 +03: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"
2021-09-08 21:01:46 +03:00
[[package]]
name = "fs_extra"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
2021-11-19 02:52:55 +03:00
[[package]]
name = "funty"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e"
2022-04-22 12:34:02 +03:00
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2020-05-05 04:06:36 +03:00
[[package]]
2020-05-30 08:08:17 +03:00
name = "futures"
version = "0.3.21"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
2020-05-05 04:06:36 +03:00
dependencies = [
2020-05-30 08:08:17 +03:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2020-05-05 04:06:36 +03:00
]
[[package]]
2020-05-30 08:08:17 +03:00
name = "futures-channel"
version = "0.3.21"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2020-05-05 04:06:36 +03:00
dependencies = [
2020-05-30 08:08:17 +03:00
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.21"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures-executor"
version = "0.3.21"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
2020-05-30 08:08:17 +03:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.21"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures-macro"
version = "0.3.21"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-05-30 08:08:17 +03:00
]
[[package]]
name = "futures-sink"
version = "0.3.21"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures-task"
version = "0.3.21"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures-util"
version = "0.3.21"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2020-05-30 08:08:17 +03:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-11-06 02:58:11 +03:00
"pin-project-lite",
2020-05-30 08:08:17 +03:00
"pin-utils",
"slab",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "generational-arena"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601"
dependencies = [
"cfg-if 0.1.10",
]
2020-09-14 05:35:28 +03:00
[[package]]
name = "generic-array"
2021-03-06 14:14:55 +03:00
version = "0.12.4"
2020-09-14 05:35:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
2020-09-14 05:35:28 +03:00
dependencies = [
"typenum",
]
2021-05-07 18:26:49 +03:00
[[package]]
name = "generic-array"
version = "0.14.5"
2021-05-07 18:26:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2021-05-07 18:26:49 +03:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2022-06-30 04:58:42 +03:00
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
dependencies = [
"cfg-if 1.0.0",
2021-05-28 16:08:46 +03:00
"libc",
2021-11-06 16:10:02 +03:00
"wasi",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "gimli"
2022-06-30 04:58:42 +03:00
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
dependencies = [
"fallible-iterator",
"indexmap",
"stable_deref_trait",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "glow"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919"
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
2020-05-05 04:06:36 +03:00
[[package]]
2020-05-30 08:08:17 +03:00
name = "glyph_brush"
version = "0.7.4"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a69c65dd1f1fbb6209aa00f78636e436ad0a55b7d8e5de886d00720dcad9c6e2"
2020-05-05 04:06:36 +03:00
dependencies = [
2020-05-30 08:08:17 +03:00
"glyph_brush_draw_cache",
"glyph_brush_layout",
"log",
"ordered-float",
2020-05-30 08:08:17 +03:00
"rustc-hash",
"twox-hash",
]
[[package]]
name = "glyph_brush_draw_cache"
version = "0.1.5"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6010675390f6889e09a21e2c8b575b3ee25667ea8237a8d59423f73cb8c28610"
2020-05-30 08:08:17 +03:00
dependencies = [
"ab_glyph",
2021-11-06 05:19:37 +03:00
"crossbeam-channel",
"crossbeam-deque",
2020-05-30 08:08:17 +03:00
"linked-hash-map",
"rayon",
"rustc-hash",
]
[[package]]
name = "glyph_brush_layout"
2021-09-08 19:24:32 +03:00
version = "0.2.3"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "cc32c2334f00ca5ac3695c5009ae35da21da8c62d255b5b96d56e2597a637a38"
2020-05-30 08:08:17 +03:00
dependencies = [
"ab_glyph",
"approx 0.5.1",
2020-05-30 08:08:17 +03:00
"xi-unicode",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "gpu-alloc"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d"
dependencies = [
"bitflags",
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
dependencies = [
"bitflags",
]
[[package]]
name = "gpu-descriptor"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a538f217be4d405ff4719a283ca68323cc2384003eca5baaa87501e821c81dda"
dependencies = [
"bitflags",
"gpu-descriptor-types",
"hashbrown 0.11.2",
]
[[package]]
name = "gpu-descriptor-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
dependencies = [
"bitflags",
]
2020-07-24 04:38:10 +03:00
[[package]]
name = "half"
2021-11-06 03:02:46 +03:00
version = "1.8.2"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2020-07-24 04:38:10 +03:00
2021-04-18 16:35:43 +03:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash",
]
2020-07-21 08:35:10 +03:00
2022-05-03 19:00:29 +03:00
[[package]]
name = "hashbrown"
version = "0.12.2"
2022-05-03 19:00:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "607c8a29735385251a339424dd462993c0fed8fa09d378f259377df08c126022"
2022-05-03 19:00:29 +03:00
dependencies = [
"ahash",
2022-06-30 05:33:47 +03:00
"bumpalo",
2022-05-03 19:00:29 +03:00
]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2019-11-18 16:56:35 +03:00
[[package]]
name = "hermit-abi"
2021-09-08 19:24:32 +03:00
version = "0.1.19"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2019-11-18 16:56:35 +03:00
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2019-11-18 16:56:35 +03:00
]
2021-11-06 05:19:37 +03:00
[[package]]
name = "hexf-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
2021-09-28 20:54:05 +03:00
[[package]]
name = "hound"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
2020-05-30 08:08:17 +03:00
[[package]]
name = "humantime"
version = "2.1.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "iced-x86"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "158f5204401d08f91d19176112146d75e99b3cf745092e268fa7be33e09adcec"
dependencies = [
"lazy_static",
"static_assertions",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2020-05-30 08:08:17 +03:00
[[package]]
name = "im"
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9"
dependencies = [
"bitmaps",
"rand_core",
"rand_xoshiro",
2021-11-06 05:19:37 +03:00
"sized-chunks",
"typenum",
2021-05-28 16:08:46 +03:00
"version_check",
]
[[package]]
name = "im-rc"
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
dependencies = [
"bitmaps",
"rand_core",
"rand_xoshiro",
2021-11-06 05:19:37 +03:00
"sized-chunks",
2020-02-05 15:43:48 +03:00
"typenum",
2021-05-28 16:08:46 +03:00
"version_check",
2019-11-18 16:56:35 +03:00
]
2020-07-21 08:35:10 +03:00
[[package]]
name = "indexmap"
2022-06-30 04:58:42 +03:00
version = "1.9.1"
2020-07-21 08:35:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
2020-07-21 08:35:10 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"autocfg",
"hashbrown 0.12.2",
2021-08-28 15:48:24 +03:00
"serde",
2020-07-21 08:35:10 +03:00
]
[[package]]
name = "indoc"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
2019-10-16 04:16:27 +03:00
[[package]]
name = "inkwell"
version = "0.1.0"
2021-05-29 22:46:33 +03:00
dependencies = [
"inkwell 0.1.0 (git+https://github.com/rtfeldman/inkwell?branch=master)",
2021-05-29 22:46:33 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "inkwell"
version = "0.1.0"
2022-03-30 18:34:19 +03:00
source = "git+https://github.com/rtfeldman/inkwell?branch=master#accd406858a40ca2a1463ff77d79f3c5e4c96f4e"
2019-10-16 04:16:27 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"either",
"inkwell_internals",
2021-05-28 16:08:46 +03:00
"libc",
"llvm-sys",
2020-02-05 15:43:48 +03:00
"once_cell",
2022-06-30 04:58:42 +03:00
"parking_lot 0.12.1",
2019-10-16 04:16:27 +03:00
]
[[package]]
2019-11-18 16:56:35 +03:00
name = "inkwell_internals"
version = "0.5.0"
2022-03-30 18:34:19 +03:00
source = "git+https://github.com/rtfeldman/inkwell?branch=master#accd406858a40ca2a1463ff77d79f3c5e4c96f4e"
2019-10-16 04:16:27 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2019-11-18 16:56:35 +03:00
]
2020-10-31 02:54:56 +03:00
[[package]]
name = "inplace_it"
2021-02-08 00:50:33 +03:00
version = "0.3.3"
2020-01-25 01:09:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca"
2020-05-05 04:06:36 +03:00
[[package]]
name = "insta"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4126dd76ebfe2561486a1bd6738a33d2029ffb068a99ac446b7f8c77b2e58dbc"
dependencies = [
"console",
"once_cell",
"serde",
"serde_json",
"serde_yaml",
"similar",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "instant"
2021-11-06 03:02:46 +03:00
version = "0.1.12"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if 1.0.0",
2021-11-06 05:19:37 +03:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
2020-01-25 01:09:12 +03:00
[[package]]
name = "io-lifetimes"
2022-06-30 04:58:42 +03:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "24c3f4eff5495aee4c0399d7b6a0dc2b6e81be84242ffbfcf253ebacccc1d0cb"
2020-04-04 02:40:17 +03:00
[[package]]
name = "itertools"
2020-07-24 04:38:10 +03:00
version = "0.9.0"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
2020-04-04 02:40:17 +03:00
dependencies = [
"either",
]
2021-02-08 00:50:33 +03:00
[[package]]
name = "itertools"
version = "0.10.3"
2021-02-08 00:50:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
2021-02-08 00:50:33 +03:00
dependencies = [
"either",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "itoa"
2021-09-08 19:24:32 +03:00
version = "0.4.8"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2020-07-24 04:38:10 +03:00
[[package]]
name = "itoa"
2022-06-30 04:58:42 +03:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2021-09-28 20:54:05 +03:00
[[package]]
name = "jni"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
dependencies = [
"cesu8",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
]
2020-07-24 04:38:10 +03:00
[[package]]
name = "jni-sys"
version = "0.3.0"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2020-04-04 02:40:17 +03:00
2020-10-31 02:54:56 +03:00
[[package]]
name = "jobserver"
2021-09-08 19:24:32 +03:00
version = "0.1.24"
2020-10-31 02:54:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2020-10-31 02:54:56 +03:00
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2020-10-31 02:54:56 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "js-sys"
2022-06-30 04:58:42 +03:00
version = "0.3.58"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
2020-04-04 02:40:17 +03:00
dependencies = [
"wasm-bindgen",
]
2022-05-15 23:23:39 +03:00
[[package]]
name = "jwalk"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "172752e853a067cbce46427de8470ddf308af7fd8ceaf9b682ef31a5021b6bb9"
dependencies = [
"crossbeam",
"rayon",
]
[[package]]
name = "khronos-egl"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2022-06-30 05:33:47 +03:00
"libloading",
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "lazy-bytes-cast"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
2019-06-21 05:28:54 +03:00
[[package]]
name = "lazy_static"
2019-11-18 16:56:35 +03:00
version = "1.4.0"
2019-06-21 05:28:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-06-21 05:28:54 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "lazycell"
2020-09-12 15:06:26 +03:00
version = "1.3.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-12 15:06:26 +03:00
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-05-05 04:06:36 +03:00
2021-08-28 15:48:24 +03:00
[[package]]
name = "leb128"
2021-11-06 03:02:46 +03:00
version = "0.2.5"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2021-08-28 15:48:24 +03:00
2021-09-28 20:54:05 +03:00
[[package]]
name = "lewton"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
dependencies = [
"byteorder",
"ogg",
"tinyvec",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "libc"
2022-06-30 04:58:42 +03:00
version = "0.2.126"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2019-09-15 00:03:28 +03:00
2021-03-06 14:14:55 +03:00
[[package]]
name = "libloading"
version = "0.7.3"
2021-03-06 14:14:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
2021-03-06 14:14:55 +03:00
dependencies = [
"cfg-if 1.0.0",
2021-11-06 05:19:37 +03:00
"winapi",
2021-03-06 14:14:55 +03:00
]
[[package]]
name = "libmimalloc-sys"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11ca136052550448f55df7898c6dbe651c6b574fe38a0d9ea687a9f8088a2e2c"
dependencies = [
"cc",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "linked-hash-map"
2022-06-30 04:58:42 +03:00
version = "0.5.6"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2020-05-30 08:08:17 +03:00
[[package]]
name = "linux-raw-sys"
version = "0.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
2019-10-16 04:16:27 +03:00
[[package]]
name = "llvm-sys"
2022-06-30 04:58:42 +03:00
version = "130.0.4"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "bdb6ea20e8a348f6db0b43a7f009fa7d981d22edf4cbe2e0c7b2247dbb25be61"
2019-10-16 04:16:27 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"cc",
"lazy_static",
2021-05-28 16:08:46 +03:00
"libc",
2020-02-05 15:43:48 +03:00
"regex",
2021-09-08 19:24:32 +03:00
"semver 0.11.0",
2019-10-16 04:16:27 +03:00
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "lock_api"
version = "0.4.7"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2020-10-11 02:49:49 +03:00
dependencies = [
"autocfg",
2020-10-11 02:49:49 +03:00
"scopeguard",
]
2019-01-30 04:08:23 +03:00
[[package]]
name = "log"
version = "0.4.17"
2019-01-30 04:08:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2019-01-30 04:08:23 +03:00
dependencies = [
2021-02-08 00:50:33 +03:00
"cfg-if 1.0.0",
2019-01-30 04:08:23 +03:00
]
2019-01-28 08:35:31 +03:00
2021-08-28 15:48:24 +03:00
[[package]]
name = "loupe"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b6a72dfa44fe15b5e76b94307eeb2ff995a8c5b283b55008940c02e0c5b634d"
dependencies = [
"indexmap",
"loupe-derive",
"rustversion",
]
[[package]]
name = "loupe-derive"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0fbfc88337168279f2e9ae06e157cfed4efd3316e14dc96ed074d4f2e6c5952"
dependencies = [
2021-11-06 05:19:37 +03:00
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[package]]
name = "mach_object"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6f2d7176b94027af58085a2c9d27c4e416586caba409c314569213901d6068"
dependencies = [
"bitflags",
"byteorder",
"lazy_static",
"libc",
"log",
"thiserror",
"time 0.3.11",
"uuid",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
]
2019-01-28 01:39:45 +03:00
[[package]]
name = "maplit"
2019-11-18 16:56:35 +03:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2019-11-18 16:56:35 +03:00
2019-03-14 05:32:08 +03:00
[[package]]
name = "memchr"
version = "2.5.0"
2020-01-31 07:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2020-01-31 07:57:17 +03:00
2021-01-30 18:23:54 +03:00
[[package]]
name = "memmap2"
2022-06-30 05:33:47 +03:00
version = "0.3.1"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
2021-01-30 18:23:54 +03:00
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2021-01-30 18:23:54 +03:00
]
[[package]]
name = "memmap2"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a79b39c93a7a5a27eeaf9a23b5ff43f1b9e0ad6b1cdd441140ae53c35613fc7"
dependencies = [
2021-11-06 05:19:37 +03:00
"libc",
]
[[package]]
name = "memoffset"
version = "0.6.5"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"autocfg",
2020-04-04 02:40:17 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "metal"
2021-09-08 19:24:32 +03:00
version = "0.23.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "e0514f491f4cc03632ab399ee01e2c1c1b12d3e1cf2d667c1ff5f87d6dcd2084"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
"block",
"core-graphics-types",
2020-05-05 04:06:36 +03:00
"foreign-types",
"log",
"objc",
]
[[package]]
name = "mimalloc"
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f64ad83c969af2e732e907564deb0d0ed393cec4af80776f77dd77a1a427698"
dependencies = [
"libmimalloc-sys",
]
2021-09-08 19:24:32 +03:00
[[package]]
name = "minimal-lexical"
2021-11-06 03:02:46 +03:00
version = "0.2.1"
2021-09-08 19:24:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-09-08 19:24:32 +03:00
2021-09-28 20:54:05 +03:00
[[package]]
name = "minimp3"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "985438f75febf74c392071a975a29641b420dd84431135a6e6db721de4b74372"
dependencies = [
"minimp3-sys",
"slice-deque",
"thiserror",
]
[[package]]
name = "minimp3-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e21c73734c69dc95696c9ed8926a2b393171d98b3f5f5935686a26a487ab9b90"
dependencies = [
"cc",
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "miniz_oxide"
2022-06-30 04:58:42 +03:00
version = "0.5.3"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2020-10-11 02:49:49 +03:00
dependencies = [
"adler",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "mio"
2022-06-30 05:33:47 +03:00
version = "0.8.4"
2020-04-15 14:00:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
2020-04-15 14:00:06 +03:00
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2020-04-15 14:00:06 +03:00
"log",
2022-06-30 05:33:47 +03:00
"wasi",
"windows-sys 0.36.1",
2020-04-15 14:00:06 +03:00
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "more-asserts"
version = "0.2.2"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
2021-08-28 15:48:24 +03:00
2021-05-07 18:26:49 +03:00
[[package]]
name = "morphic_lib"
version = "0.1.0"
dependencies = [
"sha2",
2021-06-02 17:04:24 +03:00
"smallvec",
2021-05-07 18:26:49 +03:00
"thiserror",
"typed-arena",
2021-05-07 18:26:49 +03:00
]
2020-10-31 02:54:56 +03:00
[[package]]
name = "naga"
2022-06-30 05:33:47 +03:00
version = "0.8.5"
2020-10-31 02:54:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "3012f2dbcc79e8e0b5825a4836a7106a75dd9b2fe42c528163be0f572538c705"
2020-10-31 02:54:56 +03:00
dependencies = [
"bit-set",
2020-10-31 02:54:56 +03:00
"bitflags",
"codespan-reporting",
2021-11-06 05:19:37 +03:00
"hexf-parse",
"indexmap",
2020-10-31 02:54:56 +03:00
"log",
"num-traits",
2022-06-30 05:33:47 +03:00
"rustc-hash",
"spirv",
2020-10-31 02:54:56 +03:00
"thiserror",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "ndk"
2022-06-30 05:33:47 +03:00
version = "0.5.0"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "96d868f654c72e75f8687572699cdabe755f03effbb62542768e995d5b8d699d"
2021-09-28 20:54:05 +03:00
dependencies = [
2022-06-30 05:33:47 +03:00
"bitflags",
2021-09-28 20:54:05 +03:00
"jni-sys",
"ndk-sys 0.2.2",
2021-11-06 05:19:37 +03:00
"num_enum",
2021-09-28 20:54:05 +03:00
"thiserror",
]
[[package]]
name = "ndk"
version = "0.6.0"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
2021-09-28 20:54:05 +03:00
dependencies = [
"bitflags",
"jni-sys",
"ndk-sys 0.3.0",
2021-11-06 05:19:37 +03:00
"num_enum",
"thiserror",
2020-07-24 04:38:10 +03:00
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2021-09-28 20:54:05 +03:00
[[package]]
name = "ndk-glue"
2022-06-30 05:33:47 +03:00
version = "0.5.2"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "c71bee8ea72d685477e28bd004cfe1bf99c754d688cd78cad139eae4089484d4"
2021-09-28 20:54:05 +03:00
dependencies = [
"lazy_static",
"libc",
"log",
2022-06-30 05:33:47 +03:00
"ndk 0.5.0",
"ndk-context",
"ndk-macro",
"ndk-sys 0.2.2",
2021-09-28 20:54:05 +03:00
]
[[package]]
name = "ndk-glue"
version = "0.6.2"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0c4a7b83860226e6b4183edac21851f05d5a51756e97a1144b7f5a6b63e65f"
2021-09-28 20:54:05 +03:00
dependencies = [
"lazy_static",
"libc",
"log",
"ndk 0.6.0",
"ndk-context",
2022-06-30 05:33:47 +03:00
"ndk-macro",
"ndk-sys 0.3.0",
2020-07-24 04:38:10 +03:00
]
[[package]]
name = "ndk-macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
dependencies = [
2022-06-30 05:33:47 +03:00
"darling",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
2020-07-24 04:38:10 +03:00
[[package]]
name = "ndk-sys"
version = "0.2.2"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
[[package]]
name = "ndk-sys"
version = "0.3.0"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
dependencies = [
"jni-sys",
]
2020-07-24 04:38:10 +03:00
2021-01-30 18:23:54 +03:00
[[package]]
2021-12-29 07:07:02 +03:00
name = "nibble_vec"
version = "0.1.0"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 07:07:02 +03:00
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
2021-01-30 18:23:54 +03:00
dependencies = [
2021-12-29 07:07:02 +03:00
"smallvec",
2021-01-30 18:23:54 +03:00
]
2021-11-06 03:02:46 +03:00
[[package]]
name = "nix"
version = "0.22.3"
2021-11-06 03:02:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
2021-11-06 03:02:46 +03:00
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
2021-11-06 05:19:37 +03:00
"memoffset",
2021-11-06 03:02:46 +03:00
]
2021-12-29 07:07:02 +03:00
[[package]]
name = "nix"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
"memoffset",
]
2022-06-30 04:58:42 +03:00
[[package]]
name = "nix"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"libc",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "nom"
version = "7.1.1"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2021-01-30 18:23:54 +03:00
dependencies = [
"memchr",
2021-09-08 19:24:32 +03:00
"minimal-lexical",
2021-01-30 18:23:54 +03:00
]
[[package]]
name = "nonempty"
2021-11-06 05:19:37 +03:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
2021-09-28 20:54:05 +03:00
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-09-28 20:54:05 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "num-traits"
version = "0.2.15"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"autocfg",
2020-04-04 02:40:17 +03:00
]
2019-11-18 16:56:35 +03:00
[[package]]
2019-12-16 17:42:46 +03:00
name = "num_cpus"
version = "1.13.1"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2019-11-18 16:56:35 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"hermit-abi",
2021-05-28 16:08:46 +03:00
"libc",
2019-11-18 16:56:35 +03:00
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "num_enum"
version = "0.5.7"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
2021-09-28 20:54:05 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"num_enum_derive",
2021-09-28 20:54:05 +03:00
]
[[package]]
name = "num_enum_derive"
version = "0.5.7"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
2021-09-28 20:54:05 +03:00
dependencies = [
2022-06-30 05:33:47 +03:00
"proc-macro-crate",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-07-24 04:38:10 +03:00
]
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
"objc_exception",
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "objc_exception"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"cc",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "object"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
dependencies = [
"crc32fast",
"flate2",
"indexmap",
"memchr",
]
[[package]]
name = "object"
2022-06-30 05:33:47 +03:00
version = "0.28.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
2021-08-28 15:48:24 +03:00
dependencies = [
"crc32fast",
2022-06-30 05:33:47 +03:00
"hashbrown 0.11.2",
2021-08-28 15:48:24 +03:00
"indexmap",
"memchr",
]
2021-11-06 03:02:46 +03:00
[[package]]
name = "object"
2022-06-30 05:33:47 +03:00
version = "0.29.0"
2021-11-06 03:02:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2021-11-06 03:02:46 +03:00
dependencies = [
2022-05-03 19:00:29 +03:00
"crc32fast",
2022-06-30 05:33:47 +03:00
"flate2",
"hashbrown 0.12.2",
2022-05-03 19:00:29 +03:00
"indexmap",
2021-11-06 03:02:46 +03:00
"memchr",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "oboe"
version = "0.4.6"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27f63c358b4fa0fbcfefd7c8be5cfc39c08ce2389f5325687e7762a48d30a5c1"
2021-09-28 20:54:05 +03:00
dependencies = [
"jni",
"ndk 0.6.0",
"ndk-context",
2021-09-28 20:54:05 +03:00
"num-derive",
"num-traits",
"oboe-sys",
]
[[package]]
name = "oboe-sys"
version = "0.4.5"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd"
2021-09-28 20:54:05 +03:00
dependencies = [
"cc",
]
[[package]]
name = "ogg"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
dependencies = [
"byteorder",
]
[[package]]
name = "once_cell"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
2020-04-04 02:40:17 +03:00
[[package]]
name = "oorandom"
version = "11.1.3"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
2020-04-04 02:40:17 +03:00
2020-09-14 05:35:28 +03:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2020-05-05 04:06:36 +03:00
[[package]]
name = "ordered-float"
version = "3.0.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bcbab4bfea7a59c2c0fe47211a1ac4e3e96bea6eb446d704f310bc5c732ae2"
2021-02-08 00:50:33 +03:00
dependencies = [
"num-traits",
]
[[package]]
name = "os_str_bytes"
2022-06-30 04:58:42 +03:00
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"
2021-11-06 05:19:37 +03:00
[[package]]
name = "output_vt100"
version = "0.1.3"
2021-11-06 05:19:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
2021-11-06 05:19:37 +03:00
dependencies = [
"winapi",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "owned_ttf_parser"
version = "0.15.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1e509cfe7a12db2a90bfa057dfcdbc55a347f5da677c506b53dd099cfec9d"
2020-05-30 08:08:17 +03:00
dependencies = [
2022-06-30 05:33:47 +03:00
"ttf-parser",
2020-05-30 08:08:17 +03:00
]
2021-11-19 02:52:55 +03:00
[[package]]
name = "packed_struct"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c48e482b9a59ad6c2cdb06f7725e7bd33fe3525baaf4699fde7bfea6a5b77b1"
dependencies = [
2022-04-22 12:34:02 +03:00
"bitvec 0.22.3",
2021-11-19 02:52:55 +03:00
"packed_struct_codegen",
"serde",
]
[[package]]
name = "packed_struct_codegen"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56e3692b867ec1d48ccb441e951637a2cc3130d0912c0059e48319e1c83e44bc"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-10-22 04:48:01 +03:00
[[package]]
name = "page_size"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2021-11-06 05:19:37 +03:00
"winapi",
2020-10-22 04:48:01 +03:00
]
2021-02-23 21:43:50 +03:00
[[package]]
name = "palette"
2021-11-06 16:10:02 +03:00
version = "0.6.0"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 16:10:02 +03:00
checksum = "f9735f7e1e51a3f740bacd5dc2724b61a7806f23597a8736e679f38ee3435d18"
2021-02-23 21:43:50 +03:00
dependencies = [
"approx 0.5.1",
2021-02-23 21:43:50 +03:00
"num-traits",
"palette_derive",
"phf",
]
[[package]]
name = "palette_derive"
2021-11-06 16:10:02 +03:00
version = "0.6.0"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 16:10:02 +03:00
checksum = "7799c3053ea8a6d8a1193c7ba42f534e7863cf52e378a7f90406f4a645d33bad"
2021-02-23 21:43:50 +03:00
dependencies = [
2021-11-06 16:10:02 +03:00
"find-crate",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-02-23 21:43:50 +03:00
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "parking_lot"
2021-09-08 19:24:32 +03:00
version = "0.11.2"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2020-10-11 02:49:49 +03:00
dependencies = [
"instant",
"lock_api",
2022-03-30 01:14:28 +03:00
"parking_lot_core 0.8.5",
]
[[package]]
name = "parking_lot"
2022-06-30 04:58:42 +03:00
version = "0.12.1"
2022-03-30 01:14:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-03-30 01:14:28 +03:00
dependencies = [
"lock_api",
"parking_lot_core 0.9.3",
2020-10-11 02:49:49 +03:00
]
[[package]]
name = "parking_lot_core"
2021-09-08 19:24:32 +03:00
version = "0.8.5"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2020-10-11 02:49:49 +03:00
dependencies = [
2021-02-08 00:50:33 +03:00
"cfg-if 1.0.0",
2020-10-11 02:49:49 +03:00
"instant",
2021-05-28 16:08:46 +03:00
"libc",
2021-09-08 19:24:32 +03:00
"redox_syscall",
2020-02-05 15:43:48 +03:00
"smallvec",
2021-11-06 05:19:37 +03:00
"winapi",
2019-12-16 01:17:41 +03:00
]
2022-03-30 01:14:28 +03:00
[[package]]
name = "parking_lot_core"
version = "0.9.3"
2022-03-30 01:14:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
2022-03-30 01:14:28 +03:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"smallvec",
"windows-sys 0.36.1",
2022-03-30 01:14:28 +03:00
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2022-01-14 21:54:39 +03:00
[[package]]
name = "peg"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af728fe826811af3b38c37e93de6d104485953ea373d656eebae53d6987fcd2c"
dependencies = [
"peg-macros",
"peg-runtime",
]
[[package]]
name = "peg-macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4536be147b770b824895cbad934fccce8e49f14b4c4946eaa46a6e4a12fcdc16"
dependencies = [
"peg-runtime",
"proc-macro2",
"quote",
]
[[package]]
name = "peg-runtime"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9b0efd3ba03c3a409d44d60425f279ec442bcf0b9e63ff4e410da31c8b0f69f"
2020-05-05 04:06:36 +03:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2020-09-14 05:35:28 +03:00
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
dependencies = [
"pest",
"pest_meta",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-09-14 05:35:28 +03:00
]
[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
"maplit",
"pest",
"sha-1",
]
2021-02-23 21:43:50 +03:00
[[package]]
name = "phf"
2021-11-06 16:10:02 +03:00
version = "0.9.0"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 16:10:02 +03:00
checksum = "b2ac8b67553a7ca9457ce0e526948cad581819238f4a9d1ea74545851fa24f37"
2021-02-23 21:43:50 +03:00
dependencies = [
2021-11-06 16:10:02 +03:00
"phf_macros",
2021-02-23 21:43:50 +03:00
"phf_shared",
2021-11-06 16:10:02 +03:00
"proc-macro-hack",
2021-02-23 21:43:50 +03:00
]
[[package]]
2021-11-06 16:10:02 +03:00
name = "phf_generator"
version = "0.9.1"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 16:10:02 +03:00
checksum = "d43f3220d96e0080cc9ea234978ccd80d904eafb17be31bb0f76daaea6493082"
2021-02-23 21:43:50 +03:00
dependencies = [
"phf_shared",
2021-11-06 16:10:02 +03:00
"rand",
2021-02-23 21:43:50 +03:00
]
[[package]]
2021-11-06 16:10:02 +03:00
name = "phf_macros"
version = "0.9.0"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 16:10:02 +03:00
checksum = "b706f5936eb50ed880ae3009395b43ed19db5bff2ebd459c95e7bf013a89ab86"
2021-02-23 21:43:50 +03:00
dependencies = [
2021-11-06 16:10:02 +03:00
"phf_generator",
2021-02-23 21:43:50 +03:00
"phf_shared",
2021-11-06 16:10:02 +03:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2021-02-23 21:43:50 +03:00
]
[[package]]
name = "phf_shared"
2021-11-06 16:10:02 +03:00
version = "0.9.0"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 16:10:02 +03:00
checksum = "a68318426de33640f02be62b4ae8eb1261be2efbc337b60c54d845bf4484e0d9"
2021-02-23 21:43:50 +03:00
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project-lite"
version = "0.2.9"
2019-11-28 06:12:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2019-11-28 06:12:51 +03:00
2020-05-30 08:08:17 +03:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-05-05 04:06:36 +03:00
[[package]]
name = "pkg-config"
version = "0.3.25"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2020-05-05 04:06:36 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "plotters"
version = "0.3.1"
source = "git+https://github.com/Anton-4/plotters#d043988179b61db714ad60f678637ee145e363d3"
2020-04-04 02:40:17 +03:00
dependencies = [
"num-traits",
2021-02-08 00:50:33 +03:00
"plotters-backend",
"plotters-svg",
2020-04-04 02:40:17 +03:00
"wasm-bindgen",
"web-sys",
]
2021-02-08 00:50:33 +03:00
[[package]]
name = "plotters-backend"
version = "0.3.4"
2021-02-08 00:50:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
2021-02-08 00:50:33 +03:00
[[package]]
name = "plotters-svg"
version = "0.3.2"
2021-02-08 00:50:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0918736323d1baff32ee0eade54984f6f201ad7e97d5cfb5d6ab4a358529615"
2021-02-08 00:50:33 +03:00
dependencies = [
"plotters-backend",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "ppv-lite86"
version = "0.2.16"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2020-04-04 02:40:17 +03:00
2019-01-28 01:39:45 +03:00
[[package]]
name = "pretty_assertions"
version = "1.2.1"
2019-01-28 01:39:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
2019-01-28 01:39:45 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"ansi_term",
2021-11-06 05:19:37 +03:00
"ctor",
"diff",
"output_vt100",
2019-01-28 01:39:45 +03:00
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "proc-macro-crate"
version = "1.1.3"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
2021-09-28 20:54:05 +03:00
dependencies = [
"thiserror",
"toml",
]
2021-08-28 15:48:24 +03:00
[[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",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-05-28 16:08:46 +03:00
"version_check",
2020-07-21 08:35:10 +03:00
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2021-08-28 15:48:24 +03:00
"version_check",
]
2019-07-23 04:57:30 +03:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
2019-07-23 04:57:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2019-07-23 04:57:30 +03:00
2019-10-16 04:16:27 +03:00
[[package]]
name = "proc-macro2"
2022-06-30 04:58:42 +03:00
version = "1.0.40"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
2019-10-16 04:16:27 +03:00
dependencies = [
2022-06-30 04:58:42 +03:00
"unicode-ident",
2019-10-16 04:16:27 +03:00
]
[[package]]
name = "profiling"
2022-06-30 04:58:42 +03:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "2f61dcf0b917cd75d4521d7343d1ffff3d1583054133c9b5cbea3375c703c40d"
2021-08-28 15:48:24 +03:00
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
2020-09-14 05:35:28 +03:00
[[package]]
name = "pulldown-cmark"
2022-06-30 05:33:47 +03:00
version = "0.9.1"
2020-09-14 05:35:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6"
2020-09-14 05:35:28 +03:00
dependencies = [
"bitflags",
"memchr",
"unicase",
]
2021-11-06 03:02:46 +03:00
[[package]]
name = "quick-xml"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
dependencies = [
"memchr",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "quickcheck"
2021-11-06 05:19:37 +03:00
version = "1.0.3"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
2019-09-15 00:03:28 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"env_logger 0.8.4",
2020-02-05 15:43:48 +03:00
"log",
2021-11-06 16:10:02 +03:00
"rand",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "quickcheck_macros"
2021-11-06 05:19:37 +03:00
version = "1.0.0"
2019-07-23 04:57:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9"
2019-07-23 04:57:30 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2019-07-23 04:57:30 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "quote"
2022-06-30 04:58:42 +03:00
version = "1.0.20"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
2019-10-16 04:16:27 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
2019-11-18 16:56:35 +03:00
]
2021-11-19 02:52:55 +03:00
[[package]]
name = "radium"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
2022-04-22 12:34:02 +03:00
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2021-12-29 07:07:02 +03:00
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
"endian-type",
"nibble_vec",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2021-11-06 16:10:02 +03:00
"rand_chacha",
"rand_core",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "rand_chacha"
2021-09-08 19:24:32 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2021-09-08 19:24:32 +03:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
2021-11-06 16:10:02 +03:00
"getrandom",
2020-04-04 02:40:17 +03:00
]
2019-11-21 01:54:08 +03:00
[[package]]
name = "rand_xoshiro"
version = "0.6.0"
2019-11-21 01:54:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
2019-11-21 01:54:08 +03:00
dependencies = [
"rand_core",
2019-11-21 01:54:08 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "range-alloc"
2021-02-08 00:50:33 +03:00
version = "0.1.2"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6"
2020-05-05 04:06:36 +03:00
[[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 04:06:36 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "rayon"
2022-06-30 04:58:42 +03:00
version = "1.5.3"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"autocfg",
"crossbeam-deque",
2020-04-04 02:40:17 +03:00
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-06-30 04:58:42 +03:00
version = "1.9.3"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
2020-04-04 02:40:17 +03:00
"num_cpus",
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "redox_syscall"
version = "0.2.13"
2021-02-08 00:50:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
2021-02-08 00:50:33 +03:00
dependencies = [
"bitflags",
]
2020-11-21 19:50:38 +03:00
[[package]]
name = "redox_users"
version = "0.4.3"
2020-11-21 19:50:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2020-11-21 19:50:38 +03:00
dependencies = [
2021-11-06 16:10:02 +03:00
"getrandom",
2021-09-08 19:24:32 +03:00
"redox_syscall",
"thiserror",
2020-11-21 19:50:38 +03:00
]
[[package]]
name = "regalloc"
2022-06-30 04:58:42 +03:00
version = "0.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"
dependencies = [
"log",
"rustc-hash",
"smallvec",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "regex"
version = "1.6.0"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"aho-corasick",
"memchr",
"regex-syntax",
2019-09-15 00:03:28 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "regex-automata"
version = "0.1.10"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2020-04-04 02:40:17 +03:00
2019-09-15 00:03:28 +03:00
[[package]]
name = "regex-syntax"
version = "0.6.27"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2019-09-15 00:03:28 +03:00
2021-08-28 15:48:24 +03:00
[[package]]
name = "region"
2022-05-03 19:00:29 +03:00
version = "3.0.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-03 19:00:29 +03:00
checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e"
2021-08-28 15:48:24 +03:00
dependencies = [
"bitflags",
"libc",
"mach",
2021-11-06 05:19:37 +03:00
"winapi",
2021-08-28 15:48:24 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "remove_dir_all"
2020-07-24 04:38:10 +03:00
version = "0.5.3"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"winapi",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "remove_dir_all"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "882f368737489ea543bc5c340e6f3d34a28c39980bd9a979e47322b26f60ac40"
dependencies = [
"libc",
"log",
"num_cpus",
"rayon",
"winapi",
]
2022-05-03 19:00:29 +03:00
[[package]]
name = "rend"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79af64b4b6362ffba04eef3a4e10829718a4896dac19daa741851c86781edf95"
dependencies = [
"bytecheck",
]
[[package]]
name = "renderdoc-sys"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
[[package]]
name = "repl_test"
version = "0.1.0"
dependencies = [
"indoc",
"lazy_static",
2022-02-03 03:08:36 +03:00
"roc_cli",
"roc_repl_cli",
"roc_test_utils",
"strip-ansi-escapes",
"wasmer",
"wasmer-wasi",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "rkyv"
2022-06-30 04:58:42 +03:00
version = "0.7.39"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "cec2b3485b07d96ddfd3134767b8a447b45ea4eb91448d0a35180ec0ffd5ed15"
2021-08-28 15:48:24 +03:00
dependencies = [
2022-05-03 19:00:29 +03:00
"bytecheck",
"hashbrown 0.12.2",
2021-08-28 15:48:24 +03:00
"ptr_meta",
2022-05-03 19:00:29 +03:00
"rend",
2021-08-28 15:48:24 +03:00
"rkyv_derive",
"seahash",
]
[[package]]
name = "rkyv_derive"
2022-06-30 04:58:42 +03:00
version = "0.7.39"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "6eaedadc88b53e36dd32d940ed21ae4d850d5916f2581526921f553a72ac34c4"
2021-08-28 15:48:24 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
2021-08-03 13:42:19 +03:00
[[package]]
name = "rlimit"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc0bf25554376fd362f54332b8410a625c71f15445bca32ffdfdf4ec9ac91726"
dependencies = [
"libc",
]
[[package]]
name = "roc_alias_analysis"
version = "0.1.0"
dependencies = [
"morphic_lib",
"roc_collections",
2022-05-01 19:25:03 +03:00
"roc_debug_flags",
"roc_module",
"roc_mono",
]
[[package]]
name = "roc_ast"
version = "0.1.0"
dependencies = [
2021-11-30 16:06:36 +03:00
"arrayvec 0.7.2",
"bumpalo",
2021-11-06 05:19:37 +03:00
"indoc",
"libc",
"page_size",
2021-10-04 20:26:31 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_error_macros",
2021-10-04 20:26:31 +03:00
"roc_load",
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
2022-04-12 22:45:42 +03:00
"roc_reporting",
2022-07-11 02:42:41 +03:00
"roc_solve",
2022-01-26 17:44:24 +03:00
"roc_target",
"roc_types",
"roc_unify",
"snafu",
"ven_graph",
2022-02-28 15:48:11 +03:00
"winapi",
]
2020-07-21 08:35:10 +03:00
[[package]]
2020-08-23 18:49:33 +03:00
name = "roc_build"
2020-07-21 08:35:10 +03:00
version = "0.1.0"
dependencies = [
"bumpalo",
2021-05-29 22:46:33 +03:00
"inkwell 0.1.0",
2022-06-30 05:33:47 +03:00
"libloading",
2020-07-21 08:35:10 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_error_macros",
2021-09-15 21:53:00 +03:00
"roc_gen_dev",
"roc_gen_llvm",
2021-09-15 21:53:00 +03:00
"roc_gen_wasm",
2020-07-21 08:35:10 +03:00
"roc_load",
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
"roc_reporting",
2022-07-26 00:13:03 +03:00
"roc_solve_problem",
"roc_std",
2022-01-26 17:44:24 +03:00
"roc_target",
2020-07-21 08:35:10 +03:00
"roc_types",
"roc_unify",
2022-08-01 17:50:38 +03:00
"roc_utils",
"serde_json",
2020-07-21 08:35:10 +03:00
"target-lexicon",
2020-10-25 08:36:46 +03:00
"tempfile",
"wasi_libc_sys",
2020-07-21 08:35:10 +03:00
]
2020-05-14 00:03:50 +03:00
[[package]]
2020-08-23 18:49:33 +03:00
name = "roc_builtins"
2020-05-14 00:03:50 +03:00
version = "0.1.0"
dependencies = [
"dunce",
2022-03-12 02:18:06 +03:00
"lazy_static",
2020-05-14 00:03:50 +03:00
"roc_collections",
"roc_module",
2020-03-31 02:31:42 +03:00
"roc_region",
2022-01-26 16:28:26 +03:00
"roc_target",
2022-08-01 17:50:38 +03:00
"roc_utils",
2022-06-01 14:42:17 +03:00
"tempfile",
2020-03-31 02:31:42 +03:00
]
2020-08-23 18:49:33 +03:00
[[package]]
name = "roc_can"
version = "0.1.0"
dependencies = [
"bitvec 1.0.1",
2020-08-23 18:49:33 +03:00
"bumpalo",
2021-11-06 05:19:37 +03:00
"indoc",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
"roc_collections",
2022-02-20 02:38:31 +03:00
"roc_error_macros",
"roc_exhaustive",
"roc_module",
2020-08-23 18:49:33 +03:00
"roc_parse",
"roc_problem",
"roc_region",
"roc_types",
"static_assertions",
]
2020-04-01 04:15:13 +03:00
[[package]]
2020-08-23 18:49:33 +03:00
name = "roc_cli"
version = "0.1.0"
dependencies = [
"bumpalo",
"clap 3.2.11",
"cli_utils",
2020-11-18 21:26:59 +03:00
"const_format",
"criterion",
2022-05-12 00:10:36 +03:00
"errno",
2021-11-06 05:19:37 +03:00
"indoc",
"inkwell 0.1.0",
2022-05-12 00:10:36 +03:00
"libc",
2022-06-26 02:47:53 +03:00
"libloading",
"mimalloc",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
2020-08-23 18:49:33 +03:00
"roc_build",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_docs",
2020-08-23 18:49:33 +03:00
"roc_editor",
"roc_error_macros",
"roc_fmt",
"roc_gen_llvm",
2022-07-24 17:46:40 +03:00
"roc_glue",
"roc_linker",
2020-08-23 18:49:33 +03:00
"roc_load",
"roc_module",
2020-08-23 18:49:33 +03:00
"roc_mono",
"roc_parse",
"roc_region",
"roc_repl_cli",
2022-07-13 15:57:08 +03:00
"roc_repl_expect",
2020-08-23 18:49:33 +03:00
"roc_reporting",
2022-01-26 17:44:24 +03:00
"roc_target",
"roc_test_utils",
2020-10-27 03:32:44 +03:00
"serial_test",
2022-07-13 15:32:47 +03:00
"signal-hook",
"strum",
"strum_macros",
2020-08-23 18:49:33 +03:00
"target-lexicon",
2020-10-18 15:42:51 +03:00
"tempfile",
2022-06-26 02:47:53 +03:00
"ven_pretty",
2021-08-30 22:43:58 +03:00
"wasmer",
"wasmer-wasi",
]
[[package]]
name = "roc_code_markup"
version = "0.1.0"
dependencies = [
"bumpalo",
"itertools 0.10.3",
"palette",
"roc_ast",
"roc_module",
"roc_utils",
"serde",
"snafu",
]
[[package]]
name = "roc_collections"
version = "0.1.0"
dependencies = [
"bitvec 1.0.1",
"bumpalo",
"hashbrown 0.12.2",
2021-11-06 05:19:37 +03:00
"im",
"im-rc",
"wyhash",
]
[[package]]
name = "roc_constrain"
version = "0.1.0"
dependencies = [
2022-03-02 19:32:50 +03:00
"arrayvec 0.7.2",
"roc_can",
"roc_collections",
2022-02-20 21:47:01 +03:00
"roc_error_macros",
"roc_module",
"roc_parse",
"roc_region",
"roc_types",
]
[[package]]
name = "roc_debug_flags"
version = "0.1.0"
[[package]]
name = "roc_derive"
version = "0.1.0"
dependencies = [
"bumpalo",
"roc_can",
"roc_collections",
"roc_derive_key",
"roc_error_macros",
"roc_module",
"roc_region",
"roc_types",
"roc_unify",
]
[[package]]
2022-06-15 23:32:33 +03:00
name = "roc_derive_key"
version = "0.1.0"
dependencies = [
"roc_can",
"roc_collections",
"roc_error_macros",
"roc_module",
"roc_region",
"roc_types",
]
[[package]]
name = "roc_docs"
version = "0.1.0"
dependencies = [
"bumpalo",
"peg",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
"pulldown-cmark",
2021-09-29 21:05:03 +03:00
"roc_ast",
"roc_builtins",
"roc_can",
2021-09-29 21:05:03 +03:00
"roc_code_markup",
"roc_collections",
"roc_highlight",
"roc_load",
"roc_module",
2021-08-01 08:39:11 +03:00
"roc_parse",
"roc_region",
2022-04-12 22:45:42 +03:00
"roc_reporting",
2022-01-26 17:44:24 +03:00
"roc_target",
"roc_types",
2021-10-15 20:01:41 +03:00
"snafu",
]
2022-05-09 04:59:57 +03:00
[[package]]
name = "roc_docs_cli"
version = "0.1.0"
dependencies = [
"clap 3.2.11",
2022-05-09 04:59:57 +03:00
"roc_docs",
]
2020-05-04 04:38:36 +03:00
[[package]]
name = "roc_editor"
version = "0.1.0"
dependencies = [
2021-11-30 16:06:36 +03:00
"arrayvec 0.7.2",
2020-05-04 04:38:36 +03:00
"bumpalo",
2020-11-05 05:47:41 +03:00
"bytemuck",
2020-12-04 22:05:29 +03:00
"cgmath",
"colored",
"confy",
2021-01-30 18:23:54 +03:00
"copypasta",
2021-11-06 05:19:37 +03:00
"env_logger 0.9.0",
2021-09-08 21:01:46 +03:00
"fs_extra",
2020-05-30 08:08:17 +03:00
"futures",
"glyph_brush",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-30 08:08:17 +03:00
"log",
"nonempty",
2020-10-22 04:48:01 +03:00
"page_size",
2021-02-23 21:43:50 +03:00
"palette",
"pest",
"pest_derive",
2021-11-06 16:10:02 +03:00
"rand",
"roc_ast",
2021-08-13 20:54:35 +03:00
"roc_builtins",
2020-05-04 04:38:36 +03:00
"roc_can",
"roc_code_markup",
2020-05-04 04:38:36 +03:00
"roc_collections",
2021-08-13 20:54:35 +03:00
"roc_load",
2020-05-04 04:38:36 +03:00
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"roc_reporting",
2021-04-10 19:58:02 +03:00
"roc_solve",
2020-05-04 04:38:36 +03:00
"roc_types",
"roc_unify",
2021-09-28 20:54:05 +03:00
"rodio",
"serde",
"snafu",
2021-08-13 20:54:35 +03:00
"tempfile",
2021-09-29 14:48:53 +03:00
"threadpool",
2021-08-13 20:54:35 +03:00
"uuid",
2020-12-21 15:55:40 +03:00
"ven_graph",
2020-05-30 08:08:17 +03:00
"wgpu",
"wgpu_glyph",
2020-05-05 04:06:36 +03:00
"winit",
2020-05-04 04:38:36 +03:00
]
[[package]]
name = "roc_error_macros"
version = "0.1.0"
[[package]]
name = "roc_exhaustive"
version = "0.1.0"
dependencies = [
"roc_collections",
"roc_module",
"roc_region",
]
2020-03-07 02:14:23 +03:00
[[package]]
name = "roc_fmt"
version = "0.1.0"
dependencies = [
"bumpalo",
2021-11-06 05:19:37 +03:00
"indoc",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
2020-03-07 02:14:23 +03:00
"roc_collections",
"roc_module",
"roc_parse",
"roc_region",
2021-12-01 04:48:24 +03:00
"roc_test_utils",
2021-12-22 04:19:26 +03:00
"walkdir",
2020-03-07 02:14:23 +03:00
]
2020-03-07 02:15:38 +03:00
[[package]]
name = "roc_gen_dev"
2020-03-07 02:15:38 +03:00
version = "0.1.0"
dependencies = [
"bumpalo",
"capstone",
2022-06-30 05:33:47 +03:00
"object 0.29.0",
2021-11-19 02:52:55 +03:00
"packed_struct",
2020-03-07 02:15:38 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_error_macros",
2020-03-07 02:15:38 +03:00
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
"roc_solve",
2020-09-30 16:01:16 +03:00
"roc_std",
2022-01-26 17:44:24 +03:00
"roc_target",
2020-03-07 02:15:38 +03:00
"roc_types",
"roc_unify",
2020-03-31 02:31:42 +03:00
"target-lexicon",
2020-03-07 02:15:38 +03:00
]
[[package]]
name = "roc_gen_llvm"
version = "0.1.0"
dependencies = [
"bumpalo",
"inkwell 0.1.0",
"morphic_lib",
"roc_alias_analysis",
"roc_builtins",
"roc_collections",
2022-05-01 19:25:03 +03:00
"roc_debug_flags",
"roc_error_macros",
"roc_module",
"roc_mono",
2022-07-23 01:08:01 +03:00
"roc_region",
"roc_std",
2022-01-26 16:28:26 +03:00
"roc_target",
"target-lexicon",
]
2021-09-05 15:07:37 +03:00
[[package]]
name = "roc_gen_wasm"
version = "0.1.0"
dependencies = [
"bitvec 1.0.1",
2021-09-05 15:07:37 +03:00
"bumpalo",
"roc_builtins",
"roc_collections",
"roc_error_macros",
2021-09-05 15:07:37 +03:00
"roc_module",
"roc_mono",
"roc_std",
2022-01-26 17:44:24 +03:00
"roc_target",
2021-09-05 15:07:37 +03:00
]
2022-07-24 17:24:16 +03:00
[[package]]
name = "roc_glue"
version = "0.1.0"
dependencies = [
"bumpalo",
"clap 3.2.11",
"cli_utils",
"dircpy",
"fnv",
"indexmap",
"indoc",
"pretty_assertions",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_error_macros",
"roc_load",
"roc_module",
"roc_mono",
"roc_reporting",
"roc_std",
"roc_target",
"roc_test_utils",
"roc_types",
"strum",
"strum_macros",
"target-lexicon",
"tempfile",
]
[[package]]
name = "roc_highlight"
version = "0.1.0"
dependencies = [
"peg",
"roc_code_markup",
]
2021-08-03 05:17:13 +03:00
[[package]]
name = "roc_ident"
version = "0.1.0"
[[package]]
name = "roc_late_solve"
version = "0.1.0"
dependencies = [
"bumpalo",
"roc_can",
"roc_collections",
"roc_derive",
"roc_error_macros",
"roc_module",
"roc_solve",
"roc_types",
"roc_unify",
]
2021-08-17 06:06:44 +03:00
[[package]]
name = "roc_linker"
version = "0.1.0"
dependencies = [
2021-08-21 06:52:43 +03:00
"bincode",
2021-08-17 06:06:44 +03:00
"bumpalo",
"clap 3.2.11",
"iced-x86",
"mach_object",
2022-07-18 10:15:47 +03:00
"memmap2 0.5.5",
"object 0.26.2",
"roc_build",
"roc_collections",
"roc_error_macros",
"roc_mono",
2021-08-21 06:52:43 +03:00
"serde",
"target-lexicon",
"tempfile",
2021-08-17 06:06:44 +03:00
]
2020-03-07 02:15:23 +03:00
[[package]]
name = "roc_load"
version = "0.1.0"
2022-03-23 17:18:22 +03:00
dependencies = [
"bumpalo",
"roc_builtins",
"roc_can",
2022-03-23 22:04:38 +03:00
"roc_collections",
2022-03-23 17:18:22 +03:00
"roc_load_internal",
"roc_module",
2022-04-12 22:36:36 +03:00
"roc_reporting",
"roc_target",
2022-03-23 22:04:38 +03:00
"roc_types",
2022-03-23 17:18:22 +03:00
]
[[package]]
name = "roc_load_internal"
version = "0.1.0"
2020-03-07 02:15:23 +03:00
dependencies = [
"bumpalo",
2020-07-29 03:35:18 +03:00
"crossbeam",
2021-11-06 05:19:37 +03:00
"indoc",
2020-03-07 02:15:23 +03:00
"maplit",
2022-06-30 04:58:42 +03:00
"parking_lot 0.12.1",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
2020-03-07 02:15:23 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_debug_flags",
2022-06-22 22:11:22 +03:00
"roc_derive",
"roc_derive_key",
2022-02-20 02:38:31 +03:00
"roc_error_macros",
"roc_late_solve",
2020-03-07 02:15:23 +03:00
"roc_module",
2020-08-13 06:15:05 +03:00
"roc_mono",
2020-03-07 02:15:23 +03:00
"roc_parse",
"roc_problem",
"roc_region",
2021-02-03 22:21:12 +03:00
"roc_reporting",
2020-03-07 02:15:23 +03:00
"roc_solve",
2022-07-26 00:13:03 +03:00
"roc_solve_problem",
2022-01-26 17:44:24 +03:00
"roc_target",
"roc_test_utils",
2020-03-07 02:15:23 +03:00
"roc_types",
"roc_unify",
2021-02-21 02:14:15 +03:00
"ven_pretty",
2020-03-07 02:15:23 +03:00
]
[[package]]
name = "roc_module"
version = "0.1.0"
dependencies = [
"bumpalo",
"lazy_static",
"roc_collections",
"roc_error_macros",
2021-08-03 20:28:28 +03:00
"roc_ident",
"roc_region",
2021-10-15 20:01:41 +03:00
"snafu",
"static_assertions",
]
2020-03-07 02:15:06 +03:00
[[package]]
name = "roc_mono"
version = "0.1.0"
dependencies = [
"bumpalo",
"hashbrown 0.12.2",
2021-11-21 01:25:30 +03:00
"roc_builtins",
2020-03-07 02:15:06 +03:00
"roc_can",
"roc_collections",
"roc_debug_flags",
"roc_derive",
"roc_error_macros",
"roc_exhaustive",
"roc_late_solve",
2020-03-07 02:15:06 +03:00
"roc_module",
"roc_problem",
"roc_region",
2021-08-26 21:18:26 +03:00
"roc_std",
2022-01-26 16:28:26 +03:00
"roc_target",
2020-03-07 02:15:06 +03:00
"roc_types",
"static_assertions",
2020-07-28 02:13:49 +03:00
"ven_pretty",
2020-03-07 02:15:06 +03:00
]
[[package]]
name = "roc_parse"
version = "0.1.0"
dependencies = [
"bumpalo",
"criterion",
2020-07-27 02:31:03 +03:00
"encode_unicode",
2021-11-06 05:19:37 +03:00
"indoc",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_collections",
"roc_module",
"roc_region",
2021-12-01 04:48:24 +03:00
"roc_test_utils",
]
[[package]]
name = "roc_problem"
version = "0.1.0"
dependencies = [
"roc_collections",
"roc_module",
"roc_parse",
"roc_region",
2022-03-15 19:18:02 +03:00
"roc_types",
]
[[package]]
name = "roc_region"
version = "0.1.0"
2022-01-02 06:06:19 +03:00
dependencies = [
"static_assertions",
2022-01-02 06:06:19 +03:00
]
[[package]]
name = "roc_repl_cli"
version = "0.1.0"
dependencies = [
"bumpalo",
"const_format",
"inkwell 0.1.0",
2022-06-30 05:33:47 +03:00
"libloading",
"roc_build",
"roc_builtins",
"roc_collections",
"roc_gen_llvm",
"roc_load",
"roc_module",
"roc_mono",
"roc_parse",
2022-07-18 23:42:07 +03:00
"roc_region",
"roc_repl_eval",
"roc_reporting",
"roc_std",
"roc_target",
"roc_types",
"rustyline",
"rustyline-derive",
"target-lexicon",
]
[[package]]
name = "roc_repl_eval"
version = "0.1.0"
dependencies = [
"bumpalo",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_fmt",
"roc_load",
"roc_module",
"roc_mono",
"roc_parse",
"roc_region",
"roc_reporting",
"roc_std",
"roc_target",
"roc_types",
]
2022-07-06 15:06:12 +03:00
[[package]]
name = "roc_repl_expect"
version = "0.1.0"
dependencies = [
"bumpalo",
2022-07-27 14:51:12 +03:00
"indoc",
"inkwell 0.1.0",
2022-07-27 14:51:12 +03:00
"libc",
"libloading",
2022-07-27 14:51:12 +03:00
"pretty_assertions",
"roc_build",
2022-07-06 15:06:12 +03:00
"roc_builtins",
"roc_collections",
"roc_gen_llvm",
2022-07-06 15:06:12 +03:00
"roc_load",
"roc_module",
"roc_mono",
"roc_parse",
"roc_region",
2022-07-06 15:06:12 +03:00
"roc_repl_eval",
"roc_reporting",
"roc_std",
"roc_target",
"roc_types",
2022-07-27 14:51:12 +03:00
"strip-ansi-escapes",
2022-07-06 15:06:12 +03:00
"target-lexicon",
2022-07-27 14:51:12 +03:00
"tempfile",
"test_gen",
2022-07-06 15:06:12 +03:00
]
[[package]]
name = "roc_repl_wasm"
version = "0.1.0"
dependencies = [
"bumpalo",
"console_error_panic_hook",
"futures",
"js-sys",
"roc_builtins",
"roc_collections",
"roc_gen_wasm",
"roc_load",
"roc_parse",
"roc_repl_eval",
"roc_reporting",
"roc_target",
"roc_types",
"wasi_libc_sys",
"wasm-bindgen",
"wasm-bindgen-futures",
]
2020-03-06 10:06:18 +03:00
[[package]]
name = "roc_reporting"
version = "0.1.0"
dependencies = [
2020-03-07 22:43:47 +03:00
"bumpalo",
2020-04-08 18:14:38 +03:00
"distance",
2021-11-06 05:19:37 +03:00
"indoc",
"insta",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
2020-03-07 22:43:47 +03:00
"roc_builtins",
"roc_can",
2020-03-06 10:06:18 +03:00
"roc_collections",
2020-03-07 22:43:47 +03:00
"roc_constrain",
"roc_derive",
"roc_exhaustive",
2022-07-26 00:49:00 +03:00
"roc_fmt",
2022-04-12 22:36:36 +03:00
"roc_load",
2020-03-06 10:06:18 +03:00
"roc_module",
2020-03-07 22:43:47 +03:00
"roc_parse",
2020-03-06 10:06:18 +03:00
"roc_problem",
"roc_region",
2020-03-07 22:43:47 +03:00
"roc_solve",
2022-07-26 00:13:03 +03:00
"roc_solve_problem",
"roc_std",
2022-01-26 17:59:21 +03:00
"roc_target",
2021-12-24 06:28:02 +03:00
"roc_test_utils",
2020-03-06 10:06:18 +03:00
"roc_types",
2020-04-04 02:40:17 +03:00
"ven_pretty",
2020-03-06 10:06:18 +03:00
]
[[package]]
name = "roc_solve"
version = "0.1.0"
dependencies = [
2021-11-27 03:31:48 +03:00
"arrayvec 0.7.2",
"bumpalo",
2021-11-06 05:19:37 +03:00
"indoc",
2022-07-18 22:39:42 +03:00
"insta",
"lazy_static",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
"regex",
"roc_builtins",
"roc_can",
"roc_collections",
2022-05-05 19:06:09 +03:00
"roc_debug_flags",
"roc_derive",
"roc_derive_key",
2022-04-12 22:36:36 +03:00
"roc_error_macros",
"roc_exhaustive",
2020-10-16 21:50:42 +03:00
"roc_load",
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
2022-04-12 22:36:36 +03:00
"roc_reporting",
"roc_solve",
2022-07-26 00:13:03 +03:00
"roc_solve_problem",
2022-01-26 17:59:21 +03:00
"roc_target",
"roc_types",
"roc_unify",
2020-10-16 21:50:42 +03:00
"tempfile",
]
2022-07-26 00:13:03 +03:00
[[package]]
name = "roc_solve_problem"
version = "0.1.0"
dependencies = [
"roc_can",
"roc_collections",
"roc_exhaustive",
"roc_module",
"roc_problem",
"roc_region",
"roc_types",
]
2020-09-30 16:01:16 +03:00
[[package]]
name = "roc_std"
version = "0.1.0"
dependencies = [
2022-06-08 16:45:24 +03:00
"arrayvec 0.7.2",
"static_assertions",
]
2020-09-30 16:01:16 +03:00
2022-01-26 15:55:06 +03:00
[[package]]
name = "roc_target"
version = "0.1.0"
dependencies = [
"strum",
"strum_macros",
2022-01-26 15:55:06 +03:00
"target-lexicon",
]
2021-12-01 04:48:24 +03:00
[[package]]
name = "roc_test_utils"
version = "0.1.0"
dependencies = [
"pretty_assertions",
"remove_dir_all 0.7.0",
]
2021-12-01 04:48:24 +03:00
[[package]]
name = "roc_types"
version = "0.1.0"
dependencies = [
"bumpalo",
"roc_collections",
"roc_debug_flags",
"roc_error_macros",
"roc_module",
"roc_region",
"static_assertions",
]
[[package]]
name = "roc_unify"
version = "0.1.0"
dependencies = [
"bitflags",
2022-07-26 00:36:46 +03:00
"roc_can",
"roc_collections",
"roc_debug_flags",
2022-04-12 22:36:36 +03:00
"roc_error_macros",
"roc_module",
2022-07-26 00:36:46 +03:00
"roc_solve_problem",
"roc_types",
]
[[package]]
name = "roc_utils"
version = "0.1.0"
dependencies = [
"snafu",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "rodio"
2022-06-30 05:33:47 +03:00
version = "0.15.0"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "ec0939e9f626e6c6f1989adb6226a039c855ca483053f0ee7c98b90e41cf731e"
2021-09-28 20:54:05 +03:00
dependencies = [
"claxon",
"cpal",
"hound",
"lewton",
"minimp3",
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "rustc-demangle"
2021-09-08 19:24:32 +03:00
version = "0.1.21"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2020-10-11 02:49:49 +03:00
2020-05-30 08:08:17 +03:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2022-05-03 19:00:29 +03:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver 0.9.0",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "rustc_version"
2021-09-08 19:24:32 +03:00
version = "0.4.0"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2020-04-04 02:40:17 +03:00
dependencies = [
"semver 1.0.12",
]
[[package]]
name = "rustix"
version = "0.35.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51cc38aa10f6bbb377ed28197aa052aa4e2b762c22be9d3153d01822587e787"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
2022-06-30 04:58:42 +03:00
"windows-sys 0.36.1",
2020-04-04 02:40:17 +03:00
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "rustversion"
2022-06-30 04:58:42 +03:00
version = "1.0.7"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "a0a5f7c728f5d284929a1cccb5bc19884422bfe6ef4d6c409da2c41838983fcf"
2021-08-28 15:48:24 +03:00
2020-11-21 19:50:38 +03:00
[[package]]
name = "rustyline"
2021-12-29 07:07:02 +03:00
version = "9.1.1"
2022-02-28 15:48:11 +03:00
source = "git+https://github.com/rtfeldman/rustyline?rev=e74333c#e74333c0d618896b88175bf06645108f996fe6d0"
2020-11-21 19:50:38 +03:00
dependencies = [
2021-12-29 07:07:02 +03:00
"bitflags",
"cfg-if 1.0.0",
"clipboard-win 4.4.1",
2021-02-08 00:50:33 +03:00
"dirs-next",
2021-12-29 07:07:02 +03:00
"fd-lock",
2021-05-28 16:08:46 +03:00
"libc",
2020-11-21 19:50:38 +03:00
"log",
"memchr",
2021-12-29 07:07:02 +03:00
"nix 0.23.1",
"radix_trie",
2020-11-21 19:50:38 +03:00
"scopeguard",
2021-12-29 07:07:02 +03:00
"smallvec",
2020-11-21 19:50:38 +03:00
"unicode-segmentation",
"unicode-width",
2021-09-08 19:24:32 +03:00
"utf8parse",
2021-11-06 05:19:37 +03:00
"winapi",
2020-11-21 19:50:38 +03:00
]
[[package]]
name = "rustyline-derive"
2021-12-29 07:07:02 +03:00
version = "0.6.0"
2022-02-28 15:48:11 +03:00
source = "git+https://github.com/rtfeldman/rustyline?rev=e74333c#e74333c0d618896b88175bf06645108f996fe6d0"
2020-11-21 19:50:38 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"quote",
"syn",
2020-11-21 19:50:38 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "ryu"
2022-06-30 04:58:42 +03:00
version = "1.0.10"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2020-04-04 02:40:17 +03:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2019-11-18 16:56:35 +03:00
[[package]]
name = "scopeguard"
2020-02-28 06:07:55 +03:00
version = "1.1.0"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-28 06:07:55 +03:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-11-18 16:56:35 +03:00
2021-08-28 15:48:24 +03:00
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2022-05-03 19:00:29 +03:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
"semver-parser 0.7.0",
]
2021-05-29 22:46:33 +03:00
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
2022-05-03 19:00:29 +03:00
"semver-parser 0.10.2",
2019-05-24 08:54:10 +03:00
]
2021-09-08 19:24:32 +03:00
[[package]]
name = "semver"
version = "1.0.12"
2021-09-08 19:24:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
2021-09-08 19:24:32 +03:00
2022-05-03 19:00:29 +03:00
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2021-05-29 22:46:33 +03:00
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "serde"
version = "1.0.139"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-xml-rs"
2021-11-06 05:19:37 +03:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "65162e9059be2f6a3421ebbb4fef3e74b7d9e7c60c50a0e292c6239f19f1edfa"
dependencies = [
"log",
"serde",
"thiserror",
"xml-rs",
]
2020-07-24 04:38:10 +03:00
2021-08-28 15:48:24 +03:00
[[package]]
name = "serde_bytes"
version = "0.11.6"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212e73464ebcde48d723aa02eb270ba62eff38a9b732df31f33f1b4e145f3a54"
2021-08-28 15:48:24 +03:00
dependencies = [
"serde",
]
2020-07-24 04:38:10 +03:00
[[package]]
name = "serde_cbor"
2021-09-08 19:24:32 +03:00
version = "0.11.2"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
2020-07-24 04:38:10 +03:00
dependencies = [
"half",
"serde",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "serde_derive"
version = "1.0.139"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "serde_json"
2022-06-30 04:58:42 +03:00
version = "1.0.82"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
2020-04-04 02:40:17 +03:00
dependencies = [
2022-06-30 04:58:42 +03:00
"itoa 1.0.2",
2020-04-04 02:40:17 +03:00
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec0091e1f5aa338283ce049bd9dfefd55e1f168ac233e85c1ffe0038fb48cbe"
dependencies = [
2021-09-08 19:24:32 +03:00
"indexmap",
"ryu",
"serde",
"yaml-rust",
]
2020-10-27 03:32:44 +03:00
[[package]]
name = "serial_test"
2022-06-30 05:33:47 +03:00
version = "0.8.0"
2020-10-27 03:32:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "7eec42e7232e5ca56aa59d63af3c7f991fe71ee6a3ddd2d3480834cf3902b007"
2020-10-27 03:32:44 +03:00
dependencies = [
2022-06-30 05:33:47 +03:00
"futures",
2020-10-27 03:32:44 +03:00
"lazy_static",
2022-06-30 05:33:47 +03:00
"log",
"parking_lot 0.12.1",
2020-10-27 03:32:44 +03:00
"serial_test_derive",
]
[[package]]
name = "serial_test_derive"
2022-06-30 05:33:47 +03:00
version = "0.8.0"
2020-10-27 03:32:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "f1b95bb2f4f624565e8fe8140c789af7e2082c0e0561b5a82a1b678baa9703dc"
2020-10-27 03:32:44 +03:00
dependencies = [
2022-06-30 05:33:47 +03:00
"proc-macro-error",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2022-06-30 05:33:47 +03:00
"rustversion",
2021-11-06 05:19:37 +03:00
"syn",
2020-10-27 03:32:44 +03:00
]
2020-09-14 05:35:28 +03:00
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
2021-05-07 18:26:49 +03:00
"block-buffer 0.7.3",
"digest 0.8.1",
2020-09-14 05:35:28 +03:00
"fake-simd",
2022-06-30 05:33:47 +03:00
"opaque-debug",
2021-05-07 18:26:49 +03:00
]
2022-05-03 19:00:29 +03:00
[[package]]
name = "sha1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2021-05-07 18:26:49 +03:00
[[package]]
name = "sha2"
2022-06-30 05:33:47 +03:00
version = "0.10.2"
2021-05-07 18:26:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
2021-05-07 18:26:49 +03:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
2022-06-30 05:33:47 +03:00
"digest 0.10.3",
2020-09-14 05:35:28 +03:00
]
2022-07-09 20:32:47 +03:00
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
2021-09-28 20:54:05 +03:00
[[package]]
name = "shlex"
version = "1.1.0"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2021-09-28 20:54:05 +03:00
2022-07-13 15:32:47 +03:00
[[package]]
name = "signal-hook"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
[[package]]
name = "similar"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
2021-02-23 21:43:50 +03:00
[[package]]
name = "siphasher"
version = "0.3.10"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2021-02-23 21:43:50 +03:00
[[package]]
name = "sized-chunks"
2021-05-29 22:46:33 +03:00
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
dependencies = [
"bitmaps",
"typenum",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "slab"
version = "0.4.6"
2020-04-15 14:00:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2020-04-15 14:00:06 +03:00
2021-09-28 20:54:05 +03:00
[[package]]
name = "slice-deque"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31ef6ee280cdefba6d2d0b4b78a84a1c1a3f3a4cec98c2d4231c8bc225de0f25"
dependencies = [
"libc",
"mach",
2021-11-06 05:19:37 +03:00
"winapi",
2021-09-28 20:54:05 +03:00
]
2019-11-27 01:18:57 +03:00
[[package]]
name = "slotmap"
version = "1.0.6"
2020-01-31 07:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
2020-01-31 07:57:17 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "smallvec"
2022-06-30 04:58:42 +03:00
version = "1.9.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
2021-01-30 18:23:54 +03:00
[[package]]
name = "smithay-client-toolkit"
2022-06-30 05:33:47 +03:00
version = "0.15.4"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "8a28f16a97fa0e8ce563b2774d1e732dd5d4025d2772c5dba0a41a0f90a29da3"
2021-01-30 18:23:54 +03:00
dependencies = [
"bitflags",
"calloop",
2022-06-30 05:33:47 +03:00
"dlib",
2021-01-30 18:23:54 +03:00
"lazy_static",
"log",
2022-06-30 05:33:47 +03:00
"memmap2 0.3.1",
"nix 0.22.3",
"pkg-config",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
2021-01-30 18:23:54 +03:00
]
2021-09-08 19:24:32 +03:00
[[package]]
name = "smithay-client-toolkit"
2022-06-30 04:58:42 +03:00
version = "0.16.0"
2021-09-08 19:24:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
2021-09-08 19:24:32 +03:00
dependencies = [
"bitflags",
2022-06-30 05:33:47 +03:00
"dlib",
2021-09-08 19:24:32 +03:00
"lazy_static",
"log",
"memmap2 0.5.5",
2022-06-30 04:58:42 +03:00
"nix 0.24.1",
2021-11-06 03:02:46 +03:00
"pkg-config",
2022-06-30 05:33:47 +03:00
"wayland-client",
"wayland-cursor",
"wayland-protocols",
2021-09-08 19:24:32 +03:00
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "smithay-clipboard"
2022-06-30 04:58:42 +03:00
version = "0.6.6"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8"
2021-01-30 18:23:54 +03:00
dependencies = [
2022-06-30 04:58:42 +03:00
"smithay-client-toolkit 0.16.0",
2022-06-30 05:33:47 +03:00
"wayland-client",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "snafu"
2022-06-30 05:33:47 +03:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "5177903bf45656592d9eb5c0e22f408fc023aae51dbe2088889b71633ba451f2"
dependencies = [
"backtrace",
"doc-comment",
"snafu-derive",
]
[[package]]
name = "snafu-derive"
2022-06-30 05:33:47 +03:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "410b26ed97440d90ced3e2488c868d56a86e2064f5d7d6f417909b286afe25e5"
dependencies = [
2022-06-30 05:33:47 +03:00
"heck",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "spirv"
version = "0.2.0+1.5.4"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
2020-10-31 02:54:56 +03:00
dependencies = [
"bitflags",
"num-traits",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2022-05-03 19:00:29 +03:00
[[package]]
name = "standback"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
dependencies = [
"version_check",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2021-09-28 20:54:05 +03:00
[[package]]
name = "stdweb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
2022-05-03 19:00:29 +03:00
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
"rustc_version 0.2.3",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_derive",
"syn",
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"proc-macro2",
"quote",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn",
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
2021-12-29 07:07:02 +03:00
[[package]]
name = "str-buf"
2022-06-30 04:58:42 +03:00
version = "1.0.6"
2021-12-29 07:07:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
2021-12-29 07:07:02 +03:00
2020-08-23 18:49:33 +03:00
[[package]]
name = "strip-ansi-escapes"
2021-09-08 19:24:32 +03:00
version = "0.1.1"
2020-08-23 18:49:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8"
2020-08-23 18:49:33 +03:00
dependencies = [
"vte",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
2022-06-30 04:58:42 +03:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
[[package]]
name = "strum_macros"
2022-06-30 04:58:42 +03:00
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b"
dependencies = [
"heck",
"proc-macro2",
"quote",
"rustversion",
"syn",
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "syn"
2022-06-30 04:58:42 +03:00
version = "1.0.98"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
2019-10-16 04:16:27 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2022-06-30 04:58:42 +03:00
"unicode-ident",
2019-10-16 04:16:27 +03:00
]
2021-11-19 02:52:55 +03:00
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2020-03-31 02:31:42 +03:00
[[package]]
name = "target-lexicon"
2022-06-30 04:58:42 +03:00
version = "0.12.4"
2020-03-31 02:31:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"
2020-03-31 02:31:42 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "tempfile"
version = "3.3.0"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-02-08 00:50:33 +03:00
"cfg-if 1.0.0",
"fastrand",
2021-05-28 16:08:46 +03:00
"libc",
2021-09-08 19:24:32 +03:00
"redox_syscall",
"remove_dir_all 0.5.3",
2021-11-06 05:19:37 +03:00
"winapi",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "termcolor"
version = "1.1.3"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2020-04-04 02:40:17 +03:00
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
"winapi",
]
2022-06-14 22:12:40 +03:00
[[package]]
2022-06-15 20:59:03 +03:00
name = "test_derive"
2022-06-14 22:12:40 +03:00
version = "0.1.0"
dependencies = [
"bumpalo",
"indoc",
"insta",
2022-06-14 22:12:40 +03:00
"lazy_static",
2022-06-15 00:06:52 +03:00
"pretty_assertions",
2022-06-14 22:12:40 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
2022-06-15 00:06:52 +03:00
"roc_debug_flags",
"roc_derive",
2022-06-15 23:32:33 +03:00
"roc_derive_key",
2022-06-14 22:12:40 +03:00
"roc_load_internal",
"roc_module",
"roc_region",
"roc_reporting",
"roc_solve",
"roc_target",
"roc_types",
"ven_pretty",
]
2021-03-01 16:59:27 +03:00
[[package]]
name = "test_gen"
version = "0.1.0"
dependencies = [
"bumpalo",
"criterion",
2021-03-01 16:59:27 +03:00
"either",
2021-11-06 05:19:37 +03:00
"indoc",
2021-05-29 22:46:33 +03:00
"inkwell 0.1.0",
"lazy_static",
2021-05-28 16:08:46 +03:00
"libc",
2022-06-30 05:33:47 +03:00
"libloading",
2021-03-01 16:59:27 +03:00
"roc_build",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_debug_flags",
"roc_error_macros",
"roc_gen_dev",
"roc_gen_llvm",
"roc_gen_wasm",
2021-03-01 16:59:27 +03:00
"roc_load",
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
"roc_reporting",
"roc_solve",
"roc_std",
2022-01-26 17:59:21 +03:00
"roc_target",
2021-03-01 16:59:27 +03:00
"roc_types",
"roc_unify",
"target-lexicon",
"tempfile",
"wasi_libc_sys",
2022-07-09 20:32:47 +03:00
"wasm3",
2021-03-01 16:59:27 +03:00
]
2021-05-30 17:48:42 +03:00
[[package]]
2021-05-30 19:09:41 +03:00
name = "test_mono"
2021-05-30 17:48:42 +03:00
version = "0.1.0"
dependencies = [
2021-05-30 19:09:41 +03:00
"bumpalo",
2021-11-06 05:19:37 +03:00
"indoc",
2021-05-30 17:48:42 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_load",
"roc_module",
"roc_mono",
"roc_reporting",
2022-01-26 17:59:21 +03:00
"roc_target",
2021-05-30 19:09:41 +03:00
"test_mono_macros",
]
[[package]]
name = "test_mono_macros"
version = "0.1.0"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-05-30 17:48:42 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2021-11-06 05:19:37 +03:00
[[package]]
name = "textwrap"
2022-05-04 15:41:02 +03:00
version = "0.15.0"
2021-11-06 05:19:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-04 15:41:02 +03:00
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
2021-11-06 05:19:37 +03:00
[[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 = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
]
2021-09-29 14:48:53 +03:00
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "time"
2022-05-03 19:00:29 +03:00
version = "0.2.27"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-03 19:00:29 +03:00
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
2021-08-28 15:48:24 +03:00
dependencies = [
2022-05-03 19:00:29 +03:00
"const_fn",
2021-08-28 15:48:24 +03:00
"libc",
2022-05-03 19:00:29 +03:00
"standback",
"stdweb 0.4.20",
"time-macros 0.1.1",
2022-05-03 19:00:29 +03:00
"version_check",
2021-11-06 05:19:37 +03:00
"winapi",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "time"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217"
dependencies = [
"itoa 1.0.2",
"libc",
"num_threads",
"time-macros 0.2.4",
]
2022-05-03 19:00:29 +03:00
[[package]]
name = "time-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
dependencies = [
"proc-macro-hack",
"time-macros-impl",
]
[[package]]
name = "time-macros"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2022-05-03 19:00:29 +03:00
[[package]]
name = "time-macros-impl"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"standback",
"syn",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "tinytemplate"
2021-03-06 14:14:55 +03:00
version = "1.2.1"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2020-04-04 02:40:17 +03:00
dependencies = [
"serde",
"serde_json",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-09-28 20:54:05 +03:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-07-24 04:38:10 +03:00
[[package]]
name = "toml"
version = "0.5.9"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2020-07-24 04:38:10 +03:00
dependencies = [
"serde",
2019-11-18 16:56:35 +03:00
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "tracing"
2022-06-30 04:58:42 +03:00
version = "0.1.35"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
2021-08-28 15:48:24 +03:00
dependencies = [
"cfg-if 1.0.0",
"log",
2021-11-06 02:58:11 +03:00
"pin-project-lite",
2021-08-28 15:48:24 +03:00
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.22"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
2021-08-28 15:48:24 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "tracing-core"
2022-06-30 04:58:42 +03:00
version = "0.1.28"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
2021-08-28 15:48:24 +03:00
dependencies = [
2022-06-30 04:58:42 +03:00
"once_cell",
2021-08-28 15:48:24 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "ttf-parser"
2022-06-30 04:58:42 +03:00
version = "0.15.2"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
2020-05-30 08:08:17 +03:00
[[package]]
name = "twox-hash"
version = "1.6.3"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-09-08 19:24:32 +03:00
"cfg-if 1.0.0",
2021-11-06 16:10:02 +03:00
"rand",
"static_assertions",
2020-05-30 08:08:17 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "typed-arena"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
2019-05-24 08:54:10 +03:00
[[package]]
name = "typenum"
version = "1.15.0"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2019-11-18 16:56:35 +03:00
2020-09-14 05:35:28 +03:00
[[package]]
name = "ucd-trie"
version = "0.1.4"
2020-09-14 05:35:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
2020-09-14 05:35:28 +03:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
2021-05-28 16:08:46 +03:00
"version_check",
2020-09-14 05:35:28 +03:00
]
2022-06-30 04:58:42 +03:00
[[package]]
name = "unicode-ident"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
2020-07-21 08:35:10 +03:00
[[package]]
name = "unicode-segmentation"
version = "1.9.0"
2020-07-21 08:35:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2020-07-21 08:35:10 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "unicode-width"
2021-11-06 03:02:46 +03:00
version = "0.1.9"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-04-04 02:40:17 +03:00
2019-10-16 04:16:27 +03:00
[[package]]
name = "unicode-xid"
version = "0.2.3"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
2019-11-18 16:56:35 +03:00
2020-11-21 19:50:38 +03:00
[[package]]
name = "utf8parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
2021-08-13 20:54:35 +03:00
[[package]]
name = "uuid"
2022-06-30 05:33:47 +03:00
version = "1.1.2"
2021-08-13 20:54:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
2021-08-13 20:54:35 +03:00
dependencies = [
2021-11-06 16:10:02 +03:00
"getrandom",
2021-08-13 20:54:35 +03:00
]
[[package]]
name = "ven_graph"
version = "2.0.5-pre"
dependencies = [
"roc_collections",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "ven_pretty"
version = "0.9.1-alpha.0"
dependencies = [
2021-11-06 05:19:37 +03:00
"arrayvec 0.7.2",
2020-04-04 02:40:17 +03:00
"termcolor",
"typed-arena",
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "version_check"
version = "0.9.4"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2019-11-18 16:56:35 +03:00
2020-08-23 18:49:33 +03:00
[[package]]
name = "vte"
2021-09-08 19:24:32 +03:00
version = "0.10.1"
2020-08-23 18:49:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
2020-08-23 18:49:33 +03:00
dependencies = [
"arrayvec 0.5.2",
2021-09-08 19:24:32 +03:00
"utf8parse",
"vte_generate_state_changes",
]
[[package]]
name = "vte_generate_state_changes"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2020-08-23 18:49:33 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "walkdir"
2021-04-13 15:39:32 +03:00
version = "2.3.2"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2020-04-04 02:40:17 +03:00
dependencies = [
"same-file",
2021-11-06 05:19:37 +03:00
"winapi",
2020-04-04 02:40:17 +03:00
"winapi-util",
]
[[package]]
name = "wasi"
2022-06-30 04:58:42 +03:00
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasi_libc_sys"
version = "0.1.0"
2020-04-04 02:40:17 +03:00
[[package]]
name = "wasm-bindgen"
2022-06-30 04:58:42 +03:00
version = "0.2.81"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
2020-04-04 02:40:17 +03:00
dependencies = [
"cfg-if 1.0.0",
2020-04-04 02:40:17 +03:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-06-30 04:58:42 +03:00
version = "0.2.81"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
2020-04-04 02:40:17 +03:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-04-04 02:40:17 +03:00
"wasm-bindgen-shared",
]
2020-10-31 02:54:56 +03:00
[[package]]
name = "wasm-bindgen-futures"
2022-06-30 04:58:42 +03:00
version = "0.4.31"
2020-10-31 02:54:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
2020-10-31 02:54:56 +03:00
dependencies = [
"cfg-if 1.0.0",
2020-10-31 02:54:56 +03:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "wasm-bindgen-macro"
2022-06-30 04:58:42 +03:00
version = "0.2.81"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"quote",
2020-04-04 02:40:17 +03:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-06-30 04:58:42 +03:00
version = "0.2.81"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-04-04 02:40:17 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-06-30 04:58:42 +03:00
version = "0.2.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
[[package]]
name = "wasm-encoder"
version = "0.14.0"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f76068e87fe9b837a6bc2ccded66784173eadb828c4168643e9fddf6f9ed2e61"
2022-06-30 04:58:42 +03:00
dependencies = [
"leb128",
]
2020-04-04 02:40:17 +03:00
2022-07-09 20:32:47 +03:00
[[package]]
name = "wasm3"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd7dde97449e99be474a432bbb0b1ab40b8f7ce3e97aa7ac640e9ecd018bbf88"
dependencies = [
"cty",
"wasm3-sys",
]
[[package]]
name = "wasm3-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a4e5d10bf1ffe7753275d4bbae3dc135dd2d2decd90e615accf9fef8bc52bab"
dependencies = [
"cc",
"cty",
"shlex 0.1.1",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "wasmer"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "ea8d8361c9d006ea3d7797de7bd6b1492ffd0f91a22430cfda6c1658ad57bedf"
2021-08-28 15:48:24 +03:00
dependencies = [
"cfg-if 1.0.0",
"indexmap",
2022-05-03 19:00:29 +03:00
"js-sys",
2021-08-28 15:48:24 +03:00
"loupe",
"more-asserts",
"target-lexicon",
"thiserror",
2022-05-03 19:00:29 +03:00
"wasm-bindgen",
2022-06-30 04:58:42 +03:00
"wasmer-artifact",
2021-08-28 15:48:24 +03:00
"wasmer-compiler",
"wasmer-compiler-cranelift",
"wasmer-compiler-singlepass",
2021-08-28 15:48:24 +03:00
"wasmer-derive",
"wasmer-engine",
"wasmer-engine-dylib",
"wasmer-engine-universal",
"wasmer-types",
"wasmer-vm",
2022-05-03 19:00:29 +03:00
"wat",
2021-11-06 05:19:37 +03:00
"winapi",
2021-08-28 15:48:24 +03:00
]
2022-06-30 04:58:42 +03:00
[[package]]
name = "wasmer-artifact"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7aaf9428c29c1d8ad2ac0e45889ba8a568a835e33fd058964e5e500f2f7ce325"
dependencies = [
"enumset",
"loupe",
"thiserror",
"wasmer-compiler",
"wasmer-types",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "wasmer-compiler"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "e67a6cd866aed456656db2cfea96c18baabbd33f676578482b85c51e1ee19d2c"
2021-08-28 15:48:24 +03:00
dependencies = [
"enumset",
"loupe",
"rkyv",
"serde",
"serde_bytes",
"smallvec",
"target-lexicon",
"thiserror",
"wasmer-types",
"wasmparser",
]
[[package]]
name = "wasmer-compiler-cranelift"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "48be2f9f6495f08649e4f8b946a2cbbe119faf5a654aa1457f9504a99d23dae0"
dependencies = [
"cranelift-codegen",
"cranelift-entity",
"cranelift-frontend",
2022-06-30 04:58:42 +03:00
"gimli",
"loupe",
"more-asserts",
"rayon",
"smallvec",
2022-05-03 19:00:29 +03:00
"target-lexicon",
"tracing",
"wasmer-compiler",
"wasmer-types",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "wasmer-compiler-singlepass"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "29ca2a35204d8befa85062bc7aac259a8db8070b801b8a783770ba58231d729e"
2021-08-28 15:48:24 +03:00
dependencies = [
"byteorder",
"dynasm",
"dynasmrt",
2022-06-30 04:58:42 +03:00
"gimli",
"lazy_static",
2021-08-28 15:48:24 +03:00
"loupe",
"more-asserts",
2021-08-28 15:48:24 +03:00
"rayon",
"smallvec",
"wasmer-compiler",
"wasmer-types",
]
[[package]]
name = "wasmer-derive"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "00e50405cc2a2f74ff574584710a5f2c1d5c93744acce2ca0866084739284b51"
2021-08-28 15:48:24 +03:00
dependencies = [
"proc-macro-error",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "wasmer-engine"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "3f98f010978c244db431b392aeab0661df7ea0822343334f8f2a920763548e45"
2021-08-28 15:48:24 +03:00
dependencies = [
"backtrace",
2022-05-03 19:00:29 +03:00
"enumset",
2021-08-28 15:48:24 +03:00
"lazy_static",
"loupe",
"memmap2 0.5.5",
2021-08-28 15:48:24 +03:00
"more-asserts",
"rustc-demangle",
"serde",
"serde_bytes",
"target-lexicon",
"thiserror",
2022-06-30 04:58:42 +03:00
"wasmer-artifact",
2021-08-28 15:48:24 +03:00
"wasmer-compiler",
"wasmer-types",
"wasmer-vm",
]
[[package]]
name = "wasmer-engine-dylib"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "ad0358af9c154724587731175553805648d9acb8f6657880d165e378672b7e53"
2021-08-28 15:48:24 +03:00
dependencies = [
"cfg-if 1.0.0",
2022-05-03 19:00:29 +03:00
"enum-iterator",
"enumset",
2021-08-28 15:48:24 +03:00
"leb128",
2022-06-30 05:33:47 +03:00
"libloading",
2021-08-28 15:48:24 +03:00
"loupe",
2022-06-30 04:58:42 +03:00
"object 0.28.4",
2021-08-28 15:48:24 +03:00
"rkyv",
"serde",
"tempfile",
"tracing",
2022-06-30 04:58:42 +03:00
"wasmer-artifact",
2021-08-28 15:48:24 +03:00
"wasmer-compiler",
"wasmer-engine",
"wasmer-object",
"wasmer-types",
"wasmer-vm",
"which",
]
[[package]]
name = "wasmer-engine-universal"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "440dc3d93c9ca47865a4f4edd037ea81bf983b5796b59b3d712d844b32dbef15"
2021-08-28 15:48:24 +03:00
dependencies = [
"cfg-if 1.0.0",
2022-05-03 19:00:29 +03:00
"enumset",
2021-08-28 15:48:24 +03:00
"leb128",
"loupe",
"region",
"rkyv",
"wasmer-compiler",
"wasmer-engine",
2022-06-30 04:58:42 +03:00
"wasmer-engine-universal-artifact",
2021-08-28 15:48:24 +03:00
"wasmer-types",
"wasmer-vm",
2021-11-06 05:19:37 +03:00
"winapi",
2021-08-28 15:48:24 +03:00
]
2022-06-30 04:58:42 +03:00
[[package]]
name = "wasmer-engine-universal-artifact"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f1db3f54152657eb6e86c44b66525ff7801dad8328fe677da48dd06af9ad41"
dependencies = [
"enum-iterator",
"enumset",
"loupe",
"rkyv",
"thiserror",
"wasmer-artifact",
"wasmer-compiler",
"wasmer-types",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "wasmer-object"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "8d831335ff3a44ecf451303f6f891175c642488036b92ceceb24ac8623a8fa8b"
2021-08-28 15:48:24 +03:00
dependencies = [
2022-06-30 04:58:42 +03:00
"object 0.28.4",
2021-08-28 15:48:24 +03:00
"thiserror",
"wasmer-compiler",
"wasmer-types",
]
[[package]]
name = "wasmer-types"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "39df01ea05dc0a9bab67e054c7cb01521e53b35a7bb90bd02eca564ed0b2667f"
2021-08-28 15:48:24 +03:00
dependencies = [
2022-06-30 04:58:42 +03:00
"backtrace",
"enum-iterator",
2021-08-28 15:48:24 +03:00
"indexmap",
"loupe",
2022-06-30 04:58:42 +03:00
"more-asserts",
2021-08-28 15:48:24 +03:00
"rkyv",
"serde",
"thiserror",
]
2022-05-03 19:00:29 +03:00
[[package]]
name = "wasmer-vfs"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2022-05-03 19:00:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "9302eae3edc53cb540c2d681e7f16d8274918c1ce207591f04fed351649e97c0"
2022-05-03 19:00:29 +03:00
dependencies = [
"libc",
"thiserror",
"tracing",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "wasmer-vm"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "30d965fa61f4dc4cdb35a54daaf7ecec3563fbb94154a6c35433f879466247dd"
2021-08-28 15:48:24 +03:00
dependencies = [
"backtrace",
"cc",
"cfg-if 1.0.0",
2022-06-30 04:58:42 +03:00
"corosensei",
2022-05-03 19:00:29 +03:00
"enum-iterator",
2021-08-28 15:48:24 +03:00
"indexmap",
2022-06-30 04:58:42 +03:00
"lazy_static",
2021-08-28 15:48:24 +03:00
"libc",
"loupe",
2022-06-30 04:58:42 +03:00
"mach",
2021-11-06 05:19:37 +03:00
"memoffset",
2021-08-28 15:48:24 +03:00
"more-asserts",
"region",
"rkyv",
2022-06-30 04:58:42 +03:00
"scopeguard",
2021-08-28 15:48:24 +03:00
"serde",
"thiserror",
2022-06-30 04:58:42 +03:00
"wasmer-artifact",
2021-08-28 15:48:24 +03:00
"wasmer-types",
2021-11-06 05:19:37 +03:00
"winapi",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "wasmer-wasi"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "fadbe31e3c1b6f3e398ad172b169152ae1a743ae6efd5f9ffb34019983319d99"
2021-08-28 15:48:24 +03:00
dependencies = [
2022-05-03 19:00:29 +03:00
"cfg-if 1.0.0",
2021-08-28 15:48:24 +03:00
"generational-arena",
2021-11-06 16:10:02 +03:00
"getrandom",
2021-08-28 15:48:24 +03:00
"libc",
"thiserror",
"tracing",
2022-05-03 19:00:29 +03:00
"wasm-bindgen",
2021-08-28 15:48:24 +03:00
"wasmer",
2022-05-03 19:00:29 +03:00
"wasmer-vfs",
2021-08-28 15:48:24 +03:00
"wasmer-wasi-types",
2021-11-06 05:19:37 +03:00
"winapi",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "wasmer-wasi-types"
2022-06-30 04:58:42 +03:00
version = "2.3.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "22dc83aadbdf97388de3211cb6f105374f245a3cf2a5c65a16776e7a087a8468"
2021-08-28 15:48:24 +03:00
dependencies = [
"byteorder",
"time 0.2.27",
2021-08-28 15:48:24 +03:00
"wasmer-types",
]
[[package]]
name = "wasmparser"
2022-06-30 04:58:42 +03:00
version = "0.83.0"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"
2021-08-28 15:48:24 +03:00
2022-05-03 19:00:29 +03:00
[[package]]
name = "wast"
version = "44.0.0"
2022-05-03 19:00:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f474d1b1cb7d92e5360b293f28e8bc9b2d115197a5bbf76bdbfba9161cf9cdc"
2022-05-03 19:00:29 +03:00
dependencies = [
"leb128",
"memchr",
"unicode-width",
2022-06-30 04:58:42 +03:00
"wasm-encoder",
2022-05-03 19:00:29 +03:00
]
[[package]]
name = "wat"
version = "1.0.46"
2022-05-03 19:00:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82d002ce2eca0730c6df2c21719e9c4d8d0cafe74fb0cb8ff137c0774b8e4ed1"
2022-05-03 19:00:29 +03:00
dependencies = [
"wast",
]
2021-11-06 03:02:46 +03:00
[[package]]
name = "wayland-client"
version = "0.29.4"
2021-11-06 03:02:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91223460e73257f697d9e23d401279123d36039a3f7a449e983f123292d4458f"
2021-11-06 03:02:46 +03:00
dependencies = [
"bitflags",
"downcast-rs",
"libc",
"nix 0.22.3",
2021-11-06 03:02:46 +03:00
"scoped-tls",
2022-06-30 05:33:47 +03:00
"wayland-commons",
"wayland-scanner",
"wayland-sys",
2021-11-06 03:02:46 +03:00
]
[[package]]
name = "wayland-commons"
version = "0.29.4"
2021-11-06 03:02:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94f6e5e340d7c13490eca867898c4cec5af56c27a5ffe5c80c6fc4708e22d33e"
2021-11-06 03:02:46 +03:00
dependencies = [
"nix 0.22.3",
2021-11-06 03:02:46 +03:00
"once_cell",
"smallvec",
2022-06-30 05:33:47 +03:00
"wayland-sys",
2021-11-06 03:02:46 +03:00
]
[[package]]
name = "wayland-cursor"
version = "0.29.4"
2021-11-06 03:02:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c52758f13d5e7861fc83d942d3d99bf270c83269575e52ac29e5b73cb956a6bd"
2021-11-06 03:02:46 +03:00
dependencies = [
"nix 0.22.3",
2022-06-30 05:33:47 +03:00
"wayland-client",
2021-01-30 18:23:54 +03:00
"xcursor",
2020-05-05 04:06:36 +03:00
]
2021-11-06 03:02:46 +03:00
[[package]]
name = "wayland-protocols"
version = "0.29.4"
2021-11-06 03:02:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60147ae23303402e41fe034f74fb2c35ad0780ee88a1c40ac09a3be1e7465741"
2021-11-06 03:02:46 +03:00
dependencies = [
"bitflags",
2022-06-30 05:33:47 +03:00
"wayland-client",
"wayland-commons",
"wayland-scanner",
2021-11-06 03:02:46 +03:00
]
[[package]]
name = "wayland-scanner"
version = "0.29.4"
2021-11-06 03:02:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39a1ed3143f7a143187156a2ab52742e89dac33245ba505c17224df48939f9e0"
2021-11-06 03:02:46 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2021-01-30 18:23:54 +03:00
"xml-rs",
]
2021-11-06 03:02:46 +03:00
[[package]]
name = "wayland-sys"
version = "0.29.4"
2021-11-06 03:02:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9341df79a8975679188e37dab3889bfa57c44ac2cb6da166f519a81cbe452d4"
2021-11-06 03:02:46 +03:00
dependencies = [
2022-06-30 05:33:47 +03:00
"dlib",
2021-11-06 03:02:46 +03:00
"lazy_static",
"pkg-config",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "web-sys"
version = "0.3.57"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
2020-04-04 02:40:17 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "wgpu"
2022-06-30 05:33:47 +03:00
version = "0.12.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "b97cd781ff044d6d697b632a2e212032c2e957d1afaa21dbf58069cbb8f78567"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-11-06 03:02:46 +03:00
"arrayvec 0.7.2",
2020-10-31 02:54:56 +03:00
"js-sys",
"log",
2022-06-30 05:33:47 +03:00
"naga",
2022-03-30 01:14:28 +03:00
"parking_lot 0.11.2",
2022-06-30 05:33:47 +03:00
"raw-window-handle",
2020-05-30 08:08:17 +03:00
"smallvec",
2020-10-31 02:54:56 +03:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2020-05-30 08:08:17 +03:00
"wgpu-core",
"wgpu-hal",
2020-05-30 08:08:17 +03:00
"wgpu-types",
]
[[package]]
name = "wgpu-core"
2022-06-30 05:33:47 +03:00
version = "0.12.2"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "c4688c000eb841ca55f7b35db659b78d6e1cd77d7caf8fb929f4e181f754047d"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-11-06 03:02:46 +03:00
"arrayvec 0.7.2",
2020-05-30 08:08:17 +03:00
"bitflags",
"cfg_aliases",
2022-06-30 05:33:47 +03:00
"codespan-reporting",
2020-05-30 08:08:17 +03:00
"copyless",
"fxhash",
"log",
2020-10-31 02:54:56 +03:00
"naga",
2022-03-30 01:14:28 +03:00
"parking_lot 0.11.2",
"profiling",
2022-06-30 05:33:47 +03:00
"raw-window-handle",
2020-10-31 02:54:56 +03:00
"smallvec",
"thiserror",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-hal"
2022-06-30 05:33:47 +03:00
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "d684ea6a34974a2fc19f1dfd183d11a62e22d75c4f187a574bb1224df8e056c2"
dependencies = [
2021-11-06 03:02:46 +03:00
"arrayvec 0.7.2",
"ash",
"bit-set",
"bitflags",
"block",
"core-graphics-types",
"d3d12",
"foreign-types",
"fxhash",
"glow",
"gpu-alloc",
"gpu-descriptor",
"inplace_it",
2021-11-06 05:19:37 +03:00
"js-sys",
"khronos-egl",
2022-06-30 05:33:47 +03:00
"libloading",
"log",
"metal",
"naga",
"objc",
2022-03-30 01:14:28 +03:00
"parking_lot 0.11.2",
2021-11-06 05:19:37 +03:00
"profiling",
"range-alloc",
2022-06-30 05:33:47 +03:00
"raw-window-handle",
"renderdoc-sys",
"thiserror",
2021-11-06 05:19:37 +03:00
"wasm-bindgen",
"web-sys",
2020-05-30 08:08:17 +03:00
"wgpu-types",
2021-11-06 05:19:37 +03:00
"winapi",
2020-05-30 08:08:17 +03:00
]
[[package]]
name = "wgpu-types"
2022-06-30 05:33:47 +03:00
version = "0.12.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "549533d9e1cdd4b4cda7718d33ff500fc4c34b5467b71d76b547ae0324f3b2a2"
2020-05-30 08:08:17 +03:00
dependencies = [
"bitflags",
]
[[package]]
name = "wgpu_glyph"
2022-06-30 05:33:47 +03:00
version = "0.16.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "8134edb15ae465caf308125646c9e98bdef7398cdefc69227ac77a5eb795e7fe"
2020-05-30 08:08:17 +03:00
dependencies = [
"bytemuck",
2020-05-30 08:08:17 +03:00
"glyph_brush",
"log",
"wgpu",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "which"
version = "4.2.5"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
2021-08-28 15:48:24 +03:00
dependencies = [
"either",
"lazy_static",
"libc",
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "winapi"
2020-07-24 04:38:10 +03:00
version = "0.3.9"
2019-01-28 01:39:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-01-28 01:39:45 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-01-28 01:39:45 +03:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-01-28 01:39:45 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "winapi-util"
2020-07-24 04:38:10 +03:00
version = "0.1.5"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"winapi",
2020-04-04 02:40:17 +03:00
]
2019-01-28 01:39:45 +03:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-01-28 01:39:45 +03:00
2021-12-29 07:07:02 +03:00
[[package]]
name = "windows-sys"
2022-06-30 04:58:42 +03:00
version = "0.33.0"
2021-12-29 07:07:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "43dbb096663629518eb1dfa72d80243ca5a6aca764cae62a2df70af760a9be75"
2021-12-29 07:07:02 +03:00
dependencies = [
2022-06-30 04:58:42 +03:00
"windows_aarch64_msvc 0.33.0",
"windows_i686_gnu 0.33.0",
"windows_i686_msvc 0.33.0",
"windows_x86_64_gnu 0.33.0",
"windows_x86_64_msvc 0.33.0",
2022-03-30 01:14:28 +03:00
]
[[package]]
name = "windows-sys"
version = "0.36.1"
2022-03-30 01:14:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2022-03-30 01:14:28 +03:00
dependencies = [
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
2021-12-29 07:07:02 +03:00
]
[[package]]
name = "windows_aarch64_msvc"
2022-06-30 04:58:42 +03:00
version = "0.33.0"
2021-12-29 07:07:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "cd761fd3eb9ab8cc1ed81e56e567f02dd82c4c837e48ac3b2181b9ffc5060807"
2021-12-29 07:07:02 +03:00
2022-03-30 01:14:28 +03:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
2022-03-30 01:14:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-03-30 01:14:28 +03:00
2021-12-29 07:07:02 +03:00
[[package]]
name = "windows_i686_gnu"
2022-06-30 04:58:42 +03:00
version = "0.33.0"
2021-12-29 07:07:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "cab0cf703a96bab2dc0c02c0fa748491294bf9b7feb27e1f4f96340f208ada0e"
2021-12-29 07:07:02 +03:00
2022-03-30 01:14:28 +03:00
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
2022-03-30 01:14:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-03-30 01:14:28 +03:00
2021-12-29 07:07:02 +03:00
[[package]]
name = "windows_i686_msvc"
2022-06-30 04:58:42 +03:00
version = "0.33.0"
2021-12-29 07:07:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "8cfdbe89cc9ad7ce618ba34abc34bbb6c36d99e96cae2245b7943cd75ee773d0"
2021-12-29 07:07:02 +03:00
2022-03-30 01:14:28 +03:00
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
2022-03-30 01:14:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-03-30 01:14:28 +03:00
2021-12-29 07:07:02 +03:00
[[package]]
name = "windows_x86_64_gnu"
2022-06-30 04:58:42 +03:00
version = "0.33.0"
2021-12-29 07:07:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "b4dd9b0c0e9ece7bb22e84d70d01b71c6d6248b81a3c60d11869451b4cb24784"
2021-12-29 07:07:02 +03:00
2022-03-30 01:14:28 +03:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
2022-03-30 01:14:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-03-30 01:14:28 +03:00
2021-12-29 07:07:02 +03:00
[[package]]
name = "windows_x86_64_msvc"
2022-06-30 04:58:42 +03:00
version = "0.33.0"
2021-12-29 07:07:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 04:58:42 +03:00
checksum = "ff1e4aa646495048ec7f3ffddc411e1d829c026a2ec62b39da15c1055e406eaa"
2021-12-29 07:07:02 +03:00
2022-03-30 01:14:28 +03:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
2022-03-30 01:14:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-03-30 01:14:28 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "winit"
2022-06-30 05:33:47 +03:00
version = "0.26.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
2020-07-24 04:38:10 +03:00
"cocoa",
"core-foundation 0.9.3",
2021-11-06 03:02:46 +03:00
"core-graphics 0.22.3",
2020-05-05 04:06:36 +03:00
"core-video-sys",
"dispatch",
"instant",
"lazy_static",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
"log",
"mio",
2022-06-30 05:33:47 +03:00
"ndk 0.5.0",
"ndk-glue 0.5.2",
"ndk-sys 0.2.2",
2020-05-05 04:06:36 +03:00
"objc",
2022-03-30 01:14:28 +03:00
"parking_lot 0.11.2",
2020-05-05 04:06:36 +03:00
"percent-encoding",
2022-06-30 05:33:47 +03:00
"raw-window-handle",
"smithay-client-toolkit 0.15.4",
"wasm-bindgen",
"wayland-client",
"wayland-protocols",
"web-sys",
2021-11-06 05:19:37 +03:00
"winapi",
2020-05-05 04:06:36 +03:00
"x11-dl",
]
2019-11-27 01:17:20 +03:00
[[package]]
name = "wyhash"
2021-11-06 05:19:37 +03:00
version = "0.5.0"
2019-11-27 01:17:20 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "baf6e163c25e3fac820b4b453185ea2dea3b6a3e0a721d4d23d75bd33734c295"
2019-11-27 01:17:20 +03:00
dependencies = [
"rand_core",
2020-02-05 15:43:48 +03:00
]
2020-05-05 04:06:36 +03:00
2021-11-19 02:52:55 +03:00
[[package]]
name = "wyz"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "129e027ad65ce1453680623c3fb5163cbf7107bfe1aa32257e7d0e63f9ced188"
dependencies = [
"tap",
]
2022-04-22 12:34:02 +03:00
[[package]]
name = "wyz"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"
dependencies = [
"tap",
]
[[package]]
name = "x11-clipboard"
2022-06-30 05:33:47 +03:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "6a7468a5768fea473e6c8c0d4b60d6d7001a64acceaac267207ca0281e1337e8"
dependencies = [
"xcb",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "x11-dl"
2021-11-06 03:02:46 +03:00
version = "2.19.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
2020-05-05 04:06:36 +03:00
dependencies = [
"lazy_static",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
"pkg-config",
]
[[package]]
name = "xcb"
2022-06-30 05:33:47 +03:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-30 05:33:47 +03:00
checksum = "b127bf5bfe9dbb39118d6567e3773d4bbc795411a8e1ef7b7e056bccac0011a9"
dependencies = [
2022-06-30 05:33:47 +03:00
"bitflags",
2021-05-28 16:08:46 +03:00
"libc",
2021-11-06 03:02:46 +03:00
"quick-xml",
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "xcursor"
2021-09-08 19:24:32 +03:00
version = "0.3.4"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
2021-01-30 18:23:54 +03:00
dependencies = [
"nom",
2021-01-30 18:23:54 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "xi-unicode"
version = "0.3.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
2020-05-30 08:08:17 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "xml-rs"
2021-09-08 19:24:32 +03:00
version = "0.8.4"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
2020-05-30 08:08:17 +03:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]