roc/Cargo.lock

5193 lines
117 KiB
Plaintext
Raw Normal View History

2019-04-18 02:32:10 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-08-13 20:54:35 +03:00
version = 3
2020-05-05 04:06:36 +03:00
[[package]]
2020-05-30 08:08:17 +03:00
name = "ab_glyph"
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",
2021-09-08 19:24:32 +03:00
"owned_ttf_parser 0.12.1",
2020-05-30 08:08:17 +03:00
]
[[package]]
name = "ab_glyph_rasterizer"
2021-11-06 03:02:46 +03:00
version = "0.1.5"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
2020-05-05 04:06:36 +03:00
2020-10-11 02:49:49 +03:00
[[package]]
name = "addr2line"
2021-11-06 03:02:46 +03:00
version = "0.17.0"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2020-10-11 02:49:49 +03:00
dependencies = [
2021-11-06 05:59:42 +03:00
"gimli",
2020-10-11 02:49:49 +03:00
]
[[package]]
name = "adler"
2021-03-06 14:14:55 +03:00
version = "1.0.2"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-10-11 02:49:49 +03:00
[[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-11-06 03:02:46 +03:00
version = "0.7.6"
2021-04-18 16:35:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2021-04-18 16:35:43 +03:00
dependencies = [
2021-11-06 16:10:02 +03:00
"getrandom",
2021-04-18 16:35:43 +03:00
"once_cell",
2021-05-28 16:08:46 +03:00
"version_check",
2021-04-18 16:35:43 +03:00
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "aho-corasick"
2021-05-29 22:46:33 +03:00
version = "0.7.18"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"memchr",
2019-09-15 00:03:28 +03:00
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "alsa"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75c4da790adcb2ce5e758c064b4f3ec17a30349f9961d3e5e6c9688b052a9e18"
dependencies = [
"alsa-sys",
"bitflags",
"libc",
"nix 0.20.0",
]
[[package]]
name = "alsa-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
dependencies = [
"libc",
"pkg-config",
]
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"
2021-11-06 05:19:37 +03:00
version = "0.12.1"
2019-01-28 01:39:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2019-01-28 01:39:45 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"winapi",
2019-01-28 01:39:45 +03:00
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "approx"
version = "0.4.0"
2020-04-15 14:00:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
dependencies = [
"num-traits",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "approx"
version = "0.5.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"
[[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
[[package]]
name = "arrayvec"
2021-11-06 03:02:46 +03:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
2020-05-05 04:06:36 +03:00
[[package]]
name = "ash"
version = "0.33.3+1.2.191"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc4f1d82f164f838ae413296d1131aa6fa79b917d25bebaa7033d25620c09219"
2020-05-05 04:06:36 +03:00
dependencies = [
2021-11-06 03:02:46 +03:00
"libloading 0.7.1",
2020-05-05 04:06:36 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
2021-05-28 16:08:46 +03:00
"libc",
2021-11-06 05:19:37 +03:00
"winapi",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "autocfg"
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"
2021-11-06 03:02:46 +03:00
version = "0.3.63"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
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",
2021-11-06 03:02:46 +03:00
"object 0.27.1",
2020-10-11 02:49:49 +03:00
"rustc-demangle",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "bindgen"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239"
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2021-09-28 20:54:05 +03:00
"regex",
"rustc-hash",
"shlex",
]
2020-10-31 02:54:56 +03:00
[[package]]
name = "bit-set"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
2020-10-31 02:54:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2020-10-31 02:54:56 +03:00
2019-09-15 00:03:28 +03:00
[[package]]
name = "bitflags"
2021-09-08 19:24:32 +03:00
version = "1.3.2"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-09-15 00:03:28 +03:00
2019-11-21 01:54:08 +03:00
[[package]]
name = "bitmaps"
2020-03-30 00:32:54 +03:00
version = "2.1.0"
2019-11-21 01:54:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-30 00:32:54 +03:00
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
2019-11-21 01:54:08 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"typenum",
2020-01-25 01:09:12 +03:00
]
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-11-06 03:02:46 +03:00
version = "0.2.17"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2020-04-04 02:40:17 +03:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
2019-09-02 22:07:45 +03:00
[[package]]
name = "bumpalo"
2021-11-06 03:02:46 +03:00
version = "3.8.0"
2019-09-02 22:07:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
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-09-08 19:24:32 +03:00
version = "1.7.2"
2020-11-05 05:47:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "72957246c41db82b8ef88a5486143830adeb8227ef9837740bdec67724cf2c5b"
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-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-12-02 18:43:54 +03:00
]
2020-11-05 05:47:41 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "byteorder"
2021-04-13 15:39:32 +03:00
version = "1.4.3"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-04-04 02:40:17 +03:00
2021-09-28 20:54:05 +03:00
[[package]]
name = "bytes"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2020-05-05 04:06:36 +03:00
[[package]]
name = "calloop"
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-09-08 19:24:32 +03:00
version = "0.2.7"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a"
2020-04-04 02:40:17 +03:00
dependencies = [
"rustc_version 0.4.0",
2020-04-04 02:40:17 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "cc"
2021-11-06 03:02:46 +03:00
version = "1.0.71"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
2020-10-31 02:54:56 +03:00
dependencies = [
"jobserver",
]
2019-10-16 04:16:27 +03:00
2021-09-28 20:54:05 +03:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cexpr"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
dependencies = [
"nom 5.1.2",
]
2019-10-16 04:16:27 +03:00
2019-01-30 04:08:23 +03:00
[[package]]
name = "cfg-if"
2019-11-18 16:56:35 +03:00
version = "0.1.10"
2019-01-30 04:08:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-01-30 04:08:23 +03:00
2020-11-21 19:50:38 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2020-12-04 22:05:29 +03:00
[[package]]
name = "cgmath"
version = "0.18.0"
2020-12-04 22:05:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
2020-12-04 22:05:29 +03:00
dependencies = [
"approx 0.4.0",
2020-12-04 22:05:29 +03:00
"num-traits",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "clang-sys"
2021-11-06 03:02:46 +03:00
version = "1.3.0"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90"
2021-09-28 20:54:05 +03:00
dependencies = [
"glob",
"libc",
2021-11-06 03:02:46 +03:00
"libloading 0.7.1",
2021-09-28 20:54:05 +03:00
]
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",
2021-11-06 05:19:37 +03:00
"textwrap 0.11.0",
2020-04-04 02:40:17 +03:00
"unicode-width",
]
2020-07-21 08:35:10 +03:00
[[package]]
name = "clap"
2021-11-06 05:19:37 +03:00
version = "3.0.0-beta.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "feff3878564edb93745d58cf63e17b63f24142506e7a20c87a5521ed7bfb1d63"
2020-07-21 08:35:10 +03:00
dependencies = [
"atty",
"bitflags",
"clap_derive",
"indexmap",
"lazy_static",
"os_str_bytes",
"strsim 0.10.0",
2020-07-21 08:35:10 +03:00
"termcolor",
2021-11-06 05:19:37 +03:00
"textwrap 0.14.2",
"unicase",
2020-07-21 08:35:10 +03:00
]
[[package]]
name = "clap_derive"
version = "3.0.0-beta.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b15c6b4f786ffb6192ffe65a36855bc1fc2444bcd0945ae16748dcd6ed7d0d3"
2020-07-21 08:35:10 +03:00
dependencies = [
"heck",
"proc-macro-error",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-07-21 08:35:10 +03:00
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "claxon"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
[[package]]
name = "cli_utils"
version = "0.1.0"
dependencies = [
"bumpalo",
"criterion",
2021-08-03 13:42:19 +03:00
"rlimit",
"roc_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",
2021-11-06 05:19:37 +03:00
"winapi",
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",
2021-11-06 03:02:46 +03:00
"core-foundation 0.9.2",
"core-graphics 0.22.3",
2020-05-05 04:06:36 +03:00
"foreign-types",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
"objc",
]
[[package]]
2020-07-24 04:38:10 +03:00
name = "cocoa-foundation"
version = "0.1.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
"block",
2021-11-06 03:02:46 +03:00
"core-foundation 0.9.2",
2020-07-24 04:38:10 +03:00
"core-graphics-types",
2020-05-05 04:06:36 +03:00
"foreign-types",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
"objc",
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "colored"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
dependencies = [
"atty",
"lazy_static",
2021-11-06 05:19:37 +03:00
"winapi",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "combine"
2021-11-06 03:02:46 +03:00
version = "4.6.2"
2021-09-28 20:54:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "b2b2f5d0ee456f3928812dfc8c6d9a1d592b98678f6d56db9b0cd2b7bc6c8db5"
2021-09-28 20:54:05 +03:00
dependencies = [
2021-11-06 02:58:11 +03:00
"bytes",
2021-09-28 20:54:05 +03:00
"memchr",
]
[[package]]
name = "confy"
version = "0.4.0"
2021-09-08 19:24:32 +03:00
source = "git+https://github.com/rust-cli/confy#664992aecd97b4af0eda8d9d2825885662e1c6b4"
dependencies = [
"directories-next",
"serde",
"serde_yaml",
]
2020-11-18 21:26:59 +03:00
[[package]]
name = "const_format"
2021-11-06 03:02:46 +03:00
version = "0.2.22"
2020-11-18 21:26:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "22bc6cd49b0ec407b680c3e380182b6ac63b73991cb7602de350352fc309b614"
2020-11-18 21:26:59 +03:00
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
2021-11-06 03:02:46 +03:00
version = "0.2.22"
2020-11-18 21:26:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "ef196d5d972878a48da7decb7686eded338b4858fbabeed513d63a7c98b2b82d"
2020-11-18 21:26:59 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"unicode-xid",
2020-11-18 21:26:59 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "copyless"
2020-07-24 04:38:10 +03:00
version = "0.1.5"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
2020-05-05 04:06:36 +03:00
2021-01-30 18:23:54 +03:00
[[package]]
name = "copypasta"
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"
2021-11-06 03:02:46 +03:00
version = "0.9.2"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
2020-05-05 04:06:36 +03:00
dependencies = [
2021-11-06 03:02:46 +03:00
"core-foundation-sys 0.8.3",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "core-foundation-sys"
2020-07-24 04:38:10 +03:00
version = "0.7.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
2020-05-05 04:06:36 +03:00
[[package]]
name = "core-foundation-sys"
2021-11-06 03:02:46 +03:00
version = "0.8.3"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2020-05-05 04:06:36 +03:00
[[package]]
name = "core-graphics"
2020-07-24 04:38:10 +03:00
version = "0.19.2"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
2020-07-24 04:38:10 +03:00
"core-foundation 0.7.0",
2020-05-05 04:06:36 +03:00
"foreign-types",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "core-graphics"
2021-11-06 03:02:46 +03:00
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags",
2021-11-06 03:02:46 +03:00
"core-foundation 0.9.2",
"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",
2021-11-06 03:02:46 +03:00
"core-foundation 0.9.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
]
[[package]]
name = "core-video-sys"
2020-07-24 04:38:10 +03:00
version = "0.1.4"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
2020-05-05 04:06:36 +03:00
dependencies = [
2020-11-21 19:50:38 +03:00
"cfg-if 0.1.10",
2020-07-24 04:38:10 +03:00
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
"objc",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "coreaudio-rs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88"
dependencies = [
"bitflags",
"coreaudio-sys",
]
[[package]]
name = "coreaudio-sys"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b7e3347be6a09b46aba228d6608386739fb70beff4f61e07422da87b0bb31fa"
dependencies = [
"bindgen",
]
[[package]]
name = "cpal"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98f45f0a21f617cd2c788889ef710b63f075c949259593ea09c826f1e47a2418"
dependencies = [
"alsa",
2021-11-06 03:02:46 +03:00
"core-foundation-sys 0.8.3",
2021-09-28 20:54:05 +03:00
"coreaudio-rs",
"jni",
"js-sys",
"lazy_static",
"libc",
"mach",
"ndk 0.3.0",
"ndk-glue 0.3.0",
"nix 0.20.0",
"oboe",
"parking_lot",
"stdweb",
"thiserror",
"web-sys",
2021-11-06 05:19:37 +03:00
"winapi",
2021-09-28 20:54:05 +03:00
]
2021-05-07 18:26:49 +03:00
[[package]]
name = "cpufeatures"
2021-09-08 19:24:32 +03:00
version = "0.2.1"
2021-05-07 18:26:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
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"
2021-09-08 19:24:32 +03:00
source = "git+https://github.com/Anton-4/criterion.rs#3e46ad2b234e36928fb5234d36cf53b5837cbb87"
2020-04-04 02:40:17 +03:00
dependencies = [
"atty",
"cast",
2020-09-12 15:06:26 +03:00
"clap 2.33.3",
2020-04-04 02:40:17 +03:00
"criterion-plot",
"csv",
2021-09-08 19:24:32 +03:00
"itertools 0.10.1",
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"
2021-09-08 19:24:32 +03:00
source = "git+https://github.com/Anton-4/criterion.rs#3e46ad2b234e36928fb5234d36cf53b5837cbb87"
2020-04-04 02:40:17 +03:00
dependencies = [
"cast",
2021-02-08 00:50:33 +03:00
"itertools 0.9.0",
2020-04-04 02:40:17 +03:00
]
2020-07-29 03:35:18 +03:00
[[package]]
name = "crossbeam"
2021-11-06 05:19:37 +03:00
version = "0.8.1"
2020-07-29 03:35:18 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
2020-07-29 03:35:18 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"cfg-if 1.0.0",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
2020-07-29 03:35:18 +03:00
"crossbeam-queue",
2021-11-06 05:19:37 +03:00
"crossbeam-utils",
2020-05-30 08:08:17 +03:00
]
[[package]]
name = "crossbeam-channel"
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",
2021-11-06 05:19:37 +03:00
"crossbeam-utils",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "crossbeam-deque"
2021-09-08 19:24:32 +03:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
"cfg-if 1.0.0",
2021-11-06 05:19:37 +03:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
dependencies = [
"cfg-if 1.0.0",
2021-11-06 05:19:37 +03:00
"crossbeam-utils",
"lazy_static",
2021-11-06 05:19:37 +03:00
"memoffset",
2020-04-04 02:40:17 +03:00
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
2021-11-06 05:19:37 +03:00
version = "0.3.2"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"cfg-if 1.0.0",
"crossbeam-utils",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "crossbeam-utils"
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-09-08 19:24:32 +03:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
dependencies = [
2021-11-06 05:19:37 +03:00
"quote",
"syn",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "d3d12"
2021-09-08 19:24:32 +03:00
version = "0.4.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "2daefd788d1e96e0a9d66dee4b828b883509bc3ea9ce30665f04c3246372690c"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
2021-11-06 03:02:46 +03:00
"libloading 0.7.1",
2021-11-06 05:19:37 +03:00
"winapi",
2020-07-24 04:38:10 +03:00
]
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
2021-08-28 15:48:24 +03:00
"darling_core 0.10.2",
"darling_macro 0.10.2",
]
[[package]]
name = "darling"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "757c0ded2af11d8e739c4daea1ac623dd1624b06c844cf3f5a39f1bdbd99bb12"
dependencies = [
"darling_core 0.13.0",
"darling_macro 0.13.0",
]
[[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-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2021-08-28 15:48:24 +03:00
"strsim 0.9.3",
2021-11-06 05:19:37 +03:00
"syn",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "darling_core"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c34d8efb62d0c2d7f60ece80f75e5c63c1588ba68032740494b0b9a996466e3"
dependencies = [
"fnv",
"ident_case",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2021-08-28 15:48:24 +03:00
"strsim 0.10.0",
2021-11-06 05:19:37 +03:00
"syn",
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
2021-08-28 15:48:24 +03:00
"darling_core 0.10.2",
2021-11-06 05:19:37 +03:00
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "darling_macro"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade7bff147130fe5e6d39f089c6bd49ec0250f35d70b2eebf72afdfc919f15cc"
dependencies = [
"darling_core 0.13.0",
2021-11-06 05:19:37 +03:00
"quote",
"syn",
]
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-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-05-05 04:06:36 +03:00
]
2019-01-28 01:39:45 +03:00
[[package]]
2021-11-06 05:19:37 +03:00
name = "diff"
version = "0.1.12"
2019-01-28 01:39:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
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",
]
2021-11-06 03:02:46 +03:00
[[package]]
name = "dirs"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
dependencies = [
"dirs-sys",
]
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
]
2021-11-06 03:02:46 +03:00
[[package]]
name = "dirs-sys"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
dependencies = [
"libc",
"redox_users",
2021-11-06 05:19:37 +03:00
"winapi",
2021-11-06 03:02:46 +03:00
]
2020-11-21 19:50:38 +03:00
[[package]]
2021-02-08 00:50:33 +03:00
name = "dirs-sys-next"
version = "0.1.2"
2020-11-21 19:50:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2020-11-21 19:50:38 +03:00
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2020-11-21 19:50:38 +03:00
"redox_users",
2021-11-06 05:19:37 +03:00
"winapi",
2020-11-21 19:50:38 +03:00
]
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 = [
2021-11-06 03:02:46 +03:00
"libloading 0.7.1",
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 = "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"
2021-08-28 15:48:24 +03:00
[[package]]
name = "enumset"
2021-11-06 03:02:46 +03:00
version = "1.0.8"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "6216d2c19a6fb5f29d1ada1dc7bc4367a8cbf0fa4af5cf12e07b5bbdde6b5b2c"
2021-08-28 15:48:24 +03:00
dependencies = [
"enumset_derive",
]
[[package]]
name = "enumset_derive"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6451128aa6655d880755345d085494cf7561a6bee7c8dc821e5d77e6d267ecd4"
dependencies = [
"darling 0.13.0",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "env_logger"
2021-11-06 05:19:37 +03:00
version = "0.8.4"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"log",
"regex",
2019-09-15 00:03:28 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
2020-05-30 08:08:17 +03:00
name = "env_logger"
2021-11-06 05:19:37 +03:00
version = "0.9.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
2020-05-30 08:08:17 +03:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
2020-05-05 04:06:36 +03:00
2021-08-28 15:48:24 +03:00
[[package]]
name = "erased-serde"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3de9ad4541d99dc22b59134e7ff8dc3d6c988c89ecd7324bf10a8362b07a2afa"
dependencies = [
"serde",
]
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"
2021-11-06 16:10:02 +03:00
[[package]]
name = "find-crate"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2"
dependencies = [
"toml",
]
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-11-06 03:02:46 +03:00
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
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"
2021-09-08 21:01:46 +03:00
[[package]]
name = "fs_extra"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
2020-05-05 04:06:36 +03:00
[[package]]
2020-05-30 08:08:17 +03:00
name = "futures"
2021-09-08 19:24:32 +03:00
version = "0.3.17"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
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-09-08 19:24:32 +03:00
version = "0.3.17"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
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-09-08 19:24:32 +03:00
version = "0.3.17"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures-executor"
2021-09-08 19:24:32 +03:00
version = "0.3.17"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
2020-05-30 08:08:17 +03:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2021-09-08 19:24:32 +03:00
version = "0.3.17"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures-macro"
2021-09-08 19:24:32 +03:00
version = "0.3.17"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"autocfg",
2020-05-30 08:08:17 +03:00
"proc-macro-hack",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-05-30 08:08:17 +03:00
]
[[package]]
name = "futures-sink"
2021-09-08 19:24:32 +03:00
version = "0.3.17"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures-task"
2021-09-08 19:24:32 +03:00
version = "0.3.17"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures-util"
2021-09-08 19:24:32 +03:00
version = "0.3.17"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"autocfg",
2020-05-30 08:08:17 +03:00
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-11-06 02:58:11 +03:00
"pin-project-lite",
2020-05-30 08:08:17 +03:00
"pin-utils",
"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",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "generational-arena"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601"
dependencies = [
"cfg-if 0.1.10",
"serde",
]
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",
]
[[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-11-06 16:10:02 +03:00
"wasi",
2020-04-04 02:40:17 +03:00
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "ghost"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5bcf1bbeab73aa4cf2fde60a846858dc036163c7c33bec309f8d17de785479"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "gimli"
2021-11-06 03:02:46 +03:00
version = "0.26.1"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2020-10-11 02:49:49 +03:00
2021-09-28 20:54:05 +03:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "glow"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f04649123493bc2483cbef4daddb45d40bbdae5adb221a63a23efdb0cc99520"
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-11-06 05:19:37 +03:00
"crossbeam-channel",
"crossbeam-deque",
2020-05-30 08:08:17 +03:00
"linked-hash-map",
"rayon",
"rustc-hash",
]
[[package]]
name = "glyph_brush_layout"
2021-09-08 19:24:32 +03:00
version = "0.2.3"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "cc32c2334f00ca5ac3695c5009ae35da21da8c62d255b5b96d56e2597a637a38"
2020-05-30 08:08:17 +03:00
dependencies = [
"ab_glyph",
"approx 0.5.0",
2020-05-30 08:08:17 +03:00
"xi-unicode",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "gpu-alloc"
2021-11-06 03:02:46 +03:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "0e64cbb8d36508d3e19da95e56e196a84f674fc190881f2cc010000798838aa6"
dependencies = [
"bitflags",
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
dependencies = [
"bitflags",
]
[[package]]
name = "gpu-descriptor"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7a237f0419ab10d17006d55c62ac4f689a6bf52c75d3f38b8361d249e8d4b0b"
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-11-06 03:02:46 +03:00
version = "1.8.2"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2020-07-24 04:38:10 +03:00
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-11-06 03:02:46 +03:00
"ahash 0.7.6",
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-09-08 19:24:32 +03:00
version = "0.1.19"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2019-11-18 16:56:35 +03:00
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2019-11-18 16:56:35 +03:00
]
2021-11-06 05:19:37 +03:00
[[package]]
name = "hexf-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
2021-09-28 20:54:05 +03:00
[[package]]
name = "hound"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
2020-05-30 08:08:17 +03:00
[[package]]
name = "humantime"
version = "2.1.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "iced-x86"
2021-11-06 03:02:46 +03:00
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "46e977036f7f5139d580c7f19ad62df9cb8ebd8410bb569e73585226be80a86f"
dependencies = [
"lazy_static",
"static_assertions",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2020-05-30 08:08:17 +03:00
[[package]]
name = "im"
version = "15.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "111c1983f3c5bb72732df25cddacee9b546d08325fb584b5ebd38148be7b0246"
dependencies = [
"bitmaps",
"rand_core 0.5.1",
"rand_xoshiro",
2021-11-06 05:19:37 +03:00
"sized-chunks",
"typenum",
2021-05-28 16:08:46 +03:00
"version_check",
]
[[package]]
name = "im-rc"
version = "15.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
dependencies = [
"bitmaps",
"rand_core 0.5.1",
"rand_xoshiro",
2021-11-06 05:19:37 +03:00
"sized-chunks",
2020-02-05 15:43:48 +03:00
"typenum",
2021-05-28 16:08:46 +03:00
"version_check",
2019-11-18 16:56:35 +03:00
]
2020-07-21 08:35:10 +03:00
[[package]]
name = "indexmap"
2021-09-08 19:24:32 +03:00
version = "1.7.0"
2020-07-21 08:35:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
2020-07-21 08:35:10 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"autocfg",
2021-09-08 19:24:32 +03:00
"hashbrown 0.11.2",
2021-08-28 15:48:24 +03:00
"serde",
2020-07-21 08:35:10 +03:00
]
[[package]]
name = "indoc"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
dependencies = [
"unindent",
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "inkwell"
version = "0.1.0"
2021-05-29 22:46:33 +03:00
dependencies = [
"inkwell 0.1.0 (git+https://github.com/rtfeldman/inkwell?tag=llvm12-0.release8)",
2021-05-29 22:46:33 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "inkwell"
version = "0.1.0"
source = "git+https://github.com/rtfeldman/inkwell?tag=llvm12-0.release8#14b78d96d2dbc95694e181be66e4cd53df3fc02f"
2019-10-16 04:16:27 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"either",
"inkwell_internals 0.3.0 (git+https://github.com/rtfeldman/inkwell?tag=llvm12-0.release8)",
2021-05-28 16:08:46 +03:00
"libc",
"llvm-sys 120.2.1",
2020-02-05 15:43:48 +03:00
"once_cell",
"parking_lot",
2020-02-05 15:43:48 +03:00
"regex",
2019-10-16 04:16:27 +03:00
]
[[package]]
name = "inkwell_internals"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2e1f71330ccec54ee62533ae88574c4169b67fb4b95cbb1196a1322582abd11"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
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"
source = "git+https://github.com/rtfeldman/inkwell?tag=llvm12-0.release8#14b78d96d2dbc95694e181be66e4cd53df3fc02f"
2019-10-16 04:16:27 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2019-11-18 16:56:35 +03:00
]
2020-10-31 02:54:56 +03:00
[[package]]
name = "inplace_it"
2021-02-08 00:50:33 +03:00
version = "0.3.3"
2020-01-25 01:09:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-08 00:50:33 +03:00
checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca"
2020-05-05 04:06:36 +03:00
[[package]]
name = "instant"
2021-11-06 03:02:46 +03:00
version = "0.1.12"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if 1.0.0",
2021-11-06 05:19:37 +03:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
2020-01-25 01:09:12 +03:00
2021-08-28 15:48:24 +03:00
[[package]]
name = "inventory"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0f7efb804ec95e33db9ad49e4252f049e37e8b0a4652e3cd61f7999f2eff7f"
dependencies = [
"ctor",
"ghost",
"inventory-impl",
]
[[package]]
name = "inventory-impl"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75c094e94816723ab936484666968f5b58060492e880f3c8d00489a1e244fa51"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
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"
2021-09-08 19:24:32 +03:00
version = "0.10.1"
2021-02-08 00:50:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
2021-02-08 00:50:33 +03:00
dependencies = [
"either",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "itoa"
2021-09-08 19:24:32 +03:00
version = "0.4.8"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2020-07-24 04:38:10 +03:00
2021-09-28 20:54:05 +03:00
[[package]]
name = "jni"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
dependencies = [
"cesu8",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
]
2020-07-24 04:38:10 +03:00
[[package]]
name = "jni-sys"
version = "0.3.0"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2020-04-04 02:40:17 +03:00
2020-10-31 02:54:56 +03:00
[[package]]
name = "jobserver"
2021-09-08 19:24:32 +03:00
version = "0.1.24"
2020-10-31 02:54:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2020-10-31 02:54:56 +03:00
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2020-10-31 02:54:56 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "js-sys"
2021-11-06 03:02:46 +03:00
version = "0.3.55"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
2020-04-04 02:40:17 +03:00
dependencies = [
"wasm-bindgen",
]
[[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",
2021-11-06 03:02:46 +03:00
"libloading 0.7.1",
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "lazy-bytes-cast"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
2019-06-21 05:28:54 +03:00
[[package]]
name = "lazy_static"
2019-11-18 16:56:35 +03:00
version = "1.4.0"
2019-06-21 05:28:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-06-21 05:28:54 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "lazycell"
2020-09-12 15:06:26 +03:00
version = "1.3.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-12 15:06:26 +03:00
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-05-05 04:06:36 +03:00
2021-08-28 15:48:24 +03:00
[[package]]
name = "leb128"
2021-11-06 03:02:46 +03:00
version = "0.2.5"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2021-08-28 15:48:24 +03:00
2021-09-28 20:54:05 +03:00
[[package]]
name = "lewton"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
dependencies = [
"byteorder",
"ogg",
"tinyvec",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "libc"
2021-11-06 03:02:46 +03:00
version = "0.2.106"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
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",
2021-11-06 05:19:37 +03:00
"winapi",
2020-05-05 04:06:36 +03:00
]
2021-03-06 14:14:55 +03:00
[[package]]
name = "libloading"
2021-11-06 03:02:46 +03:00
version = "0.7.1"
2021-03-06 14:14:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2021-03-06 14:14:55 +03:00
dependencies = [
"cfg-if 1.0.0",
2021-11-06 05:19:37 +03:00
"winapi",
2021-03-06 14:14:55 +03:00
]
[[package]]
name = "libmimalloc-sys"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d1b8479c593dba88c2741fc50b92e13dbabbbe0bd504d979f244ccc1a5b1c01"
dependencies = [
"cc",
]
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
[[package]]
name = "llvm-sys"
version = "110.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b7cc88ba864d592f52132ed3a19a97118fe16c92a63961f54b0ab7279c5407f"
dependencies = [
"cc",
"lazy_static",
"libc",
"regex",
"semver 0.11.0",
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "llvm-sys"
version = "120.2.1"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4a810627ac62b396f5fd2214ba9bbd8748d4d6efdc4d2c1c1303ea7a75763ce"
2019-10-16 04:16:27 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"cc",
"lazy_static",
2021-05-28 16:08:46 +03:00
"libc",
2020-02-05 15:43:48 +03:00
"regex",
2021-09-08 19:24:32 +03:00
"semver 0.11.0",
2019-10-16 04:16:27 +03:00
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "lock_api"
2021-09-08 19:24:32 +03:00
version = "0.4.5"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
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
2021-08-28 15:48:24 +03:00
[[package]]
name = "loupe"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b6a72dfa44fe15b5e76b94307eeb2ff995a8c5b283b55008940c02e0c5b634d"
dependencies = [
"indexmap",
"loupe-derive",
"rustversion",
]
[[package]]
name = "loupe-derive"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0fbfc88337168279f2e9ae06e157cfed4efd3316e14dc96ed074d4f2e6c5952"
dependencies = [
2021-11-06 05:19:37 +03:00
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
]
2019-01-28 01:39:45 +03:00
[[package]]
name = "maplit"
2019-11-18 16:56:35 +03:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2019-11-18 16:56:35 +03:00
2019-03-14 05:32:08 +03:00
[[package]]
name = "memchr"
2021-08-28 15:48:24 +03:00
version = "2.4.1"
2020-01-31 07:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-28 15:48:24 +03:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
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
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "memmap2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
dependencies = [
"libc",
]
[[package]]
name = "memmap2"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
dependencies = [
"libc",
]
2020-04-04 02:40:17 +03:00
[[package]]
2021-11-06 05:19:37 +03:00
name = "memmap2"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "4647a11b578fead29cdbb34d4adef8dd3dc35b876c9c6d5240d83f205abfe96e"
dependencies = [
2021-11-06 05:19:37 +03:00
"libc",
]
[[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 = [
2021-11-06 05:19:37 +03:00
"autocfg",
2020-04-04 02:40:17 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "metal"
2021-09-08 19:24:32 +03:00
version = "0.23.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "e0514f491f4cc03632ab399ee01e2c1c1b12d3e1cf2d667c1ff5f87d6dcd2084"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
"block",
"core-graphics-types",
2020-05-05 04:06:36 +03:00
"foreign-types",
"log",
"objc",
]
[[package]]
name = "mimalloc"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb74897ce508e6c49156fd1476fc5922cbc6e75183c65e399c765a09122e5130"
dependencies = [
"libmimalloc-sys",
]
2021-09-08 19:24:32 +03:00
[[package]]
name = "minimal-lexical"
2021-11-06 03:02:46 +03:00
version = "0.2.1"
2021-09-08 19:24:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-09-08 19:24:32 +03:00
2021-09-28 20:54:05 +03:00
[[package]]
name = "minimp3"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "985438f75febf74c392071a975a29641b420dd84431135a6e6db721de4b74372"
dependencies = [
"minimp3-sys",
"slice-deque",
"thiserror",
]
[[package]]
name = "minimp3-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e21c73734c69dc95696c9ed8926a2b393171d98b3f5f5935686a26a487ab9b90"
dependencies = [
"cc",
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "miniz_oxide"
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",
2021-11-06 05:19:37 +03:00
"autocfg",
2020-10-11 02:49:49 +03:00
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "mio"
2021-11-06 05:19:37 +03:00
version = "0.7.14"
2020-04-15 14:00:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2020-04-15 14:00:06 +03:00
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2020-04-15 14:00:06 +03:00
"log",
"miow",
2021-11-06 05:19:37 +03:00
"ntapi",
"winapi",
2020-04-15 14:00:06 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
2021-11-06 05:19:37 +03:00
name = "mio-misc"
version = "1.2.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "0ddf05411bb159cdb5801bb10002afb66cb4572be656044315e363460ce69dc2"
2020-05-05 04:06:36 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"crossbeam",
"crossbeam-queue",
2020-05-05 04:06:36 +03:00
"log",
"mio",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "miow"
2021-11-06 05:19:37 +03:00
version = "0.3.7"
2020-04-15 14:00:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2020-04-15 14:00:06 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"winapi",
2020-04-15 14:00:06 +03:00
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "more-asserts"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
2021-05-07 18:26:49 +03:00
[[package]]
name = "morphic_lib"
version = "0.1.0"
dependencies = [
"sha2",
2021-06-02 17:04:24 +03:00
"smallvec",
2021-05-07 18:26:49 +03:00
"thiserror",
"typed-arena",
2021-05-07 18:26:49 +03:00
]
2020-10-31 02:54:56 +03:00
[[package]]
name = "naga"
2021-11-06 05:19:37 +03:00
version = "0.7.1"
2020-10-31 02:54:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "eda66d09f712e1f0a6ab436137da4fac312f78301f6d4ac7cb8bfe96e988734f"
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",
2021-11-06 05:19:37 +03:00
"hexf-parse",
"indexmap",
2020-10-31 02:54:56 +03:00
"log",
"num-traits",
"spirv",
2020-10-31 02:54:56 +03:00
"thiserror",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "ndk"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab"
dependencies = [
"jni-sys",
"ndk-sys",
2021-11-06 05:19:37 +03:00
"num_enum",
2021-09-28 20:54:05 +03:00
"thiserror",
]
[[package]]
name = "ndk"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d64d6af06fde0e527b1ba5c7b79a6cc89cfc46325b0b2887dffe8f70197e0c3c"
dependencies = [
"bitflags",
"jni-sys",
"ndk-sys",
2021-11-06 05:19:37 +03:00
"num_enum",
"thiserror",
2020-07-24 04:38:10 +03:00
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "ndk-glue"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385"
dependencies = [
"lazy_static",
"libc",
"log",
"ndk 0.3.0",
"ndk-macro",
"ndk-sys",
]
[[package]]
name = "ndk-glue"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3e9e94628f24e7a3cb5b96a2dc5683acd9230bf11991c2a1677b87695138420"
dependencies = [
"lazy_static",
"libc",
"log",
"ndk 0.4.0",
"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 = [
2021-08-28 15:48:24 +03:00
"darling 0.10.2",
2021-09-28 20:54:05 +03:00
"proc-macro-crate 0.1.5",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
]
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
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-11-06 03:02:46 +03:00
[[package]]
name = "nix"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1e25ee6b412c2a1e3fcb6a4499a5c1bfe7f43e014bdce9a6b6666e5aa2d187"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
2021-11-06 05:19:37 +03:00
"memoffset",
2021-11-06 03:02:46 +03:00
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "nom"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [
"memchr",
"version_check",
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "nom"
2021-11-06 03:02:46 +03:00
version = "7.1.0"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2021-01-30 18:23:54 +03:00
dependencies = [
"memchr",
2021-09-08 19:24:32 +03:00
"minimal-lexical",
2021-05-28 16:08:46 +03:00
"version_check",
2021-01-30 18:23:54 +03:00
]
[[package]]
name = "nonempty"
2021-11-06 05:19:37 +03:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-09-28 20:54:05 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "num-traits"
version = "0.2.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 = [
2021-11-06 05:19:37 +03:00
"autocfg",
2020-04-04 02:40:17 +03:00
]
2019-11-18 16:56:35 +03:00
[[package]]
2019-12-16 17:42:46 +03:00
name = "num_cpus"
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
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "num_enum"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9bd055fb730c4f8f4f57d45d35cd6b3f0980535b056dc7ff119cee6a66ed6f"
dependencies = [
"derivative",
2021-11-06 05:19:37 +03:00
"num_enum_derive",
2021-09-28 20:54:05 +03:00
]
[[package]]
name = "num_enum_derive"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "486ea01961c4a818096de679a8b740b26d9033146ac5291b1c98557658f8cdd9"
dependencies = [
"proc-macro-crate 1.1.0",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
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",
]
[[package]]
name = "object"
2021-08-28 15:48:24 +03:00
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-28 15:48:24 +03:00
checksum = "a38f2be3697a57b4060074ff41b44c16870d916ad7877c17696e063257482bc7"
dependencies = [
"crc32fast",
"indexmap",
"memchr",
]
[[package]]
name = "object"
2021-09-08 19:24:32 +03:00
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
dependencies = [
"crc32fast",
2021-08-17 06:06:44 +03:00
"flate2",
"indexmap",
"memchr",
]
2021-11-06 03:02:46 +03:00
[[package]]
name = "object"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
dependencies = [
"memchr",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "oboe"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e15e22bc67e047fe342a32ecba55f555e3be6166b04dd157cd0f803dfa9f48e1"
dependencies = [
"jni",
"ndk 0.4.0",
"ndk-glue 0.4.0",
"num-derive",
"num-traits",
"oboe-sys",
]
[[package]]
name = "oboe-sys"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "338142ae5ab0aaedc8275aa8f67f460e43ae0fca76a695a742d56da0a269eadc"
dependencies = [
"cc",
]
[[package]]
name = "ogg"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
dependencies = [
"byteorder",
]
[[package]]
name = "once_cell"
2021-09-08 19:24:32 +03:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
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"
2021-09-08 19:24:32 +03:00
version = "2.8.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "97c9d06878b3a851e8026ef94bf7fef9ba93062cd412601da4d9cf369b1cc62d"
2021-02-08 00:50:33 +03:00
dependencies = [
"num-traits",
]
[[package]]
name = "os_str_bytes"
2021-11-06 05:19:37 +03:00
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "addaa943333a514159c80c97ff4a93306530d965d27e139188283cd13e06a799"
dependencies = [
"memchr",
]
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
"winapi",
]
[[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-09-08 19:24:32 +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-09-08 19:24:32 +03:00
checksum = "60ac8dda2e5cc09bf6480e3b3feff9783db251710c922ae9369a429c51efdeb0"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-09-08 19:24:32 +03:00
"ttf-parser 0.12.3",
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",
2021-11-06 05:19:37 +03:00
"winapi",
2020-10-22 04:48:01 +03:00
]
2021-02-23 21:43:50 +03:00
[[package]]
name = "palette"
2021-11-06 16:10:02 +03:00
version = "0.6.0"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 16:10:02 +03:00
checksum = "f9735f7e1e51a3f740bacd5dc2724b61a7806f23597a8736e679f38ee3435d18"
2021-02-23 21:43:50 +03:00
dependencies = [
2021-11-06 16:10:02 +03:00
"approx 0.5.0",
2021-02-23 21:43:50 +03:00
"num-traits",
"palette_derive",
"phf",
]
[[package]]
name = "palette_derive"
2021-11-06 16:10:02 +03:00
version = "0.6.0"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 16:10:02 +03:00
checksum = "7799c3053ea8a6d8a1193c7ba42f534e7863cf52e378a7f90406f4a645d33bad"
2021-02-23 21:43:50 +03:00
dependencies = [
2021-11-06 16:10:02 +03:00
"find-crate",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-02-23 21:43:50 +03:00
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "parking_lot"
2021-09-08 19:24:32 +03:00
version = "0.11.2"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2020-10-11 02:49:49 +03:00
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
2020-10-11 02:49:49 +03:00
]
[[package]]
name = "parking_lot_core"
2021-09-08 19:24:32 +03:00
version = "0.8.5"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2020-10-11 02:49:49 +03:00
dependencies = [
"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",
2021-11-06 05:19:37 +03:00
"petgraph",
2021-09-08 19:24:32 +03:00
"redox_syscall",
2020-02-05 15:43:48 +03:00
"smallvec",
2020-10-11 02:49:49 +03:00
"thread-id",
2021-11-06 05:19:37 +03:00
"winapi",
2019-12-16 01:17:41 +03:00
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2020-05-05 04:06:36 +03:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2020-09-14 05:35:28 +03:00
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
dependencies = [
"pest",
"pest_meta",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-09-14 05:35:28 +03:00
]
[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
"maplit",
"pest",
"sha-1",
]
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 = [
2021-11-06 05:19:37 +03:00
"fixedbitset",
2020-10-11 02:49:49 +03:00
"indexmap",
]
2021-02-23 21:43:50 +03:00
[[package]]
name = "phf"
2021-11-06 16:10:02 +03:00
version = "0.9.0"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 16:10:02 +03:00
checksum = "b2ac8b67553a7ca9457ce0e526948cad581819238f4a9d1ea74545851fa24f37"
2021-02-23 21:43:50 +03:00
dependencies = [
2021-11-06 16:10:02 +03:00
"phf_macros",
2021-02-23 21:43:50 +03:00
"phf_shared",
2021-11-06 16:10:02 +03:00
"proc-macro-hack",
2021-02-23 21:43:50 +03:00
]
[[package]]
2021-11-06 16:10:02 +03:00
name = "phf_generator"
version = "0.9.1"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 16:10:02 +03:00
checksum = "d43f3220d96e0080cc9ea234978ccd80d904eafb17be31bb0f76daaea6493082"
2021-02-23 21:43:50 +03:00
dependencies = [
"phf_shared",
2021-11-06 16:10:02 +03:00
"rand",
2021-02-23 21:43:50 +03:00
]
[[package]]
2021-11-06 16:10:02 +03:00
name = "phf_macros"
version = "0.9.0"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 16:10:02 +03:00
checksum = "b706f5936eb50ed880ae3009395b43ed19db5bff2ebd459c95e7bf013a89ab86"
2021-02-23 21:43:50 +03:00
dependencies = [
2021-11-06 16:10:02 +03:00
"phf_generator",
2021-02-23 21:43:50 +03:00
"phf_shared",
2021-11-06 16:10:02 +03:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2021-02-23 21:43:50 +03:00
]
[[package]]
name = "phf_shared"
2021-11-06 16:10:02 +03:00
version = "0.9.0"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 16:10:02 +03:00
checksum = "a68318426de33640f02be62b4ae8eb1261be2efbc337b60c54d845bf4484e0d9"
2021-02-23 21:43:50 +03:00
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project-lite"
2021-09-08 19:24:32 +03:00
version = "0.2.7"
2019-11-28 06:12:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
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"
2021-11-06 03:02:46 +03:00
version = "0.3.22"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
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"
2021-09-08 19:24:32 +03:00
version = "0.3.2"
2021-02-08 00:50:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c"
2021-02-08 00:50:33 +03:00
[[package]]
name = "plotters-svg"
2021-09-08 19:24:32 +03:00
version = "0.3.1"
2021-02-08 00:50:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9"
2021-02-08 00:50:33 +03:00
dependencies = [
"plotters-backend",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "ppv-lite86"
2021-11-06 03:02:46 +03:00
version = "0.2.15"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
2020-04-04 02:40:17 +03:00
2019-01-28 01:39:45 +03:00
[[package]]
name = "pretty_assertions"
2021-11-06 05:19:37 +03:00
version = "1.0.0"
2019-01-28 01:39:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc"
2019-01-28 01:39:45 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"ansi_term",
2021-11-06 05:19:37 +03:00
"ctor",
"diff",
"output_vt100",
2019-01-28 01:39:45 +03:00
]
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",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "proc-macro-crate"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
dependencies = [
"thiserror",
"toml",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-05-28 16:08:46 +03:00
"version_check",
2020-07-21 08:35:10 +03:00
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2021-08-28 15:48:24 +03:00
"version_check",
]
2019-07-23 04:57:30 +03:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
2019-07-23 04:57:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2019-07-23 04:57:30 +03:00
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-10-16 04:16:27 +03:00
[[package]]
name = "proc-macro2"
2021-11-06 03:02:46 +03:00
version = "1.0.32"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
2019-10-16 04:16:27 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"unicode-xid",
2019-10-16 04:16:27 +03:00
]
[[package]]
name = "profiling"
2021-11-06 03:02:46 +03:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "9926767b8b8244d7b6b64546585121d193c3d0b4856ccd656b7bfa9deb91ab6a"
2021-08-28 15:48:24 +03:00
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
2020-09-14 05:35:28 +03:00
[[package]]
name = "pulldown-cmark"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
dependencies = [
"bitflags",
"memchr",
"unicase",
]
2021-11-06 03:02:46 +03:00
[[package]]
name = "quick-xml"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
dependencies = [
"memchr",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "quickcheck"
2021-11-06 05:19:37 +03:00
version = "1.0.3"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
2019-09-15 00:03:28 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"env_logger 0.8.4",
2020-02-05 15:43:48 +03:00
"log",
2021-11-06 16:10:02 +03:00
"rand",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "quickcheck_macros"
2021-11-06 05:19:37 +03:00
version = "1.0.0"
2019-07-23 04:57:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9"
2019-07-23 04:57:30 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2019-07-23 04:57:30 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "quote"
2021-11-06 03:02:46 +03:00
version = "1.0.10"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
2019-10-16 04:16:27 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
2019-11-18 16:56:35 +03:00
]
[[package]]
name = "rand"
2021-09-08 19:24:32 +03:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2021-11-06 16:10:02 +03:00
"rand_chacha",
2021-09-08 19:24:32 +03:00
"rand_core 0.6.3",
2021-11-06 16:10:02 +03:00
"rand_hc",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "rand_chacha"
2021-09-08 19:24:32 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2021-09-08 19:24:32 +03:00
"rand_core 0.6.3",
]
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"
[[package]]
name = "rand_core"
2021-09-08 19:24:32 +03:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
2021-11-06 16:10:02 +03:00
"getrandom",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "rand_hc"
2021-09-08 19:24:32 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
dependencies = [
2021-09-08 19:24:32 +03:00
"rand_core 0.6.3",
]
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 = [
2021-11-06 05:19:37 +03:00
"autocfg",
"crossbeam-deque",
2020-04-04 02:40:17 +03:00
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
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-11-06 05:19:37 +03:00
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
2020-04-04 02:40:17 +03:00
"lazy_static",
"num_cpus",
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "redox_syscall"
2021-09-08 19:24:32 +03:00
version = "0.2.10"
2021-02-08 00:50:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
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-11-06 16:10:02 +03:00
"getrandom",
2021-09-08 19:24:32 +03:00
"redox_syscall",
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
2021-08-28 15:48:24 +03:00
[[package]]
name = "region"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
dependencies = [
"bitflags",
"libc",
"mach",
2021-11-06 05:19:37 +03:00
"winapi",
2021-08-28 15:48:24 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "remove_dir_all"
2020-07-24 04:38:10 +03:00
version = "0.5.3"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"winapi",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "renderdoc-sys"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
2021-08-28 15:48:24 +03:00
[[package]]
name = "rkyv"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb135b3e5e3311f0a254bfb00333f4bac9ef1d89888b84242a89eb8722b09a07"
dependencies = [
2021-11-06 05:19:37 +03:00
"memoffset",
2021-08-28 15:48:24 +03:00
"ptr_meta",
"rkyv_derive",
"seahash",
]
[[package]]
name = "rkyv_derive"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba8f489f6b6d8551bb15904293c1ad58a6abafa7d8390d15f7ed05a2afcd87d5"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
2021-08-03 13:42:19 +03:00
[[package]]
name = "rlimit"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc0bf25554376fd362f54332b8410a625c71f15445bca32ffdfdf4ec9ac91726"
dependencies = [
"libc",
]
[[package]]
name = "roc_ast"
version = "0.1.0"
dependencies = [
"arraystring",
"bumpalo",
2021-11-06 05:19:37 +03:00
"indoc",
"libc",
"page_size",
2021-10-04 20:26:31 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
2021-10-04 20:26:31 +03:00
"roc_load",
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"roc_types",
"roc_unify",
"snafu",
"ven_graph",
]
2020-07-21 08:35:10 +03:00
[[package]]
2020-08-23 18:49:33 +03:00
name = "roc_build"
2020-07-21 08:35:10 +03:00
version = "0.1.0"
dependencies = [
"bumpalo",
2021-11-06 05:19:37 +03:00
"im",
"im-rc",
2021-05-29 22:46:33 +03:00
"inkwell 0.1.0",
2021-11-06 05:19:37 +03:00
"libloading 0.7.1",
2020-07-21 08:35:10 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
2021-09-15 21:53:00 +03:00
"roc_gen_dev",
"roc_gen_llvm",
2021-09-15 21:53:00 +03:00
"roc_gen_wasm",
2020-07-21 08:35:10 +03:00
"roc_load",
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
"roc_reporting",
"roc_solve",
"roc_std",
2020-07-21 08:35:10 +03:00
"roc_types",
"roc_unify",
"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 = [
"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",
2021-11-06 05:19:37 +03:00
"im",
"im-rc",
"indoc",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
"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",
2021-11-06 05:19:37 +03:00
"clap 3.0.0-beta.5",
"cli_utils",
2020-11-18 21:26:59 +03:00
"const_format",
"criterion",
2021-11-06 05:19:37 +03:00
"im",
"im-rc",
"indoc",
2021-05-29 22:46:33 +03:00
"inkwell 0.1.0",
2021-11-06 05:19:37 +03:00
"libloading 0.7.1",
"mimalloc",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
2020-08-23 18:49:33 +03:00
"roc_build",
"roc_builtins",
"roc_can",
"roc_collections",
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",
"roc_linker",
2020-08-23 18:49:33 +03:00
"roc_load",
"roc_module",
2020-08-23 18:49:33 +03:00
"roc_mono",
"roc_parse",
"roc_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",
2021-08-30 22:43:58 +03:00
"wasmer",
"wasmer-wasi",
]
[[package]]
name = "roc_code_markup"
version = "0.1.0"
dependencies = [
"bumpalo",
2021-10-08 21:19:52 +03:00
"itertools 0.10.1",
"palette",
"roc_ast",
"roc_module",
"roc_utils",
"serde",
"snafu",
]
[[package]]
name = "roc_collections"
version = "0.1.0"
dependencies = [
"bumpalo",
2021-04-18 16:35:43 +03:00
"hashbrown 0.11.2",
2021-11-06 05:19:37 +03:00
"im",
"im-rc",
"wyhash",
]
[[package]]
name = "roc_constrain"
version = "0.1.0"
dependencies = [
"roc_builtins",
"roc_can",
"roc_collections",
"roc_module",
"roc_parse",
"roc_region",
"roc_types",
]
[[package]]
name = "roc_docs"
version = "0.1.0"
dependencies = [
"bumpalo",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
"pulldown-cmark",
2021-09-29 21:05:03 +03:00
"roc_ast",
"roc_builtins",
"roc_can",
2021-09-29 21:05:03 +03:00
"roc_code_markup",
"roc_collections",
"roc_load",
"roc_module",
2021-08-01 08:39:11 +03:00
"roc_parse",
"roc_region",
"roc_types",
2021-10-15 20:01:41 +03:00
"snafu",
2021-10-04 20:26:31 +03:00
"tempfile",
"uuid",
]
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",
2021-11-06 05:19:37 +03:00
"env_logger 0.9.0",
2021-09-08 21:01:46 +03:00
"fs_extra",
2020-05-30 08:08:17 +03:00
"futures",
"glyph_brush",
2021-11-06 05:19:37 +03:00
"im",
"im-rc",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-30 08:08:17 +03:00
"log",
"nonempty",
2020-10-22 04:48:01 +03:00
"page_size",
2021-02-23 21:43:50 +03:00
"palette",
"pest",
"pest_derive",
2021-11-06 16:10:02 +03:00
"rand",
"roc_ast",
2021-08-13 20:54:35 +03:00
"roc_builtins",
2020-05-04 04:38:36 +03:00
"roc_can",
"roc_code_markup",
2020-05-04 04:38:36 +03:00
"roc_collections",
2021-08-13 20:54:35 +03:00
"roc_load",
2020-05-04 04:38:36 +03:00
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"roc_reporting",
2021-04-10 19:58:02 +03:00
"roc_solve",
2020-05-04 04:38:36 +03:00
"roc_types",
"roc_unify",
2021-09-28 20:54:05 +03:00
"rodio",
"serde",
"snafu",
2021-08-13 20:54:35 +03:00
"tempfile",
2021-09-29 14:48:53 +03:00
"threadpool",
2021-08-13 20:54:35 +03:00
"uuid",
2020-12-21 15:55:40 +03:00
"ven_graph",
2020-05-30 08:08:17 +03:00
"wgpu",
"wgpu_glyph",
2020-05-05 04:06:36 +03:00
"winit",
2020-05-04 04:38:36 +03:00
]
2020-03-07 02:14:23 +03:00
[[package]]
name = "roc_fmt"
version = "0.1.0"
dependencies = [
"bumpalo",
2021-11-06 05:19:37 +03:00
"im",
"im-rc",
"indoc",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
2020-03-07 02:14:23 +03:00
"roc_collections",
"roc_module",
"roc_parse",
"roc_region",
]
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",
2021-11-06 05:19:37 +03:00
"im",
"im-rc",
"object 0.26.2",
2020-03-07 02:15:38 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
"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",
2020-03-07 02:15:38 +03:00
]
[[package]]
name = "roc_gen_llvm"
version = "0.1.0"
dependencies = [
"bumpalo",
2021-11-06 05:19:37 +03:00
"im",
"im-rc",
"inkwell 0.1.0",
"morphic_lib",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
"roc_solve",
"roc_std",
"roc_types",
"roc_unify",
"target-lexicon",
]
2021-09-05 15:07:37 +03:00
[[package]]
name = "roc_gen_wasm"
version = "0.1.0"
dependencies = [
"bumpalo",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_module",
"roc_mono",
"roc_std",
"roc_types",
"target-lexicon",
"wasmer",
]
2021-08-03 05:17:13 +03:00
[[package]]
name = "roc_ident"
version = "0.1.0"
2021-08-17 06:06:44 +03:00
[[package]]
name = "roc_linker"
version = "0.1.0"
dependencies = [
2021-08-21 06:52:43 +03:00
"bincode",
2021-08-17 06:06:44 +03:00
"bumpalo",
2021-11-06 05:19:37 +03:00
"clap 3.0.0-beta.5",
"iced-x86",
2021-11-06 05:19:37 +03:00
"memmap2 0.5.0",
2021-09-12 08:56:40 +03:00
"object 0.26.2",
"roc_build",
"roc_collections",
"roc_mono",
2021-08-21 06:52:43 +03:00
"serde",
"target-lexicon",
"tempfile",
2021-08-17 06:06:44 +03:00
]
2020-03-07 02:15:23 +03:00
[[package]]
name = "roc_load"
version = "0.1.0"
dependencies = [
"bumpalo",
2020-07-29 03:35:18 +03:00
"crossbeam",
2021-11-06 05:19:37 +03:00
"indoc",
2020-03-07 02:15:23 +03:00
"maplit",
2021-05-25 10:08:01 +03:00
"morphic_lib",
2020-07-30 06:40:12 +03:00
"num_cpus",
"parking_lot",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
2020-03-07 02:15:23 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_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",
"lazy_static",
"roc_collections",
2021-08-03 20:28:28 +03:00
"roc_ident",
"roc_region",
2021-10-15 20:01:41 +03:00
"snafu",
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",
"linked-hash-map",
2021-05-07 18:26:49 +03:00
"morphic_lib",
2020-03-07 02:15:06 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"roc_solve",
2021-08-26 21:18:26 +03:00
"roc_std",
2020-03-07 02:15:06 +03:00
"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",
2021-11-06 05:19:37 +03:00
"indoc",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_collections",
"roc_module",
"roc_region",
]
[[package]]
name = "roc_problem"
version = "0.1.0"
dependencies = [
"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",
2021-11-06 05:19:37 +03:00
"im",
"im-rc",
"indoc",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
2020-03-07 22:43:47 +03:00
"roc_builtins",
"roc_can",
2020-03-06 10:06:18 +03:00
"roc_collections",
2020-03-07 22:43:47 +03:00
"roc_constrain",
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",
2021-11-06 05:19:37 +03:00
"indoc",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
"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 = [
"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 = [
"roc_collections",
"roc_module",
"roc_types",
]
[[package]]
name = "roc_utils"
version = "0.1.0"
dependencies = [
"snafu",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "rodio"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d98f5e557b61525057e2bc142c8cd7f0e70d75dc32852309bec440e6e046bf9"
dependencies = [
"claxon",
"cpal",
"hound",
"lewton",
"minimp3",
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "rustc-demangle"
2021-09-08 19:24:32 +03:00
version = "0.1.21"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2020-10-11 02:49:49 +03:00
2020-05-30 08:08:17 +03:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver 0.9.0",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "rustc_version"
2021-09-08 19:24:32 +03:00
version = "0.4.0"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-09-08 19:24:32 +03:00
"semver 1.0.4",
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
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "rustversion"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
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",
2021-09-08 19:24:32 +03:00
"utf8parse",
2021-11-06 05:19:37 +03:00
"winapi",
2020-11-21 19:50:38 +03:00
]
[[package]]
name = "rustyline-derive"
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-11-06 05:19:37 +03:00
"quote",
"syn",
2020-11-21 19:50:38 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "ryu"
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-08-28 15:48:24 +03:00
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
"semver-parser 0.7.0",
]
2021-05-29 22:46:33 +03:00
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser 0.10.2",
2019-05-24 08:54:10 +03:00
]
2021-09-08 19:24:32 +03:00
[[package]]
name = "semver"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2021-05-29 22:46:33 +03:00
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "serde"
2021-09-08 19:24:32 +03:00
version = "1.0.130"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-xml-rs"
2021-11-06 05:19:37 +03:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "65162e9059be2f6a3421ebbb4fef3e74b7d9e7c60c50a0e292c6239f19f1edfa"
dependencies = [
"log",
"serde",
"thiserror",
"xml-rs",
]
2020-07-24 04:38:10 +03:00
2021-08-28 15:48:24 +03:00
[[package]]
name = "serde_bytes"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
dependencies = [
"serde",
]
2020-07-24 04:38:10 +03:00
[[package]]
name = "serde_cbor"
2021-09-08 19:24:32 +03:00
version = "0.11.2"
2020-07-24 04:38:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
2020-07-24 04:38:10 +03:00
dependencies = [
"half",
"serde",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "serde_derive"
2021-09-08 19:24:32 +03:00
version = "1.0.130"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "serde_json"
2021-11-06 03:02:46 +03:00
version = "1.0.69"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8"
2020-04-04 02:40:17 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
2021-11-06 03:02:46 +03:00
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "d8c608a35705a5d3cdc9fbe403147647ff34b921f8e833e49306df898f9b20af"
dependencies = [
"dtoa",
2021-09-08 19:24:32 +03:00
"indexmap",
"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-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-10-27 03:32:44 +03:00
]
2020-09-14 05:35:28 +03:00
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
2021-05-07 18:26:49 +03:00
"block-buffer 0.7.3",
"digest 0.8.1",
2020-09-14 05:35:28 +03:00
"fake-simd",
2021-05-07 18:26:49 +03:00
"opaque-debug 0.2.3",
]
[[package]]
name = "sha2"
2021-11-06 03:02:46 +03:00
version = "0.9.8"
2021-05-07 18:26:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
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-09-28 20:54:05 +03:00
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
2021-02-23 21:43:50 +03:00
[[package]]
name = "siphasher"
2021-09-08 19:24:32 +03:00
version = "0.3.7"
2021-02-23 21:43:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "533494a8f9b724d33625ab53c6c4800f7cc445895924a8ef649222dcb76e938b"
2021-02-23 21:43:50 +03:00
[[package]]
name = "sized-chunks"
2021-05-29 22:46:33 +03:00
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 22:46:33 +03:00
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
dependencies = [
"bitmaps",
"typenum",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "slab"
2021-11-06 03:02:46 +03:00
version = "0.4.5"
2020-04-15 14:00:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2020-04-15 14:00:06 +03:00
2021-09-28 20:54:05 +03:00
[[package]]
name = "slice-deque"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31ef6ee280cdefba6d2d0b4b78a84a1c1a3f3a4cec98c2d4231c8bc225de0f25"
dependencies = [
"libc",
"mach",
2021-11-06 05:19:37 +03:00
"winapi",
2021-09-28 20:54:05 +03:00
]
2019-11-27 01:18:57 +03:00
[[package]]
name = "slotmap"
version = "1.0.6"
2020-01-31 07:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
2020-01-31 07:57:17 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "smallvec"
2021-11-06 03:02:46 +03:00
version = "1.7.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
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",
2021-08-28 15:48:24 +03:00
"memmap2 0.1.0",
2021-01-30 18:23:54 +03:00
"nix 0.18.0",
2021-11-06 03:02:46 +03:00
"wayland-client 0.28.6",
"wayland-cursor 0.28.6",
"wayland-protocols 0.28.6",
2021-01-30 18:23:54 +03:00
]
2021-09-08 19:24:32 +03:00
[[package]]
name = "smithay-client-toolkit"
2021-11-06 03:02:46 +03:00
version = "0.15.2"
2021-09-08 19:24:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "210cf40de565aaaa085face1d860b17f6aee9f76f9d2816307ea2cc45eeb64f3"
2021-09-08 19:24:32 +03:00
dependencies = [
"bitflags",
"dlib 0.5.0",
"lazy_static",
"log",
2021-11-06 03:02:46 +03:00
"memmap2 0.3.1",
"nix 0.22.0",
"pkg-config",
"wayland-client 0.29.1",
"wayland-cursor 0.29.1",
"wayland-protocols 0.29.1",
2021-09-08 19:24:32 +03:00
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "smithay-clipboard"
2021-11-06 03:02:46 +03:00
version = "0.6.5"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "610b551bd25378bfd2b8e7a0fcbd83d427e8f2f6a40c47ae0f70688e9949dd55"
2021-01-30 18:23:54 +03:00
dependencies = [
2021-11-06 03:02:46 +03:00
"smithay-client-toolkit 0.15.2",
"wayland-client 0.29.1",
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-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "spirv"
version = "0.2.0+1.5.4"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
2020-10-31 02:54:56 +03:00
dependencies = [
"bitflags",
"num-traits",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2021-09-28 20:54:05 +03:00
[[package]]
name = "stdweb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
2020-08-23 18:49:33 +03:00
[[package]]
name = "strip-ansi-escapes"
2021-09-08 19:24:32 +03:00
version = "0.1.1"
2020-08-23 18:49:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8"
2020-08-23 18:49:33 +03:00
dependencies = [
"vte",
]
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"
2021-08-28 15:48:24 +03:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2019-10-16 04:16:27 +03:00
[[package]]
name = "syn"
2021-11-06 03:02:46 +03:00
version = "1.0.81"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
2019-10-16 04:16:27 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"unicode-xid",
2019-10-16 04:16:27 +03:00
]
2020-03-31 02:31:42 +03:00
[[package]]
name = "target-lexicon"
2021-08-26 22:39:33 +03:00
version = "0.12.2"
2020-03-31 02:31:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-26 22:39:33 +03:00
checksum = "d9bffcddbc2458fa3e6058414599e3c838a022abae82e5c67b4f7f80298d5bff"
2020-03-31 02:31:42 +03:00
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-11-06 16:10:02 +03:00
"rand",
2021-09-08 19:24:32 +03:00
"redox_syscall",
2020-04-04 02:40:17 +03:00
"remove_dir_all",
2021-11-06 05:19:37 +03:00
"winapi",
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-11-06 07:04:41 +03:00
[[package]]
name = "test_dev"
version = "0.1.0"
dependencies = [
"bumpalo",
"indoc",
"libloading 0.7.1",
"roc_build",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_gen_dev",
"roc_load",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_reporting",
"roc_std",
"target-lexicon",
"tempfile",
]
2021-03-01 16:59:27 +03:00
[[package]]
name = "test_gen"
version = "0.1.0"
dependencies = [
"bumpalo",
"either",
2021-11-06 05:19:37 +03:00
"im",
"im-rc",
"indoc",
2021-05-29 22:46:33 +03:00
"inkwell 0.1.0",
2021-05-28 16:08:46 +03:00
"libc",
2021-11-06 05:19:37 +03:00
"libloading 0.7.1",
2021-03-01 16:59:27 +03:00
"roc_build",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_gen_llvm",
2021-09-05 15:07:37 +03:00
"roc_gen_wasm",
2021-03-01 16:59:27 +03:00
"roc_load",
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
"roc_reporting",
"roc_solve",
"roc_std",
"roc_types",
"roc_unify",
"target-lexicon",
"tempfile",
2021-08-28 15:48:24 +03:00
"wasmer",
"wasmer-wasi",
2021-03-01 16:59:27 +03:00
]
2021-05-30 17:48:42 +03:00
[[package]]
2021-05-30 19:09:41 +03:00
name = "test_mono"
2021-05-30 17:48:42 +03:00
version = "0.1.0"
dependencies = [
2021-05-30 19:09:41 +03:00
"bumpalo",
2021-11-06 05:19:37 +03:00
"indoc",
2021-11-06 02:58:11 +03:00
"pretty_assertions",
2021-05-30 17:48:42 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_load",
"roc_module",
"roc_mono",
2021-05-30 19:09:41 +03:00
"test_mono_macros",
]
[[package]]
name = "test_mono_macros"
version = "0.1.0"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-05-30 17:48:42 +03:00
]
2021-11-02 23:39:16 +03:00
[[package]]
name = "test_wasm"
version = "0.1.0"
dependencies = [
"bumpalo",
2021-11-06 05:19:37 +03:00
"indoc",
2021-11-02 23:39:16 +03:00
"libc",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_gen_wasm",
"roc_load",
"roc_module",
"roc_std",
"roc_types",
"target-lexicon",
"wasmer",
"wasmer-wasi",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2021-11-06 05:19:37 +03:00
[[package]]
name = "textwrap"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
2021-11-06 03:02:46 +03:00
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2021-11-06 03:02:46 +03:00
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
]
2020-10-11 02:49:49 +03:00
[[package]]
name = "thread-id"
2021-09-08 19:24:32 +03:00
version = "4.0.0"
2020-10-11 02:49:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f"
2020-10-11 02:49:49 +03:00
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
2021-09-08 19:24:32 +03:00
"redox_syscall",
2021-11-06 05:19:37 +03:00
"winapi",
2020-10-11 02:49:49 +03:00
]
2021-09-29 14:48:53 +03:00
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "time"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
dependencies = [
"libc",
2021-11-06 05:19:37 +03:00
"winapi",
2021-08-28 15:48:24 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "tinytemplate"
2021-03-06 14:14:55 +03:00
version = "1.2.1"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-06 14:14:55 +03:00
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2020-04-04 02:40:17 +03:00
dependencies = [
"serde",
"serde_json",
]
2021-09-28 20:54:05 +03:00
[[package]]
name = "tinyvec"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-07-24 04:38:10 +03:00
[[package]]
name = "toml"
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
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "tracing"
2021-11-06 03:02:46 +03:00
version = "0.1.29"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
2021-08-28 15:48:24 +03:00
dependencies = [
"cfg-if 1.0.0",
"log",
2021-11-06 02:58:11 +03:00
"pin-project-lite",
2021-08-28 15:48:24 +03:00
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2021-11-06 03:02:46 +03:00
version = "0.1.18"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
2021-08-28 15:48:24 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "tracing-core"
2021-11-06 03:02:46 +03:00
version = "0.1.21"
2021-08-28 15:48:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
2021-08-28 15:48:24 +03:00
dependencies = [
"lazy_static",
]
[[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-09-08 19:24:32 +03:00
version = "0.12.3"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
2020-05-30 08:08:17 +03:00
[[package]]
name = "twox-hash"
2021-09-08 19:24:32 +03:00
version = "1.6.1"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-09-08 19:24:32 +03:00
"cfg-if 1.0.0",
2021-11-06 16:10:02 +03:00
"rand",
"static_assertions",
2020-05-30 08:08:17 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "typed-arena"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
2019-05-24 08:54:10 +03:00
[[package]]
name = "typenum"
2021-09-08 19:24:32 +03:00
version = "1.14.0"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
2019-11-18 16:56:35 +03:00
2021-08-28 15:48:24 +03:00
[[package]]
name = "typetag"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "422619e1a7299befb977a1f6d8932c499f6151dbcafae715193570860cae8f07"
dependencies = [
"erased-serde",
"inventory",
"lazy_static",
"serde",
"typetag-impl",
]
[[package]]
name = "typetag-impl"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "504f9626fe6cc1c376227864781996668e15c1ff251d222f63ef17f310bf1fec"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
2020-09-14 05:35:28 +03:00
[[package]]
name = "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"
2021-09-08 19:24:32 +03:00
version = "1.8.0"
2020-07-21 08:35:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
2020-07-21 08:35:10 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "unicode-width"
2021-11-06 03:02:46 +03:00
version = "0.1.9"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-04-04 02:40:17 +03:00
2019-10-16 04:16:27 +03:00
[[package]]
name = "unicode-xid"
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-11-21 19:50:38 +03:00
[[package]]
name = "utf8parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
2021-08-13 20:54:35 +03:00
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
2021-11-06 16:10:02 +03:00
"getrandom",
2021-08-13 20:54:35 +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 = [
2021-11-06 05:19:37 +03:00
"arrayvec 0.7.2",
2020-04-04 02:40:17 +03:00
"termcolor",
"typed-arena",
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "version_check"
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"
2021-09-08 19:24:32 +03:00
version = "0.10.1"
2020-08-23 18:49:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
2020-08-23 18:49:33 +03:00
dependencies = [
"arrayvec 0.5.2",
2021-09-08 19:24:32 +03:00
"utf8parse",
"vte_generate_state_changes",
]
[[package]]
name = "vte_generate_state_changes"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2020-08-23 18:49:33 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "walkdir"
2021-04-13 15:39:32 +03:00
version = "2.3.2"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 15:39:32 +03:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2020-04-04 02:40:17 +03:00
dependencies = [
"same-file",
2021-11-06 05:19:37 +03:00
"winapi",
2020-04-04 02:40:17 +03:00
"winapi-util",
]
[[package]]
name = "wasi"
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"
2021-11-06 03:02:46 +03:00
version = "0.2.78"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
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"
2021-11-06 03:02:46 +03:00
version = "0.2.78"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
2020-04-04 02:40:17 +03:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-04-04 02:40:17 +03:00
"wasm-bindgen-shared",
]
2020-10-31 02:54:56 +03:00
[[package]]
name = "wasm-bindgen-futures"
2021-11-06 03:02:46 +03:00
version = "0.4.28"
2020-10-31 02:54:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
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"
2021-11-06 03:02:46 +03:00
version = "0.2.78"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"quote",
2020-04-04 02:40:17 +03:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2021-11-06 03:02:46 +03:00
version = "0.2.78"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2020-04-04 02:40:17 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2021-11-06 03:02:46 +03:00
version = "0.2.78"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
2020-04-04 02:40:17 +03:00
2021-08-28 15:48:24 +03:00
[[package]]
name = "wasmer"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f52e455a01d0fac439cd7a96ba9b519bdc84e923a5b96034054697ebb17cd75"
dependencies = [
"cfg-if 1.0.0",
"indexmap",
"loupe",
"more-asserts",
"target-lexicon",
"thiserror",
"wasmer-compiler",
"wasmer-compiler-llvm",
2021-08-28 15:48:24 +03:00
"wasmer-derive",
"wasmer-engine",
"wasmer-engine-dylib",
"wasmer-engine-universal",
"wasmer-types",
"wasmer-vm",
2021-11-06 05:19:37 +03:00
"winapi",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "wasmer-compiler"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc86dda6f715f03104800be575a38382b35c3962953af9e9d8722dcf0bd2458f"
dependencies = [
"enumset",
"loupe",
"rkyv",
"serde",
"serde_bytes",
"smallvec",
"target-lexicon",
"thiserror",
"wasmer-types",
"wasmer-vm",
"wasmparser",
]
[[package]]
name = "wasmer-compiler-llvm"
2021-08-28 15:48:24 +03:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ec5b3542941aaea793a51af9a7da2f9f7ed9edcc928f5c84e1bd84071818c39"
2021-08-28 15:48:24 +03:00
dependencies = [
2021-11-06 05:59:42 +03:00
"byteorder",
"cc",
"itertools 0.10.1",
2021-11-06 05:59:42 +03:00
"lazy_static",
"libc",
2021-08-28 15:48:24 +03:00
"loupe",
"object 0.25.3",
2021-08-28 15:48:24 +03:00
"rayon",
"regex",
"rustc_version 0.2.3",
"semver 1.0.4",
2021-08-28 15:48:24 +03:00
"smallvec",
"target-lexicon",
2021-08-28 15:48:24 +03:00
"wasmer-compiler",
"wasmer-types",
"wasmer-vm",
"wasmer_inkwell",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "wasmer-derive"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ee7b351bcc1e782997c72dc0b5b328f3ddcad4813b8ce3cac3f25ae5a4ab56b"
dependencies = [
"proc-macro-error",
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
"syn",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "wasmer-engine"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8454ead320a4017ba36ddd9ab4fbf7776fceea6ab0b79b5e53664a1682569fc3"
dependencies = [
"backtrace",
"lazy_static",
"loupe",
"memmap2 0.2.3",
"more-asserts",
"rustc-demangle",
"serde",
"serde_bytes",
"target-lexicon",
"thiserror",
"wasmer-compiler",
"wasmer-types",
"wasmer-vm",
]
[[package]]
name = "wasmer-engine-dylib"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aa390d123ebe23d5315c39f6063fcc18319661d03c8000f23d0fe1c011e8135"
dependencies = [
"cfg-if 1.0.0",
"leb128",
2021-11-06 03:02:46 +03:00
"libloading 0.7.1",
2021-08-28 15:48:24 +03:00
"loupe",
"rkyv",
"serde",
"tempfile",
"tracing",
"wasmer-compiler",
"wasmer-engine",
"wasmer-object",
"wasmer-types",
"wasmer-vm",
"which",
]
[[package]]
name = "wasmer-engine-universal"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dffe8015f08915eb4939ebc8e521cde8246f272f5197ea60d46214ac5aef285"
dependencies = [
"cfg-if 1.0.0",
"leb128",
"loupe",
"region",
"rkyv",
"wasmer-compiler",
"wasmer-engine",
"wasmer-types",
"wasmer-vm",
2021-11-06 05:19:37 +03:00
"winapi",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "wasmer-object"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c541c985799fc1444702501c15d41becfb066c92d9673defc1c7417fd8739e15"
dependencies = [
"object 0.25.3",
"thiserror",
"wasmer-compiler",
"wasmer-types",
]
[[package]]
name = "wasmer-types"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c91f75d3c31f8b1f8d818ff49624fc974220243cbc07a2252f408192e97c6b51"
dependencies = [
"indexmap",
"loupe",
"rkyv",
"serde",
"thiserror",
]
[[package]]
name = "wasmer-vm"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469a12346a4831e7dac639b9646d8c9b24c7d2cf0cf458b77f489edb35060c1f"
dependencies = [
"backtrace",
"cc",
"cfg-if 1.0.0",
"indexmap",
"libc",
"loupe",
2021-11-06 05:19:37 +03:00
"memoffset",
2021-08-28 15:48:24 +03:00
"more-asserts",
"region",
"rkyv",
"serde",
"thiserror",
"wasmer-types",
2021-11-06 05:19:37 +03:00
"winapi",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "wasmer-wasi"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a992dcafd11c584f3b8d84b7b4c6af350b63db03cf4452fc38647e8eab45994"
dependencies = [
"bincode",
"generational-arena",
2021-11-06 16:10:02 +03:00
"getrandom",
2021-08-28 15:48:24 +03:00
"libc",
"serde",
"thiserror",
"tracing",
"typetag",
"wasmer",
"wasmer-wasi-types",
2021-11-06 05:19:37 +03:00
"winapi",
2021-08-28 15:48:24 +03:00
]
[[package]]
name = "wasmer-wasi-types"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55a275df0190f65f9e62f25b6bc8505a55cc643e433c822fb03a5e3e11fe1c29"
dependencies = [
"byteorder",
"serde",
"time",
"wasmer-types",
]
[[package]]
name = "wasmer_inkwell"
version = "0.2.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eca826323f39b29a38cd31c8eb33de76945c6193f30a2806c6cde6f6cd42cb1"
dependencies = [
"either",
"inkwell_internals 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc",
"llvm-sys 110.0.2",
"once_cell",
"parking_lot",
"regex",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "wasmparser"
version = "0.78.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65"
2021-01-30 18:23:54 +03:00
[[package]]
name = "wayland-client"
2021-09-08 19:24:32 +03:00
version = "0.28.6"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "e3ab332350e502f159382201394a78e3cc12d0f04db863429260164ea40e0355"
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",
2021-11-06 03:02:46 +03:00
"wayland-commons 0.28.6",
"wayland-scanner 0.28.6",
"wayland-sys 0.28.6",
]
[[package]]
name = "wayland-client"
version = "0.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9108ec1c37f4774d0c2937ba1a6c23d1786b2152c4a13bd9fdb20e42d16e8841"
dependencies = [
"bitflags",
"downcast-rs",
"libc",
"nix 0.22.0",
"scoped-tls",
"wayland-commons 0.29.1",
"wayland-scanner 0.29.1",
"wayland-sys 0.29.1",
2021-01-30 18:23:54 +03:00
]
[[package]]
name = "wayland-commons"
2021-09-08 19:24:32 +03:00
version = "0.28.6"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda"
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",
2021-11-06 03:02:46 +03:00
"wayland-sys 0.28.6",
]
[[package]]
name = "wayland-commons"
version = "0.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "265ef51b3b3e5c9ef098f10425c39624663f459c3821dcaacc4748be975f1beb"
dependencies = [
"nix 0.22.0",
"once_cell",
"smallvec",
"wayland-sys 0.29.1",
2021-01-30 18:23:54 +03:00
]
[[package]]
name = "wayland-cursor"
2021-09-08 19:24:32 +03:00
version = "0.28.6"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "be610084edd1586d45e7bdd275fe345c7c1873598caa464c4fb835dee70fa65a"
2021-01-30 18:23:54 +03:00
dependencies = [
2021-03-06 14:14:55 +03:00
"nix 0.20.0",
2021-11-06 03:02:46 +03:00
"wayland-client 0.28.6",
"xcursor",
]
[[package]]
name = "wayland-cursor"
version = "0.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c19bb6628daf4097e58b7911481e8371e13318d5a60894779901bd3267407a7"
dependencies = [
"nix 0.22.0",
"wayland-client 0.29.1",
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-09-08 19:24:32 +03:00
version = "0.28.6"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "286620ea4d803bacf61fa087a4242ee316693099ee5a140796aaba02b29f861f"
2021-01-30 18:23:54 +03:00
dependencies = [
"bitflags",
2021-11-06 03:02:46 +03:00
"wayland-client 0.28.6",
"wayland-commons 0.28.6",
"wayland-scanner 0.28.6",
]
[[package]]
name = "wayland-protocols"
version = "0.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b3b6f1dc0193072ef4eadcb144da30d58c1f2895516c063804d213310703c8e"
dependencies = [
"bitflags",
"wayland-client 0.29.1",
"wayland-commons 0.29.1",
"wayland-scanner 0.29.1",
2020-05-05 04:06:36 +03:00
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "wayland-scanner"
2021-09-08 19:24:32 +03:00
version = "0.28.6"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "ce923eb2deb61de332d1f356ec7b6bf37094dc5573952e1c8936db03b54c03f1"
2021-01-30 18:23:54 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2021-11-06 03:02:46 +03:00
"xml-rs",
]
[[package]]
name = "wayland-scanner"
version = "0.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaaf2bc85e7b9143159af96bd23d954a5abe391c4376db712320643280fdc6f4"
dependencies = [
2021-11-06 05:19:37 +03:00
"proc-macro2",
"quote",
2021-01-30 18:23:54 +03:00
"xml-rs",
]
[[package]]
name = "wayland-sys"
2021-09-08 19:24:32 +03:00
version = "0.28.6"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "d841fca9aed7febf9bed2e9796c49bf58d4152ceda8ac949ebe00868d8f0feb8"
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",
]
2021-11-06 03:02:46 +03:00
[[package]]
name = "wayland-sys"
version = "0.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba9e06acb775b3007f8d3094438306979e572d1d3b844d7a71557a84b055d959"
dependencies = [
"dlib 0.5.0",
"lazy_static",
"pkg-config",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "web-sys"
2021-11-06 05:19:37 +03:00
version = "0.3.55"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
2020-04-04 02:40:17 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "wgpu"
2021-11-06 05:19:37 +03:00
version = "0.11.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "d1577ecc4f6992b9e965878ac594efb24eed2bdf089c11f45b3d1c5f216e2e30"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-11-06 03:02:46 +03:00
"arrayvec 0.7.2",
2020-10-31 02:54:56 +03:00
"js-sys",
"log",
"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-hal",
2020-05-30 08:08:17 +03:00
"wgpu-types",
]
[[package]]
name = "wgpu-core"
2021-11-06 05:19:37 +03:00
version = "0.11.2"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "3bdcbfa4885b32c2b1feb2faeb8b6a76065b752b8f08751b82f994e937687f46"
2020-05-30 08:08:17 +03:00
dependencies = [
2021-11-06 03:02:46 +03:00
"arrayvec 0.7.2",
2020-05-30 08:08:17 +03:00
"bitflags",
"cfg_aliases",
2020-05-30 08:08:17 +03:00
"copyless",
"fxhash",
"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",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-hal"
2021-11-06 05:19:37 +03:00
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "0e493835d9edb153d5c8a9d8d016e1811dbe32ddb707a110be1453c7b051d3ec"
dependencies = [
2021-11-06 03:02:46 +03:00
"arrayvec 0.7.2",
"ash",
"bit-set",
"bitflags",
"block",
"core-graphics-types",
"d3d12",
"foreign-types",
"fxhash",
"glow",
"gpu-alloc",
"gpu-descriptor",
"inplace_it",
2021-11-06 05:19:37 +03:00
"js-sys",
"khronos-egl",
2021-11-06 03:02:46 +03:00
"libloading 0.7.1",
"log",
"metal",
"naga",
"objc",
"parking_lot",
2021-11-06 05:19:37 +03:00
"profiling",
"range-alloc",
"raw-window-handle",
"renderdoc-sys",
"thiserror",
2021-11-06 05:19:37 +03:00
"wasm-bindgen",
"web-sys",
2020-05-30 08:08:17 +03:00
"wgpu-types",
2021-11-06 05:19:37 +03:00
"winapi",
2020-05-30 08:08:17 +03:00
]
[[package]]
name = "wgpu-types"
2021-11-06 05:19:37 +03:00
version = "0.11.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "e15e44ba88ec415466e18e91881319e7c9e96cb905dc623305168aea65b85ccc"
2020-05-30 08:08:17 +03:00
dependencies = [
"bitflags",
]
[[package]]
name = "wgpu_glyph"
2021-11-06 05:19:37 +03:00
version = "0.15.1"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "c78d49f4d168b245882ce000ee94fc67e744b33760c0119b0dbf8cb3caf20de5"
2020-05-30 08:08:17 +03:00
dependencies = [
"bytemuck",
2020-05-30 08:08:17 +03:00
"glyph_brush",
"log",
"wgpu",
]
2021-08-28 15:48:24 +03:00
[[package]]
name = "which"
version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
dependencies = [
"either",
"lazy_static",
"libc",
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "winapi"
2020-07-24 04:38:10 +03:00
version = "0.3.9"
2019-01-28 01:39:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-01-28 01:39:45 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-01-28 01:39:45 +03:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-01-28 01:39:45 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "winapi-util"
2020-07-24 04:38:10 +03:00
version = "0.1.5"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-24 04:38:10 +03:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2020-04-04 02:40:17 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"winapi",
2020-04-04 02:40:17 +03:00
]
2019-01-28 01:39:45 +03:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-01-28 01:39:45 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "winit"
2021-11-06 05:19:37 +03:00
version = "0.25.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "79610794594d5e86be473ef7763f604f2159cbac8c94debd00df8fb41e86c2f8"
2020-05-05 04:06:36 +03:00
dependencies = [
"bitflags",
2020-07-24 04:38:10 +03:00
"cocoa",
2021-11-06 03:02:46 +03:00
"core-foundation 0.9.2",
"core-graphics 0.22.3",
2020-05-05 04:06:36 +03:00
"core-video-sys",
"dispatch",
"instant",
"lazy_static",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
"log",
"mio",
2021-11-06 05:19:37 +03:00
"mio-misc",
"ndk 0.3.0",
"ndk-glue 0.3.0",
2020-07-24 04:38:10 +03:00
"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",
2021-11-06 05:19:37 +03:00
"scopeguard",
2021-09-08 19:24:32 +03:00
"smithay-client-toolkit 0.12.3",
2021-11-06 03:02:46 +03:00
"wayland-client 0.28.6",
2021-11-06 05:19:37 +03:00
"winapi",
2020-05-05 04:06:36 +03:00
"x11-dl",
]
2019-11-27 01:17:20 +03:00
[[package]]
name = "wyhash"
2021-11-06 05:19:37 +03:00
version = "0.5.0"
2019-11-27 01:17:20 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 05:19:37 +03:00
checksum = "baf6e163c25e3fac820b4b453185ea2dea3b6a3e0a721d4d23d75bd33734c295"
2019-11-27 01:17:20 +03:00
dependencies = [
2021-11-06 05:19:37 +03:00
"rand_core 0.6.3",
2020-02-05 15:43:48 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "x11-clipboard"
2021-11-06 03:02:46 +03:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "473068b7b80ac86a18328824f1054e5e007898c47b5bbc281bd7abe32bc3653c"
dependencies = [
"xcb",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "x11-dl"
2021-11-06 03:02:46 +03:00
version = "2.19.1"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
2020-05-05 04:06:36 +03:00
dependencies = [
"lazy_static",
2021-05-28 16:08:46 +03:00
"libc",
2020-05-05 04:06:36 +03:00
"pkg-config",
]
[[package]]
name = "xcb"
2021-11-06 03:02:46 +03:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "771e2b996df720cd1c6dd9ff90f62d91698fd3610cc078388d0564bdd6622a9c"
dependencies = [
2021-05-28 16:08:46 +03:00
"libc",
"log",
2021-11-06 03:02:46 +03:00
"quick-xml",
]
2021-01-30 18:23:54 +03:00
[[package]]
name = "xcursor"
2021-09-08 19:24:32 +03:00
version = "0.3.4"
2021-01-30 18:23:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
2021-01-30 18:23:54 +03:00
dependencies = [
2021-11-06 03:02:46 +03:00
"nom 7.1.0",
2021-01-30 18:23:54 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "xdg"
2021-11-06 03:02:46 +03:00
version = "2.4.0"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 03:02:46 +03:00
checksum = "3a23fe958c70412687039c86f578938b4a0bb50ec788e96bce4d6ab00ddd5803"
dependencies = [
"dirs",
]
2020-05-05 04:06:36 +03:00
2020-05-30 08:08:17 +03:00
[[package]]
name = "xi-unicode"
version = "0.3.0"
2020-05-30 08:08:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
2020-05-30 08:08:17 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "xml-rs"
2021-09-08 19:24:32 +03:00
version = "0.8.4"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 19:24:32 +03:00
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
2020-05-30 08:08:17 +03:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]