2019-04-18 02:32:10 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
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
|
|
|
]
|
|
|
|
|
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-02-05 15:43:48 +03:00
|
|
|
"winapi",
|
2019-01-28 01:39:45 +03:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
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-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-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",
|
|
|
|
]
|
|
|
|
|
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-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",
|
|
|
|
"clap",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
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
|
|
|
]
|
|
|
|
|
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
|
|
|
|
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-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",
|
|
|
|
]
|
|
|
|
|
2019-11-18 16:56:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-02-28 06:07:55 +03:00
|
|
|
version = "0.1.8"
|
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 = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
|
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
|
|
|
]
|
|
|
|
|
2019-11-30 18:49:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "im"
|
2020-03-06 01:45:48 +03:00
|
|
|
version = "14.3.0"
|
2019-11-30 18:49:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-06 01:45:48 +03:00
|
|
|
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"
|
2020-03-06 01:45:48 +03:00
|
|
|
version = "14.3.0"
|
2019-05-24 08:54:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-06 01:45:48 +03:00
|
|
|
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
|
|
|
]
|
|
|
|
|
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-02-28 06:07:55 +03:00
|
|
|
"proc-macro2 1.0.9",
|
2020-03-06 01:45:48 +03:00
|
|
|
"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-03-21 04:10:43 +03:00
|
|
|
source = "git+https://github.com/rtfeldman/inkwell?tag=llvm8-0.release2#afdfd85c1183869e5d17b930c798c3087ff1c737"
|
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-03-21 04:10:43 +03:00
|
|
|
source = "git+https://github.com/rtfeldman/inkwell?tag=llvm8-0.release2#afdfd85c1183869e5d17b930c798c3087ff1c737"
|
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-02-05 15:43:48 +03:00
|
|
|
checksum = "cb6ee2a7da03bfc3b66ca47c92c2e392fcc053ea040a85561749b026f7aad09a"
|
2020-01-25 01:09:12 +03:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2019-09-15 00:03:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-03-21 04:10:43 +03:00
|
|
|
version = "0.2.68"
|
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 = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
|
2019-09-15 00:03:28 +03:00
|
|
|
|
2019-10-16 04:16:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "llvm-sys"
|
2019-12-07 09:18:08 +03:00
|
|
|
version = "80.1.2"
|
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 = "cf2969773884a5701f0c255e2a14d48d4522a66db898ec1088cb21879a228377"
|
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-01-22 07:57:12 +03:00
|
|
|
version = "0.3.3"
|
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 = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
|
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
|
|
|
|
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-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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
]
|
|
|
|
|
2019-11-19 15:47:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2020-01-22 07:57:12 +03:00
|
|
|
version = "1.3.1"
|
2019-11-19 15:47:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-05 15:43:48 +03:00
|
|
|
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
|
2019-11-19 15:47:50 +03:00
|
|
|
|
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"
|
|
|
|
|
2019-12-16 01:17:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-05 15:43:48 +03:00
|
|
|
checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
|
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"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-05 15:43:48 +03:00
|
|
|
checksum = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
|
2019-12-16 01:17:41 +03:00
|
|
|
dependencies = [
|
2020-02-05 15:43:48 +03:00
|
|
|
"cfg-if",
|
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
2019-12-16 01:17:41 +03:00
|
|
|
]
|
|
|
|
|
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-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
|
|
|
]
|
|
|
|
|
2019-07-23 04:57:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-03-25 06:08:14 +03:00
|
|
|
version = "0.5.14"
|
2019-07-23 04:57:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 06:08:14 +03:00
|
|
|
checksum = "fcfdefadc3d57ca21cf17990a28ef4c0f7c61383a28cb7604cf4a18e6ede1420"
|
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-02-28 06:07:55 +03:00
|
|
|
version = "1.0.9"
|
2019-10-16 04:16:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-28 06:07:55 +03:00
|
|
|
checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
|
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
|
|
|
]
|
|
|
|
|
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-02-05 15:43:48 +03:00
|
|
|
"env_logger",
|
|
|
|
"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"
|
2020-03-06 01:45:48 +03:00
|
|
|
version = "1.0.3"
|
2019-10-16 04:16:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-06 01:45:48 +03:00
|
|
|
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
|
2019-10-16 04:16:27 +03:00
|
|
|
dependencies = [
|
2020-02-28 06:07:55 +03:00
|
|
|
"proc-macro2 1.0.9",
|
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",
|
|
|
|
"winapi",
|
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",
|
|
|
|
"winapi",
|
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",
|
|
|
|
"winapi",
|
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-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 = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-03-31 02:31:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "roc-cli"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"im",
|
|
|
|
"im-rc",
|
|
|
|
"inkwell",
|
|
|
|
"inlinable_string",
|
|
|
|
"roc_builtins",
|
|
|
|
"roc_can",
|
|
|
|
"roc_collections",
|
|
|
|
"roc_constrain",
|
|
|
|
"roc_gen",
|
|
|
|
"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-03-06 08:06:24 +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"
|
|
|
|
|
2020-03-06 04:58:12 +03:00
|
|
|
[[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",
|
2020-03-06 08:06:24 +03:00
|
|
|
"roc_problem",
|
2020-03-06 04:58:12 +03:00
|
|
|
"roc_region",
|
|
|
|
"roc_types",
|
|
|
|
"ven_graph",
|
|
|
|
]
|
|
|
|
|
2020-03-06 01:45:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "roc_collections"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"im",
|
|
|
|
"im-rc",
|
|
|
|
"wyhash",
|
|
|
|
]
|
|
|
|
|
2020-03-06 08:06:24 +03:00
|
|
|
[[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",
|
2020-03-06 10:39:40 +03:00
|
|
|
"roc_uniq",
|
2020-03-06 08:06:24 +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",
|
2020-03-21 20:37:37 +03:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2020-03-06 01:45:48 +03:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2020-03-06 01:45:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "roc_parse"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"indoc",
|
|
|
|
"inlinable_string",
|
|
|
|
"pretty_assertions",
|
|
|
|
"quickcheck",
|
|
|
|
"quickcheck_macros",
|
|
|
|
"roc_collections",
|
|
|
|
"roc_module",
|
|
|
|
"roc_region",
|
|
|
|
]
|
|
|
|
|
2020-03-06 08:06:24 +03:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2020-03-06 01:45:48 +03:00
|
|
|
[[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-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-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
|
|
|
]
|
|
|
|
|
2020-03-06 09:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "roc_solve"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-03-06 10:39:40 +03:00
|
|
|
"bumpalo",
|
2020-03-06 09:42:53 +03:00
|
|
|
"indoc",
|
|
|
|
"maplit",
|
|
|
|
"pretty_assertions",
|
|
|
|
"quickcheck",
|
|
|
|
"quickcheck_macros",
|
2020-03-06 10:39:40 +03:00
|
|
|
"roc_builtins",
|
2020-03-06 09:42:53 +03:00
|
|
|
"roc_can",
|
|
|
|
"roc_collections",
|
2020-03-06 10:39:40 +03:00
|
|
|
"roc_constrain",
|
2020-03-06 09:42:53 +03:00
|
|
|
"roc_module",
|
2020-03-06 10:39:40 +03:00
|
|
|
"roc_parse",
|
|
|
|
"roc_problem",
|
2020-03-06 09:42:53 +03:00
|
|
|
"roc_region",
|
2020-03-06 10:39:40 +03:00
|
|
|
"roc_solve",
|
2020-03-06 09:42:53 +03:00
|
|
|
"roc_types",
|
|
|
|
"roc_unify",
|
|
|
|
]
|
|
|
|
|
2020-03-06 04:58:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "roc_types"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"indoc",
|
|
|
|
"inlinable_string",
|
|
|
|
"maplit",
|
|
|
|
"pretty_assertions",
|
|
|
|
"quickcheck",
|
|
|
|
"quickcheck_macros",
|
|
|
|
"roc_collections",
|
|
|
|
"roc_module",
|
|
|
|
"roc_parse",
|
2020-03-06 08:06:24 +03:00
|
|
|
"roc_problem",
|
2020-03-06 04:58:12 +03:00
|
|
|
"roc_region",
|
|
|
|
"ven_ena",
|
|
|
|
]
|
|
|
|
|
2020-03-06 09:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "roc_unify"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"indoc",
|
|
|
|
"maplit",
|
|
|
|
"pretty_assertions",
|
|
|
|
"quickcheck",
|
|
|
|
"quickcheck_macros",
|
|
|
|
"roc_collections",
|
|
|
|
"roc_module",
|
|
|
|
"roc_types",
|
|
|
|
]
|
|
|
|
|
2020-03-06 08:06:24 +03:00
|
|
|
[[package]]
|
2020-03-06 10:39:40 +03:00
|
|
|
name = "roc_uniq"
|
2020-03-06 08:06:24 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-03-06 10:39:40 +03:00
|
|
|
"bumpalo",
|
2020-03-06 08:06:24 +03:00
|
|
|
"im",
|
|
|
|
"im-rc",
|
|
|
|
"indoc",
|
|
|
|
"maplit",
|
|
|
|
"pretty_assertions",
|
|
|
|
"quickcheck",
|
|
|
|
"quickcheck_macros",
|
2020-03-06 10:39:40 +03:00
|
|
|
"roc_builtins",
|
2020-03-06 08:06:24 +03:00
|
|
|
"roc_can",
|
|
|
|
"roc_collections",
|
2020-03-06 10:39:40 +03:00
|
|
|
"roc_constrain",
|
2020-03-06 08:06:24 +03:00
|
|
|
"roc_module",
|
2020-03-06 10:39:40 +03:00
|
|
|
"roc_parse",
|
|
|
|
"roc_problem",
|
2020-03-06 08:06:24 +03:00
|
|
|
"roc_region",
|
2020-03-06 10:39:40 +03:00
|
|
|
"roc_solve",
|
2020-03-06 08:06:24 +03:00
|
|
|
"roc_types",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "1.0.105"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.105"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.9",
|
|
|
|
"quote 1.0.3",
|
|
|
|
"syn 1.0.17",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.50"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867"
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2019-11-27 01:18:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2020-01-31 07:57:17 +03:00
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-05 15:43:48 +03:00
|
|
|
checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
|
2020-01-31 07:57:17 +03:00
|
|
|
|
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-02-28 06:07:55 +03:00
|
|
|
"proc-macro2 1.0.9",
|
2020-03-06 01:45:48 +03:00
|
|
|
"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-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",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-02-29 05:51:10 +03:00
|
|
|
version = "0.2.13"
|
2019-11-28 06:12:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-29 05:51:10 +03:00
|
|
|
checksum = "0fa5e81d6bc4e67fe889d5783bd2a128ab2e0cfa487e0be16b6a8d177b101616"
|
2019-11-28 06:12:51 +03:00
|
|
|
dependencies = [
|
2020-02-05 15:43:48 +03:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"memchr",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2019-11-18 16:56:35 +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"
|
2019-11-18 16:56:35 +03:00
|
|
|
version = "1.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-05 15:43:48 +03:00
|
|
|
checksum = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|
2019-11-18 16:56:35 +03:00
|
|
|
|
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-03-06 04:58:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ven_ena"
|
|
|
|
version = "0.13.1"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ven_graph"
|
|
|
|
version = "2.0.5-pre"
|
|
|
|
dependencies = [
|
|
|
|
"roc_collections",
|
|
|
|
]
|
|
|
|
|
2020-04-04 02:40:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ven_pretty"
|
|
|
|
version = "0.9.1-alpha.0"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"criterion",
|
|
|
|
"difference",
|
|
|
|
"tempfile",
|
|
|
|
"termcolor",
|
|
|
|
"typed-arena",
|
|
|
|
]
|
|
|
|
|
2019-11-18 16:56:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
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-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",
|
|
|
|
"winapi",
|
|
|
|
"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",
|
|
|
|
"proc-macro2 1.0.9",
|
|
|
|
"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 = [
|
|
|
|
"proc-macro2 1.0.9",
|
|
|
|
"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"
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
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",
|
|
|
|
]
|