roc/Cargo.lock

4681 lines
108 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-07-25 21:17:11 +03:00
version = 3
2020-05-05 04:06:36 +03:00
[[package]]
2020-05-30 08:08:17 +03:00
name = "ab_glyph"
2021-05-29 22:46:33 +03:00
version = "0.2.11"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "af0ac006645f86f20f6c6fa4dcaef920bf803df819123626f9440e35835e7d80"
2020-05-30 08:08:17 +03:00
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser 0.12.0",
2020-05-30 08:08:17 +03:00
]
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.4"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9fe5e32de01730eb1f6b7f5b51c17e03e2325bf40a74f754f04f130043affff"
2020-05-05 04:06:36 +03:00
2020-10-11 02:49:49 +03:00
[[package]]
name = "addr2line"
version = "0.15.2"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a"
2020-10-11 02:49:49 +03:00
dependencies = [
"gimli",
]
[[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
[[package]]
name = "ahash"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
2021-04-18 16:35:43 +03:00
[[package]]
name = "ahash"
2021-05-29 22:46:33 +03:00
version = "0.7.4"
2021-04-18 16:35:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
2021-04-18 16:35:43 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"getrandom 0.2.3",
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
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "andrew"
version = "0.3.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
"rusttype",
2020-05-05 04:06:36 +03:00
"walkdir",
"xdg",
"xml-rs",
]
2019-01-28 01:39:45 +03:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2019-01-28 01:39:45 +03:00
dependencies = [
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2019-01-28 01:39:45 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "approx"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
dependencies = [
"num-traits",
]
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e"
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-08-02 07:03:38 +03:00
dependencies = [
"pretty_assertions 0.5.1",
2020-08-02 07:03:38 +03:00
]
2020-08-01 22:42:03 +03:00
[[package]]
name = "arraystring"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d517c467117e1d8ca795bc8cc90857ff7f79790cca0e26f6e9462694ece0185"
dependencies = [
"typenum",
]
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
2020-05-05 04:06:36 +03:00
[[package]]
name = "ash"
version = "0.32.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06063a002a77d2734631db74e8f4ce7148b77fe522e6bca46f2ae7774fd48112"
2020-05-05 04:06:36 +03:00
dependencies = [
"libloading 0.7.0",
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",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2020-04-04 02:40:17 +03:00
]
2019-06-21 05:28:54 +03:00
[[package]]
name = "autocfg"
2019-11-18 16:56:35 +03:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
2019-11-18 16:56:35 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "autocfg"
2020-09-12 15:06:26 +03:00
version = "1.0.1"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-12 15:06:26 +03:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-04-04 02:40:17 +03:00
2020-10-11 02:49:49 +03:00
[[package]]
name = "backtrace"
version = "0.3.60"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282"
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.25.2",
2020-10-11 02:49:49 +03:00
"rustc-demangle",
]
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"
2019-11-18 16:56:35 +03:00
version = "1.2.1"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
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
]
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"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array 0.14.4",
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-05-29 22:46:33 +03:00
version = "0.2.16"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
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"
2021-05-29 22:46:33 +03:00
version = "3.7.0"
2019-09-02 22:07:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
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"
2020-11-05 05:47:41 +03:00
[[package]]
name = "bytemuck"
2021-03-06 14:14:55 +03:00
version = "1.5.1"
2020-11-05 05:47:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "bed57e2090563b83ba8f83366628ce535a7584c9afa4c9fc0612a03925c6df58"
2020-12-02 18:43:54 +03:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e215f8c2f9f79cb53c8335e687ffd07d5bfcb6fe5fc80723762d0be46e7cc54"
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
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
2019-11-28 06:12:51 +03:00
[[package]]
name = "bytes"
2020-07-24 04:38:10 +03:00
version = "0.5.6"
2019-11-28 06:12:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2019-11-28 06:12:51 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "calloop"
version = "0.6.5"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
2020-05-05 04:06:36 +03:00
dependencies = [
"log",
"nix 0.18.0",
2020-05-05 04:06:36 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "cast"
2021-05-29 22:46:33 +03:00
version = "0.2.6"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "57cdfa5d50aad6cb4d44dcab6101a7f79925bd59d82ca42f38a9856a28865374"
2020-04-04 02:40:17 +03:00
dependencies = [
"rustc_version",
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "cc"
2021-05-29 22:46:33 +03:00
version = "1.0.68"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
2020-10-31 02:54:56 +03:00
dependencies = [
"jobserver",
]
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",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "clap"
2020-09-12 15:06:26 +03:00
version = "2.33.3"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-12 15:06:26 +03:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2020-04-04 02:40:17 +03:00
dependencies = [
"bitflags",
"textwrap",
"unicode-width",
]
2020-07-21 08:35:10 +03:00
[[package]]
name = "clap"
version = "3.0.0-beta.1"
source = "git+https://github.com/rtfeldman/clap?branch=master#e1d83a78804a271b053d4d21f69b67f7eb01ad01"
2020-07-21 08:35:10 +03:00
dependencies = [
"atty",
"bitflags",
"clap_derive",
"indexmap",
"lazy_static",
"strsim",
"termcolor",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "clap_derive"
version = "3.0.0-beta.1"
source = "git+https://github.com/rtfeldman/clap?branch=master#e1d83a78804a271b053d4d21f69b67f7eb01ad01"
2020-07-21 08:35:10 +03:00
dependencies = [
"heck",
"proc-macro-error",
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2020-07-21 08:35:10 +03:00
]
[[package]]
name = "cli_utils"
version = "0.1.0"
dependencies = [
"bumpalo",
"criterion",
"inlinable_string",
2021-08-03 13:42:19 +03:00
"rlimit",
"roc_cli",
"roc_collections",
"roc_load",
"roc_module",
"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",
"winapi 0.3.9",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"bitflags",
2019-11-18 16:56:35 +03:00
]
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.1",
"core-graphics 0.22.2",
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.1",
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",
"winapi 0.3.9",
]
[[package]]
name = "confy"
version = "0.4.0"
2021-05-29 22:46:33 +03:00
source = "git+https://github.com/rust-cli/confy#6ae700bb0e6e2f9f7138d0c1871f604013c8f59f"
dependencies = [
"directories-next",
"serde",
"serde_yaml",
]
2020-11-18 21:26:59 +03:00
[[package]]
name = "const_format"
2021-04-13 15:39:32 +03:00
version = "0.2.14"
2020-11-18 21:26:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "c75ea7d6aeb2ebd1ee24f7b7e1b23242ef5a56b3a693733b99bfbe5ef31d0306"
2020-11-18 21:26:59 +03:00
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
2021-04-13 15:39:32 +03:00
version = "0.2.14"
2020-11-18 21:26:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "29c36c619c422113552db4eb28cddba8faa757e33f758cc3415bd2885977b591"
2020-11-18 21:26:59 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
2021-05-29 22:46:33 +03:00
"unicode-xid 0.2.2",
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"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4423d79fed83ebd9ab81ec21fa97144300a961782158287dc9bf7eddac37ff0b"
dependencies = [
"clipboard-win",
"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.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
2020-05-05 04:06:36 +03:00
dependencies = [
"core-foundation-sys 0.8.2",
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"
version = "0.8.2"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
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"
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86"
dependencies = [
"bitflags",
"core-foundation 0.9.1",
"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.1",
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-05-07 18:26:49 +03:00
[[package]]
name = "cpufeatures"
2021-05-29 22:46:33 +03:00
version = "0.1.4"
2021-05-07 18:26:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
2021-05-07 18:26:49 +03:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
dependencies = [
"cfg-if 1.0.0",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "criterion"
version = "0.3.5"
source = "git+https://github.com/Anton-4/criterion.rs#9bd532e35486a3b321d4012534d3e97751a53f85"
2020-04-04 02:40:17 +03:00
dependencies = [
"atty",
"cast",
2020-09-12 15:06:26 +03:00
"clap 2.33.3",
2020-04-04 02:40:17 +03:00
"criterion-plot",
"csv",
2021-02-08 00:50:33 +03:00
"itertools 0.10.0",
2020-04-04 02:40:17 +03:00
"lazy_static",
"num-traits",
"oorandom",
"plotters",
"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"
source = "git+https://github.com/Anton-4/criterion.rs#9bd532e35486a3b321d4012534d3e97751a53f85"
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"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
dependencies = [
2020-11-21 19:50:38 +03:00
"cfg-if 0.1.10",
"crossbeam-channel 0.4.4",
"crossbeam-deque 0.7.3",
"crossbeam-epoch 0.8.2",
2020-07-29 03:35:18 +03:00
"crossbeam-queue",
"crossbeam-utils 0.7.2",
2020-07-29 03:35:18 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "crossbeam-channel"
2020-09-12 15:06:26 +03:00
version = "0.4.4"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-12 15:06:26 +03:00
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
2020-05-30 08:08:17 +03:00
dependencies = [
"crossbeam-utils 0.7.2",
2020-09-12 15:06:26 +03:00
"maybe-uninit",
2020-05-30 08:08:17 +03:00
]
[[package]]
name = "crossbeam-channel"
2021-04-13 15:39:32 +03:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils 0.8.5",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
"crossbeam-epoch 0.8.2",
"crossbeam-utils 0.7.2",
2020-04-04 02:40:17 +03:00
"maybe-uninit",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch 0.9.5",
"crossbeam-utils 0.8.5",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
2020-09-12 15:06:26 +03:00
"autocfg 1.0.1",
2020-11-21 19:50:38 +03:00
"cfg-if 0.1.10",
"crossbeam-utils 0.7.2",
2020-04-04 02:40:17 +03:00
"lazy_static",
"maybe-uninit",
"memoffset 0.5.6",
"scopeguard",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils 0.8.5",
"lazy_static",
2021-05-29 22:46:33 +03:00
"memoffset 0.6.4",
2020-04-04 02:40:17 +03:00
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
2020-07-24 04:38:10 +03:00
version = "0.2.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 = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
2020-04-04 02:40:17 +03:00
dependencies = [
2020-11-21 19:50:38 +03:00
"cfg-if 0.1.10",
"crossbeam-utils 0.7.2",
2020-07-24 04:38:10 +03:00
"maybe-uninit",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
2020-09-12 15:06:26 +03:00
"autocfg 1.0.1",
2020-11-21 19:50:38 +03:00
"cfg-if 0.1.10",
2020-04-04 02:40:17 +03:00
"lazy_static",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
dependencies = [
"cfg-if 1.0.0",
2020-04-04 02:40:17 +03:00
"lazy_static",
]
[[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",
"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"
2021-04-13 15:39:32 +03:00
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
dependencies = [
"quote 1.0.9",
"syn 1.0.72",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "d3d12"
version = "0.4.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "091ed1b25fe47c7ff129fc440c23650b6114f36aa00bc7212cc8041879294428"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
"libloading 0.7.0",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
]
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
"strsim",
"syn 1.0.72",
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
"darling_core",
"quote 1.0.9",
"syn 1.0.72",
]
2020-07-24 04:38:10 +03:00
[[package]]
name = "derivative"
2021-02-08 00:50:33 +03:00
version = "2.2.0"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
2020-07-24 04:38:10 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2020-05-05 04:06:36 +03:00
]
2019-01-28 01:39:45 +03:00
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
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"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array 0.14.4",
2020-09-14 05:35:28 +03:00
]
[[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"
version = "1.0.2"
2020-11-21 19:50:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf36e65a80337bea855cd4ef9b8401ffce06a7baedf2e85ec467b1ac3f6e82b6"
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",
"winapi 0.3.9",
]
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"
2020-05-05 04:06:36 +03:00
[[package]]
name = "dlib"
2020-07-24 04:38:10 +03:00
version = "0.4.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 = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
2020-05-05 04:06:36 +03:00
dependencies = [
2021-03-06 14:14:55 +03:00
"libloading 0.6.7",
]
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
"libloading 0.7.0",
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 = "drm-fourcc"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebbf3a5ed4671aabffefce172ff43d69c1f27dd2c6aea28e5212a70f32ada0cf"
dependencies = [
"serde",
]
[[package]]
name = "dtoa"
2021-04-13 15:39:32 +03:00
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
2019-10-16 04:16:27 +03:00
[[package]]
name = "either"
version = "1.6.1"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
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"
2019-09-15 00:03:28 +03:00
[[package]]
name = "env_logger"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
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"
version = "0.8.3"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
2020-05-30 08:08:17 +03:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "external-memory"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4dfe8d292b014422776a8c516862d2bff8a81b223a4461dfdc45f3862dc9d39"
dependencies = [
"bitflags",
"drm-fourcc",
]
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"
2020-10-11 02:49:49 +03:00
[[package]]
name = "fixedbitset"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
[[package]]
name = "flate2"
2021-02-08 00:50:33 +03:00
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
dependencies = [
"cfg-if 1.0.0",
"crc32fast",
2021-05-28 16:08:46 +03:00
"libc",
"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"
2019-09-15 00:03:28 +03:00
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2019-09-15 00:03:28 +03:00
2020-04-15 14:00:06 +03:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2020-05-05 04:06:36 +03:00
[[package]]
2020-05-30 08:08:17 +03:00
name = "futures"
2021-05-29 22:46:33 +03:00
version = "0.3.15"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
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"
2021-05-29 22:46:33 +03:00
version = "0.3.15"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
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"
2021-05-29 22:46:33 +03:00
version = "0.3.15"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures-executor"
2021-05-29 22:46:33 +03:00
version = "0.3.15"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
2020-05-30 08:08:17 +03:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2021-05-29 22:46:33 +03:00
version = "0.3.15"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures-macro"
2021-05-29 22:46:33 +03:00
version = "0.3.15"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"autocfg 1.0.1",
2020-05-30 08:08:17 +03:00
"proc-macro-hack",
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2020-05-30 08:08:17 +03:00
]
[[package]]
name = "futures-sink"
2021-05-29 22:46:33 +03:00
version = "0.3.15"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures-task"
2021-05-29 22:46:33 +03:00
version = "0.3.15"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures-util"
2021-05-29 22:46:33 +03:00
version = "0.3.15"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"autocfg 1.0.1",
2020-05-30 08:08:17 +03:00
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-03-06 14:14:55 +03:00
"pin-project-lite 0.2.6",
2020-05-30 08:08:17 +03:00
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"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",
]
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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
"typenum",
"version_check",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "getrandom"
2021-02-08 00:50:33 +03:00
version = "0.1.16"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-02-08 00:50:33 +03:00
"cfg-if 1.0.0",
2021-05-28 16:08:46 +03:00
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
2021-05-29 22:46:33 +03:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
"cfg-if 1.0.0",
2021-05-28 16:08:46 +03:00
"libc",
2021-02-08 00:50:33 +03:00
"wasi 0.10.2+wasi-snapshot-preview1",
2020-04-04 02:40:17 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "gfx-auxil"
version = "0.10.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1694991b11d642680e82075a75c7c2bd75556b805efa7660b705689f05b1ab1c"
2020-05-30 08:08:17 +03:00
dependencies = [
"fxhash",
"gfx-hal",
2020-07-24 04:38:10 +03:00
"spirv_cross",
2020-05-30 08:08:17 +03:00
]
[[package]]
name = "gfx-backend-dx11"
version = "0.9.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f9e453baf3aaef2b0c354ce0b3d63d76402e406a59b64b7182d123cfa6635ae"
2020-05-30 08:08:17 +03:00
dependencies = [
2020-10-31 02:54:56 +03:00
"arrayvec",
2020-05-30 08:08:17 +03:00
"bitflags",
2020-07-24 04:38:10 +03:00
"gfx-auxil",
2020-05-30 08:08:17 +03:00
"gfx-hal",
"gfx-renderdoc",
"libloading 0.7.0",
2020-05-30 08:08:17 +03:00
"log",
"parking_lot",
2020-05-30 08:08:17 +03:00
"range-alloc",
"raw-window-handle",
"smallvec",
2020-07-24 04:38:10 +03:00
"spirv_cross",
2020-10-31 02:54:56 +03:00
"thunderdome",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2020-05-30 08:08:17 +03:00
"wio",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "gfx-backend-dx12"
version = "0.9.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61f09e9d8c2aa69e9a21eb83c0f5d1a286c6d37da011f796e550d180b08090ce"
2020-05-05 04:06:36 +03:00
dependencies = [
2020-10-31 02:54:56 +03:00
"arrayvec",
"bit-set",
2020-05-05 04:06:36 +03:00
"bitflags",
"d3d12",
2020-07-24 04:38:10 +03:00
"gfx-auxil",
2020-05-05 04:06:36 +03:00
"gfx-hal",
"gfx-renderdoc",
2020-05-05 04:06:36 +03:00
"log",
"parking_lot",
2020-05-05 04:06:36 +03:00
"range-alloc",
"raw-window-handle",
"smallvec",
2020-07-24 04:38:10 +03:00
"spirv_cross",
"thunderdome",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2020-05-05 04:06:36 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "gfx-backend-empty"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c8f813c47791918aa00dc9c9ddf961d23fa8c2a5d869e6cb8ea84f944820f4"
dependencies = [
"gfx-hal",
"log",
"raw-window-handle",
]
[[package]]
name = "gfx-backend-gl"
version = "0.9.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bae057fc3a0ab23ecf97ae51d4017d27d5ddf0aab16ee6dcb58981af88c3152"
2020-05-30 08:08:17 +03:00
dependencies = [
"arrayvec",
"bitflags",
"fxhash",
2020-05-30 08:08:17 +03:00
"gfx-hal",
"glow",
"js-sys",
"khronos-egl",
"libloading 0.7.0",
2020-07-24 04:38:10 +03:00
"log",
"naga",
"parking_lot",
2020-05-30 08:08:17 +03:00
"raw-window-handle",
"wasm-bindgen",
"web-sys",
2020-05-30 08:08:17 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "gfx-backend-metal"
version = "0.9.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de85808e2a98994c6af925253f8a9593bc57180ef1ea137deab6d35cc949517"
2020-05-05 04:06:36 +03:00
dependencies = [
"arrayvec",
"bitflags",
"block",
2020-07-24 04:38:10 +03:00
"cocoa-foundation",
2020-05-05 04:06:36 +03:00
"copyless",
"core-graphics-types",
2020-05-05 04:06:36 +03:00
"foreign-types",
"fxhash",
2020-05-05 04:06:36 +03:00
"gfx-hal",
"log",
"metal",
"naga",
2020-05-05 04:06:36 +03:00
"objc",
"parking_lot",
"profiling",
2020-05-05 04:06:36 +03:00
"range-alloc",
"raw-window-handle",
"storage-map",
]
[[package]]
name = "gfx-backend-vulkan"
version = "0.9.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9861ec855acbbc65c0e4f966d761224886e811dc2c6d413a4776e9293d0e5c0"
2020-05-05 04:06:36 +03:00
dependencies = [
"arrayvec",
"ash",
"byteorder",
2020-07-24 04:38:10 +03:00
"core-graphics-types",
2020-05-05 04:06:36 +03:00
"gfx-hal",
"gfx-renderdoc",
2020-10-31 02:54:56 +03:00
"inplace_it",
2020-05-05 04:06:36 +03:00
"log",
"naga",
2020-05-05 04:06:36 +03:00
"objc",
"parking_lot",
2020-05-05 04:06:36 +03:00
"raw-window-handle",
"smallvec",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2020-05-30 08:08:17 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "gfx-hal"
version = "0.9.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fbb575ea793dd0507b3082f4f2cde62dc9f3cebd98f5cd49ba2a4da97a976fd"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
"external-memory",
"naga",
2020-05-05 04:06:36 +03:00
"raw-window-handle",
"thiserror",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "gfx-renderdoc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8027995e247e2426d3a00d13f5191dd56c314bff02dc4b54cbf727f1ba9c40a"
dependencies = [
"libloading 0.7.0",
"log",
"renderdoc-sys",
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "gimli"
2021-05-29 22:46:33 +03:00
version = "0.24.0"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
2020-10-11 02:49:49 +03:00
[[package]]
name = "glow"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b80b98efaa8a34fce11d60dd2ce2760d5d83c373cbcc73bb87c2a3a84a54108"
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"
2021-02-08 00:50:33 +03:00
version = "0.7.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 = "3e3f00b8574a76fb6c50890c48da03946ca50e4372a2778737922666a2238221"
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"
2021-02-08 00:50:33 +03:00
version = "0.1.4"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "ac2c82074cafb68b9e459c50c655f7eedcb92d6ee7166813802934bc6fc29fa3"
2020-05-30 08:08:17 +03:00
dependencies = [
"ab_glyph",
2021-04-13 15:39:32 +03:00
"crossbeam-channel 0.5.1",
"crossbeam-deque 0.8.0",
2020-05-30 08:08:17 +03:00
"linked-hash-map",
"rayon",
"rustc-hash",
]
[[package]]
name = "glyph_brush_layout"
version = "0.2.2"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15cf18cf985bd942f05e14552b63c9d08f7d0ed1ec79a977eb9747c9e065f497"
2020-05-30 08:08:17 +03:00
dependencies = [
"ab_glyph",
"approx 0.5.0",
2020-05-30 08:08:17 +03:00
"xi-unicode",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "gpu-alloc"
2021-05-29 22:46:33 +03:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "cbc1b6ca374e81862526786d9cb42357ce03706ed1b8761730caafd02ab91f3a"
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.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a70f1e87a3840ed6a3e99e02c2b861e4dbdf26f0d07e38f42ea5aff46cfce2"
dependencies = [
"bitflags",
"gpu-descriptor-types",
2021-04-18 16:35:43 +03:00
"hashbrown 0.9.1",
]
[[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-02-08 00:50:33 +03:00
version = "1.7.1"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
2020-07-24 04:38:10 +03:00
2020-07-21 08:35:10 +03:00
[[package]]
name = "hashbrown"
version = "0.9.1"
2020-07-21 08:35:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
dependencies = [
2021-04-18 16:35:43 +03:00
"ahash 0.4.7",
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
2021-05-29 22:46:33 +03:00
"ahash 0.7.4",
2021-04-18 16:35:43 +03:00
"bumpalo",
]
2020-07-21 08:35:10 +03:00
[[package]]
name = "heck"
version = "0.3.3"
2020-07-21 08:35:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2020-07-21 08:35:10 +03:00
dependencies = [
"unicode-segmentation",
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "hermit-abi"
2021-02-08 00:50:33 +03:00
version = "0.1.18"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
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
]
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 = "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
2019-11-30 18:49:37 +03:00
[[package]]
name = "im"
version = "14.3.0"
2019-11-30 18:49:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "696059c87b83c5a258817ecd67c3af915e3ed141891fc35a1e79908801cf0ce7"
2019-11-30 18:49:37 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"bitmaps",
"rand_core 0.5.1",
"rand_xoshiro",
"sized-chunks 0.5.3",
"typenum",
2021-05-28 16:08:46 +03:00
"version_check",
]
[[package]]
name = "im"
version = "15.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "111c1983f3c5bb72732df25cddacee9b546d08325fb584b5ebd38148be7b0246"
dependencies = [
"bitmaps",
"rand_core 0.5.1",
"rand_xoshiro",
2021-05-29 22:46:33 +03:00
"sized-chunks 0.6.5",
2020-02-05 15:43:48 +03:00
"typenum",
2021-05-28 16:08:46 +03:00
"version_check",
2019-11-30 18:49:37 +03:00
]
2019-05-24 08:54:10 +03:00
[[package]]
name = "im-rc"
version = "14.3.0"
2019-05-24 08:54:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "303f7e6256d546e01979071417432425f15c1891fb309a5f2d724ee908fabd6e"
2019-05-24 08:54:10 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"bitmaps",
"rand_core 0.5.1",
"rand_xoshiro",
"sized-chunks 0.5.3",
"typenum",
2021-05-28 16:08:46 +03:00
"version_check",
]
[[package]]
name = "im-rc"
version = "15.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
dependencies = [
"bitmaps",
"rand_core 0.5.1",
"rand_xoshiro",
2021-05-29 22:46:33 +03:00
"sized-chunks 0.6.5",
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"
2021-03-06 14:14:55 +03:00
version = "1.6.2"
2020-07-21 08:35:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
2020-07-21 08:35:10 +03:00
dependencies = [
2020-09-12 15:06:26 +03:00
"autocfg 1.0.1",
2021-04-18 16:35:43 +03:00
"hashbrown 0.9.1",
2020-07-21 08:35:10 +03:00
]
2019-07-23 04:57:30 +03:00
[[package]]
name = "indoc"
2020-07-24 04:38:10 +03:00
version = "0.3.6"
2019-07-23 04:57:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8"
2019-07-23 04:57:30 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"indoc-impl",
"proc-macro-hack",
2019-07-23 04:57:30 +03:00
]
[[package]]
name = "indoc"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
dependencies = [
"unindent",
]
2019-07-23 04:57:30 +03:00
[[package]]
name = "indoc-impl"
2020-07-24 04:38:10 +03:00
version = "0.3.6"
2019-07-23 04:57:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0"
2019-07-23 04:57:30 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"proc-macro-hack",
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2020-02-05 15:43:48 +03:00
"unindent",
2019-07-23 04:57:30 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "inkwell"
version = "0.1.0"
2021-05-29 22:46:33 +03:00
dependencies = [
2021-06-13 01:17:35 +03:00
"inkwell 0.1.0 (git+https://github.com/rtfeldman/inkwell?tag=llvm12-0.release5)",
2021-05-29 22:46:33 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "inkwell"
version = "0.1.0"
2021-06-13 01:17:35 +03:00
source = "git+https://github.com/rtfeldman/inkwell?tag=llvm12-0.release5#b5aa51313d4cfa4e1b52ad630cb786140671478b"
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",
2020-02-05 15:43:48 +03:00
"llvm-sys",
"once_cell",
"parking_lot",
2020-02-05 15:43:48 +03:00
"regex",
2019-10-16 04:16:27 +03:00
]
[[package]]
2019-11-18 16:56:35 +03:00
name = "inkwell_internals"
2021-04-22 13:43:26 +03:00
version = "0.3.0"
2021-06-13 01:17:35 +03:00
source = "git+https://github.com/rtfeldman/inkwell?tag=llvm12-0.release5#b5aa51313d4cfa4e1b52ad630cb786140671478b"
2019-10-16 04:16:27 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2019-11-18 16:56:35 +03:00
]
2020-01-01 14:02:02 +03:00
[[package]]
name = "inlinable_string"
version = "0.1.14"
2020-01-25 01:09:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3094308123a0e9fd59659ce45e22de9f53fc1d2ac6e1feb9fef988e4f76cad77"
2020-05-05 04:06:36 +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 = "instant"
version = "0.1.9"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
dependencies = [
"cfg-if 1.0.0",
]
2020-01-25 01:09:12 +03:00
2020-04-15 14:00:06 +03:00
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2020-04-15 14:00:06 +03:00
]
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
dependencies = [
"either",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "itoa"
2021-02-08 00:50:33 +03:00
version = "0.4.7"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
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-05-29 22:46:33 +03:00
version = "0.1.22"
2020-10-31 02:54:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
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"
version = "0.3.51"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
2020-04-04 02:40:17 +03:00
dependencies = [
"wasm-bindgen",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[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",
"libloading 0.7.0",
]
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
2019-09-15 00:03:28 +03:00
[[package]]
name = "libc"
version = "0.2.96"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5600b4e6efc5421841a2138a6b082e07fe12f9aaa12783d50e5d13325b26b4fc"
2019-09-15 00:03:28 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "libloading"
2021-02-08 00:50:33 +03:00
version = "0.6.7"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
2020-07-24 04:38:10 +03:00
dependencies = [
"cfg-if 1.0.0",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2020-05-05 04:06:36 +03:00
]
2021-03-06 14:14:55 +03:00
[[package]]
name = "libloading"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "linked-hash-map"
version = "0.5.4"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2020-05-30 08:08:17 +03:00
2019-10-16 04:16:27 +03:00
[[package]]
name = "llvm-sys"
2021-06-07 21:02:59 +03:00
version = "120.0.0"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-07 21:02:59 +03:00
checksum = "7b883556196140c6b6e7a18b19236b9a699c8611aad2e48a0a6403cf1123945a"
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-06-07 21:02:59 +03:00
"semver",
2019-10-16 04:16:27 +03:00
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "lock_api"
2021-05-29 22:46:33 +03:00
version = "0.4.4"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
2020-10-11 02:49:49 +03:00
dependencies = [
"scopeguard",
]
2019-01-30 04:08:23 +03:00
[[package]]
name = "log"
2021-02-08 00:50:33 +03:00
version = "0.4.14"
2019-01-30 04:08:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
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
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
2020-04-04 02:40:17 +03:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2019-03-14 05:32:08 +03:00
[[package]]
name = "memchr"
2021-05-29 22:46:33 +03:00
version = "2.4.0"
2020-01-31 07:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
2020-01-31 07:57:17 +03:00
2021-01-30 18:23:54 +03:00
[[package]]
name = "memmap2"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2021-01-30 18:23:54 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "memoffset"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
dependencies = [
"autocfg 1.0.1",
]
[[package]]
name = "memoffset"
2021-05-29 22:46:33 +03:00
version = "0.6.4"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
2020-04-04 02:40:17 +03:00
dependencies = [
2020-09-12 15:06:26 +03:00
"autocfg 1.0.1",
2020-04-04 02:40:17 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "metal"
version = "0.23.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79d7d769f1c104b8388294d6594d491d2e21240636f5f94d37f8a0f3d7904450"
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",
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "miniz_oxide"
2021-03-06 14:14:55 +03:00
version = "0.4.4"
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 = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2020-10-11 02:49:49 +03:00
dependencies = [
"adler",
"autocfg 1.0.1",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "mio"
version = "0.6.23"
2020-04-15 14:00:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2020-04-15 14:00:06 +03:00
dependencies = [
2020-11-21 19:50:38 +03:00
"cfg-if 0.1.10",
2020-04-15 14:00:06 +03:00
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
2021-05-28 16:08:46 +03:00
"libc",
2020-04-15 14:00:06 +03:00
"log",
"miow",
2020-04-15 14:00:06 +03:00
"net2",
"slab",
"winapi 0.2.8",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
"lazycell",
"log",
"mio",
"slab",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "miow"
version = "0.2.2"
2020-04-15 14:00:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2020-04-15 14:00:06 +03:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
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",
]
2020-10-31 02:54:56 +03:00
[[package]]
name = "naga"
version = "0.5.0"
2020-10-31 02:54:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef670817eef03d356d5a509ea275e7dd3a78ea9e24261ea3cb2dfed1abb08f64"
2020-10-31 02:54:56 +03:00
dependencies = [
"bit-set",
2020-10-31 02:54:56 +03:00
"bitflags",
"codespan-reporting",
2020-10-31 02:54:56 +03:00
"fxhash",
"log",
"num-traits",
"petgraph",
"rose_tree",
2020-10-31 02:54:56 +03:00
"spirv_headers",
"thiserror",
]
2020-07-24 04:38:10 +03:00
[[package]]
name = "ndk"
version = "0.2.1"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eb167c1febed0a496639034d0c76b3b74263636045db5489eee52143c246e73"
2020-07-24 04:38:10 +03:00
dependencies = [
"jni-sys",
"ndk-sys",
"num_enum",
"thiserror",
2020-07-24 04:38:10 +03:00
]
[[package]]
name = "ndk-glue"
version = "0.2.1"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241"
2020-07-24 04:38:10 +03:00
dependencies = [
"lazy_static",
2021-05-28 16:08:46 +03:00
"libc",
2020-07-24 04:38:10 +03:00
"log",
"ndk",
"ndk-macro",
2020-07-24 04:38:10 +03:00
"ndk-sys",
]
[[package]]
name = "ndk-macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
dependencies = [
"darling",
"proc-macro-crate",
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
"syn 1.0.72",
]
2020-07-24 04:38:10 +03:00
[[package]]
name = "ndk-sys"
version = "0.2.1"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d"
2020-07-24 04:38:10 +03:00
2020-04-15 14:00:06 +03:00
[[package]]
name = "net2"
2021-02-08 00:50:33 +03:00
version = "0.2.37"
2020-04-15 14:00:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2020-04-15 14:00:06 +03:00
dependencies = [
2020-11-21 19:50:38 +03:00
"cfg-if 0.1.10",
2021-05-28 16:08:46 +03:00
"libc",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2020-04-15 14:00:06 +03:00
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "nix"
version = "0.17.0"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
2021-01-30 18:23:54 +03:00
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
2021-05-28 16:08:46 +03:00
"libc",
"void",
2021-01-30 18:23:54 +03:00
]
2020-11-21 19:50:38 +03:00
[[package]]
name = "nix"
version = "0.18.0"
2020-11-21 19:50:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
2020-11-21 19:50:38 +03:00
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
2021-05-28 16:08:46 +03:00
"libc",
2020-11-21 19:50:38 +03:00
]
2021-03-06 14:14:55 +03:00
[[package]]
name = "nix"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
2021-05-28 16:08:46 +03:00
"libc",
2021-03-06 14:14:55 +03:00
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "nom"
2021-03-06 14:14:55 +03:00
version = "6.1.2"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
2021-01-30 18:23:54 +03:00
dependencies = [
"memchr",
2021-05-28 16:08:46 +03:00
"version_check",
2021-01-30 18:23:54 +03:00
]
[[package]]
name = "nonempty"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fa586da3e43cc7df44aae0e21ed2e743218b876de3f38035683d30bd8a3828e"
2020-04-04 02:40:17 +03:00
[[package]]
name = "num-traits"
version = "0.2.14"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-04-04 02:40:17 +03:00
dependencies = [
2020-09-12 15:06:26 +03:00
"autocfg 1.0.1",
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"
2020-07-24 04:38:10 +03:00
version = "1.13.0"
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 = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
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
]
2020-07-24 04:38:10 +03:00
[[package]]
name = "num_enum"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca565a7df06f3d4b485494f25ba05da1435950f4dc263440eda7a6fa9b8e36e4"
dependencies = [
"derivative",
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffa5a33ddddfee04c0283a7653987d634e880347e96b5b2ed64de07efb59db9d"
dependencies = [
"proc-macro-crate",
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2020-07-24 04:38:10 +03:00
]
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",
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "object"
2021-05-22 21:56:40 +03:00
version = "0.24.0"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-22 21:56:40 +03:00
checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
dependencies = [
"crc32fast",
"flate2",
"indexmap",
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "object"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8bc1d42047cf336f0f939c99e97183cf31551bf0f2865a2ec9c8d91fd4ffb5e"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2021-03-06 14:14:55 +03:00
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
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"
2021-05-07 18:26:49 +03:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2020-05-05 04:06:36 +03:00
[[package]]
name = "ordered-float"
version = "2.5.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f100fcfb41e5385e0991f74981732049f9b896821542a219420491046baafdc2"
2021-02-08 00:50:33 +03:00
dependencies = [
"num-traits",
]
[[package]]
name = "output_vt100"
version = "0.1.2"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2020-05-05 04:06:36 +03:00
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "owned_ttf_parser"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
dependencies = [
"ttf-parser 0.6.2",
2020-05-05 04:06:36 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "owned_ttf_parser"
2021-03-06 14:14:55 +03:00
version = "0.12.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "3a3c7a20e3f122223e68eef6ca58e39bc1ea8a1d83418ba4c2c1ba189d2ee355"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"ttf-parser 0.12.1",
2020-05-30 08:08:17 +03:00
]
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",
2020-10-22 04:48:01 +03:00
"winapi 0.3.9",
]
2021-02-23 21:43:50 +03:00
[[package]]
name = "palette"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a05c0334468e62a4dfbda34b29110aa7d70d58c7fdb2c9857b5874dd9827cc59"
dependencies = [
"approx 0.3.2",
"num-traits",
"palette_derive",
"phf",
"phf_codegen",
]
[[package]]
name = "palette_derive"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b4b5f600e60dd3a147fb57b4547033d382d1979eb087af310e91cb45a63b1f4"
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2021-02-23 21:43:50 +03:00
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "parking_lot"
version = "0.11.1"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
2020-10-11 02:49:49 +03:00
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
2020-10-11 02:49:49 +03:00
]
[[package]]
name = "parking_lot_core"
2021-03-06 14:14:55 +03:00
version = "0.8.3"
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 = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
2020-10-11 02:49:49 +03:00
dependencies = [
"backtrace",
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",
2020-10-11 02:49:49 +03:00
"petgraph",
2021-05-29 22:46:33 +03:00
"redox_syscall 0.2.8",
2020-02-05 15:43:48 +03:00
"smallvec",
2020-10-11 02:49:49 +03:00
"thread-id",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2019-12-16 01:17:41 +03:00
]
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-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
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",
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "petgraph"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
dependencies = [
"fixedbitset",
"indexmap",
]
2021-02-23 21:43:50 +03:00
[[package]]
name = "phf"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
dependencies = [
"phf_shared",
"rand 0.7.3",
]
[[package]]
name = "phf_shared"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
dependencies = [
"siphasher",
]
2019-11-28 06:12:51 +03:00
[[package]]
name = "pin-project-lite"
2021-03-06 14:14:55 +03:00
version = "0.1.12"
2019-11-28 06:12:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
[[package]]
name = "pin-project-lite"
2021-03-06 14:14:55 +03:00
version = "0.2.6"
2019-11-28 06:12:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
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.19"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07fffcddc1cb3a1de753caa4e4df03b79922ba43cf882acc1bdd7e8df9f4590"
[[package]]
name = "plotters-svg"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211"
dependencies = [
"plotters-backend",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "ppv-lite86"
version = "0.2.10"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2020-04-04 02:40:17 +03:00
2019-01-28 01:39:45 +03:00
[[package]]
name = "pretty_assertions"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
2019-01-28 01:39:45 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"ansi_term",
"difference",
2019-01-28 01:39:45 +03:00
]
[[package]]
name = "pretty_assertions"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
dependencies = [
"ansi_term",
"ctor",
"difference",
"output_vt100",
]
2020-07-24 04:38:10 +03:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
2020-07-21 08:35:10 +03:00
[[package]]
name = "proc-macro-error"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
dependencies = [
"proc-macro-error-attr",
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2021-05-28 16:08:46 +03:00
"version_check",
2020-07-21 08:35:10 +03:00
]
[[package]]
name = "proc-macro-error-attr"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2020-07-21 08:35:10 +03:00
"syn-mid",
2021-05-28 16:08:46 +03:00
"version_check",
2020-07-21 08:35:10 +03:00
]
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
2020-05-30 08:08:17 +03:00
[[package]]
name = "proc-macro-nested"
2021-02-08 00:50:33 +03:00
version = "0.1.7"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2020-05-30 08:08:17 +03:00
2019-07-23 04:57:30 +03:00
[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2019-07-23 04:57:30 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"unicode-xid 0.1.0",
2019-07-23 04:57:30 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "proc-macro2"
2021-05-29 22:46:33 +03:00
version = "1.0.27"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
2019-10-16 04:16:27 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"unicode-xid 0.2.2",
2019-10-16 04:16:27 +03:00
]
[[package]]
name = "profiling"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a7c000c0ce9d9bb94c0fbacdf20e5087fbe652c556ffb2c9387d980e17d51fb"
2020-09-14 05:35:28 +03:00
[[package]]
name = "pulldown-cmark"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
dependencies = [
"bitflags",
"memchr",
"unicase",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "quickcheck"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "9c35d9c36a562f37eca96e79f66d5fd56eefbc22560dacc4a864cabd2d277456"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-05-30 08:08:17 +03:00
"env_logger 0.6.2",
2020-02-05 15:43:48 +03:00
"log",
2020-04-04 02:40:17 +03:00
"rand 0.6.5",
2020-02-05 15:43:48 +03:00
"rand_core 0.4.2",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "quickcheck"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
dependencies = [
"env_logger 0.8.3",
"log",
"rand 0.8.3",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "quickcheck_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "d7dfc1c4a1e048f5cc7d36a4c4118dfcf31d217c79f4b9a61bad65d68185752c"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "quickcheck_macros"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9"
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
"quote 1.0.9",
"syn 1.0.72",
]
2019-07-23 04:57:30 +03:00
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
2019-07-23 04:57:30 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"proc-macro2 0.4.30",
2019-07-23 04:57:30 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "quote"
2021-03-06 14:14:55 +03:00
version = "1.0.9"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
2019-10-16 04:16:27 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2019-10-16 04:16:27 +03:00
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-04-04 02:40:17 +03:00
"autocfg 0.1.7",
2021-05-28 16:08:46 +03:00
"libc",
2020-04-04 02:40:17 +03:00
"rand_chacha 0.1.1",
2020-02-05 15:43:48 +03:00
"rand_core 0.4.2",
2020-04-04 02:40:17 +03:00
"rand_hc 0.1.0",
2020-02-05 15:43:48 +03:00
"rand_isaac",
"rand_jitter",
"rand_os",
2021-02-23 21:43:50 +03:00
"rand_pcg 0.1.2",
2020-02-05 15:43:48 +03:00
"rand_xorshift",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2019-11-18 16:56:35 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2021-02-08 00:50:33 +03:00
"getrandom 0.1.16",
2021-05-28 16:08:46 +03:00
"libc",
2020-04-04 02:40:17 +03:00
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
2021-02-23 21:43:50 +03:00
"rand_pcg 0.2.1",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "rand"
2021-02-08 00:50:33 +03:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
"rand_chacha 0.3.0",
2021-03-06 14:14:55 +03:00
"rand_core 0.6.2",
"rand_hc 0.3.0",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-04-04 02:40:17 +03:00
"autocfg 0.1.7",
2020-02-05 15:43:48 +03:00
"rand_core 0.3.1",
2019-09-15 00:03:28 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
"ppv-lite86",
2021-03-06 14:14:55 +03:00
"rand_core 0.6.2",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.4.2",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2019-09-15 00:03:28 +03:00
2019-11-18 16:56:35 +03:00
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-02-08 00:50:33 +03:00
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
2021-03-06 14:14:55 +03:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
2021-05-29 22:46:33 +03:00
"getrandom 0.2.3",
2020-04-04 02:40:17 +03:00
]
2019-11-18 16:56:35 +03:00
2019-09-15 00:03:28 +03:00
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.3.1",
2019-09-15 00:03:28 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
2021-03-06 14:14:55 +03:00
"rand_core 0.6.2",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.3.1",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
2019-09-15 00:03:28 +03:00
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2020-02-05 15:43:48 +03:00
"rand_core 0.4.2",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2019-09-15 00:03:28 +03:00
dependencies = [
2021-02-08 00:50:33 +03:00
"cloudabi",
2020-02-05 15:43:48 +03:00
"fuchsia-cprng",
2021-05-28 16:08:46 +03:00
"libc",
2020-02-05 15:43:48 +03:00
"rand_core 0.4.2",
"rdrand",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-04-04 02:40:17 +03:00
"autocfg 0.1.7",
2020-02-05 15:43:48 +03:00
"rand_core 0.4.2",
2019-09-15 00:03:28 +03:00
]
2021-02-23 21:43:50 +03:00
[[package]]
name = "rand_pcg"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
dependencies = [
"rand_core 0.5.1",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.3.1",
2019-09-15 00:03:28 +03:00
]
2019-11-21 01:54:08 +03:00
[[package]]
name = "rand_xoshiro"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
2019-11-21 01:54:08 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.5.1",
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.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "rayon"
2021-05-29 22:46:33 +03:00
version = "1.5.1"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
2020-04-04 02:40:17 +03:00
dependencies = [
2020-09-12 15:06:26 +03:00
"autocfg 1.0.1",
"crossbeam-deque 0.8.0",
2020-04-04 02:40:17 +03:00
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2021-05-29 22:46:33 +03:00
version = "1.9.1"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-04-13 15:39:32 +03:00
"crossbeam-channel 0.5.1",
"crossbeam-deque 0.8.0",
"crossbeam-utils 0.8.5",
2020-04-04 02:40:17 +03:00
"lazy_static",
"num_cpus",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.3.1",
2019-09-15 00:03:28 +03:00
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "redox_syscall"
2020-07-24 04:38:10 +03:00
version = "0.1.57"
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 = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2019-11-18 16:56:35 +03:00
2021-02-08 00:50:33 +03:00
[[package]]
name = "redox_syscall"
2021-05-29 22:46:33 +03:00
version = "0.2.8"
2021-02-08 00:50:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
2021-02-08 00:50:33 +03:00
dependencies = [
"bitflags",
]
2020-11-21 19:50:38 +03:00
[[package]]
name = "redox_users"
2021-02-08 00:50:33 +03:00
version = "0.4.0"
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 = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2020-11-21 19:50:38 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"getrandom 0.2.3",
"redox_syscall 0.2.8",
2020-11-21 19:50:38 +03:00
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "regex"
2021-05-29 22:46:33 +03:00
version = "1.5.4"
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 = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
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"
2021-05-29 22:46:33 +03:00
version = "0.6.25"
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 = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2019-09-15 00:03:28 +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 = [
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "renderdoc-sys"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
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",
]
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",
"im 14.3.0",
"im-rc 14.3.0",
"indoc 0.3.6",
2021-05-29 22:46:33 +03:00
"inkwell 0.1.0",
2020-07-21 08:35:10 +03:00
"inlinable_string",
2021-03-06 14:14:55 +03:00
"libloading 0.6.7",
2020-07-21 08:35:10 +03:00
"maplit",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
2020-07-21 08:35:10 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_gen_llvm",
2020-07-21 08:35:10 +03:00
"roc_load",
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
"roc_reporting",
"roc_solve",
"roc_types",
"roc_unify",
2021-03-15 03:41:19 +03:00
"serde_json",
2020-07-21 08:35:10 +03:00
"target-lexicon",
2020-10-25 08:36:46 +03:00
"tempfile",
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 = [
"indoc 0.3.6",
2020-05-14 00:03:50 +03:00
"maplit",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
2020-05-14 00:03:50 +03:00
"roc_collections",
"roc_module",
2020-03-31 02:31:42 +03:00
"roc_region",
"roc_types",
]
2020-08-23 18:49:33 +03:00
[[package]]
name = "roc_can"
version = "0.1.0"
dependencies = [
2020-08-23 18:49:33 +03:00
"bumpalo",
"im 14.3.0",
"im-rc 14.3.0",
"indoc 0.3.6",
"maplit",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
"roc_builtins",
"roc_collections",
"roc_module",
2020-08-23 18:49:33 +03:00
"roc_parse",
"roc_problem",
"roc_region",
"roc_types",
2020-08-23 18:49:33 +03:00
"ven_graph",
]
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",
2020-08-23 18:49:33 +03:00
"clap 3.0.0-beta.1",
"cli_utils",
2020-11-18 21:26:59 +03:00
"const_format",
"criterion",
"im 14.3.0",
"im-rc 14.3.0",
"indoc 0.3.6",
2021-05-29 22:46:33 +03:00
"inkwell 0.1.0",
2021-05-28 16:08:46 +03:00
"libc",
2021-03-06 14:14:55 +03:00
"libloading 0.6.7",
"maplit",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
2020-08-23 18:49:33 +03:00
"roc_build",
"roc_builtins",
"roc_can",
"roc_collections",
2020-08-23 18:49:33 +03:00
"roc_constrain",
"roc_docs",
2020-08-23 18:49:33 +03:00
"roc_editor",
"roc_fmt",
"roc_gen_llvm",
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_problem",
"roc_region",
2020-08-23 18:49:33 +03:00
"roc_reporting",
"roc_solve",
"roc_types",
2020-08-23 18:49:33 +03:00
"roc_unify",
2020-11-21 19:50:38 +03:00
"rustyline",
"rustyline-derive",
2020-10-27 03:32:44 +03:00
"serial_test",
2020-08-23 18:49:33 +03:00
"target-lexicon",
2020-10-18 15:42:51 +03:00
"tempfile",
]
[[package]]
name = "roc_collections"
version = "0.1.0"
dependencies = [
"bumpalo",
2021-04-18 16:35:43 +03:00
"hashbrown 0.11.2",
"im 14.3.0",
"im-rc 14.3.0",
"wyhash",
]
[[package]]
name = "roc_constrain"
version = "0.1.0"
dependencies = [
"indoc 0.3.6",
"maplit",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_module",
"roc_parse",
"roc_region",
"roc_types",
]
[[package]]
name = "roc_docs"
version = "0.1.0"
dependencies = [
"bumpalo",
"maplit",
"pretty_assertions 0.5.1",
"pulldown-cmark",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_load",
"roc_module",
2021-08-01 08:39:11 +03:00
"roc_parse",
"roc_region",
"roc_types",
]
2020-05-04 04:38:36 +03:00
[[package]]
name = "roc_editor"
version = "0.1.0"
dependencies = [
"arraystring",
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",
"env_logger 0.8.3",
2020-05-30 08:08:17 +03:00
"futures",
"glyph_brush",
"im 15.0.0",
"im-rc 15.0.0",
"indoc 1.0.3",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-30 08:08:17 +03:00
"log",
2020-05-04 04:38:36 +03:00
"maplit",
"nonempty",
2020-10-22 04:48:01 +03:00
"page_size",
2021-02-23 21:43:50 +03:00
"palette",
"pest",
"pest_derive",
"pretty_assertions 0.6.1",
"quickcheck 1.0.3",
"quickcheck_macros 1.0.0",
2021-02-08 00:50:33 +03:00
"rand 0.8.3",
2020-05-04 04:38:36 +03:00
"roc_can",
"roc_collections",
"roc_fmt",
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-01-11 21:46:15 +03:00
"ropey",
"serde",
"snafu",
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-30 08:08:17 +03:00
"zerocopy",
2020-05-04 04:38:36 +03:00
]
2020-03-07 02:14:23 +03:00
[[package]]
name = "roc_fmt"
version = "0.1.0"
dependencies = [
"bumpalo",
"im 14.3.0",
"im-rc 14.3.0",
"indoc 0.3.6",
2020-03-07 02:14:23 +03:00
"maplit",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
2020-03-07 02:14:23 +03:00
"roc_collections",
"roc_module",
"roc_parse",
"roc_region",
]
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",
"im 14.3.0",
"im-rc 14.3.0",
"indoc 0.3.6",
"itertools 0.9.0",
2021-05-28 16:08:46 +03:00
"libc",
"libloading 0.6.7",
2020-03-07 02:15:38 +03:00
"maplit",
"object 0.24.0",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
2020-10-24 19:26:40 +03:00
"roc_build",
2020-03-07 02:15:38 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
2020-10-13 22:45:41 +03:00
"roc_load",
2020-03-07 02:15:38 +03:00
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
"roc_reporting",
2020-03-07 02:15:38 +03:00
"roc_solve",
2020-09-30 16:01:16 +03:00
"roc_std",
2020-03-07 02:15:38 +03:00
"roc_types",
"roc_unify",
2020-03-31 02:31:42 +03:00
"target-lexicon",
"tempfile",
2020-03-07 02:15:38 +03:00
"tokio",
]
[[package]]
name = "roc_gen_llvm"
version = "0.1.0"
dependencies = [
"bumpalo",
"im 14.3.0",
"im-rc 14.3.0",
"indoc 0.3.6",
"inkwell 0.1.0",
2021-05-28 16:08:46 +03:00
"libc",
"maplit",
"morphic_lib",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
"roc_build",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_load",
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
"roc_reporting",
"roc_solve",
"roc_std",
"roc_types",
"roc_unify",
"target-lexicon",
"tokio",
]
2021-08-03 05:17:13 +03:00
[[package]]
name = "roc_ident"
version = "0.1.0"
2020-03-07 02:15:23 +03:00
[[package]]
name = "roc_load"
version = "0.1.0"
dependencies = [
"bumpalo",
2020-07-29 03:35:18 +03:00
"crossbeam",
"indoc 0.3.6",
2020-03-07 02:15:23 +03:00
"maplit",
2021-05-25 10:08:01 +03:00
"morphic_lib",
2020-07-30 06:40:12 +03:00
"num_cpus",
"parking_lot",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
2020-03-07 02:15:23 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"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",
"roc_types",
"roc_unify",
2020-11-11 03:19:54 +03:00
"tempfile",
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",
"indoc 0.3.6",
"lazy_static",
"maplit",
"pretty_assertions 0.5.1",
"roc_collections",
2021-08-03 20:28:28 +03:00
"roc_ident",
"roc_region",
2021-08-03 23:16:27 +03:00
"static_assertions",
]
2020-03-07 02:15:06 +03:00
[[package]]
name = "roc_mono"
version = "0.1.0"
dependencies = [
"bumpalo",
2021-04-18 16:35:43 +03:00
"hashbrown 0.11.2",
"indoc 0.3.6",
"linked-hash-map",
2020-03-07 02:15:06 +03:00
"maplit",
2021-05-07 18:26:49 +03:00
"morphic_lib",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
2020-03-07 02:15:06 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
2020-10-16 01:18:40 +03:00
"roc_load",
2020-03-07 02:15:06 +03:00
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"roc_solve",
"roc_types",
"roc_unify",
2020-10-13 17:10:38 +03:00
"ven_ena",
2021-07-25 21:17:11 +03:00
"ven_graph",
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",
2020-07-27 02:31:03 +03:00
"encode_unicode",
"indoc 0.3.6",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
"roc_collections",
"roc_module",
"roc_region",
]
[[package]]
name = "roc_problem"
version = "0.1.0"
dependencies = [
"indoc 0.3.6",
"maplit",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
"roc_collections",
"roc_module",
"roc_parse",
"roc_region",
]
[[package]]
name = "roc_region"
version = "0.1.0"
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",
"im 14.3.0",
"im-rc 14.3.0",
"indoc 0.3.6",
2020-03-06 10:06:18 +03:00
"maplit",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
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",
2020-03-06 10:06:18 +03:00
"roc_module",
2020-04-12 02:56:57 +03:00
"roc_mono",
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",
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 = [
"bumpalo",
"indoc 0.3.6",
"maplit",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
"roc_builtins",
"roc_can",
"roc_collections",
2020-10-16 21:50:42 +03:00
"roc_load",
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"roc_solve",
"roc_types",
"roc_unify",
2020-10-16 21:50:42 +03:00
"tempfile",
]
2020-09-30 16:01:16 +03:00
[[package]]
name = "roc_std"
version = "0.1.0"
[[package]]
name = "roc_types"
version = "0.1.0"
dependencies = [
"indoc 0.3.6",
"maplit",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
"roc_collections",
"roc_module",
"roc_region",
2021-08-03 23:16:27 +03:00
"static_assertions",
"ven_ena",
]
[[package]]
name = "roc_unify"
version = "0.1.0"
dependencies = [
"indoc 0.3.6",
"maplit",
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
"roc_collections",
"roc_module",
"roc_types",
]
2021-01-11 21:46:15 +03:00
[[package]]
name = "ropey"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f3ef16589fdbb3e8fbce3dca944c08e61f39c7f16064b21a257d68ea911a83"
dependencies = [
"smallvec",
]
[[package]]
name = "rose_tree"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284de9dae38774e2813aaabd7e947b4a6fe9b8c58c2309f754a487cdd50de1c2"
dependencies = [
"petgraph",
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "rustc-demangle"
2021-05-29 22:46:33 +03:00
version = "0.1.19"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce"
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"
2020-04-04 02:40:17 +03:00
[[package]]
name = "rustc_version"
2021-05-29 22:46:33 +03:00
version = "0.3.3"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-06-07 21:02:59 +03:00
"semver",
2020-04-04 02:40:17 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "rusttype"
version = "0.9.2"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
2020-05-05 04:06:36 +03:00
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser 0.6.0",
2020-05-05 04:06:36 +03:00
]
2020-11-21 19:50:38 +03:00
[[package]]
name = "rustyline"
version = "6.2.0"
source = "git+https://github.com/rtfeldman/rustyline?tag=prompt-fix#a6b8a20d2bf5c3793d7367848be2f4afec2f0d99"
2020-11-21 19:50:38 +03:00
dependencies = [
"cfg-if 0.1.10",
2021-02-08 00:50:33 +03:00
"dirs-next",
2021-05-28 16:08:46 +03:00
"libc",
2020-11-21 19:50:38 +03:00
"log",
"memchr",
"nix 0.17.0",
2020-11-21 19:50:38 +03:00
"scopeguard",
"unicode-segmentation",
"unicode-width",
"utf8parse 0.2.0",
"winapi 0.3.9",
]
[[package]]
name = "rustyline-derive"
version = "0.3.1"
source = "git+https://github.com/rtfeldman/rustyline?tag=prompt-fix#a6b8a20d2bf5c3793d7367848be2f4afec2f0d99"
2020-11-21 19:50:38 +03:00
dependencies = [
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2020-11-21 19:50:38 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "ryu"
2020-07-24 04:38:10 +03:00
version = "1.0.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 = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
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-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 = [
2021-06-07 21:02:59 +03:00
"semver-parser",
2019-05-24 08:54:10 +03:00
]
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"
2021-05-29 22:46:33 +03:00
version = "1.0.126"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-xml-rs"
2021-02-08 00:50:33 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "f0bf1ba0696ccf0872866277143ff1fd14d22eec235d2b23702f95e6660f7dfa"
dependencies = [
"log",
"serde",
"thiserror",
"xml-rs",
]
2020-07-24 04:38:10 +03:00
[[package]]
name = "serde_cbor"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
dependencies = [
"half",
"serde",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "serde_derive"
2021-05-29 22:46:33 +03:00
version = "1.0.126"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "serde_json"
2021-03-06 14:14:55 +03:00
version = "1.0.64"
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 = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
2020-04-04 02:40:17 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
version = "0.8.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23"
dependencies = [
"dtoa",
"linked-hash-map",
"serde",
"yaml-rust",
]
2020-10-27 03:32:44 +03:00
[[package]]
name = "serial_test"
version = "0.5.1"
2020-10-27 03:32:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d"
2020-10-27 03:32:44 +03:00
dependencies = [
"lazy_static",
"parking_lot",
2020-10-27 03:32:44 +03:00
"serial_test_derive",
]
[[package]]
name = "serial_test_derive"
version = "0.5.1"
2020-10-27 03:32:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5"
2020-10-27 03:32:44 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
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",
2021-05-07 18:26:49 +03:00
"opaque-debug 0.2.3",
]
[[package]]
name = "sha2"
2021-05-29 22:46:33 +03:00
version = "0.9.5"
2021-05-07 18:26:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
2021-05-07 18:26:49 +03:00
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.9.0",
"opaque-debug 0.3.0",
2020-09-14 05:35:28 +03:00
]
2021-02-23 21:43:50 +03:00
[[package]]
name = "siphasher"
2021-04-13 15:39:32 +03:00
version = "0.3.5"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27"
2021-02-23 21:43:50 +03:00
2019-05-24 08:54:10 +03:00
[[package]]
name = "sized-chunks"
2020-03-21 04:10:43 +03:00
version = "0.5.3"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-21 04:10:43 +03:00
checksum = "d59044ea371ad781ff976f7b06480b9f0180e834eda94114f2afb4afc12b7718"
2019-11-18 16:56:35 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"bitmaps",
"typenum",
2019-11-18 16:56:35 +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"
2021-05-29 22:46:33 +03:00
version = "0.4.3"
2020-04-15 14:00:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
2020-04-15 14:00:06 +03:00
2019-11-27 01:18:57 +03:00
[[package]]
name = "slotmap"
version = "0.4.0"
2020-01-31 07:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c46a3482db8f247956e464d783693ece164ca056e6e67563ee5505bdb86452cd"
2020-01-31 07:57:17 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "smallvec"
version = "1.6.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2021-01-30 18:23:54 +03:00
[[package]]
name = "smithay-client-toolkit"
2021-03-06 14:14:55 +03:00
version = "0.12.3"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "4750c76fd5d3ac95fa3ed80fe667d6a3d8590a960e5b575b98eea93339a80b80"
2021-01-30 18:23:54 +03:00
dependencies = [
"andrew",
2021-01-30 18:23:54 +03:00
"bitflags",
"calloop",
2021-03-06 14:14:55 +03:00
"dlib 0.4.2",
2021-01-30 18:23:54 +03:00
"lazy_static",
"log",
"memmap2",
"nix 0.18.0",
"wayland-client",
2021-01-30 18:23:54 +03:00
"wayland-cursor",
"wayland-protocols",
2021-01-30 18:23:54 +03:00
]
[[package]]
name = "smithay-clipboard"
2021-02-08 00:50:33 +03:00
version = "0.6.3"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "06384dfaf645908220d976ae24ed39f6cf92efecb0225ea0a948e403014de527"
2021-01-30 18:23:54 +03:00
dependencies = [
"smithay-client-toolkit",
"wayland-client",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "snafu"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab12d3c261b2308b0d80c26fffb58d17eba81a4be97890101f416b478c79ca7"
dependencies = [
"backtrace",
"doc-comment",
"snafu-derive",
]
[[package]]
name = "snafu-derive"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1508efa03c362e23817f96cde18abed596a25219a8b2c66e8db33c03543d315b"
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "spirv_cross"
version = "0.23.1"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60647fadbf83c4a72f0d7ea67a7ca3a81835cf442b8deae5c134c3e0055b2e14"
2020-05-30 08:08:17 +03:00
dependencies = [
"cc",
"js-sys",
"wasm-bindgen",
]
2020-10-31 02:54:56 +03:00
[[package]]
name = "spirv_headers"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f5b132530b1ac069df335577e3581765995cba5a13995cdbbdbc8fb057c532c"
dependencies = [
"bitflags",
"num-traits",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2020-05-05 04:06:36 +03:00
[[package]]
name = "storage-map"
2020-10-31 02:54:56 +03:00
version = "0.3.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-31 02:54:56 +03:00
checksum = "418bb14643aa55a7841d5303f72cf512cfb323b8cc221d51580500a1ca75206c"
2020-05-05 04:06:36 +03:00
dependencies = [
"lock_api",
2020-05-05 04:06:36 +03:00
]
2020-08-23 18:49:33 +03:00
[[package]]
name = "strip-ansi-escapes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
dependencies = [
"vte",
]
2020-07-21 08:35:10 +03:00
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
2019-07-23 04:57:30 +03:00
[[package]]
name = "syn"
2019-11-18 16:56:35 +03:00
version = "0.15.44"
2019-07-23 04:57:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2019-07-23 04:57:30 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
2019-07-23 04:57:30 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "syn"
version = "1.0.72"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
2019-10-16 04:16:27 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
2021-05-29 22:46:33 +03:00
"unicode-xid 0.2.2",
2019-10-16 04:16:27 +03:00
]
2020-07-21 08:35:10 +03:00
[[package]]
name = "syn-mid"
2021-02-08 00:50:33 +03:00
version = "0.5.3"
2020-07-21 08:35:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9"
2020-07-21 08:35:10 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2020-07-21 08:35:10 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "synstructure"
version = "0.12.4"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2021-05-29 22:46:33 +03:00
"unicode-xid 0.2.2",
2020-05-30 08:08:17 +03:00
]
2020-03-31 02:31:42 +03:00
[[package]]
name = "target-lexicon"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
2020-04-04 02:40:17 +03:00
[[package]]
name = "tempfile"
2021-02-08 00:50:33 +03:00
version = "3.2.0"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-02-08 00:50:33 +03:00
"cfg-if 1.0.0",
2021-05-28 16:08:46 +03:00
"libc",
2021-02-08 00:50:33 +03:00
"rand 0.8.3",
2021-05-29 22:46:33 +03:00
"redox_syscall 0.2.8",
2020-04-04 02:40:17 +03:00
"remove_dir_all",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "termcolor"
version = "1.1.2"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2020-04-04 02:40:17 +03:00
dependencies = [
"winapi-util",
]
2021-03-01 16:59:27 +03:00
[[package]]
name = "test_gen"
version = "0.1.0"
dependencies = [
"bumpalo",
"either",
"im 14.3.0",
"im-rc 14.3.0",
"indoc 0.3.6",
2021-05-29 22:46:33 +03:00
"inkwell 0.1.0",
2021-05-28 16:08:46 +03:00
"libc",
2021-03-06 14:14:55 +03:00
"libloading 0.6.7",
2021-03-01 16:59:27 +03:00
"maplit",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
2021-03-01 16:59:27 +03:00
"roc_build",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_gen_llvm",
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",
"roc_types",
"roc_unify",
"target-lexicon",
"tokio",
]
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",
"either",
"im 14.3.0",
"im-rc 14.3.0",
2021-05-30 17:48:42 +03:00
"indoc 0.3.6",
2021-05-30 19:09:41 +03:00
"libc",
"libloading 0.6.7",
2021-05-30 17:48:42 +03:00
"pretty_assertions 0.5.1",
"quickcheck 0.8.5",
"quickcheck_macros 0.8.0",
2021-05-30 19:09:41 +03:00
"roc_build",
2021-05-30 17:48:42 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
2021-05-30 19:09:41 +03:00
"roc_constrain",
2021-05-30 17:48:42 +03:00
"roc_load",
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
2021-05-30 19:09:41 +03:00
"roc_reporting",
2021-05-30 17:48:42 +03:00
"roc_solve",
"roc_types",
"roc_unify",
2021-05-30 19:09:41 +03:00
"target-lexicon",
"test_mono_macros",
]
[[package]]
name = "test_mono_macros"
version = "0.1.0"
dependencies = [
"darling",
"proc-macro2 1.0.27",
"quote 1.0.9",
2021-05-30 17:48:42 +03:00
"syn 1.0.72",
]
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",
]
[[package]]
name = "thiserror"
2021-05-29 22:46:33 +03:00
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2021-05-29 22:46:33 +03:00
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d"
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "thread-id"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2021-02-08 00:50:33 +03:00
"redox_syscall 0.1.57",
2020-10-11 02:49:49 +03:00
"winapi 0.3.9",
]
2020-10-31 02:54:56 +03:00
[[package]]
name = "thunderdome"
version = "0.4.1"
2020-10-31 02:54:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87b4947742c93ece24a0032141d9caa3d853752e694a57e35029dd2bd08673e0"
2020-10-31 02:54:56 +03:00
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",
]
2019-11-28 06:12:51 +03:00
[[package]]
name = "tokio"
2021-02-08 00:50:33 +03:00
version = "0.2.25"
2019-11-28 06:12:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
2019-11-28 06:12:51 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"bytes",
"fnv",
"memchr",
"num_cpus",
2021-03-06 14:14:55 +03:00
"pin-project-lite 0.1.12",
"slab",
2020-07-24 04:38:10 +03:00
]
[[package]]
name = "toml"
2021-02-08 00:50:33 +03:00
version = "0.5.8"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
2020-07-24 04:38:10 +03:00
dependencies = [
"serde",
2019-11-18 16:56:35 +03:00
]
[[package]]
name = "ttf-parser"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
2020-05-30 08:08:17 +03:00
[[package]]
name = "ttf-parser"
2021-05-29 22:46:33 +03:00
version = "0.12.1"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "2fc71742ead70703a55d184f82087302f2f9ffa3793e64db46a78bf75dd723f4"
2020-05-30 08:08:17 +03:00
[[package]]
name = "twox-hash"
version = "1.6.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
2020-05-30 08:08:17 +03:00
dependencies = [
"cfg-if 0.1.10",
2020-05-30 08:08:17 +03:00
"rand 0.7.3",
"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"
2021-04-13 15:39:32 +03:00
version = "1.13.0"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
2019-11-18 16:56:35 +03:00
2020-09-14 05:35:28 +03:00
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
2021-05-28 16:08:46 +03:00
"version_check",
2020-09-14 05:35:28 +03:00
]
2020-07-21 08:35:10 +03:00
[[package]]
name = "unicode-segmentation"
version = "1.7.1"
2020-07-21 08:35:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2020-07-21 08:35:10 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "unicode-width"
2020-07-24 04:38:10 +03:00
version = "0.1.8"
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 = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2020-04-04 02:40:17 +03:00
2019-07-23 04:57:30 +03:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2019-07-23 04:57:30 +03:00
2019-10-16 04:16:27 +03:00
[[package]]
name = "unicode-xid"
2021-05-29 22:46:33 +03:00
version = "0.2.2"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2019-10-16 04:16:27 +03:00
2019-07-23 04:57:30 +03:00
[[package]]
name = "unindent"
version = "0.1.7"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
2019-11-18 16:56:35 +03:00
2020-08-23 18:49:33 +03:00
[[package]]
name = "utf8parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
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"
2020-04-17 05:02:29 +03:00
[[package]]
name = "vec_map"
2020-06-01 01:14:34 +03:00
version = "0.8.2"
2020-04-17 05:02:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-01 01:14:34 +03:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2020-04-17 05:02:29 +03:00
[[package]]
name = "ven_ena"
version = "0.13.1"
dependencies = [
"log",
]
[[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 = [
"arrayvec",
"criterion",
"difference",
"tempfile",
"termcolor",
"typed-arena",
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "version_check"
2021-04-13 15:39:32 +03:00
version = "0.9.3"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2019-11-18 16:56:35 +03:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2020-08-23 18:49:33 +03:00
[[package]]
name = "vte"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
dependencies = [
2020-11-21 19:50:38 +03:00
"utf8parse 0.1.1",
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",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2020-04-04 02:40:17 +03:00
"winapi-util",
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
2021-02-08 00:50:33 +03:00
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-04-04 02:40:17 +03:00
[[package]]
name = "wasm-bindgen"
version = "0.2.74"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
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"
version = "0.2.74"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
2020-04-04 02:40:17 +03:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2020-04-04 02:40:17 +03:00
"wasm-bindgen-shared",
]
2020-10-31 02:54:56 +03:00
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.24"
2020-10-31 02:54:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
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"
version = "0.2.74"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
2020-04-04 02:40:17 +03:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.74"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
"syn 1.0.72",
2020-04-04 02:40:17 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.74"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
2020-04-04 02:40:17 +03:00
2021-01-30 18:23:54 +03:00
[[package]]
name = "wayland-client"
2021-03-06 14:14:55 +03:00
version = "0.28.5"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "06ca44d86554b85cf449f1557edc6cc7da935cc748c8e4bf1c507cbd43bae02c"
2021-01-30 18:23:54 +03:00
dependencies = [
"bitflags",
"downcast-rs",
2021-05-28 16:08:46 +03:00
"libc",
2021-03-06 14:14:55 +03:00
"nix 0.20.0",
2021-01-30 18:23:54 +03:00
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
2021-01-30 18:23:54 +03:00
]
[[package]]
name = "wayland-commons"
2021-03-06 14:14:55 +03:00
version = "0.28.5"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "8bd75ae380325dbcff2707f0cd9869827ea1d2d6d534cff076858d3f0460fd5a"
2021-01-30 18:23:54 +03:00
dependencies = [
2021-03-06 14:14:55 +03:00
"nix 0.20.0",
2021-01-30 18:23:54 +03:00
"once_cell",
"smallvec",
"wayland-sys",
2021-01-30 18:23:54 +03:00
]
[[package]]
name = "wayland-cursor"
2021-03-06 14:14:55 +03:00
version = "0.28.5"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "b37e5455ec72f5de555ec39b5c3704036ac07c2ecd50d0bffe02d5fe2d4e65ab"
2021-01-30 18:23:54 +03:00
dependencies = [
2021-03-06 14:14:55 +03:00
"nix 0.20.0",
"wayland-client",
2021-01-30 18:23:54 +03:00
"xcursor",
2020-05-05 04:06:36 +03:00
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "wayland-protocols"
2021-03-06 14:14:55 +03:00
version = "0.28.5"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "95df3317872bcf9eec096c864b69aa4769a1d5d6291a5b513f8ba0af0efbd52c"
2021-01-30 18:23:54 +03:00
dependencies = [
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
2020-05-05 04:06:36 +03:00
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "wayland-scanner"
2021-03-06 14:14:55 +03:00
version = "0.28.5"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "389d680d7bd67512dc9c37f39560224327038deb0f0e8d33f870900441b68720"
2021-01-30 18:23:54 +03:00
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
2021-03-06 14:14:55 +03:00
"quote 1.0.9",
2021-01-30 18:23:54 +03:00
"xml-rs",
]
[[package]]
name = "wayland-sys"
2021-03-06 14:14:55 +03:00
version = "0.28.5"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "2907bd297eef464a95ba9349ea771611771aa285b932526c633dc94d5400a8e2"
2021-01-30 18:23:54 +03:00
dependencies = [
2021-03-06 14:14:55 +03:00
"dlib 0.5.0",
2021-01-30 18:23:54 +03:00
"lazy_static",
"pkg-config",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "web-sys"
version = "0.3.50"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be"
2020-04-04 02:40:17 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "wgpu"
version = "0.9.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd247f8b26fd3d42ef2f320d378025cd6e84d782ef749fab45cc3b981fbe3275"
2020-05-30 08:08:17 +03:00
dependencies = [
"arrayvec",
2020-10-31 02:54:56 +03:00
"js-sys",
"log",
"naga",
"parking_lot",
2020-05-30 08:08:17 +03:00
"raw-window-handle",
"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-types",
]
[[package]]
name = "wgpu-core"
version = "0.9.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af5c8acd3ae5781a277cdf65a17f3a7135de5ae782775620e74ea16c9d47770"
2020-05-30 08:08:17 +03:00
dependencies = [
"arrayvec",
"bitflags",
"cfg_aliases",
2020-05-30 08:08:17 +03:00
"copyless",
"fxhash",
"gfx-backend-dx11",
"gfx-backend-dx12",
"gfx-backend-empty",
"gfx-backend-gl",
2020-05-30 08:08:17 +03:00
"gfx-backend-metal",
"gfx-backend-vulkan",
"gfx-hal",
"gpu-alloc",
"gpu-descriptor",
"log",
2020-10-31 02:54:56 +03:00
"naga",
"parking_lot",
"profiling",
2020-05-30 08:08:17 +03:00
"raw-window-handle",
2020-10-31 02:54:56 +03:00
"smallvec",
"thiserror",
2020-05-30 08:08:17 +03:00
"wgpu-types",
]
[[package]]
name = "wgpu-types"
version = "0.9.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f5c9678cd533558e28b416d66947b099742df1939307478db54f867137f1b60"
2020-05-30 08:08:17 +03:00
dependencies = [
"bitflags",
]
[[package]]
name = "wgpu_glyph"
version = "0.13.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fee8c96eda18195a7ad9989737183e0a357f14b15e98838c76abbcf56a5f970"
2020-05-30 08:08:17 +03:00
dependencies = [
"bytemuck",
2020-05-30 08:08:17 +03:00
"glyph_brush",
"log",
"wgpu",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
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
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
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 = [
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
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
2020-05-05 04:06:36 +03:00
[[package]]
name = "winit"
version = "0.24.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da4eda6fce0eb84bd0a33e3c8794eb902e1033d0a1d5a31bc4f19b1b4bbff597"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
2020-07-24 04:38:10 +03:00
"cocoa",
"core-foundation 0.9.1",
"core-graphics 0.22.2",
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",
"mio-extras",
2020-07-24 04:38:10 +03:00
"ndk",
"ndk-glue",
"ndk-sys",
2020-05-05 04:06:36 +03:00
"objc",
"parking_lot",
2020-05-05 04:06:36 +03:00
"percent-encoding",
"raw-window-handle",
"smithay-client-toolkit",
"wayland-client",
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2020-05-05 04:06:36 +03:00
"x11-dl",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
2020-07-24 04:38:10 +03:00
"winapi 0.3.9",
2020-05-30 08:08:17 +03:00
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
2019-11-27 01:17:20 +03:00
[[package]]
name = "wyhash"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "782a50f48ac4336916227cd199c61c7b42f38d0ad705421b49eb12c74c53ae00"
2019-11-27 01:17:20 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.4.2",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "x11-clipboard"
2021-05-29 22:46:33 +03:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "b397ace6e980510de59a4fe3d4c758dffab231d6d747ce9fa1aba6b6035d5f32"
dependencies = [
"xcb",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "x11-dl"
version = "2.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
dependencies = [
"lazy_static",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
"maybe-uninit",
"pkg-config",
]
[[package]]
name = "xcb"
2021-01-30 17:06:29 +03:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-30 17:06:29 +03:00
checksum = "62056f63138b39116f82a540c983cc11f1c90cd70b3d492a70c25eaa50bd22a6"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
"log",
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "xcursor"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a9a231574ae78801646617cefd13bfe94be907c0e4fa979cfd8b770aa3c5d08"
dependencies = [
2021-05-28 16:08:46 +03:00
"nom",
2021-01-30 18:23:54 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "xdg"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
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"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
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",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "zerocopy"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6580539ad917b7c026220c4b3f2c08d52ce54d6ce0dc491e66002e35388fab46"
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d498dbd1fd7beb83c86709ae1c33ca50942889473473d287d56ce4770a18edfb"
dependencies = [
2021-05-29 22:46:33 +03:00
"proc-macro2 1.0.27",
"syn 1.0.72",
2020-05-30 08:08:17 +03:00
"synstructure",
]