roc/Cargo.lock

3048 lines
70 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.
2020-05-05 04:06:36 +03:00
[[package]]
2020-05-30 08:08:17 +03:00
name = "ab_glyph"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d4cab67fcb3051906d685028ad5e846bad471a6d468943c6cbcc498a8a33559"
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.2"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 08:08:17 +03:00
checksum = "2b7e4e8cf778db814365e46839949ca74df4efb10e87ba4913e6ec5967ef0285"
2020-05-05 04:06:36 +03:00
2019-09-15 00:03:28 +03:00
[[package]]
name = "aho-corasick"
2020-03-21 04:10:43 +03:00
version = "0.7.10"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-21 04:10:43 +03:00
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"memchr",
2019-09-15 00:03:28 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "andrew"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7f09f89872c2b6b29e319377b1fbe91c6f5947df19a25596e121cf19a7b35e"
dependencies = [
"bitflags",
"line_drawing",
"rusttype 0.7.9",
"walkdir",
"xdg",
"xml-rs",
]
[[package]]
name = "android_glue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
2019-01-28 01:39:45 +03:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2019-01-28 01:39:45 +03:00
dependencies = [
2020-04-15 14:00:06 +03:00
"winapi 0.3.8",
2019-01-28 01:39:45 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "approx"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
dependencies = [
"num-traits",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "arc-swap"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d663a8e9a99154b5fb793032533f6328da35e23aac63d5c152279aa8ba356825"
2020-04-04 02:40:17 +03:00
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
2020-05-05 04:06:36 +03:00
[[package]]
name = "ash"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69daec0742947f33a85931fa3cb0ce5f07929159dcbd1f0cbb5b2912e2978509"
dependencies = [
"libloading",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "atom"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c86699c3f02778ec07158376991c8f783dd1f2f95c579ffaf0738dc984b2fe2"
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",
"libc",
2020-04-15 14:00:06 +03:00
"winapi 0.3.8",
2020-04-04 02:40:17 +03:00
]
2019-06-21 05:28:54 +03:00
[[package]]
name = "autocfg"
2019-11-18 16:56:35 +03:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
2019-11-18 16:56:35 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2019-09-15 00:03:28 +03:00
[[package]]
name = "bitflags"
2019-11-18 16:56:35 +03:00
version = "1.2.1"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-09-15 00:03:28 +03:00
2019-11-21 01:54:08 +03:00
[[package]]
name = "bitmaps"
2020-03-30 00:32:54 +03:00
version = "2.1.0"
2019-11-21 01:54:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-30 00:32:54 +03:00
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
2019-11-21 01:54:08 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"typenum",
2020-01-25 01:09:12 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2020-04-04 02:40:17 +03:00
[[package]]
name = "bstr"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2889e6d50f394968c8bf4240dc3f2a7eb4680844d27308f798229ac9d4725f41"
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
2019-09-02 22:07:45 +03:00
[[package]]
name = "bumpalo"
2020-03-25 06:08:14 +03:00
version = "3.2.1"
2019-09-02 22:07:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 06:08:14 +03:00
checksum = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187"
2019-09-02 22:07:45 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2019-11-28 06:12:51 +03:00
[[package]]
name = "bytes"
2020-01-31 07:57:17 +03:00
version = "0.5.4"
2019-11-28 06:12:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
2019-11-28 06:12:51 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "calloop"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7aa2097be53a00de9e8fc349fea6d76221f398f5c4fa550d420669906962d160"
dependencies = [
"mio",
"mio-extras",
"nix",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "cast"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
dependencies = [
"rustc_version",
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "cc"
2020-01-22 07:57:12 +03:00
version = "1.0.50"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
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-04-04 02:40:17 +03:00
[[package]]
name = "clap"
version = "2.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
dependencies = [
"bitflags",
"textwrap",
"unicode-width",
]
2020-04-17 05:02:29 +03:00
[[package]]
name = "clap"
version = "3.0.0-beta.1"
source = "git+https://github.com/rtfeldman/clap#e1d83a78804a271b053d4d21f69b67f7eb01ad01"
dependencies = [
"atty",
"bitflags",
"clap_derive",
"indexmap",
"lazy_static",
"strsim",
"termcolor",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "clap_derive"
version = "3.0.0-beta.1"
source = "git+https://github.com/rtfeldman/clap#e1d83a78804a271b053d4d21f69b67f7eb01ad01"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2 1.0.10",
"quote 1.0.3",
"syn 1.0.17",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"bitflags",
2019-11-18 16:56:35 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "cocoa"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29f7768b2d1be17b96158e3285951d366b40211320fb30826a76cb7a0da6400"
dependencies = [
"bitflags",
"block",
"core-foundation 0.6.4",
"core-graphics 0.17.3",
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "cocoa"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a4736c86d51bd878b474400d9ec888156f4037015f5d09794fab9f26eab1ad4"
dependencies = [
"bitflags",
"block",
"core-foundation 0.7.0",
"core-graphics 0.19.0",
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "copyless"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff9c56c9fb2a49c05ef0e431485a22400af20d33226dc0764d891d09e724127"
[[package]]
name = "core-foundation"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
dependencies = [
"core-foundation-sys 0.6.2",
"libc",
]
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"core-foundation-sys 0.7.0",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
[[package]]
name = "core-graphics"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56790968ab1c8a1202a102e6de05fc6e1ec87da99e4e93e9a7d13efbfc1e95a9"
dependencies = [
"bitflags",
"core-foundation 0.6.4",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59e78b2e0aaf43f08e7ae0d6bc96895ef72ff0921c7d4ff4762201b2dba376dd"
dependencies = [
"bitflags",
"core-foundation 0.7.0",
"foreign-types",
"libc",
]
[[package]]
name = "core-video-sys"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dc065219542086f72d1e9f7aadbbab0989e980263695d129d502082d063a9d0"
dependencies = [
"cfg-if",
"core-foundation-sys 0.6.2",
"core-graphics 0.17.3",
"libc",
"objc",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "criterion"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc755679c12bda8e5523a71e4d654b6bf2e14bd838dfc48cde6559a05caf7d1"
dependencies = [
"atty",
"cast",
2020-04-17 05:02:29 +03:00
"clap 2.33.0",
2020-04-04 02:40:17 +03:00
"criterion-plot",
"csv",
"itertools",
"lazy_static",
"num-traits",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01e15e0ea58e8234f96146b1f91fa9d0e4dd7a38da93ff7a75d42c0b9d3a545"
dependencies = [
"cast",
"itertools",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "crossbeam-channel"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061"
dependencies = [
"crossbeam-utils",
"maybe-uninit",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
"autocfg 1.0.0",
"cfg-if",
"crossbeam-utils",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
"autocfg 1.0.0",
"cfg-if",
"lazy_static",
]
[[package]]
name = "csv"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279"
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",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "d3d12"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc7ed48e89905e5e146bcc1951cc3facb9e44aea9adf5dc01078cda1bd24b662"
dependencies = [
"bitflags",
"libloading",
"winapi 0.3.8",
]
2019-01-28 01:39:45 +03:00
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2019-01-28 01:39:45 +03:00
2020-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"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77e51249a9d823a4cb79e3eca6dcd756153e8ed0157b6c04775d04bf1b13b76a"
dependencies = [
"libloading",
]
[[package]]
name = "downcast-rs"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ba6eb47c2131e784a38b726eb54c1e1484904f013e576a25354d0124161af6"
2019-10-16 04:16:27 +03:00
[[package]]
name = "either"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2019-10-16 04:16:27 +03:00
2019-09-15 00:03:28 +03:00
[[package]]
name = "env_logger"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"log",
"regex",
2019-09-15 00:03:28 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
2019-11-18 16:56:35 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2019-09-15 00:03:28 +03:00
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2019-09-15 00:03:28 +03:00
2020-04-15 14:00:06 +03:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2020-05-30 08:08:17 +03:00
[[package]]
name = "futures"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
[[package]]
name = "futures-executor"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
[[package]]
name = "futures-macro"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
dependencies = [
"proc-macro-hack",
"proc-macro2 1.0.10",
"quote 1.0.3",
"syn 1.0.17",
]
[[package]]
name = "futures-sink"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
[[package]]
name = "futures-task"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
dependencies = [
"once_cell",
]
[[package]]
name = "futures-util"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "getrandom"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "gfx-auxil"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b46e6f0031330a0be08d17820f2dcaaa91cb36710a97a9500cb4f1c36e785c8"
dependencies = [
"fxhash",
"gfx-hal",
2020-05-30 08:08:17 +03:00
"spirv_cross 0.18.0",
]
[[package]]
name = "gfx-auxil"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67bdbf8e8d6883c70e5a0d7379ad8ab3ac95127a3761306b36122d8f1c177a8e"
dependencies = [
"fxhash",
"gfx-hal",
"spirv_cross 0.20.0",
]
[[package]]
name = "gfx-backend-dx11"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92de0ddc0fde1a89b2a0e92dcc6bbb554bd34af0135e53a28d5ef064611094a4"
dependencies = [
"bitflags",
"gfx-auxil 0.4.0",
"gfx-hal",
"libloading",
"log",
"parking_lot",
"range-alloc",
"raw-window-handle",
"smallvec",
"spirv_cross 0.20.0",
"winapi 0.3.8",
"wio",
2020-05-05 04:06:36 +03:00
]
[[package]]
name = "gfx-backend-dx12"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6facbfcdbb383b3cb7ea0709932ad1273e600a31a242255e80597297ce803dca"
dependencies = [
"bitflags",
"d3d12",
2020-05-30 08:08:17 +03:00
"gfx-auxil 0.3.0",
2020-05-05 04:06:36 +03:00
"gfx-hal",
"log",
"range-alloc",
"raw-window-handle",
"smallvec",
2020-05-30 08:08:17 +03:00
"spirv_cross 0.18.0",
2020-05-05 04:06:36 +03:00
"winapi 0.3.8",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "gfx-backend-empty"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67bd2d7bc022b257ddbdabc5fa3b10c29c292372c3409f2b6a6e3f4e11cdb85"
dependencies = [
"gfx-hal",
"raw-window-handle",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "gfx-backend-metal"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe128c29675b5afc8acdda1dfe096d6abd5e3528059ab0b98bda8215d8beed9"
dependencies = [
"arrayvec",
"bitflags",
"block",
"cocoa 0.20.0",
"copyless",
"core-graphics 0.19.0",
"foreign-types",
2020-05-30 08:08:17 +03:00
"gfx-auxil 0.3.0",
2020-05-05 04:06:36 +03:00
"gfx-hal",
"lazy_static",
"log",
"metal",
"objc",
"parking_lot",
"range-alloc",
"raw-window-handle",
"smallvec",
2020-05-30 08:08:17 +03:00
"spirv_cross 0.18.0",
2020-05-05 04:06:36 +03:00
"storage-map",
]
[[package]]
name = "gfx-backend-vulkan"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45ff36feae801fa23d29acd74082603a0145a697a23595757dd4e78828ab33da"
dependencies = [
"arrayvec",
"ash",
"byteorder",
"core-graphics 0.19.0",
"gfx-hal",
"lazy_static",
"log",
"objc",
"raw-window-handle",
"smallvec",
"winapi 0.3.8",
"x11",
2020-05-05 04:06:36 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "gfx-descriptor"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bf35f5d66d1bc56e63e68d7528441453f25992bd954b84309d23c659df2c5da"
dependencies = [
"fxhash",
"gfx-hal",
"log",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "gfx-hal"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc96180204064c9493e0fe4a9efeb721e0ac59fe8e1906d0c659142a93114fb1"
dependencies = [
"bitflags",
"raw-window-handle",
]
[[package]]
2020-05-30 08:08:17 +03:00
name = "gfx-memory"
version = "0.1.3"
2020-05-05 04:06:36 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-30 08:08:17 +03:00
checksum = "c2eed6cda674d9cd4d92229102dbd544292124533d236904f987e9afab456137"
2020-05-05 04:06:36 +03:00
dependencies = [
2020-05-30 08:08:17 +03:00
"fxhash",
"gfx-hal",
"hibitset",
"log",
"slab",
2020-05-05 04:06:36 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "glyph_brush"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afd3e2cfd503a5218dd56172a8bf7c8655a4a7cf745737c606a6edfeea1b343f"
dependencies = [
"glyph_brush_draw_cache",
"glyph_brush_layout",
"log",
"ordered-float",
"rustc-hash",
"twox-hash",
]
[[package]]
name = "glyph_brush_draw_cache"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "588662439c80d2784e6bb1274e2a6378ffcc74f8006b02e67e905039e200764d"
dependencies = [
"ab_glyph",
"crossbeam-channel",
"crossbeam-deque",
"linked-hash-map",
"rayon",
"rustc-hash",
]
[[package]]
name = "glyph_brush_layout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aa49abf7dcf7bfe68f42c1c8ab7473505aaba14de84afb8899a0109b6c61717"
dependencies = [
"ab_glyph",
"approx",
"xi-unicode",
]
2020-04-17 05:02:29 +03:00
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
dependencies = [
"unicode-segmentation",
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "hermit-abi"
2020-04-08 13:32:27 +03:00
version = "0.1.10"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-08 13:32:27 +03:00
checksum = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e"
2019-11-18 16:56:35 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"libc",
2019-11-18 16:56:35 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "hibitset"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93a1bb8316a44459a7d14253c4d28dd7395cbd23cc04a68c46e851b8e46d64b1"
dependencies = [
"atom",
]
[[package]]
name = "humantime"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
"quick-error",
]
2019-11-30 18:49:37 +03:00
[[package]]
name = "im"
version = "14.3.0"
2019-11-30 18:49:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "696059c87b83c5a258817ecd67c3af915e3ed141891fc35a1e79908801cf0ce7"
2019-11-30 18:49:37 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"bitmaps",
"rand_core 0.5.1",
"rand_xoshiro",
"sized-chunks",
"typenum",
"version_check",
2019-11-30 18:49:37 +03:00
]
2019-05-24 08:54:10 +03:00
[[package]]
name = "im-rc"
version = "14.3.0"
2019-05-24 08:54:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "303f7e6256d546e01979071417432425f15c1891fb309a5f2d724ee908fabd6e"
2019-05-24 08:54:10 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"bitmaps",
"rand_core 0.5.1",
"rand_xoshiro",
"sized-chunks",
"typenum",
"version_check",
2019-11-18 16:56:35 +03:00
]
2020-04-17 05:02:29 +03:00
[[package]]
name = "indexmap"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
dependencies = [
"autocfg 1.0.0",
]
2019-07-23 04:57:30 +03:00
[[package]]
name = "indoc"
2020-03-30 00:32:54 +03:00
version = "0.3.5"
2019-07-23 04:57:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-30 00:32:54 +03:00
checksum = "79255cf29f5711995ddf9ec261b4057b1deb34e66c90656c201e41376872c544"
2019-07-23 04:57:30 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"indoc-impl",
"proc-macro-hack",
2019-07-23 04:57:30 +03:00
]
[[package]]
name = "indoc-impl"
2020-03-30 00:32:54 +03:00
version = "0.3.5"
2019-07-23 04:57:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-30 00:32:54 +03:00
checksum = "54554010aa3d17754e484005ea0022f1c93839aabc627c2c55f3d7b47206134c"
2019-07-23 04:57:30 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"proc-macro-hack",
2020-04-08 13:32:27 +03:00
"proc-macro2 1.0.10",
"quote 1.0.3",
2020-03-25 06:08:14 +03:00
"syn 1.0.17",
2020-02-05 15:43:48 +03:00
"unindent",
2019-07-23 04:57:30 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "inkwell"
version = "0.1.0"
2020-04-08 13:26:28 +03:00
source = "git+https://github.com/rtfeldman/inkwell?tag=llvm10-0.release1#005de45445d6ddae80f09ed012e6c3dfe674201a"
2019-10-16 04:16:27 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"either",
"inkwell_internals",
"libc",
"llvm-sys",
"once_cell",
"parking_lot",
"regex",
2019-10-16 04:16:27 +03:00
]
[[package]]
2019-11-18 16:56:35 +03:00
name = "inkwell_internals"
2019-10-16 04:16:27 +03:00
version = "0.1.0"
2020-04-08 13:26:28 +03:00
source = "git+https://github.com/rtfeldman/inkwell?tag=llvm10-0.release1#005de45445d6ddae80f09ed012e6c3dfe674201a"
2019-10-16 04:16:27 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
2019-11-18 16:56:35 +03:00
]
2020-01-01 14:02:02 +03:00
[[package]]
name = "inlinable_string"
2020-02-05 15:43:48 +03:00
version = "0.1.11"
2020-01-25 01:09:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-05 04:06:36 +03:00
checksum = "cb6ee2a7da03bfc3b66ca47c92c2e392fcc053ea040a85561749b026f7aad09a"
[[package]]
name = "instant"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7152d2aed88aa566e7a342250f21ba2222c1ae230ad577499dbfa3c18475b80"
2020-01-25 01:09:12 +03:00
2020-04-15 14:00:06 +03:00
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "itertools"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
[[package]]
name = "js-sys"
version = "0.3.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a27d435371a2fa5b6d2b028a74bbdb1234f308da363226a2854ca3ff8ba7055"
dependencies = [
"wasm-bindgen",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
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"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
2019-09-15 00:03:28 +03:00
[[package]]
name = "libc"
2020-04-15 14:08:21 +03:00
version = "0.2.69"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-15 14:08:21 +03:00
checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
2019-09-15 00:03:28 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "libloading"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
dependencies = [
"cc",
"winapi 0.3.8",
]
[[package]]
name = "line_drawing"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cc7ad3d82c845bdb5dde34ffdcc7a5fb4d2996e1e1ee0f19c33bc80e15196b9"
dependencies = [
"num-traits",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "linked-hash-map"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
2019-10-16 04:16:27 +03:00
[[package]]
name = "llvm-sys"
2020-04-08 13:26:28 +03:00
version = "100.0.1"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-08 13:26:28 +03:00
checksum = "df29b4f2f4e8a5f7871ccad859aa17a171ba251da96bfd55224d53f48a96d2a2"
2019-10-16 04:16:27 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"cc",
"lazy_static",
"libc",
"regex",
"semver",
2019-10-16 04:16:27 +03:00
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "lock_api"
2020-04-15 14:08:21 +03:00
version = "0.3.4"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-15 14:08:21 +03:00
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
2019-11-18 16:56:35 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"scopeguard",
2019-11-18 16:56:35 +03:00
]
2019-01-30 04:08:23 +03:00
[[package]]
name = "log"
2019-12-19 02:28:58 +03:00
version = "0.4.8"
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 = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
2019-01-30 04:08:23 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"cfg-if",
2019-01-30 04:08:23 +03:00
]
2019-01-28 08:35:31 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2019-01-28 01:39:45 +03:00
[[package]]
name = "maplit"
2019-11-18 16:56:35 +03:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2019-11-18 16:56:35 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2019-03-14 05:32:08 +03:00
[[package]]
name = "memchr"
2020-02-28 06:07:55 +03:00
version = "2.3.3"
2020-01-31 07:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-28 06:07:55 +03:00
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2020-01-31 07:57:17 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
dependencies = [
"libc",
"winapi 0.3.8",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "memoffset"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
dependencies = [
"autocfg 1.0.0",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "metal"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e198a0ee42bdbe9ef2c09d0b9426f3b2b47d90d93a4a9b0395c4cea605e92dc0"
dependencies = [
"bitflags",
"block",
"cocoa 0.20.0",
"core-graphics 0.19.0",
"foreign-types",
"log",
"objc",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "mio"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
dependencies = [
"cfg-if",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow 0.2.1",
"net2",
"slab",
"winapi 0.2.8",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
"lazycell",
"log",
"mio",
"slab",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "mio-named-pipes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
dependencies = [
"log",
"mio",
"miow 0.3.3",
"winapi 0.3.8",
]
[[package]]
name = "mio-uds"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
dependencies = [
"iovec",
"libc",
"mio",
]
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "miow"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
dependencies = [
"socket2",
"winapi 0.3.8",
]
[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
dependencies = [
"cfg-if",
"libc",
"winapi 0.3.8",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "nix"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
dependencies = [
"bitflags",
"cc",
"cfg-if",
"libc",
"void",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "num-traits"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
dependencies = [
"autocfg 1.0.0",
]
2019-11-18 16:56:35 +03:00
[[package]]
2019-12-16 17:42:46 +03:00
name = "num_cpus"
2020-01-22 07:57:12 +03:00
version = "1.12.0"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
2019-11-18 16:56:35 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"hermit-abi",
"libc",
2019-11-18 16:56:35 +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_exception"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"cc",
]
[[package]]
name = "once_cell"
2020-01-22 07:57:12 +03:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
2020-04-04 02:40:17 +03:00
[[package]]
name = "oorandom"
version = "11.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebcec7c9c2a95cacc7cd0ecb89d8a8454eca13906f6deb55258ffff0adeb9405"
2020-05-05 04:06:36 +03:00
[[package]]
name = "ordered-float"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518"
dependencies = [
"num-traits",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "owned_ttf_parser"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
dependencies = [
"ttf-parser",
]
2019-12-16 01:17:41 +03:00
[[package]]
name = "parking_lot"
2020-04-15 14:08:21 +03:00
version = "0.10.2"
2019-12-16 01:17:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-15 14:08:21 +03:00
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
2019-12-16 01:17:41 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"lock_api",
"parking_lot_core",
2019-12-16 01:17:41 +03:00
]
[[package]]
name = "parking_lot_core"
2020-04-15 14:08:21 +03:00
version = "0.7.1"
2019-12-16 01:17:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-15 14:08:21 +03:00
checksum = "0e136c1904604defe99ce5fd71a28d473fa60a12255d511aa78a9ddf11237aeb"
2019-12-16 01:17:41 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"cfg-if",
"cloudabi",
"libc",
"redox_syscall",
"smallvec",
2020-04-15 14:00:06 +03:00
"winapi 0.3.8",
2019-12-16 01:17:41 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "peek-poke"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d93fd6a575ebf1ac2668d08443c97a22872cfb463fd8b7ddd141e9f6be59af2f"
dependencies = [
"peek-poke-derive",
]
[[package]]
name = "peek-poke-derive"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb44a25c5bba983be0fc8592dfaf3e6d0935ce8be0c6b15b2a39507af34a926"
dependencies = [
"proc-macro2 1.0.10",
"quote 1.0.3",
"syn 1.0.17",
"synstructure",
"unicode-xid 0.2.0",
]
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-05-30 08:08:17 +03:00
[[package]]
name = "pin-project"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edc93aeee735e60ecb40cf740eb319ff23eab1c5748abfdb5c180e4ce49f7791"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e58db2081ba5b4c93bd6be09c40fd36cb9193a8336c384f3b40012e531aa7e40"
dependencies = [
"proc-macro2 1.0.10",
"quote 1.0.3",
"syn 1.0.17",
]
2019-11-28 06:12:51 +03:00
[[package]]
name = "pin-project-lite"
2020-01-22 07:57:12 +03:00
version = "0.1.4"
2019-11-28 06:12:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae"
2019-11-28 06:12:51 +03:00
2020-05-30 08:08:17 +03:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-05-05 04:06:36 +03:00
[[package]]
name = "pkg-config"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
2020-04-04 02:40:17 +03:00
[[package]]
name = "plotters"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e3bb8da247d27ae212529352020f3e5ee16e83c0c258061d27b08ab92675eeb"
dependencies = [
"js-sys",
"num-traits",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "ppv-lite86"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
2019-01-28 01:39:45 +03:00
[[package]]
name = "pretty_assertions"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
2019-01-28 01:39:45 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"ansi_term",
"difference",
2019-01-28 01:39:45 +03:00
]
2020-04-17 05:02:29 +03:00
[[package]]
name = "proc-macro-error"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
dependencies = [
"proc-macro-error-attr",
"proc-macro2 1.0.10",
"quote 1.0.3",
"syn 1.0.17",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
dependencies = [
"proc-macro2 1.0.10",
"quote 1.0.3",
"syn 1.0.17",
"syn-mid",
"version_check",
]
2019-07-23 04:57:30 +03:00
[[package]]
name = "proc-macro-hack"
2020-04-08 13:32:27 +03:00
version = "0.5.15"
2019-07-23 04:57:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-08 13:32:27 +03:00
checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63"
2019-07-23 04:57:30 +03:00
2020-05-30 08:08:17 +03:00
[[package]]
name = "proc-macro-nested"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694"
2019-07-23 04:57:30 +03:00
[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2019-07-23 04:57:30 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"unicode-xid 0.1.0",
2019-07-23 04:57:30 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "proc-macro2"
2020-04-08 13:32:27 +03:00
version = "1.0.10"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-08 13:32:27 +03:00
checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
2019-10-16 04:16:27 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"unicode-xid 0.2.0",
2019-10-16 04:16:27 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2019-09-15 00:03:28 +03:00
[[package]]
name = "quickcheck"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "9c35d9c36a562f37eca96e79f66d5fd56eefbc22560dacc4a864cabd2d277456"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-05-30 08:08:17 +03:00
"env_logger 0.6.2",
2020-02-05 15:43:48 +03:00
"log",
2020-04-04 02:40:17 +03:00
"rand 0.6.5",
2020-02-05 15:43:48 +03:00
"rand_core 0.4.2",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "quickcheck_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "d7dfc1c4a1e048f5cc7d36a4c4118dfcf31d217c79f4b9a61bad65d68185752c"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
2019-09-15 00:03:28 +03:00
]
2019-07-23 04:57:30 +03:00
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
2019-07-23 04:57:30 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"proc-macro2 0.4.30",
2019-07-23 04:57:30 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "quote"
version = "1.0.3"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
2019-10-16 04:16:27 +03:00
dependencies = [
2020-04-08 13:32:27 +03:00
"proc-macro2 1.0.10",
2019-10-16 04:16:27 +03:00
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-04-04 02:40:17 +03:00
"autocfg 0.1.7",
2020-02-05 15:43:48 +03:00
"libc",
2020-04-04 02:40:17 +03:00
"rand_chacha 0.1.1",
2020-02-05 15:43:48 +03:00
"rand_core 0.4.2",
2020-04-04 02:40:17 +03:00
"rand_hc 0.1.0",
2020-02-05 15:43:48 +03:00
"rand_isaac",
"rand_jitter",
"rand_os",
"rand_pcg",
"rand_xorshift",
2020-04-15 14:00:06 +03:00
"winapi 0.3.8",
2019-11-18 16:56:35 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-04-04 02:40:17 +03:00
"autocfg 0.1.7",
2020-02-05 15:43:48 +03:00
"rand_core 0.3.1",
2019-09-15 00:03:28 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.4.2",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2019-09-15 00:03:28 +03:00
2019-11-18 16:56:35 +03:00
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2020-04-04 02:40:17 +03:00
dependencies = [
"getrandom",
]
2019-11-18 16:56:35 +03:00
2019-09-15 00:03:28 +03:00
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.3.1",
2019-09-15 00:03:28 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.3.1",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"libc",
"rand_core 0.4.2",
2020-04-15 14:00:06 +03:00
"winapi 0.3.8",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.4.2",
"rdrand",
2020-04-15 14:00:06 +03:00
"winapi 0.3.8",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-04-04 02:40:17 +03:00
"autocfg 0.1.7",
2020-02-05 15:43:48 +03:00
"rand_core 0.4.2",
2019-09-15 00:03:28 +03:00
]
[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.3.1",
2019-09-15 00:03:28 +03:00
]
2019-11-21 01:54:08 +03:00
[[package]]
name = "rand_xoshiro"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
2019-11-21 01:54:08 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.5.1",
2019-11-21 01:54:08 +03:00
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "range-alloc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd5927936723a9e8b715d37d7e4b390455087c4bdf25b9f702309460577b14f9"
[[package]]
name = "raw-window-handle"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
dependencies = [
"libc",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "rayon"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
dependencies = [
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
dependencies = [
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils",
"lazy_static",
"num_cpus",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.3.1",
2019-09-15 00:03:28 +03:00
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "redox_syscall"
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2019-11-18 16:56:35 +03:00
2019-09-15 00:03:28 +03:00
[[package]]
name = "regex"
2020-03-25 06:08:14 +03:00
version = "1.3.6"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 06:08:14 +03:00
checksum = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2019-09-15 00:03:28 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
"byteorder",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "regex-syntax"
2020-03-21 04:10:43 +03:00
version = "0.6.17"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-21 04:10:43 +03:00
checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
2019-09-15 00:03:28 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "remove_dir_all"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
dependencies = [
2020-04-15 14:00:06 +03:00
"winapi 0.3.8",
2020-04-04 02:40:17 +03:00
]
2020-03-31 02:31:42 +03:00
[[package]]
name = "roc-cli"
version = "0.1.0"
dependencies = [
"bumpalo",
2020-04-17 05:02:29 +03:00
"clap 3.0.0-beta.1",
2020-03-31 02:31:42 +03:00
"im",
"im-rc",
2020-04-17 05:02:29 +03:00
"indoc",
2020-03-31 02:31:42 +03:00
"inkwell",
"inlinable_string",
2020-04-17 05:02:29 +03:00
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
2020-03-31 02:31:42 +03:00
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
2020-05-04 04:38:36 +03:00
"roc_editor",
2020-03-31 02:31:42 +03:00
"roc_gen",
2020-04-12 06:18:34 +03:00
"roc_load",
2020-03-31 02:31:42 +03:00
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
2020-04-04 04:29:34 +03:00
"roc_reporting",
2020-03-31 02:31:42 +03:00
"roc_solve",
"roc_types",
"roc_unify",
"roc_uniq",
"target-lexicon",
2020-04-12 06:18:34 +03:00
"tokio",
2020-03-31 02:31:42 +03:00
]
[[package]]
name = "roc_builtins"
version = "0.1.0"
dependencies = [
"indoc",
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_can",
"roc_collections",
"roc_module",
"roc_region",
"roc_types",
]
2020-04-01 04:15:13 +03:00
[[package]]
name = "roc_builtins_bitcode"
version = "0.1.0"
[[package]]
name = "roc_can"
version = "0.1.0"
dependencies = [
"bumpalo",
"im",
"im-rc",
"indoc",
"inlinable_string",
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_collections",
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"roc_types",
"ven_graph",
]
[[package]]
name = "roc_collections"
version = "0.1.0"
dependencies = [
"bumpalo",
"im",
"im-rc",
"wyhash",
]
[[package]]
name = "roc_constrain"
version = "0.1.0"
dependencies = [
"indoc",
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_module",
"roc_parse",
"roc_region",
"roc_types",
"roc_uniq",
]
2020-05-04 04:38:36 +03:00
[[package]]
name = "roc_editor"
version = "0.1.0"
dependencies = [
"bumpalo",
2020-05-30 08:08:17 +03:00
"env_logger 0.7.1",
"futures",
"glyph_brush",
2020-05-04 04:38:36 +03:00
"im",
"im-rc",
"indoc",
"inkwell",
"inlinable_string",
2020-05-30 08:08:17 +03:00
"log",
2020-05-04 04:38:36 +03:00
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_gen",
"roc_load",
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
"roc_reporting",
"roc_solve",
"roc_types",
"roc_unify",
"roc_uniq",
"target-lexicon",
"tokio",
2020-05-30 08:08:17 +03:00
"wgpu",
"wgpu_glyph",
2020-05-05 04:06:36 +03:00
"winit",
2020-05-30 08:08:17 +03:00
"zerocopy",
2020-05-04 04:38:36 +03:00
]
2020-03-07 02:14:23 +03:00
[[package]]
name = "roc_fmt"
version = "0.1.0"
dependencies = [
"bumpalo",
"im",
"im-rc",
"indoc",
"inlinable_string",
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_collections",
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"roc_types",
]
2020-03-07 02:15:38 +03:00
[[package]]
name = "roc_gen"
version = "0.1.0"
dependencies = [
"bumpalo",
"im",
"im-rc",
"indoc",
"inkwell",
"inlinable_string",
"libc",
2020-03-07 02:15:38 +03:00
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_module",
"roc_mono",
"roc_parse",
"roc_problem",
"roc_region",
"roc_solve",
"roc_types",
"roc_unify",
"roc_uniq",
2020-03-31 02:31:42 +03:00
"target-lexicon",
2020-03-07 02:15:38 +03:00
"tokio",
]
2020-03-07 02:15:23 +03:00
[[package]]
name = "roc_load"
version = "0.1.0"
dependencies = [
"bumpalo",
"indoc",
"inlinable_string",
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"roc_solve",
"roc_types",
"roc_unify",
"tokio",
]
[[package]]
name = "roc_module"
version = "0.1.0"
dependencies = [
"bumpalo",
"indoc",
"inlinable_string",
"lazy_static",
"maplit",
"pretty_assertions",
"roc_collections",
"roc_region",
]
2020-03-07 02:15:06 +03:00
[[package]]
name = "roc_mono"
version = "0.1.0"
dependencies = [
"bumpalo",
"indoc",
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"roc_solve",
"roc_types",
"roc_unify",
]
[[package]]
name = "roc_parse"
version = "0.1.0"
dependencies = [
"bumpalo",
"indoc",
"inlinable_string",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_collections",
"roc_module",
"roc_region",
]
[[package]]
name = "roc_problem"
version = "0.1.0"
dependencies = [
"indoc",
"inlinable_string",
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"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",
2020-04-06 18:18:16 +03:00
"im",
"im-rc",
2020-03-06 10:06:18 +03:00
"indoc",
2020-03-29 21:26:25 +03:00
"inlinable_string",
2020-03-06 10:06:18 +03:00
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
2020-03-07 22:43:47 +03:00
"roc_builtins",
"roc_can",
2020-03-06 10:06:18 +03:00
"roc_collections",
2020-03-07 22:43:47 +03:00
"roc_constrain",
"roc_load",
2020-03-06 10:06:18 +03:00
"roc_module",
2020-04-12 02:56:57 +03:00
"roc_mono",
2020-03-07 22:43:47 +03:00
"roc_parse",
2020-03-06 10:06:18 +03:00
"roc_problem",
"roc_region",
2020-03-07 22:43:47 +03:00
"roc_solve",
2020-03-06 10:06:18 +03:00
"roc_types",
2020-04-04 02:40:17 +03:00
"ven_pretty",
2020-03-06 10:06:18 +03:00
]
[[package]]
name = "roc_solve"
version = "0.1.0"
dependencies = [
"bumpalo",
"indoc",
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"roc_solve",
"roc_types",
"roc_unify",
]
[[package]]
name = "roc_types"
version = "0.1.0"
dependencies = [
"indoc",
"inlinable_string",
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_collections",
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"ven_ena",
]
[[package]]
name = "roc_unify"
version = "0.1.0"
dependencies = [
"indoc",
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_collections",
"roc_module",
"roc_types",
]
[[package]]
name = "roc_uniq"
version = "0.1.0"
dependencies = [
"bumpalo",
"im",
"im-rc",
"indoc",
"maplit",
"pretty_assertions",
"quickcheck",
"quickcheck_macros",
"roc_builtins",
"roc_can",
"roc_collections",
"roc_constrain",
"roc_module",
"roc_parse",
"roc_problem",
"roc_region",
"roc_solve",
"roc_types",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2020-04-04 02:40:17 +03:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "rusttype"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "310942406a39981bed7e12b09182a221a29e0990f3e7e0c971f131922ed135d5"
dependencies = [
"rusttype 0.8.3",
]
[[package]]
name = "rusttype"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f61411055101f7b60ecf1041d87fb74205fb20b0c7a723f07ef39174cf6b4c0"
dependencies = [
"approx",
"ordered-float",
"stb_truetype",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "ryu"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
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
2019-05-24 08:54:10 +03:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2019-05-24 08:54:10 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"semver-parser",
2019-05-24 08:54:10 +03:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-05-24 08:54:10 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "serde"
2020-04-08 13:32:27 +03:00
version = "1.0.106"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-08 13:32:27 +03:00
checksum = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399"
2020-04-04 02:40:17 +03:00
[[package]]
name = "serde_derive"
2020-04-08 13:32:27 +03:00
version = "1.0.106"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-08 13:32:27 +03:00
checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
2020-04-04 02:40:17 +03:00
dependencies = [
2020-04-08 13:32:27 +03:00
"proc-macro2 1.0.10",
2020-04-04 02:40:17 +03:00
"quote 1.0.3",
"syn 1.0.17",
]
[[package]]
name = "serde_json"
2020-04-08 13:32:27 +03:00
version = "1.0.51"
2020-04-04 02:40:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-08 13:32:27 +03:00
checksum = "da07b57ee2623368351e9a0488bb0b261322a15a6e0ae53e243cbdc0f4208da9"
2020-04-04 02:40:17 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "signal-hook-registry"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
dependencies = [
"arc-swap",
"libc",
]
2019-05-24 08:54:10 +03:00
[[package]]
name = "sized-chunks"
2020-03-21 04:10:43 +03:00
version = "0.5.3"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-21 04:10:43 +03:00
checksum = "d59044ea371ad781ff976f7b06480b9f0180e834eda94114f2afb4afc12b7718"
2019-11-18 16:56:35 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"bitmaps",
"typenum",
2019-11-18 16:56:35 +03:00
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2019-11-27 01:18:57 +03:00
[[package]]
name = "smallvec"
2020-04-15 14:08:21 +03:00
version = "1.3.0"
2020-01-31 07:57:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-15 14:08:21 +03:00
checksum = "05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a"
2020-01-31 07:57:17 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "smithay-client-toolkit"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "421c8dc7acf5cb205b88160f8b4cc2c5cfabe210e43b2f80f009f4c1ef910f1d"
dependencies = [
"andrew",
"bitflags",
"dlib",
"lazy_static",
"memmap",
"nix",
"wayland-client",
"wayland-protocols",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "socket2"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"winapi 0.3.8",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "spirv_cross"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "946216f8793f7199e3ea5b995ee8dc20a0ace1fcf46293a0ef4c17e1d046dbde"
dependencies = [
"cc",
"js-sys",
"wasm-bindgen",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "spirv_cross"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33a9478e9c78782dd694d05dee074703a9c4c74b511de742b88a7e8149f1b37"
dependencies = [
"cc",
"js-sys",
"wasm-bindgen",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "stb_truetype"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f77b6b07e862c66a9f3e62a07588fee67cd90a9135a2b942409f195507b4fb51"
dependencies = [
"byteorder",
]
[[package]]
name = "storage-map"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd0a4829a5c591dc24a944a736d6b1e4053e51339a79fd5d4702c4c999a9c45e"
dependencies = [
"lock_api",
]
2020-04-17 05:02:29 +03:00
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
2019-07-23 04:57:30 +03:00
[[package]]
name = "syn"
2019-11-18 16:56:35 +03:00
version = "0.15.44"
2019-07-23 04:57:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2019-07-23 04:57:30 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
2019-07-23 04:57:30 +03:00
]
2019-10-16 04:16:27 +03:00
[[package]]
name = "syn"
2020-03-25 06:08:14 +03:00
version = "1.0.17"
2019-10-16 04:16:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 06:08:14 +03:00
checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
2019-10-16 04:16:27 +03:00
dependencies = [
2020-04-08 13:32:27 +03:00
"proc-macro2 1.0.10",
"quote 1.0.3",
2020-02-05 15:43:48 +03:00
"unicode-xid 0.2.0",
2019-10-16 04:16:27 +03:00
]
2020-04-17 05:02:29 +03:00
[[package]]
name = "syn-mid"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
dependencies = [
"proc-macro2 1.0.10",
"quote 1.0.3",
"syn 1.0.17",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "synstructure"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
dependencies = [
"proc-macro2 1.0.10",
"quote 1.0.3",
"syn 1.0.17",
"unicode-xid 0.2.0",
]
2020-03-31 02:31:42 +03:00
[[package]]
name = "target-lexicon"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
2020-04-04 02:40:17 +03:00
[[package]]
name = "tempfile"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
dependencies = [
"cfg-if",
"libc",
"rand 0.7.3",
"redox_syscall",
"remove_dir_all",
2020-04-15 14:00:06 +03:00
"winapi 0.3.8",
2020-04-04 02:40:17 +03:00
]
[[package]]
name = "termcolor"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2019-09-15 00:03:28 +03:00
[[package]]
name = "thread_local"
2020-01-22 07:57:12 +03:00
version = "1.0.1"
2019-09-15 00:03:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2019-09-15 00:03:28 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"lazy_static",
2019-11-18 16:56:35 +03:00
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "tinytemplate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a3c6667d3e65eb1bc3aed6fd14011c6cbc3a0665218ab7f5daf040b9ec371a"
dependencies = [
"serde",
"serde_json",
]
2019-11-28 06:12:51 +03:00
[[package]]
name = "tokio"
2020-04-15 14:08:21 +03:00
version = "0.2.18"
2019-11-28 06:12:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-15 14:08:21 +03:00
checksum = "34ef16d072d2b6dc8b4a56c70f5c5ced1a37752116f8e7c1e80c659aa7cb6713"
2019-11-28 06:12:51 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"bytes",
"fnv",
2020-04-15 14:00:06 +03:00
"lazy_static",
"libc",
2020-02-05 15:43:48 +03:00
"memchr",
2020-04-15 14:00:06 +03:00
"mio",
"mio-named-pipes",
"mio-uds",
2020-02-05 15:43:48 +03:00
"num_cpus",
"pin-project-lite",
2020-04-15 14:00:06 +03:00
"signal-hook-registry",
"winapi 0.3.8",
2019-11-18 16:56:35 +03:00
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "ttf-parser"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52fbe7769f5af5d7d25aea74b9443b64e544a5ffb4d2b2968295ddea934f1a06"
[[package]]
name = "twox-hash"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
dependencies = [
"rand 0.7.3",
]
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"
2020-04-15 14:08:21 +03:00
version = "1.12.0"
2019-11-18 16:56:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-15 14:08:21 +03:00
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
2019-11-18 16:56:35 +03:00
2020-04-17 05:02:29 +03:00
[[package]]
name = "unicode-segmentation"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
2020-04-04 02:40:17 +03:00
[[package]]
name = "unicode-width"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
2019-07-23 04:57:30 +03:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2019-07-23 04:57:30 +03:00
2019-10-16 04:16:27 +03:00
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2019-10-16 04:16:27 +03:00
2019-07-23 04:57:30 +03:00
[[package]]
name = "unindent"
2019-11-18 16:56:35 +03:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "63f18aa3b0e35fed5a0048f029558b1518095ffe2a0a31fb87c93dece93a4993"
2019-11-18 16:56:35 +03:00
2020-04-17 05:02:29 +03:00
[[package]]
name = "vec_map"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
[[package]]
name = "ven_ena"
version = "0.13.1"
dependencies = [
"log",
]
[[package]]
name = "ven_graph"
version = "2.0.5-pre"
dependencies = [
"roc_collections",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "ven_pretty"
version = "0.9.1-alpha.0"
dependencies = [
"arrayvec",
"criterion",
"difference",
"tempfile",
"termcolor",
"typed-arena",
]
2019-11-18 16:56:35 +03:00
[[package]]
name = "version_check"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
2019-11-18 16:56:35 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2020-04-04 02:40:17 +03:00
[[package]]
name = "walkdir"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
dependencies = [
"same-file",
2020-04-15 14:00:06 +03:00
"winapi 0.3.8",
2020-04-04 02:40:17 +03:00
"winapi-util",
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasm-bindgen"
version = "0.2.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cc57ce05287f8376e998cbddfb4c8cb43b84a7ec55cf4551d7c00eef317a47f"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d967d37bf6c16cca2973ca3af071d0a2523392e4a594548155d89a678f4237cd"
dependencies = [
"bumpalo",
"lazy_static",
"log",
2020-04-08 13:32:27 +03:00
"proc-macro2 1.0.10",
2020-04-04 02:40:17 +03:00
"quote 1.0.3",
"syn 1.0.17",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bd151b63e1ea881bb742cd20e1d6127cef28399558f3b5d415289bc41eee3a4"
dependencies = [
"quote 1.0.3",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d68a5b36eef1be7868f668632863292e37739656a80fc4b9acec7b0bd35a4931"
dependencies = [
2020-04-08 13:32:27 +03:00
"proc-macro2 1.0.10",
2020-04-04 02:40:17 +03:00
"quote 1.0.3",
"syn 1.0.17",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf76fe7d25ac79748a37538b7daeed1c7a6867c92d3245c12c6222e4a20d639"
2020-05-05 04:06:36 +03:00
[[package]]
name = "wayland-client"
version = "0.23.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af1080ebe0efabcf12aef2132152f616038f2d7dcbbccf7b2d8c5270fe14bcda"
dependencies = [
"bitflags",
"calloop",
"downcast-rs",
"libc",
"mio",
"nix",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
]
[[package]]
name = "wayland-commons"
version = "0.23.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb66b0d1a27c39bbce712b6372131c6e25149f03ffb0cd017cf8f7de8d66dbdb"
dependencies = [
"nix",
"wayland-sys",
]
[[package]]
name = "wayland-protocols"
version = "0.23.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cc286643656742777d55dc8e70d144fa4699e426ca8e9d4ef454f4bf15ffcf9"
dependencies = [
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
version = "0.23.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93b02247366f395b9258054f964fe293ddd019c3237afba9be2ccbe9e1651c3d"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"xml-rs",
]
[[package]]
name = "wayland-sys"
version = "0.23.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d94e89a86e6d6d7c7c9b19ebf48a03afaac4af6bc22ae570e9a24124b75358f4"
dependencies = [
"dlib",
"lazy_static",
]
2020-04-04 02:40:17 +03:00
[[package]]
name = "web-sys"
version = "0.3.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d6f51648d8c56c366144378a33290049eafdd784071077f6fe37dae64c1c4cb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "wgpu"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf715eb8571da470b856ecc67b057221360d9fce16f3e38001b2fb158d04012"
dependencies = [
"arrayvec",
"parking_lot",
"raw-window-handle",
"smallvec",
"wgpu-core",
"wgpu-native",
"wgpu-types",
]
[[package]]
name = "wgpu-core"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b093098e0782b0f46f154fac5c670ba27b7a5bff98dc943422c13852c696a2b0"
dependencies = [
"arrayvec",
"bitflags",
"copyless",
"fxhash",
"gfx-backend-dx11",
"gfx-backend-dx12",
"gfx-backend-empty",
"gfx-backend-metal",
"gfx-backend-vulkan",
"gfx-descriptor",
"gfx-hal",
"gfx-memory",
"log",
"parking_lot",
"peek-poke",
"smallvec",
"vec_map",
"wgpu-types",
]
[[package]]
name = "wgpu-native"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19a5051a357d071fd69c24671e0ea6d644a83c7418e47eac3511427379007403"
dependencies = [
"arrayvec",
"lazy_static",
"libc",
"objc",
"parking_lot",
"raw-window-handle",
"wgpu-core",
"wgpu-types",
]
[[package]]
name = "wgpu-types"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3474b5ce2ed628e158c2fe4387a469b2ee119604556aa2debd10d830cedc3bc"
dependencies = [
"bitflags",
"peek-poke",
]
[[package]]
name = "wgpu_glyph"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fe5558ee779dfad0d53d444be128c539cf8a6e7cad2e7ad9df6a6a28ff5a483"
dependencies = [
"glyph_brush",
"log",
"wgpu",
"zerocopy",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-11-18 16:56:35 +03:00
[[package]]
name = "winapi"
version = "0.3.8"
2019-01-28 01:39:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2019-01-28 01:39:45 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-01-28 01:39:45 +03:00
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2019-01-28 01:39:45 +03:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-01-28 01:39:45 +03:00
2020-04-04 02:40:17 +03:00
[[package]]
name = "winapi-util"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e"
dependencies = [
2020-04-15 14:00:06 +03:00
"winapi 0.3.8",
2020-04-04 02:40:17 +03:00
]
2019-01-28 01:39:45 +03:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-01-28 01:39:45 +03:00
2020-05-05 04:06:36 +03:00
[[package]]
name = "winit"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc53342d3d1a3d57f3949e0692d93d5a8adb7814d8683cef4a09c2b550e94246"
dependencies = [
"android_glue",
"bitflags",
"cocoa 0.19.1",
"core-foundation 0.6.4",
"core-graphics 0.17.3",
"core-video-sys",
"dispatch",
"instant",
"lazy_static",
"libc",
"log",
"mio",
"mio-extras",
"objc",
"parking_lot",
"percent-encoding",
"raw-window-handle",
"smithay-client-toolkit",
"wayland-client",
"winapi 0.3.8",
"x11-dl",
]
2020-05-30 08:08:17 +03:00
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
"winapi 0.3.8",
]
2020-04-15 14:00:06 +03:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
2019-11-27 01:17:20 +03:00
[[package]]
name = "wyhash"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-05 15:43:48 +03:00
checksum = "782a50f48ac4336916227cd199c61c7b42f38d0ad705421b49eb12c74c53ae00"
2019-11-27 01:17:20 +03:00
dependencies = [
2020-02-05 15:43:48 +03:00
"rand_core 0.4.2",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "x11"
version = "2.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ecd092546cb16f25783a5451538e73afc8d32e242648d54f4ae5459ba1e773"
dependencies = [
"libc",
"pkg-config",
]
2020-05-05 04:06:36 +03:00
[[package]]
name = "x11-dl"
version = "2.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
dependencies = [
"lazy_static",
"libc",
"maybe-uninit",
"pkg-config",
]
[[package]]
name = "xdg"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
2020-05-30 08:08:17 +03:00
[[package]]
name = "xi-unicode"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7395cdb9d0a6219fa0ea77d08c946adf9c1984c72fcd443ace30365f3daadef7"
2020-05-05 04:06:36 +03:00
[[package]]
name = "xml-rs"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
2020-05-30 08:08:17 +03:00
[[package]]
name = "zerocopy"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6580539ad917b7c026220c4b3f2c08d52ce54d6ce0dc491e66002e35388fab46"
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d498dbd1fd7beb83c86709ae1c33ca50942889473473d287d56ce4770a18edfb"
dependencies = [
"proc-macro2 1.0.10",
"syn 1.0.17",
"synstructure",
]