1
0
mirror of https://github.com/nukesor/pueue synced 2024-07-03 08:08:36 +00:00
pueue/Cargo.lock

1771 lines
44 KiB
Plaintext
Raw Normal View History

2020-01-20 08:43:29 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2020-05-31 16:11:01 +00:00
[[package]]
2020-12-02 21:52:49 +00:00
name = "adler"
version = "0.2.3"
2020-05-31 16:11:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
2020-05-31 16:11:01 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "anyhow"
2020-12-12 22:11:27 +00:00
version = "1.0.35"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-12 22:11:27 +00:00
checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4"
2020-01-20 08:43:29 +00:00
[[package]]
name = "arrayref"
version = "0.3.6"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2020-01-20 08:43:29 +00:00
[[package]]
name = "arrayvec"
2020-10-27 14:48:57 +00:00
version = "0.5.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 14:48:57 +00:00
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2020-01-20 08:43:29 +00:00
[[package]]
name = "async-attributes"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd3d156917d94862e779f356c5acae312b08fd3121e792c857d7928c8088423"
2020-01-20 08:43:29 +00:00
dependencies = [
"quote",
"syn",
2020-07-22 22:16:22 +00:00
]
[[package]]
name = "async-channel"
2020-10-15 23:11:29 +00:00
version = "1.5.1"
2020-07-22 22:16:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-15 23:11:29 +00:00
checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"
2020-07-22 22:16:22 +00:00
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "async-executor"
2020-12-02 21:52:49 +00:00
version = "1.4.0"
2020-09-27 10:41:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146"
2020-09-27 10:41:51 +00:00
dependencies = [
2020-10-03 16:24:17 +00:00
"async-task",
2020-09-27 10:41:51 +00:00
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
"vec-arena",
]
[[package]]
name = "async-global-executor"
2020-10-30 17:33:50 +00:00
version = "1.4.3"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 17:33:50 +00:00
checksum = "73079b49cd26b8fd5a15f68fc7707fc78698dc2a3d61430f2a7a9430230dfa04"
2020-01-20 08:43:29 +00:00
dependencies = [
2020-09-27 10:41:51 +00:00
"async-executor",
"async-io",
"futures-lite",
2020-09-27 10:41:51 +00:00
"num_cpus",
"once_cell",
]
[[package]]
name = "async-io"
2020-12-02 21:52:49 +00:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"
dependencies = [
"concurrent-queue",
2020-09-27 10:41:51 +00:00
"fastrand",
"futures-lite",
2020-10-03 16:24:17 +00:00
"libc",
2020-09-27 10:41:51 +00:00
"log",
"nb-connect",
"once_cell",
2020-09-27 10:41:51 +00:00
"parking",
"polling",
"vec-arena",
2020-09-27 10:41:51 +00:00
"waker-fn",
2020-10-03 16:24:17 +00:00
"winapi",
]
[[package]]
name = "async-mutex"
2020-09-27 10:41:51 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-27 10:41:51 +00:00
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
dependencies = [
"event-listener",
]
[[package]]
name = "async-std"
2020-12-12 22:11:27 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-12 22:11:27 +00:00
checksum = "8f9f84f1280a2b436a2c77c2582602732b6c2f4321d5494d6e799e6c367859a8"
dependencies = [
"async-attributes",
2020-12-12 22:11:27 +00:00
"async-channel",
2020-09-27 10:41:51 +00:00
"async-global-executor",
"async-io",
"async-mutex",
"blocking",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
"futures-lite",
2020-09-27 10:41:51 +00:00
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"num_cpus",
"once_cell",
2020-12-12 22:11:27 +00:00
"pin-project-lite 0.2.0",
"pin-utils",
"slab",
"wasm-bindgen-futures",
2020-01-20 08:43:29 +00:00
]
2020-09-27 10:41:51 +00:00
[[package]]
name = "async-task"
2020-10-27 14:48:57 +00:00
version = "4.0.3"
2020-09-27 10:41:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 14:48:57 +00:00
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
2020-09-27 10:41:51 +00:00
2020-10-15 18:26:32 +00:00
[[package]]
name = "async-trait"
2020-12-02 21:52:49 +00:00
version = "0.1.42"
2020-10-15 18:26:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d"
2020-10-15 18:26:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-07-22 22:16:22 +00:00
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
2020-07-22 22:16:22 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2020-01-20 08:43:29 +00:00
dependencies = [
"hermit-abi",
"libc",
"winapi",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "autocfg"
version = "1.0.1"
2020-01-27 23:02:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-01-27 23:02:07 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "base64"
2020-12-02 21:52:49 +00:00
version = "0.13.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-01-20 08:43:29 +00:00
2020-04-30 19:09:24 +00:00
[[package]]
name = "bincode"
2020-07-05 17:24:59 +00:00
version = "1.3.1"
2020-04-30 19:09:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
dependencies = [
"byteorder",
"serde",
]
2020-04-30 19:09:24 +00:00
2020-02-05 21:18:23 +00:00
[[package]]
name = "bit-set"
2020-05-13 20:20:27 +00:00
version = "0.5.2"
2020-02-05 21:18:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
2020-02-05 21:18:23 +00:00
dependencies = [
"bit-vec",
2020-02-05 21:18:23 +00:00
]
[[package]]
name = "bit-vec"
2020-12-12 22:11:27 +00:00
version = "0.6.3"
2020-02-05 21:18:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-12 22:11:27 +00:00
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2020-02-05 21:18:23 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2020-01-20 08:43:29 +00:00
[[package]]
name = "blake2b_simd"
2020-12-02 21:52:49 +00:00
version = "0.5.11"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
2020-01-20 08:43:29 +00:00
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
2020-07-05 17:24:59 +00:00
[[package]]
name = "blocking"
2020-10-15 23:11:29 +00:00
version = "1.0.2"
2020-07-05 17:24:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-15 23:11:29 +00:00
checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
2020-07-05 17:24:59 +00:00
dependencies = [
"async-channel",
2020-10-15 23:11:29 +00:00
"async-task",
"atomic-waker",
2020-09-27 10:41:51 +00:00
"fastrand",
"futures-lite",
"once_cell",
2020-07-05 17:24:59 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
2020-05-24 17:00:36 +00:00
name = "bumpalo"
2020-07-05 17:24:59 +00:00
version = "3.4.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
2020-01-20 08:43:29 +00:00
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2020-01-27 23:02:07 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "byteorder"
2020-03-21 09:44:46 +00:00
version = "1.3.4"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2020-01-20 08:43:29 +00:00
[[package]]
name = "bytes"
2020-10-27 14:48:57 +00:00
version = "0.6.0"
2020-07-05 17:24:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 14:48:57 +00:00
checksum = "e0dcbc35f504eb6fc275a6d20e4ebcda18cf50d40ba6fabff8c711fa16cb3b16"
2020-07-05 17:24:59 +00:00
[[package]]
name = "cache-padded"
2020-07-11 14:19:16 +00:00
version = "1.1.1"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
2020-01-27 23:02:07 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "cc"
2020-12-12 22:11:27 +00:00
version = "1.0.66"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-12 22:11:27 +00:00
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
2020-01-20 08:43:29 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2020-01-20 08:43:29 +00:00
2020-10-27 14:48:57 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-01-20 08:43:29 +00:00
[[package]]
name = "chrono"
2020-10-03 16:24:17 +00:00
version = "0.4.19"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-03 16:24:17 +00:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-01-20 08:43:29 +00:00
dependencies = [
2020-09-27 10:41:51 +00:00
"libc",
"num-integer",
"num-traits",
"serde",
"time",
2020-09-27 10:41:51 +00:00
"winapi",
2020-01-20 08:43:29 +00:00
]
2020-03-01 07:38:15 +00:00
[[package]]
name = "chrono-english"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4233ee19352739cfdcb5d7c2085005b166f6170ef2845ed9eef27a8fa5f95206"
2020-03-01 07:38:15 +00:00
dependencies = [
"chrono",
"scanlex",
"time",
2020-03-01 07:38:15 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "clap"
2020-10-30 17:33:50 +00:00
version = "3.0.0-beta.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 17:33:50 +00:00
checksum = "4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142"
2020-01-20 08:43:29 +00:00
dependencies = [
"atty",
"bitflags",
2020-10-30 17:33:50 +00:00
"clap_derive",
"indexmap",
"lazy_static",
"os_str_bytes",
"strsim",
2020-10-30 17:33:50 +00:00
"termcolor",
"textwrap",
"unicode-width",
"vec_map",
2020-01-20 08:43:29 +00:00
]
2020-10-30 17:33:50 +00:00
[[package]]
name = "clap_derive"
version = "3.0.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_generate"
version = "3.0.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf420f8b687b628d2915ccfd43a660c437a170432e3fbcb66944e8717a0d68f"
dependencies = [
"clap",
]
[[package]]
name = "comfy-table"
2020-12-12 22:11:27 +00:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-12 22:11:27 +00:00
checksum = "5b60eac38aec7cf450f336f666740438d8e98814b3e3e550bd647f5c687d2b21"
dependencies = [
"crossterm",
2020-12-12 22:11:27 +00:00
"strum",
"strum_macros",
]
2020-07-05 17:24:59 +00:00
[[package]]
name = "concurrent-queue"
version = "1.2.2"
2020-07-05 17:24:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
2020-07-05 17:24:59 +00:00
dependencies = [
"cache-padded",
2020-07-05 17:24:59 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "config"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b076e143e1d9538dde65da30f8481c2a6c44040edb8e02b9bf1351edb92ce3"
2020-01-20 08:43:29 +00:00
dependencies = [
"lazy_static",
"nom",
"serde",
"yaml-rust",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2020-01-20 08:43:29 +00:00
2020-05-31 16:11:01 +00:00
[[package]]
name = "crc32fast"
2020-10-27 14:48:57 +00:00
version = "1.2.1"
2020-05-31 16:11:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 14:48:57 +00:00
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
2020-05-31 16:11:01 +00:00
dependencies = [
2020-10-27 14:48:57 +00:00
"cfg-if 1.0.0",
2020-05-31 16:11:01 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "crossbeam-utils"
2020-12-02 21:52:49 +00:00
version = "0.8.1"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
2020-01-20 08:43:29 +00:00
dependencies = [
"autocfg",
2020-12-02 21:52:49 +00:00
"cfg-if 1.0.0",
"lazy_static",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "crossterm"
2020-10-30 17:33:50 +00:00
version = "0.18.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 17:33:50 +00:00
checksum = "4e86d73f2a0b407b5768d10a8c720cf5d2df49a9efc10ca09176d201ead4b7fb"
2020-01-20 08:43:29 +00:00
dependencies = [
"bitflags",
"crossterm_winapi",
"lazy_static",
"libc",
"mio",
"parking_lot",
"signal-hook",
"winapi",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "crossterm_winapi"
2020-10-27 14:48:57 +00:00
version = "0.6.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 14:48:57 +00:00
checksum = "c2265c3f8e080075d9b6417aa72293fc71662f34b4af2612d8d1b074d29510db"
2020-01-20 08:43:29 +00:00
dependencies = [
"winapi",
2020-01-20 08:43:29 +00:00
]
2020-10-15 22:46:19 +00:00
[[package]]
name = "ctrlc"
version = "3.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b57a92e9749e10f25a171adcebfafe72991d45e7ec2dcb853e8f83d9dafaeb08"
dependencies = [
"nix 0.18.0",
"winapi",
]
2020-05-31 16:56:20 +00:00
[[package]]
name = "darwin-libproc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb90051930c9a0f09e585762152048e23ac74d20c10590ef7cf01c0343c3046"
2020-05-31 16:56:20 +00:00
dependencies = [
"darwin-libproc-sys",
"libc",
"memchr",
2020-05-31 16:56:20 +00:00
]
[[package]]
name = "darwin-libproc-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57cebb5bde66eecdd30ddc4b9cd208238b15db4982ccc72db59d699ea10867c1"
2020-05-31 16:56:20 +00:00
dependencies = [
"libc",
2020-05-31 16:56:20 +00:00
]
[[package]]
name = "derive_more"
2020-10-03 16:24:17 +00:00
version = "0.99.11"
2020-05-31 16:56:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-03 16:24:17 +00:00
checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
2020-05-31 16:56:20 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-05-31 16:56:20 +00:00
]
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "dirs"
2020-07-05 17:24:59 +00:00
version = "3.0.1"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
2020-01-20 08:43:29 +00:00
dependencies = [
"dirs-sys",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "dirs-sys"
2020-07-05 17:24:59 +00:00
version = "0.3.5"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
2020-01-20 08:43:29 +00:00
dependencies = [
"libc",
"redox_users",
"winapi",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "dtoa"
2020-07-05 17:24:59 +00:00
version = "0.4.6"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
2020-01-27 23:02:07 +00:00
2020-07-22 22:16:22 +00:00
[[package]]
name = "event-listener"
2020-09-27 10:41:51 +00:00
version = "2.5.1"
2020-07-22 22:16:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-27 10:41:51 +00:00
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
2020-07-22 22:16:22 +00:00
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2020-07-05 17:24:59 +00:00
[[package]]
name = "fastrand"
2020-10-03 16:24:17 +00:00
version = "1.4.0"
2020-07-05 17:24:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-03 16:24:17 +00:00
checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
dependencies = [
"instant",
]
2020-07-05 17:24:59 +00:00
2020-12-02 21:52:49 +00:00
[[package]]
name = "flate2"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
dependencies = [
"cfg-if 1.0.0",
"crc32fast",
"libc",
"miniz_oxide",
]
2020-02-05 21:18:23 +00:00
[[package]]
name = "fnv"
2020-05-24 17:00:36 +00:00
version = "1.0.7"
2020-02-05 21:18:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-01-27 23:02:07 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
2020-02-05 21:18:23 +00:00
name = "futures-channel"
2020-12-02 21:52:49 +00:00
version = "0.3.8"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64"
2020-01-20 08:43:29 +00:00
dependencies = [
"futures-core",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "futures-core"
2020-12-02 21:52:49 +00:00
version = "0.3.8"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748"
2020-01-20 08:43:29 +00:00
[[package]]
2020-02-05 21:18:23 +00:00
name = "futures-io"
2020-12-02 21:52:49 +00:00
version = "0.3.8"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb"
2020-01-20 08:43:29 +00:00
2020-02-05 21:18:23 +00:00
[[package]]
2020-07-22 22:16:22 +00:00
name = "futures-lite"
2020-10-27 14:48:57 +00:00
version = "1.11.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 14:48:57 +00:00
checksum = "5e6c079abfac3ab269e2927ec048dabc89d009ebfdda6b8ee86624f30c689658"
2020-07-22 22:16:22 +00:00
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
2020-09-27 10:41:51 +00:00
"parking",
2020-12-12 22:11:27 +00:00
"pin-project-lite 0.1.11",
"waker-fn",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
dependencies = [
"typenum",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "getrandom"
2020-09-14 05:51:41 +00:00
version = "0.1.15"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-14 05:51:41 +00:00
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
2020-01-20 08:43:29 +00:00
dependencies = [
2020-10-27 14:48:57 +00:00
"cfg-if 0.1.10",
"libc",
2020-09-14 05:51:41 +00:00
"wasi 0.9.0+wasi-snapshot-preview1",
2020-01-20 08:43:29 +00:00
]
2020-05-31 16:56:20 +00:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2020-05-24 17:00:36 +00:00
2020-09-27 10:41:51 +00:00
[[package]]
name = "gloo-timers"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "handlebars"
2020-10-27 14:48:57 +00:00
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 14:48:57 +00:00
checksum = "2764f9796c0ddca4b82c07f25dd2cb3db30b9a8f47940e78e1c883d9e95c3db9"
dependencies = [
"log",
"pest",
"pest_derive",
"quick-error 2.0.0",
"serde",
"serde_json",
]
2020-10-30 17:33:50 +00:00
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2020-01-20 08:43:29 +00:00
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
2020-01-20 08:43:29 +00:00
dependencies = [
"unicode-segmentation",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "hermit-abi"
2020-10-15 23:11:29 +00:00
version = "0.1.17"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-15 23:11:29 +00:00
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
2020-01-20 08:43:29 +00:00
dependencies = [
"libc",
2020-01-20 08:43:29 +00:00
]
2020-05-31 16:11:01 +00:00
[[package]]
name = "hex"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
2020-05-31 16:11:01 +00:00
2020-10-30 17:33:50 +00:00
[[package]]
name = "indexmap"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
dependencies = [
"autocfg",
"hashbrown",
]
2020-10-03 16:24:17 +00:00
[[package]]
name = "instant"
2020-12-02 21:52:49 +00:00
version = "0.1.9"
2020-10-03 16:24:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
2020-10-03 16:24:17 +00:00
dependencies = [
2020-10-27 14:48:57 +00:00
"cfg-if 1.0.0",
2020-10-03 16:24:17 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "itoa"
2020-07-05 17:24:59 +00:00
version = "0.4.6"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2020-01-20 08:43:29 +00:00
2020-05-24 17:00:36 +00:00
[[package]]
name = "js-sys"
2020-12-02 21:52:49 +00:00
version = "0.3.46"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
2020-05-24 17:00:36 +00:00
dependencies = [
"wasm-bindgen",
2020-05-24 17:00:36 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "kv-log-macro"
2020-07-11 14:19:16 +00:00
version = "1.0.7"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
2020-01-20 08:43:29 +00:00
dependencies = [
"log",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-01-20 08:43:29 +00:00
[[package]]
name = "lexical-core"
2020-07-05 17:24:59 +00:00
version = "0.7.4"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
2020-01-20 08:43:29 +00:00
dependencies = [
"arrayvec",
"bitflags",
2020-10-27 14:48:57 +00:00
"cfg-if 0.1.10",
"ryu",
"static_assertions",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "libc"
2020-12-12 22:11:27 +00:00
version = "0.2.81"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-12 22:11:27 +00:00
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
2020-01-20 08:43:29 +00:00
[[package]]
name = "linked-hash-map"
2020-05-13 20:20:27 +00:00
version = "0.5.3"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
2020-01-20 08:43:29 +00:00
[[package]]
name = "lock_api"
2020-12-02 21:52:49 +00:00
version = "0.4.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
2020-01-20 08:43:29 +00:00
dependencies = [
"scopeguard",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "log"
2020-07-22 22:16:22 +00:00
version = "0.4.11"
2020-07-05 17:24:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2020-07-05 17:24:59 +00:00
dependencies = [
2020-10-27 14:48:57 +00:00
"cfg-if 0.1.10",
2020-07-05 17:24:59 +00:00
]
2020-05-31 16:56:20 +00:00
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
2020-05-31 16:56:20 +00:00
dependencies = [
"libc",
2020-05-31 16:56:20 +00:00
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2020-01-20 08:43:29 +00:00
[[package]]
name = "memchr"
2020-10-30 17:33:50 +00:00
version = "2.3.4"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 17:33:50 +00:00
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2020-01-20 08:43:29 +00:00
2020-12-02 21:52:49 +00:00
[[package]]
name = "miniz_oxide"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
dependencies = [
"adler",
"autocfg",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "mio"
2020-12-02 21:52:49 +00:00
version = "0.7.6"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "f33bc887064ef1fd66020c9adfc45bb9f33d75a42096c81e7c56c65b75dd1a8b"
2020-01-20 08:43:29 +00:00
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"winapi",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "miow"
2020-12-02 21:52:49 +00:00
version = "0.3.6"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
2020-01-20 08:43:29 +00:00
dependencies = [
"socket2",
"winapi",
2020-01-20 08:43:29 +00:00
]
[[package]]
2020-09-27 10:41:51 +00:00
name = "nb-connect"
2020-10-15 23:11:29 +00:00
version = "1.0.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-15 23:11:29 +00:00
checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
2020-01-20 08:43:29 +00:00
dependencies = [
2020-09-27 10:41:51 +00:00
"libc",
"winapi",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "nix"
2020-02-05 21:18:23 +00:00
version = "0.17.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
2020-01-20 08:43:29 +00:00
dependencies = [
"bitflags",
"cc",
2020-10-27 14:48:57 +00:00
"cfg-if 0.1.10",
"libc",
"void",
]
[[package]]
name = "nix"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
dependencies = [
"bitflags",
"cc",
2020-10-27 14:48:57 +00:00
"cfg-if 0.1.10",
"libc",
2020-01-20 08:43:29 +00:00
]
2020-10-15 23:11:29 +00:00
[[package]]
name = "nix"
2020-12-02 21:52:49 +00:00
version = "0.19.1"
2020-10-15 23:11:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
2020-10-15 23:11:29 +00:00
dependencies = [
"bitflags",
"cc",
2020-12-02 21:52:49 +00:00
"cfg-if 1.0.0",
2020-10-15 23:11:29 +00:00
"libc",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "nom"
2020-07-05 17:24:59 +00:00
version = "5.1.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2020-01-20 08:43:29 +00:00
dependencies = [
"lexical-core",
"memchr",
"version_check",
2020-01-20 08:43:29 +00:00
]
2020-07-11 14:19:16 +00:00
[[package]]
name = "ntapi"
2020-10-27 14:48:57 +00:00
version = "0.3.6"
2020-07-11 14:19:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 14:48:57 +00:00
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2020-07-11 14:19:16 +00:00
dependencies = [
"winapi",
2020-07-11 14:19:16 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "num-integer"
2020-10-30 17:33:50 +00:00
version = "0.1.44"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 17:33:50 +00:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2020-01-20 08:43:29 +00:00
dependencies = [
"autocfg",
"num-traits",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "num-traits"
2020-10-30 17:33:50 +00:00
version = "0.2.14"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 17:33:50 +00:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-01-20 08:43:29 +00:00
dependencies = [
"autocfg",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "num_cpus"
2020-04-30 21:04:10 +00:00
version = "1.13.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2020-01-20 08:43:29 +00:00
dependencies = [
"hermit-abi",
"libc",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "once_cell"
2020-12-02 21:52:49 +00:00
version = "1.5.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
2020-01-20 08:43:29 +00:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2020-10-30 17:33:50 +00:00
[[package]]
name = "os_str_bytes"
2020-12-02 21:52:49 +00:00
version = "2.4.0"
2020-10-30 17:33:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85"
2020-10-30 17:33:50 +00:00
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2020-07-05 17:24:59 +00:00
[[package]]
name = "parking_lot"
2020-12-02 21:52:49 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
dependencies = [
2020-10-27 14:48:57 +00:00
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2020-12-12 22:11:27 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-12 22:11:27 +00:00
checksum = "d7c6d9b8427445284a09c55be860a15855ab580a417ccad9da88f5a06787ced0"
dependencies = [
2020-12-12 22:11:27 +00:00
"cfg-if 1.0.0",
2020-10-27 14:48:57 +00:00
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
]
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
"maplit",
"pest",
"sha-1",
2020-05-13 20:20:27 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "pin-project-lite"
2020-10-27 14:48:57 +00:00
version = "0.1.11"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 14:48:57 +00:00
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
2020-01-20 08:43:29 +00:00
2020-12-12 22:11:27 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
2020-01-20 08:43:29 +00:00
[[package]]
name = "pin-utils"
2020-04-30 21:04:10 +00:00
version = "0.1.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-01-20 08:43:29 +00:00
2020-05-31 16:56:20 +00:00
[[package]]
name = "platforms"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e"
[[package]]
name = "polling"
2020-10-27 14:48:57 +00:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 14:48:57 +00:00
checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
dependencies = [
2020-10-27 14:48:57 +00:00
"cfg-if 0.1.10",
"libc",
2020-09-14 05:51:41 +00:00
"log",
2020-10-03 16:24:17 +00:00
"wepoll-sys",
"winapi",
]
2020-05-31 16:56:20 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "ppv-lite86"
2020-12-02 21:52:49 +00:00
version = "0.2.10"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2020-01-20 08:43:29 +00:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2020-01-20 08:43:29 +00:00
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2020-01-20 08:43:29 +00:00
dependencies = [
"proc-macro2",
"quote",
"version_check",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "proc-macro2"
2020-10-03 16:24:17 +00:00
version = "1.0.24"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-03 16:24:17 +00:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2020-01-20 08:43:29 +00:00
dependencies = [
"unicode-xid",
2020-01-20 08:43:29 +00:00
]
2020-05-31 16:11:01 +00:00
[[package]]
name = "procfs"
2020-12-12 22:11:27 +00:00
version = "0.9.1"
2020-05-31 16:11:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-12 22:11:27 +00:00
checksum = "ab8809e0c18450a2db0f236d2a44ec0b4c1412d0eb936233579f0990faa5d5cd"
2020-05-31 16:11:01 +00:00
dependencies = [
"bitflags",
"byteorder",
2020-12-02 21:52:49 +00:00
"flate2",
"hex",
"lazy_static",
"libc",
2020-05-31 16:11:01 +00:00
]
2020-02-05 21:18:23 +00:00
[[package]]
name = "proptest"
version = "0.10.1"
2020-02-05 21:18:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12e6c80c1139113c28ee4670dc50cc42915228b51f56a9e407f0ec60f966646f"
2020-02-05 21:18:23 +00:00
dependencies = [
"bit-set",
"bitflags",
"byteorder",
"lazy_static",
"num-traits",
"quick-error 1.2.3",
"rand",
"rand_chacha",
"rand_xorshift",
"regex-syntax",
"rusty-fork",
"tempfile",
2020-02-05 21:18:23 +00:00
]
2020-05-31 16:56:20 +00:00
[[package]]
name = "psutil"
2020-09-27 10:41:51 +00:00
version = "3.2.0"
2020-05-31 16:56:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-27 10:41:51 +00:00
checksum = "7cdb732329774b8765346796abd1e896e9b3c86aae7f135bb1dda98c2c460f55"
2020-05-31 16:56:20 +00:00
dependencies = [
2020-10-27 14:48:57 +00:00
"cfg-if 0.1.10",
"darwin-libproc",
"derive_more",
"glob",
"mach",
"nix 0.17.0",
"num_cpus",
"once_cell",
"platforms",
2020-09-27 10:41:51 +00:00
"thiserror",
"unescape",
2020-05-31 16:56:20 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "pueue"
version = "0.9.1-alpha.0"
2020-01-20 08:43:29 +00:00
dependencies = [
"anyhow",
"async-std",
2020-10-15 18:26:32 +00:00
"async-trait",
"bincode",
"byteorder",
"bytes",
"chrono",
"chrono-english",
2020-10-30 17:33:50 +00:00
"clap",
"clap_generate",
"comfy-table",
"config",
"crossterm",
2020-10-15 22:46:19 +00:00
"ctrlc",
"dirs",
"handlebars",
"log",
2020-12-02 21:52:49 +00:00
"nix 0.19.1",
"procfs",
"proptest",
"psutil",
"rand",
"serde",
"serde_derive",
"serde_json",
"serde_yaml",
"simplelog",
"snap",
2020-12-12 22:11:27 +00:00
"strum",
"strum_macros",
"tempfile",
"users",
"version_check",
2020-01-27 23:02:07 +00:00
]
2020-02-05 21:18:23 +00:00
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2020-02-05 21:18:23 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "quick-error"
version = "2.0.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
2020-01-20 08:43:29 +00:00
2020-01-27 23:02:07 +00:00
[[package]]
name = "quote"
version = "1.0.7"
2020-01-27 23:02:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2020-01-27 23:02:07 +00:00
dependencies = [
"proc-macro2",
2020-02-05 21:18:23 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2020-01-20 08:43:29 +00:00
dependencies = [
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "rand_chacha"
2020-03-21 09:44:46 +00:00
version = "0.2.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2020-01-20 08:43:29 +00:00
dependencies = [
"ppv-lite86",
"rand_core",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2020-01-20 08:43:29 +00:00
dependencies = [
"getrandom",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2020-01-20 08:43:29 +00:00
dependencies = [
"rand_core",
2020-01-20 08:43:29 +00:00
]
2020-02-05 21:18:23 +00:00
[[package]]
name = "rand_xorshift"
2020-07-05 17:24:59 +00:00
version = "0.2.0"
2020-02-05 21:18:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
2020-02-05 21:18:23 +00:00
dependencies = [
"rand_core",
2020-01-27 23:02:07 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "redox_syscall"
2020-07-11 14:19:16 +00:00
version = "0.1.57"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2020-01-20 08:43:29 +00:00
[[package]]
name = "redox_users"
2020-09-14 05:51:41 +00:00
version = "0.3.5"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-14 05:51:41 +00:00
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
2020-01-20 08:43:29 +00:00
dependencies = [
"getrandom",
"redox_syscall",
"rust-argon2",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "regex-syntax"
2020-12-02 21:52:49 +00:00
version = "0.6.21"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
2020-01-20 08:43:29 +00:00
[[package]]
name = "remove_dir_all"
2020-07-05 17:24:59 +00:00
version = "0.5.3"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2020-01-20 08:43:29 +00:00
dependencies = [
"winapi",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "rust-argon2"
2020-12-02 21:52:49 +00:00
version = "0.8.3"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
2020-01-20 08:43:29 +00:00
dependencies = [
"base64",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
2020-01-20 08:43:29 +00:00
]
2020-02-05 21:18:23 +00:00
[[package]]
name = "rusty-fork"
2020-07-05 17:24:59 +00:00
version = "0.3.0"
2020-02-05 21:18:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
2020-02-05 21:18:23 +00:00
dependencies = [
"fnv",
"quick-error 1.2.3",
"tempfile",
"wait-timeout",
2020-02-05 21:18:23 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "ryu"
2020-07-05 17:24:59 +00:00
version = "1.0.5"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2020-01-27 23:02:07 +00:00
2020-03-01 07:38:15 +00:00
[[package]]
name = "scanlex"
2020-12-02 21:52:49 +00:00
version = "0.1.4"
2020-03-01 07:38:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db"
2020-03-01 07:38:15 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "scopeguard"
2020-03-21 09:44:46 +00:00
version = "1.1.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2020-05-24 17:00:36 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "serde"
2020-12-12 22:11:27 +00:00
version = "1.0.118"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-12 22:11:27 +00:00
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
2020-01-20 08:43:29 +00:00
[[package]]
name = "serde_derive"
2020-12-12 22:11:27 +00:00
version = "1.0.118"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-12 22:11:27 +00:00
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
2020-01-20 08:43:29 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "serde_json"
2020-12-02 21:52:49 +00:00
version = "1.0.60"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779"
2020-01-20 08:43:29 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "serde_yaml"
2020-12-02 21:52:49 +00:00
version = "0.8.14"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "f7baae0a99f1a324984bcdc5f0718384c1f69775f1c7eec8b859b71b443e3fd7"
2020-01-20 08:43:29 +00:00
dependencies = [
"dtoa",
"linked-hash-map",
"serde",
"yaml-rust",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
]
[[package]]
name = "signal-hook"
2020-07-05 17:24:59 +00:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed"
dependencies = [
"libc",
"mio",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
2020-12-02 21:52:49 +00:00
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
dependencies = [
"libc",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "simplelog"
2020-05-24 17:00:36 +00:00
version = "0.8.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2736f58087298a448859961d3f4a0850b832e72619d75adc69da7993c2cd3c"
2020-01-20 08:43:29 +00:00
dependencies = [
"chrono",
"log",
2020-01-27 23:02:07 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2020-01-20 08:43:29 +00:00
[[package]]
name = "smallvec"
2020-12-12 22:11:27 +00:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-12 22:11:27 +00:00
checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
2020-05-24 17:00:36 +00:00
2020-04-30 19:09:24 +00:00
[[package]]
name = "snap"
2020-12-02 21:52:49 +00:00
version = "1.0.3"
2020-04-30 19:09:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "98d3306e84bf86710d6cd8b4c9c3b721d5454cc91a603180f8f8cd06cfd317b4"
2020-04-30 19:09:24 +00:00
2020-05-24 17:00:36 +00:00
[[package]]
name = "socket2"
2020-12-02 21:52:49 +00:00
version = "0.3.17"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
2020-05-24 17:00:36 +00:00
dependencies = [
2020-12-02 21:52:49 +00:00
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"winapi",
2020-05-24 17:00:36 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "static_assertions"
2020-07-05 17:24:59 +00:00
version = "1.1.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2020-01-20 08:43:29 +00:00
[[package]]
name = "strsim"
2020-10-30 17:33:50 +00:00
version = "0.10.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 17:33:50 +00:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2020-01-20 08:43:29 +00:00
2020-12-02 21:52:49 +00:00
[[package]]
name = "strum"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"
[[package]]
name = "strum_macros"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
2020-01-27 23:02:07 +00:00
[[package]]
name = "syn"
2020-12-12 22:11:27 +00:00
version = "1.0.54"
2020-01-27 23:02:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-12 22:11:27 +00:00
checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
2020-01-27 23:02:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2020-01-27 23:02:07 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "tempfile"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2020-01-20 08:43:29 +00:00
dependencies = [
2020-10-27 14:48:57 +00:00
"cfg-if 0.1.10",
"libc",
"rand",
"redox_syscall",
"remove_dir_all",
"winapi",
2020-01-20 08:43:29 +00:00
]
2020-10-30 17:33:50 +00:00
[[package]]
name = "termcolor"
2020-12-02 21:52:49 +00:00
version = "1.1.2"
2020-10-30 17:33:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2020-10-30 17:33:50 +00:00
dependencies = [
"winapi-util",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "textwrap"
2020-10-30 17:33:50 +00:00
version = "0.12.1"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 17:33:50 +00:00
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
2020-01-20 08:43:29 +00:00
dependencies = [
"unicode-width",
2020-01-20 08:43:29 +00:00
]
2020-09-27 10:41:51 +00:00
[[package]]
name = "thiserror"
2020-12-02 21:52:49 +00:00
version = "1.0.22"
2020-09-27 10:41:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "0e9ae34b84616eedaaf1e9dd6026dbe00dcafa92aa0c8077cb69df1fcfe5e53e"
2020-09-27 10:41:51 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2020-12-02 21:52:49 +00:00
version = "1.0.22"
2020-09-27 10:41:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "9ba20f23e85b10754cd195504aebf6a27e2e6cbe28c17778a0c930724628dd56"
2020-09-27 10:41:51 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "time"
2020-09-14 05:51:41 +00:00
version = "0.1.44"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-14 05:51:41 +00:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2020-01-20 08:43:29 +00:00
dependencies = [
"libc",
2020-09-14 05:51:41 +00:00
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "typenum"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
2020-05-31 16:56:20 +00:00
[[package]]
name = "unescape"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccb97dac3243214f8d8507998906ca3e2e0b900bf9bf4870477f125b82e68f6e"
2020-05-31 16:56:20 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "unicode-segmentation"
2020-12-02 21:52:49 +00:00
version = "1.7.1"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2020-01-20 08:43:29 +00:00
[[package]]
name = "unicode-width"
2020-07-05 17:24:59 +00:00
version = "0.1.8"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2020-01-20 08:43:29 +00:00
[[package]]
name = "unicode-xid"
2020-07-05 17:24:59 +00:00
version = "0.2.1"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2020-01-20 08:43:29 +00:00
[[package]]
name = "users"
2020-10-15 23:11:29 +00:00
version = "0.11.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-15 23:11:29 +00:00
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
2020-01-20 08:43:29 +00:00
dependencies = [
"libc",
"log",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "vec-arena"
2020-09-27 10:41:51 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-27 10:41:51 +00:00
checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
2020-01-20 08:43:29 +00:00
[[package]]
name = "vec_map"
2020-05-13 20:20:27 +00:00
version = "0.8.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2020-01-20 08:43:29 +00:00
2020-02-02 11:59:44 +00:00
[[package]]
name = "version_check"
2020-05-24 17:00:36 +00:00
version = "0.9.2"
2020-02-02 11:59:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2020-02-02 11:59:44 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2020-01-20 08:43:29 +00:00
2020-02-05 21:18:23 +00:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
2020-02-05 21:18:23 +00:00
dependencies = [
"libc",
2020-02-05 21:18:23 +00:00
]
2020-07-05 17:24:59 +00:00
[[package]]
name = "waker-fn"
2020-09-14 05:51:41 +00:00
version = "1.1.0"
2020-07-05 17:24:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-14 05:51:41 +00:00
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2020-01-27 23:02:07 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-01-20 08:43:29 +00:00
2020-09-14 05:51:41 +00:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2020-05-24 17:00:36 +00:00
[[package]]
name = "wasm-bindgen"
2020-12-02 21:52:49 +00:00
version = "0.2.69"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
2020-05-24 17:00:36 +00:00
dependencies = [
2020-12-02 21:52:49 +00:00
"cfg-if 1.0.0",
"wasm-bindgen-macro",
2020-05-24 17:00:36 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2020-12-02 21:52:49 +00:00
version = "0.2.69"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
2020-05-24 17:00:36 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
2020-05-24 17:00:36 +00:00
]
[[package]]
name = "wasm-bindgen-futures"
2020-12-02 21:52:49 +00:00
version = "0.4.19"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35"
2020-05-24 17:00:36 +00:00
dependencies = [
2020-12-02 21:52:49 +00:00
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
2020-05-24 17:00:36 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2020-12-02 21:52:49 +00:00
version = "0.2.69"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
2020-05-24 17:00:36 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
2020-05-24 17:00:36 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-12-02 21:52:49 +00:00
version = "0.2.69"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
2020-05-24 17:00:36 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2020-05-24 17:00:36 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2020-12-02 21:52:49 +00:00
version = "0.2.69"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
2020-05-24 17:00:36 +00:00
[[package]]
name = "web-sys"
2020-12-02 21:52:49 +00:00
version = "0.3.46"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 21:52:49 +00:00
checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
2020-05-24 17:00:36 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
2020-05-24 17:00:36 +00:00
]
[[package]]
2020-10-03 16:24:17 +00:00
name = "wepoll-sys"
2020-10-27 14:48:57 +00:00
version = "3.0.1"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 14:48:57 +00:00
checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
2020-05-24 17:00:36 +00:00
dependencies = [
"cc",
2020-05-24 17:00:36 +00:00
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "winapi"
2020-07-05 17:24:59 +00:00
version = "0.3.9"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-01-20 08:43:29 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2020-01-27 23:02:07 +00:00
2020-10-30 17:33:50 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2020-01-20 08:43:29 +00:00
[[package]]
name = "yaml-rust"
2020-07-05 17:24:59 +00:00
version = "0.4.4"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
2020-01-20 08:43:29 +00:00
dependencies = [
"linked-hash-map",
]