1
0
mirror of https://github.com/nukesor/pueue synced 2024-07-05 17:19:09 +00:00
pueue/Cargo.lock

2061 lines
50 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.
version = 3
2021-05-22 14:24:04 +00:00
[[package]]
name = "addr2line"
2021-08-09 13:38:37 +00:00
version = "0.16.0"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
2021-05-22 14:24:04 +00:00
dependencies = [
"gimli",
]
2020-05-31 16:11:01 +00:00
[[package]]
2020-12-02 21:52:49 +00:00
name = "adler"
2021-03-12 12:15:59 +00:00
version = "1.0.2"
2020-05-31 16:11:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 12:15:59 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-05-31 16:11:01 +00:00
2021-05-22 14:24:04 +00:00
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "anyhow"
2021-08-09 13:38:37 +00:00
version = "1.0.42"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
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
2021-06-15 19:50:01 +00:00
[[package]]
name = "assert_cmd"
2021-08-09 13:38:37 +00:00
version = "2.0.0"
2021-06-15 19:50:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "54f002ce7d0c5e809ebb02be78fd503aeed4a511fd0fcaff6e6914cbdabbfa33"
2021-06-15 19:50:01 +00:00
dependencies = [
"bstr",
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "async-attributes"
2021-02-01 18:59:46 +00:00
version = "1.1.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-01 18:59:46 +00:00
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
2020-01-20 08:43:29 +00:00
dependencies = [
"quote",
"syn",
2020-07-22 22:16:22 +00:00
]
[[package]]
name = "async-channel"
2021-02-23 01:37:12 +00:00
version = "1.6.1"
2020-07-22 22:16:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-23 01:37:12 +00:00
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
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"
2021-05-11 18:57:09 +00:00
version = "1.4.1"
2020-09-27 10:41:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:57:09 +00:00
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
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",
2021-05-11 18:57:09 +00:00
"slab",
2020-09-27 10:41:51 +00:00
]
[[package]]
name = "async-global-executor"
version = "2.0.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
2020-01-20 08:43:29 +00:00
dependencies = [
"async-channel",
2020-09-27 10:41:51 +00:00
"async-executor",
"async-io",
"async-mutex",
"blocking",
"futures-lite",
2020-09-27 10:41:51 +00:00
"num_cpus",
"once_cell",
]
[[package]]
name = "async-io"
2021-07-08 14:58:18 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 14:58:18 +00:00
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
dependencies = [
"concurrent-queue",
"futures-lite",
2020-10-03 16:24:17 +00:00
"libc",
2020-09-27 10:41:51 +00:00
"log",
"once_cell",
2020-09-27 10:41:51 +00:00
"parking",
"polling",
2021-05-11 18:57:09 +00:00
"slab",
"socket2",
2020-09-27 10:41:51 +00:00
"waker-fn",
2020-10-03 16:24:17 +00:00
"winapi",
]
[[package]]
name = "async-lock"
2021-05-11 18:57:09 +00:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:57:09 +00:00
checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
dependencies = [
"event-listener",
]
[[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"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"
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-lock",
"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-22 20:30:04 +00:00
"pin-project-lite",
"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-30 23:02:12 +00:00
[[package]]
name = "async-tls"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f23d769dbf1838d5df5156e7b1ad404f4c463d1ac2c6aeb6cd943630f8a8400"
dependencies = [
"futures-core",
"futures-io",
"rustls",
"webpki",
"webpki-roots",
]
2020-10-15 18:26:32 +00:00
[[package]]
name = "async-trait"
2021-08-09 13:38:37 +00:00
version = "0.1.51"
2020-10-15 18:26:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
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
2021-05-22 14:24:04 +00:00
[[package]]
name = "backtrace"
2021-08-09 13:38:37 +00:00
version = "0.3.61"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01"
2021-05-22 14:24:04 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
2021-05-22 14:24:04 +00:00
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
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
2021-05-22 14:24:04 +00:00
[[package]]
name = "better-panic"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d12a680cc74d8c4a44ee08be4a00dedf671b089c2440b2e3fdaa776cd468476"
dependencies = [
"backtrace",
"console",
]
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 = "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
]
2021-06-15 19:50:01 +00:00
[[package]]
name = "bstr"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
]
2020-01-20 08:43:29 +00:00
[[package]]
2020-05-24 17:00:36 +00:00
name = "bumpalo"
2021-06-04 18:02:55 +00:00
version = "3.7.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 18:02:55 +00:00
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
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"
2021-05-11 18:57:09 +00:00
version = "1.4.3"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:57:09 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-01-20 08:43:29 +00:00
2021-05-23 13:47:34 +00:00
[[package]]
name = "bytes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
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"
2021-08-09 13:38:37 +00:00
version = "1.0.69"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
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"
2021-03-30 16:57:25 +00:00
version = "0.1.6"
2020-03-01 07:38:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 16:57:25 +00:00
checksum = "0be5180df5f7c41fc2416bc038bc8d78d44db8136c415b94ccbc95f523dc38e9"
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",
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "clicolors-control"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
dependencies = [
"atty",
"lazy_static",
"libc",
"winapi",
]
[[package]]
name = "comfy-table"
2021-08-10 10:40:48 +00:00
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-10 10:40:48 +00:00
checksum = "e1e894abc9bc1e88122c9580c84cfaedcb7f34e83682f2c65a7c003da2b20f1a"
dependencies = [
"crossterm",
2021-06-15 19:50:01 +00:00
"strum",
"strum_macros",
2021-08-10 10:40:48 +00:00
"unicode-width",
]
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.11.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1b9d958c2b1368a663f05538fc1b5975adce1e19f435acceae987aceeeb369"
2020-01-20 08:43:29 +00:00
dependencies = [
"lazy_static",
"nom",
"serde",
"yaml-rust",
2020-01-20 08:43:29 +00:00
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "console"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45e0f3986890b3acbc782009e2629dfe2baa430ac091519ce3be26164a2ae6c0"
dependencies = [
"clicolors-control",
"encode_unicode",
"lazy_static",
"libc",
"regex",
"termios",
"winapi",
]
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 = [
"cfg-if",
2020-05-31 16:11:01 +00:00
]
[[package]]
name = "crossbeam-channel"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "crossbeam-utils"
2021-06-04 18:02:55 +00:00
version = "0.8.5"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 18:02:55 +00:00
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
2020-01-20 08:43:29 +00:00
dependencies = [
"cfg-if",
"lazy_static",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "crossterm"
2021-06-13 13:14:21 +00:00
version = "0.20.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-13 13:14:21 +00:00
checksum = "c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d"
2020-01-20 08:43:29 +00:00
dependencies = [
"bitflags",
"crossterm_winapi",
"libc",
"mio",
"parking_lot",
"signal-hook",
2021-06-13 13:14:21 +00:00
"signal-hook-mio",
"winapi",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "crossterm_winapi"
2021-06-13 13:14:21 +00:00
version = "0.8.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-13 13:14:21 +00:00
checksum = "3a6966607622438301997d3dac0d2f6e9a90c68bb6bc1785ea98456ab93c0507"
2020-01-20 08:43:29 +00:00
dependencies = [
"winapi",
2020-01-20 08:43:29 +00:00
]
2021-02-01 18:59:46 +00:00
[[package]]
name = "ctor"
2021-03-30 16:57:25 +00:00
version = "0.1.20"
2021-02-01 18:59:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 16:57:25 +00:00
checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
2021-02-01 18:59:46 +00:00
dependencies = [
"quote",
"syn",
]
2020-10-15 22:46:19 +00:00
[[package]]
name = "ctrlc"
2021-08-10 22:04:00 +00:00
version = "3.2.0"
2020-10-15 22:46:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-10 22:04:00 +00:00
checksum = "377c9b002a72a0b2c1a18c62e2f3864bdfea4a015e3683a96e24aa45dd6c02d1"
2020-10-15 22:46:19 +00:00
dependencies = [
2021-08-10 22:04:00 +00:00
"nix",
2020-10-15 22:46:19 +00:00
"winapi",
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "diff"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
2021-06-15 19:50:01 +00:00
[[package]]
2021-07-08 14:58:18 +00:00
name = "difflib"
version = "0.4.0"
2021-06-15 19:50:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 14:58:18 +00:00
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
2021-06-15 19:50:01 +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"
2021-05-11 18:53:26 +00:00
version = "3.0.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:53:26 +00:00
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
2020-01-20 08:43:29 +00:00
dependencies = [
"dirs-sys",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
"dirs-sys-next",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "dirs-sys"
2021-05-11 18:53:26 +00:00
version = "0.3.6"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:53:26 +00:00
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
2020-01-20 08:43:29 +00:00
dependencies = [
"libc",
2021-05-11 18:53:26 +00:00
"redox_users",
"winapi",
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
2021-05-11 18:53:26 +00:00
"redox_users",
"winapi",
2020-01-20 08:43:29 +00:00
]
2021-06-15 19:50:01 +00:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2020-01-20 08:43:29 +00:00
[[package]]
name = "dtoa"
2021-03-30 16:57:25 +00:00
version = "0.4.8"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 16:57:25 +00:00
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
2020-01-27 23:02:07 +00:00
2021-07-08 14:58:18 +00:00
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2021-05-22 14:24:04 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
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"
2021-08-09 13:38:37 +00:00
version = "1.5.0"
2020-07-05 17:24:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"
2020-10-03 16:24:17 +00:00
dependencies = [
"instant",
]
2020-07-05 17:24:59 +00:00
2020-12-02 21:52:49 +00:00
[[package]]
name = "flate2"
2021-02-01 18:59:46 +00:00
version = "1.0.20"
2020-12-02 21:52:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-01 18:59:46 +00:00
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
2020-12-02 21:52:49 +00:00
dependencies = [
"cfg-if",
2020-12-02 21:52:49 +00:00
"crc32fast",
"libc",
"miniz_oxide",
]
2020-01-20 08:43:29 +00:00
[[package]]
2020-02-05 21:18:23 +00:00
name = "futures-channel"
2021-08-09 13:38:37 +00:00
version = "0.3.16"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"
2020-01-20 08:43:29 +00:00
dependencies = [
"futures-core",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "futures-core"
2021-08-09 13:38:37 +00:00
version = "0.3.16"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
2020-01-20 08:43:29 +00:00
[[package]]
2020-02-05 21:18:23 +00:00
name = "futures-io"
2021-08-09 13:38:37 +00:00
version = "0.3.16"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582"
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"
2021-06-04 18:02:55 +00:00
version = "1.12.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 18:02:55 +00:00
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
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-22 20:30:04 +00:00
"pin-project-lite",
"waker-fn",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "generic-array"
2021-03-12 12:15:59 +00:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 12:15:59 +00:00
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
2020-12-22 20:30:04 +00:00
[[package]]
name = "getrandom"
version = "0.2.3"
2020-12-22 20:30:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
2020-12-22 20:30:04 +00:00
dependencies = [
"cfg-if",
2020-12-22 20:30:04 +00:00
"libc",
2021-05-11 18:53:26 +00:00
"wasi",
2020-12-22 20:30:04 +00:00
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "gimli"
2021-08-09 13:38:37 +00:00
version = "0.25.0"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
2021-05-22 14:24:04 +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",
]
2021-05-11 18:53:26 +00:00
[[package]]
name = "half"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
[[package]]
name = "handlebars"
2021-08-10 22:04:00 +00:00
version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-10 22:04:00 +00:00
checksum = "fd85ecabdb47308d28d3a4113224fefcab2510ccb4e463aee0a1362eb84c756a"
dependencies = [
"log",
"pest",
"pest_derive",
"quick-error",
"serde",
"serde_json",
]
2020-10-30 17:33:50 +00:00
[[package]]
name = "hashbrown"
2021-07-08 14:58:18 +00:00
version = "0.11.2"
2020-10-30 17:33:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 14:58:18 +00:00
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2020-10-30 17:33:50 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "heck"
2021-06-04 18:02:55 +00:00
version = "0.3.3"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 18:02:55 +00:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2020-01-20 08:43:29 +00:00
dependencies = [
"unicode-segmentation",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
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"
2021-03-12 12:15:59 +00:00
version = "0.4.3"
2020-05-31 16:11:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 12:15:59 +00:00
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2020-05-31 16:11:01 +00:00
2020-10-30 17:33:50 +00:00
[[package]]
name = "indexmap"
2021-07-08 14:58:18 +00:00
version = "1.7.0"
2020-10-30 17:33:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 14:58:18 +00:00
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
2020-10-30 17:33:50 +00:00
dependencies = [
"autocfg",
"hashbrown",
]
2020-10-03 16:24:17 +00:00
[[package]]
name = "instant"
2021-08-09 13:38:37 +00:00
version = "0.1.10"
2020-10-03 16:24:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
2020-10-03 16:24:17 +00:00
dependencies = [
"cfg-if",
2020-10-03 16:24:17 +00:00
]
2021-07-08 14:58:18 +00:00
[[package]]
name = "itertools"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
dependencies = [
"either",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "itoa"
2020-12-29 02:44:04 +00:00
version = "0.4.7"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 02:44:04 +00:00
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2020-01-20 08:43:29 +00:00
2020-05-24 17:00:36 +00:00
[[package]]
name = "js-sys"
2021-08-09 13:38:37 +00:00
version = "0.3.52"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "ce791b7ca6638aae45be056e068fc756d871eb3b3b10b8efa62d1c9cec616752"
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"
2021-05-11 18:53:26 +00:00
version = "0.7.6"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:53:26 +00:00
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
2020-01-20 08:43:29 +00:00
dependencies = [
"arrayvec",
"bitflags",
"cfg-if",
"ryu",
"static_assertions",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "libc"
2021-08-10 10:40:48 +00:00
version = "0.2.99"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-10 10:40:48 +00:00
checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
2020-01-20 08:43:29 +00:00
[[package]]
name = "linked-hash-map"
2021-01-15 00:39:07 +00:00
version = "0.5.4"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-15 00:39:07 +00:00
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2020-01-20 08:43:29 +00:00
[[package]]
name = "lock_api"
2021-05-11 18:57:09 +00:00
version = "0.4.4"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:57:09 +00:00
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
2020-01-20 08:43:29 +00:00
dependencies = [
"scopeguard",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "log"
2021-02-01 18:59:46 +00:00
version = "0.4.14"
2020-07-05 17:24:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-01 18:59:46 +00:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2020-07-05 17:24:59 +00:00
dependencies = [
"cfg-if",
2021-02-01 18:59:46 +00:00
"value-bag",
2020-07-05 17:24:59 +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"
2021-05-11 18:57:09 +00:00
version = "2.4.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:57:09 +00:00
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
2020-01-20 08:43:29 +00:00
2021-06-04 18:02:55 +00:00
[[package]]
name = "memoffset"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
dependencies = [
"autocfg",
]
2020-12-02 21:52:49 +00:00
[[package]]
name = "miniz_oxide"
2021-02-25 21:49:26 +00:00
version = "0.4.4"
2020-12-02 21:52:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-25 21:49:26 +00:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2020-12-02 21:52:49 +00:00
dependencies = [
"adler",
"autocfg",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "mio"
2021-06-15 19:50:01 +00:00
version = "0.7.13"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-15 19:50:01 +00:00
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
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"
2021-03-30 16:57:25 +00:00
version = "0.3.7"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 16:57:25 +00:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2020-01-20 08:43:29 +00:00
dependencies = [
"winapi",
2020-01-20 08:43:29 +00:00
]
2021-06-04 18:02:55 +00:00
[[package]]
name = "nix"
2021-08-09 13:38:37 +00:00
version = "0.22.0"
2021-06-04 18:02:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "cf1e25ee6b412c2a1e3fcb6a4499a5c1bfe7f43e014bdce9a6b6666e5aa2d187"
2021-06-04 18:02:55 +00:00
dependencies = [
"bitflags",
"cc",
"cfg-if",
"libc",
"memoffset",
]
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
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "object"
2021-08-09 13:38:37 +00:00
version = "0.26.0"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "c55827317fb4c08822499848a14237d2874d6f139828893017237e7ab93eb386"
2021-06-04 18:02:55 +00:00
dependencies = [
"memchr",
]
2021-05-22 14:24:04 +00:00
2020-01-20 08:43:29 +00:00
[[package]]
name = "once_cell"
2021-06-13 13:14:21 +00:00
version = "1.8.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-13 13:14:21 +00:00
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
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
2021-05-22 14:24:04 +00:00
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
"winapi",
]
[[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"
2021-02-23 01:37:12 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-23 01:37:12 +00:00
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
dependencies = [
"cfg-if",
2020-10-27 14:48:57 +00:00
"instant",
"libc",
2021-05-11 18:53:26 +00:00
"redox_syscall",
"smallvec",
"winapi",
]
2020-12-19 19:36:51 +00:00
[[package]]
name = "pem"
2021-02-23 01:37:12 +00:00
version = "0.8.3"
2020-12-19 19:36:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-23 01:37:12 +00:00
checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
2020-12-19 19:36:51 +00:00
dependencies = [
"base64",
"once_cell",
"regex",
]
[[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-12-12 22:11:27 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.7"
2020-12-12 22:11:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
2020-12-12 22:11:27 +00:00
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
[[package]]
name = "polling"
2021-06-15 19:50:01 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-15 19:50:01 +00:00
checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"
dependencies = [
"cfg-if",
"libc",
2020-09-14 05:51:41 +00:00
"log",
2021-06-15 19:50:01 +00:00
"wepoll-ffi",
"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
2021-06-15 19:50:01 +00:00
[[package]]
name = "predicates"
2021-08-09 13:38:37 +00:00
version = "2.0.1"
2021-06-15 19:50:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "bc3d91237f5de3bcd9d927e24d03b495adb6135097b001cea7403e2d573d00a9"
2021-06-15 19:50:01 +00:00
dependencies = [
2021-07-08 14:58:18 +00:00
"difflib",
"itertools",
2021-06-15 19:50:01 +00:00
"predicates-core",
]
[[package]]
name = "predicates-core"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"
[[package]]
name = "predicates-tree"
2021-08-09 13:38:37 +00:00
version = "1.0.3"
2021-06-15 19:50:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "d7dd0fd014130206c9352efbdc92be592751b2b9274dff685348341082c6ea3d"
2021-06-15 19:50:01 +00:00
dependencies = [
"predicates-core",
"treeline",
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "pretty_assertions"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b"
dependencies = [
"ansi_term",
"ctor",
"diff",
"output_vt100",
]
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"
2021-08-09 13:38:37 +00:00
version = "1.0.28"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
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-01-20 08:43:29 +00:00
[[package]]
name = "pueue"
version = "1.0.1-alpha.0"
2020-01-20 08:43:29 +00:00
dependencies = [
"anyhow",
2021-06-15 19:50:01 +00:00
"assert_cmd",
2021-05-22 14:24:04 +00:00
"better-panic",
"chrono",
"chrono-english",
2020-10-30 17:33:50 +00:00
"clap",
"clap_generate",
"comfy-table",
"crossbeam-channel",
"crossterm",
2020-10-15 22:46:19 +00:00
"ctrlc",
"handlebars",
"log",
2021-08-10 22:04:00 +00:00
"nix",
2021-05-22 14:24:04 +00:00
"pretty_assertions",
"procfs",
"pueue-lib",
"rstest",
2021-05-14 20:53:39 +00:00
"serde",
"serde_derive",
2021-01-17 17:17:44 +00:00
"serde_json",
"shell-escape",
"simplelog",
"snap",
"tempfile",
2021-05-23 13:47:34 +00:00
"tokio",
2021-01-17 17:17:44 +00:00
"version_check",
2021-01-29 15:11:42 +00:00
"whoami",
2021-03-03 14:23:36 +00:00
"winapi",
2021-01-17 17:17:44 +00:00
]
[[package]]
name = "pueue-lib"
version = "0.18.0"
2021-06-21 16:48:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "270bc7e5aac11e67289461b434e565789245494a43f2e41bc4a6393787f29783"
dependencies = [
"async-std",
"async-tls",
"async-trait",
"byteorder",
"chrono",
"config",
"dirs",
"log",
"rand",
"rcgen",
"rev_lines",
"rustls",
"serde",
2021-05-11 18:53:26 +00:00
"serde_cbor",
"serde_derive",
"serde_json",
"serde_yaml",
"shellexpand",
"snap",
2021-06-15 19:50:01 +00:00
"strum",
"strum_macros",
"thiserror",
2021-02-01 18:58:24 +00:00
"whoami",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "quick-error"
2021-05-11 18:57:09 +00:00
version = "2.0.1"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:57:09 +00:00
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
2020-01-20 08:43:29 +00:00
2020-01-27 23:02:07 +00:00
[[package]]
name = "quote"
2021-02-23 01:37:12 +00:00
version = "1.0.9"
2020-01-27 23:02:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-23 01:37:12 +00:00
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
2020-01-27 23:02:07 +00:00
dependencies = [
"proc-macro2",
2020-02-05 21:18:23 +00:00
]
2020-12-22 20:30:04 +00:00
[[package]]
name = "rand"
2021-06-15 19:50:01 +00:00
version = "0.8.4"
2020-12-22 20:30:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-15 19:50:01 +00:00
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
2020-12-22 20:30:04 +00:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
2020-12-22 20:30:04 +00:00
]
[[package]]
name = "rand_chacha"
2021-06-13 13:14:21 +00:00
version = "0.3.1"
2020-12-22 20:30:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-13 13:14:21 +00:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2020-12-22 20:30:04 +00:00
dependencies = [
"ppv-lite86",
"rand_core",
2020-12-22 20:30:04 +00:00
]
[[package]]
name = "rand_core"
2021-06-15 19:50:01 +00:00
version = "0.6.3"
2020-12-22 20:30:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-15 19:50:01 +00:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2020-12-22 20:30:04 +00:00
dependencies = [
2021-05-11 18:53:26 +00:00
"getrandom",
2020-01-20 08:43:29 +00:00
]
2020-12-22 20:30:04 +00:00
[[package]]
name = "rand_hc"
2021-06-15 19:50:01 +00:00
version = "0.3.1"
2020-12-22 20:30:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-15 19:50:01 +00:00
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
2020-12-22 20:30:04 +00:00
dependencies = [
"rand_core",
2020-01-27 23:02:07 +00:00
]
2020-12-19 19:36:51 +00:00
[[package]]
name = "rcgen"
2021-05-11 18:53:26 +00:00
version = "0.8.11"
2020-12-19 19:36:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:53:26 +00:00
checksum = "48b4fc1b81d685fcd442a86da2e2c829d9e353142633a8159f42bf28e7e94428"
2020-12-19 19:36:51 +00:00
dependencies = [
"chrono",
"pem",
"ring",
"yasna",
]
2021-01-15 00:39:07 +00:00
[[package]]
name = "redox_syscall"
2021-08-09 13:38:37 +00:00
version = "0.2.10"
2021-01-15 00:39:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
2021-01-15 00:39:07 +00:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
2021-05-11 18:53:26 +00:00
"getrandom",
"redox_syscall",
]
2020-12-19 19:36:51 +00:00
[[package]]
name = "regex"
2021-05-11 18:53:26 +00:00
version = "1.5.4"
2020-12-19 19:36:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:53:26 +00:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2020-12-19 19:36:51 +00:00
dependencies = [
"regex-syntax",
]
2021-06-15 19:50:01 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2020-01-20 08:43:29 +00:00
[[package]]
name = "regex-syntax"
2021-05-11 18:53:26 +00:00
version = "0.6.25"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:53:26 +00:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
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 = "rev_lines"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18eb52b6664d331053136fcac7e4883bdc6f5fc04a6aab3b0f75eafb80ab88b3"
2020-10-30 23:02:12 +00:00
[[package]]
name = "ring"
version = "0.16.20"
2020-10-30 23:02:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2020-10-30 23:02:12 +00:00
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
[[package]]
name = "rstest"
2021-08-09 13:38:37 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "2288c66aeafe3b2ed227c981f364f9968fa952ef0b30e84ada4486e7ee24d00a"
dependencies = [
"cfg-if",
"proc-macro2",
"quote",
"rustc_version",
"syn",
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.20"
2021-05-22 14:24:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49"
2021-05-22 14:24:04 +00:00
[[package]]
name = "rustc_version"
2021-08-09 13:38:37 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2020-10-30 23:02:12 +00:00
[[package]]
name = "rustls"
2021-05-11 18:53:26 +00:00
version = "0.19.1"
2020-10-30 23:02:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:53:26 +00:00
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
2020-10-30 23:02:12 +00:00
dependencies = [
"base64",
"log",
"ring",
"sct",
"webpki",
]
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-10-30 23:02:12 +00:00
[[package]]
name = "sct"
2021-05-11 18:53:26 +00:00
version = "0.6.1"
2020-10-30 23:02:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:53:26 +00:00
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
2020-10-30 23:02:12 +00:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "semver"
2021-08-09 13:38:37 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
2020-01-20 08:43:29 +00:00
[[package]]
name = "serde"
2021-08-09 13:38:37 +00:00
version = "1.0.127"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "f03b9878abf6d14e6779d3f24f07b2cfa90352cfec4acc5aab8f1ac7f146fae8"
2020-01-20 08:43:29 +00:00
2021-05-11 18:53:26 +00:00
[[package]]
name = "serde_cbor"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
dependencies = [
"half",
"serde",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "serde_derive"
2021-08-09 13:38:37 +00:00
version = "1.0.127"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc"
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"
2021-08-09 13:38:37 +00:00
version = "1.0.66"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127"
2020-01-20 08:43:29 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
2020-01-20 08:43:29 +00:00
]
[[package]]
name = "serde_yaml"
2021-02-23 01:37:12 +00:00
version = "0.8.17"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-23 01:37:12 +00:00
checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23"
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 = "shell-escape"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
[[package]]
name = "shellexpand"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829"
dependencies = [
"dirs-next",
]
[[package]]
name = "signal-hook"
2021-06-13 13:14:21 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-13 13:14:21 +00:00
checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"
dependencies = [
"libc",
"signal-hook-registry",
]
2021-06-13 13:14:21 +00:00
[[package]]
name = "signal-hook-mio"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29fd5867f1c4f2c5be079aee7a2adf1152ebb04a4bc4d341f504b7dece607ed4"
dependencies = [
"libc",
"mio",
"signal-hook",
]
[[package]]
name = "signal-hook-registry"
2021-06-04 18:02:55 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 18:02:55 +00:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "simplelog"
2021-03-30 16:57:25 +00:00
version = "0.10.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 16:57:25 +00:00
checksum = "59d0fe306a0ced1c88a58042dc22fc2ddd000982c26d75f6aa09a394547c41e0"
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"
2021-08-09 13:38:37 +00:00
version = "0.4.4"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
2020-01-20 08:43:29 +00:00
[[package]]
name = "smallvec"
2021-01-15 00:39:07 +00:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-15 00:39:07 +00:00
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2020-05-24 17:00:36 +00:00
2020-04-30 19:09:24 +00:00
[[package]]
name = "snap"
2021-05-11 18:57:09 +00:00
version = "1.0.5"
2020-04-30 19:09:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:57:09 +00:00
checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"
2020-04-30 19:09:24 +00:00
2020-05-24 17:00:36 +00:00
[[package]]
name = "socket2"
2021-08-09 13:38:37 +00:00
version = "0.4.1"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
2020-05-24 17:00:36 +00:00
dependencies = [
"libc",
"winapi",
2020-05-24 17:00:36 +00:00
]
2020-10-30 23:02:12 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
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
2021-06-13 13:14:21 +00:00
[[package]]
name = "strum"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
[[package]]
name = "strum_macros"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
2020-01-27 23:02:07 +00:00
[[package]]
name = "syn"
2021-08-09 13:38:37 +00:00
version = "1.0.74"
2020-01-27 23:02:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"
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"
2021-01-15 00:39:07 +00:00
version = "3.2.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-15 00:39:07 +00:00
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
2020-01-20 08:43:29 +00:00
dependencies = [
"cfg-if",
"libc",
"rand",
2021-05-11 18:53:26 +00:00
"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",
]
2021-05-22 14:24:04 +00:00
[[package]]
name = "termios"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
dependencies = [
"libc",
]
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"
2021-07-08 14:58:18 +00:00
version = "1.0.26"
2020-09-27 10:41:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 14:58:18 +00:00
checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"
2020-09-27 10:41:51 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2021-07-08 14:58:18 +00:00
version = "1.0.26"
2020-09-27 10:41:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 14:58:18 +00:00
checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"
2020-09-27 10:41:51 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-01-20 08:43:29 +00:00
[[package]]
name = "time"
2021-01-15 00:39:07 +00:00
version = "0.1.43"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-15 00:39:07 +00:00
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2020-01-20 08:43:29 +00:00
dependencies = [
"libc",
"winapi",
2020-01-20 08:43:29 +00:00
]
2021-05-23 13:47:34 +00:00
[[package]]
name = "tokio"
2021-08-09 13:38:37 +00:00
version = "1.9.0"
2021-05-23 13:47:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "4b7b349f11a7047e6d1276853e612d152f5e8a352c61917887cc2169e2366b4c"
2021-05-23 13:47:34 +00:00
dependencies = [
"autocfg",
"bytes",
"memchr",
"num_cpus",
"pin-project-lite",
"tokio-macros",
]
[[package]]
name = "tokio-macros"
2021-07-08 14:58:18 +00:00
version = "1.3.0"
2021-05-23 13:47:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 14:58:18 +00:00
checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
2021-05-23 13:47:34 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-06-15 19:50:01 +00:00
[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
[[package]]
name = "typenum"
2021-03-30 16:57:25 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 16:57:25 +00:00
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
2020-01-20 08:43:29 +00:00
[[package]]
name = "unicode-segmentation"
2021-07-08 14:58:18 +00:00
version = "1.8.0"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 14:58:18 +00:00
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
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"
2021-05-11 18:57:09 +00:00
version = "0.2.2"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:57:09 +00:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2020-01-20 08:43:29 +00:00
2020-10-30 23:02:12 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-01-20 08:43:29 +00:00
[[package]]
2021-02-01 18:59:46 +00:00
name = "value-bag"
version = "1.0.0-alpha.7"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"
2020-01-20 08:43:29 +00:00
dependencies = [
2021-02-01 18:59:46 +00:00
"ctor",
"version_check",
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"
2021-03-30 16:57:25 +00:00
version = "0.9.3"
2020-02-02 11:59:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 16:57:25 +00:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2020-02-02 11:59:44 +00:00
2021-06-15 19:50:01 +00:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
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-09-14 05:51:41 +00:00
[[package]]
name = "wasi"
2021-02-01 18:59:46 +00:00
version = "0.10.2+wasi-snapshot-preview1"
2020-09-14 05:51:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-01 18:59:46 +00:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-09-14 05:51:41 +00:00
2020-05-24 17:00:36 +00:00
[[package]]
name = "wasm-bindgen"
2021-08-09 13:38:37 +00:00
version = "0.2.75"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586"
2020-05-24 17:00:36 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
2020-05-24 17:00:36 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2021-08-09 13:38:37 +00:00
version = "0.2.75"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "580aa3a91a63d23aac5b6b267e2d13cb4f363e31dce6c352fca4752ae12e479f"
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"
2021-08-09 13:38:37 +00:00
version = "0.4.25"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "16646b21c3add8e13fdb8f20172f8a28c3dbf62f45406bcff0233188226cfe0c"
2020-05-24 17:00:36 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
2020-05-24 17:00:36 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2021-08-09 13:38:37 +00:00
version = "0.2.75"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "171ebf0ed9e1458810dfcb31f2e766ad6b3a89dbda42d8901f2b268277e5f09c"
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"
2021-08-09 13:38:37 +00:00
version = "0.2.75"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "6c2657dd393f03aa2a659c25c6ae18a13a4048cebd220e147933ea837efc589f"
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"
2021-08-09 13:38:37 +00:00
version = "0.2.75"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "2e0c4a743a309662d45f4ede961d7afa4ba4131a59a639f29b0069c3798bbcc2"
2020-05-24 17:00:36 +00:00
[[package]]
name = "web-sys"
2021-08-09 13:38:37 +00:00
version = "0.3.52"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-09 13:38:37 +00:00
checksum = "01c70a82d842c9979078c772d4a1344685045f1a5628f677c2b2eab4dd7d2696"
2020-05-24 17:00:36 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
2020-05-24 17:00:36 +00:00
]
2020-10-30 23:02:12 +00:00
[[package]]
name = "webpki"
version = "0.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2021-05-11 18:53:26 +00:00
version = "0.21.1"
2020-10-30 23:02:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:53:26 +00:00
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
2020-10-30 23:02:12 +00:00
dependencies = [
"webpki",
]
2020-05-24 17:00:36 +00:00
[[package]]
2021-06-15 19:50:01 +00:00
name = "wepoll-ffi"
version = "0.1.2"
2020-05-24 17:00:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-15 19:50:01 +00:00
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
2020-05-24 17:00:36 +00:00
dependencies = [
"cc",
2020-05-24 17:00:36 +00:00
]
2021-01-29 15:11:42 +00:00
[[package]]
name = "whoami"
2021-05-11 18:57:09 +00:00
version = "1.1.2"
2021-01-29 15:11:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:57:09 +00:00
checksum = "4abacf325c958dfeaf1046931d37f2a901b6dfe0968ee965a29e94c6766b2af6"
2021-01-29 15:11:42 +00:00
dependencies = [
"wasm-bindgen",
"web-sys",
]
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"
2021-01-15 00:39:07 +00:00
version = "0.4.5"
2020-01-20 08:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-15 00:39:07 +00:00
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
2020-01-20 08:43:29 +00:00
dependencies = [
"linked-hash-map",
]
2020-12-19 19:36:51 +00:00
[[package]]
name = "yasna"
2021-05-11 18:53:26 +00:00
version = "0.4.0"
2020-12-19 19:36:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 18:53:26 +00:00
checksum = "e262a29d0e61ccf2b6190d7050d4b237535fc76ce4c1210d9caa316f71dffa75"
2020-12-19 19:36:51 +00:00
dependencies = [
"chrono",
]