2020-02-25 19:29:58 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-29 11:10:39 +02:00
|
|
|
version = 3
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "abnf"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47feb9fbcef700639ef28e04ca2a87eab8161a01a075ee227b15c90143805462"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "abnf_to_pest"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "372baaa5d3a422d8816b513bcdb2c120078c8614f7ecbcc3baf34a1634bbbe2e"
|
|
|
|
dependencies = [
|
|
|
|
"abnf",
|
|
|
|
"indexmap",
|
|
|
|
"itertools",
|
|
|
|
"pretty",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.7.18"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"memchr",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "annotate-snippets"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.9.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.12.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"winapi",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2020-11-17 12:26:41 +01:00
|
|
|
version = "0.5.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-07 17:23:42 +02:00
|
|
|
name = "async-channel"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.6.1"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.4.1"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
2021-08-29 10:17:55 +02:00
|
|
|
"slab",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-fs"
|
2020-11-17 12:26:41 +01:00
|
|
|
version = "1.5.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "8b3ca4f8ff117c37c278a2f7415ce9be55560b846b5bc4412aaa5d29c1c3dae2"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"async-lock",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.6.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2021-08-29 10:17:55 +02:00
|
|
|
"slab",
|
|
|
|
"socket2",
|
2020-11-24 14:16:22 +01:00
|
|
|
"waker-fn",
|
|
|
|
"winapi",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "2.4.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"event-listener",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-net"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.6.1"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "5373304df79b9b4395068fb080369ec7178608827306ce4d081cba51cac551df"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"async-io",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-process"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.3.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"async-io",
|
|
|
|
"blocking",
|
2021-08-29 10:17:55 +02:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-24 14:16:22 +01:00
|
|
|
"event-listener",
|
|
|
|
"futures-lite",
|
2021-08-29 10:17:55 +02:00
|
|
|
"libc",
|
2020-11-24 14:16:22 +01:00
|
|
|
"once_cell",
|
|
|
|
"signal-hook",
|
|
|
|
"winapi",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
2020-09-07 09:45:55 +02:00
|
|
|
name = "async-task"
|
2020-11-17 12:26:41 +01:00
|
|
|
version = "4.0.3"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.1.52"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
2020-09-07 17:23:42 +02:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-09-07 17:23:42 +02:00
|
|
|
version = "1.0.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.13.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2021-09-10 16:22:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "2.0.0-dev"
|
|
|
|
source = "git+https://github.com/dequbed/bincode.git?branch=feature/in_place_buffer#bdea73bc3542257ef3b9788d4d54e53af236ed7a"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2020-09-18 13:21:35 +02:00
|
|
|
version = "0.55.1"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "75b13ce559e6433d360c26305643803cb52cfbabbc2b9c47ce04a58493dfb443"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"clang-sys",
|
|
|
|
"clap",
|
|
|
|
"env_logger",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
"which",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.3.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.5.11"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
|
|
|
"byte-tools",
|
|
|
|
"byteorder",
|
2021-08-29 10:17:55 +02:00
|
|
|
"generic-array 0.12.4",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
2022-01-12 16:18:55 +01:00
|
|
|
"generic-array 0.14.5",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
|
|
dependencies = [
|
|
|
|
"byte-tools",
|
|
|
|
]
|
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.1.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"async-channel",
|
|
|
|
"async-task",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.4.3"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-07 17:23:42 +02:00
|
|
|
name = "cache-padded"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.2.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "capnp"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.14.5"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "16c262726f68118392269a3f7a5546baf51dcfe5cb3c3f0957b502106bf1a065"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "capnp-futures"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.14.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "4a15248c8facb189a3c5fee74fbf1ff3adc134261d27da663b89c7d19ebaf983"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"capnp",
|
2022-01-12 16:18:55 +01:00
|
|
|
"futures 0.3.19",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "capnp-rpc"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.14.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "4c4f17f96f68f2c1168ed7105d9e5cb4a095a5bef3578aee0f9c0644b85ca95e"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"capnp",
|
|
|
|
"capnp-futures",
|
2022-01-12 16:18:55 +01:00
|
|
|
"futures 0.3.19",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "capnpc"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.14.5"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "682f2a7a680ac01d07fcc5e201cf23e5de65f528dfad7305e4a0a5312d35952f"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"capnp",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.0.72"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2020-04-28 16:51:08 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"nom",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-11-17 12:26:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2020-11-17 12:26:41 +01:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-11-17 12:26:41 +01:00
|
|
|
version = "0.4.19"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
|
|
|
"winapi",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.3.0"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "2.34.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.1.48"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"cc",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
2020-09-07 17:23:42 +02:00
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "1.2.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"cache-padded",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-09-07 17:23:42 +02:00
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
2021-08-29 10:17:55 +02:00
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-12-12 13:58:04 +01:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.5.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-24 14:16:22 +01:00
|
|
|
"crossbeam-utils",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.8.6"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-24 14:16:22 +01:00
|
|
|
"lazy_static",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dhall"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.10.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "5a7d7b648a24d2edd4ba9f31fe42c831080522d1cf35bca3522887ba0d802745"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"abnf_to_pest",
|
|
|
|
"annotate-snippets",
|
2021-02-09 18:19:00 +01:00
|
|
|
"elsa",
|
2020-12-12 13:58:04 +01:00
|
|
|
"hex",
|
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pest",
|
|
|
|
"pest_consume",
|
|
|
|
"pest_generator",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"sha2",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dhall_proc_macros"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.5.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "f64ba6f41d9b223e2e1d7c97a1145a1aa03e57d65e1c9c2baa29f194caf322c9"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "diflouroborane"
|
2022-02-14 19:56:39 +01:00
|
|
|
version = "0.2.3"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-12-01 10:21:39 +01:00
|
|
|
"async-channel",
|
2020-11-24 14:16:22 +01:00
|
|
|
"async-trait",
|
2021-09-10 16:22:58 +02:00
|
|
|
"bincode",
|
2020-11-24 14:16:22 +01:00
|
|
|
"capnp",
|
|
|
|
"capnp-futures",
|
|
|
|
"capnp-rpc",
|
|
|
|
"capnpc",
|
|
|
|
"clap",
|
2020-12-01 10:21:39 +01:00
|
|
|
"easy-parallel",
|
2020-11-24 14:16:22 +01:00
|
|
|
"flexbuffers",
|
2022-01-12 16:18:55 +01:00
|
|
|
"futures 0.3.19",
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-signals",
|
2020-12-01 16:06:39 +01:00
|
|
|
"futures-test",
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-util",
|
2020-12-02 16:20:50 +01:00
|
|
|
"genawaiter",
|
2020-11-24 14:16:22 +01:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"lmdb-rkv",
|
|
|
|
"paho-mqtt",
|
|
|
|
"rand",
|
|
|
|
"rsasl",
|
|
|
|
"rust-argon2",
|
|
|
|
"serde",
|
2020-12-12 13:58:04 +01:00
|
|
|
"serde_dhall",
|
2020-11-24 14:16:22 +01:00
|
|
|
"signal-hook",
|
|
|
|
"slog",
|
|
|
|
"slog-async",
|
|
|
|
"slog-term",
|
|
|
|
"smol",
|
2021-09-10 16:22:58 +02:00
|
|
|
"tempfile",
|
2020-11-24 14:16:22 +01:00
|
|
|
"toml",
|
|
|
|
"uuid",
|
2021-08-29 10:17:55 +02:00
|
|
|
"walkdir",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"generic-array 0.12.4",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2022-01-12 16:18:55 +01:00
|
|
|
"generic-array 0.14.5",
|
2020-12-12 13:58:04 +01:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
2021-08-29 10:17:55 +02:00
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-29 10:17:55 +02:00
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
2020-12-01 10:21:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "easy-parallel"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "3.2.0"
|
2020-12-01 10:21:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946"
|
2020-12-01 10:21:39 +01:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2021-02-09 18:19:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "elsa"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.5.0"
|
2021-02-09 18:19:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "de7a11bb5cc3390d4b8801a164c8c097e03c4a131023f72d51dfe31ff4ad61a4"
|
2021-02-09 18:19:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2020-11-17 12:26:41 +01:00
|
|
|
version = "2.5.1"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
|
2020-09-07 17:23:42 +02:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.6.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
|
2020-11-17 12:26:41 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"instant",
|
2020-11-17 12:26:41 +01:00
|
|
|
]
|
2020-09-07 17:23:42 +02:00
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "flexbuffers"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "2.0.0"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "15d14128f06405808ce75bfebe11e9b0f9da18719ede6d7bdb1702d6bfe0f7e8"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"num_enum",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.0.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.1.31"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.19"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.19"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel-preview"
|
|
|
|
version = "0.3.0-alpha.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "d5e5f4df964fa9c1c2f8bddeb5c3611631cacd93baf810fc8bb2fb4b495c263a"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-core-preview",
|
|
|
|
"futures-sink-preview",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.19"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core-preview"
|
|
|
|
version = "0.3.0-alpha.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a"
|
2020-09-18 13:21:35 +02:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.19"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
"num_cpus",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor-preview"
|
|
|
|
version = "0.3.0-alpha.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "75236e88bd9fe88e5e8bfcd175b665d0528fe03ca4c5207fabc028c8f9d93e98"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-core-preview",
|
|
|
|
"futures-util-preview",
|
|
|
|
"num_cpus",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.19"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io-preview"
|
|
|
|
version = "0.3.0-alpha.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "f4914ae450db1921a56c91bde97a27846287d062087d4a652efc09bb3a01ebda"
|
2020-09-18 13:21:35 +02:00
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.12.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.19"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-preview"
|
|
|
|
version = "0.3.0-alpha.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "3b1dce2a0267ada5c6ff75a8ba864b4e679a9e2aa44262af7a3b5516d530d76e"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-channel-preview",
|
|
|
|
"futures-core-preview",
|
|
|
|
"futures-executor-preview",
|
|
|
|
"futures-io-preview",
|
|
|
|
"futures-sink-preview",
|
|
|
|
"futures-util-preview",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-signals"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.24"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "439b5920b9dc57ddd4a959b4b1c0eb9a68ded001f1e331d422b0a68ef2928c5f"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"discard",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-12 16:18:55 +01:00
|
|
|
"log",
|
2021-08-29 10:17:55 +02:00
|
|
|
"pin-project",
|
2020-11-24 14:16:22 +01:00
|
|
|
"serde",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.19"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink-preview"
|
|
|
|
version = "0.3.0-alpha.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "86f148ef6b69f75bb610d4f9a2336d4fc88c4b5b67129d1a340dd0fd362efeec"
|
2020-09-18 13:21:35 +02:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.19"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-12-01 16:06:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-test"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.19"
|
2020-12-01 16:06:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "4e741bc851e1e90ad08901b329389ae77e02d5e9a0ec61955b80834630fbdc2f"
|
2020-12-01 16:06:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
2021-08-29 10:17:55 +02:00
|
|
|
"futures-macro",
|
2020-12-01 16:06:39 +01:00
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "8f9eb554aa23143abc64ec4d0016f038caf53bb7cbc3d91490835c54edc96550"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-preview",
|
|
|
|
"pin-utils",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.19"
|
2020-11-17 12:26:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
2020-11-17 12:26:41 +01:00
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"futures 0.1.31",
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-08-29 10:17:55 +02:00
|
|
|
"pin-project-lite",
|
2020-11-24 14:16:22 +01:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util-preview"
|
|
|
|
version = "0.3.0-alpha.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "5ce968633c17e5f97936bd2797b6e38fb56cf16a7422319f7ec2e30d3c470e8d"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-channel-preview",
|
|
|
|
"futures-core-preview",
|
|
|
|
"futures-io-preview",
|
|
|
|
"futures-sink-preview",
|
|
|
|
"memchr",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-12-02 16:20:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "genawaiter"
|
|
|
|
version = "0.99.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c86bd0361bcbde39b13475e6e36cb24c329964aa2611be285289d1e4b751c1a0"
|
|
|
|
dependencies = [
|
|
|
|
"genawaiter-macro",
|
|
|
|
"genawaiter-proc-macro",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "genawaiter-macro"
|
|
|
|
version = "0.99.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b32dfe1fdfc0bbde1f22a5da25355514b5e450c33a6af6770884c8750aedfbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "genawaiter-proc-macro"
|
|
|
|
version = "0.99.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "784f84eebc366e15251c4a8c3acee82a6a6f427949776ecb88377362a9621738"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.12.4"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.14.5"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.2.3"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
2021-08-29 10:17:55 +02:00
|
|
|
"wasi",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2020-04-28 16:51:08 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gsasl-sys"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.2.4"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "cd377f206007e661591b4c6a6ba9907a75ae24e2a9ef40f3d0750a1db6bd5dbd"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"bindgen",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.8.2"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.11.2"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.1.19"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.4.3"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"quick-error",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.2.3"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.8.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
2020-11-17 12:26:41 +01:00
|
|
|
name = "instant"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.1.12"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"cfg-if 1.0.0",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2020-09-07 17:23:42 +02:00
|
|
|
version = "1.3.0"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2020-04-28 16:51:08 +02:00
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.7.6"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
2021-08-29 10:17:55 +02:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-24 14:16:22 +01:00
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.2.112"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.7.2"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "afe203d669ec979b7128619bae5a63b7b42e9203c1b29146079ee05e2f604b52"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"winapi",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lmdb-rkv"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "447a296f7aca299cfbb50f4e4f3d49451549af655fb7215d7f8c0c3d64bad42b"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"lmdb-rkv-sys",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lmdb-rkv-sys"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "b27470ac25167b3afdfb6af8fcd3bc1be67de50ffbdaf4073378cfded6ae24a5"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.4.14"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"cfg-if 1.0.0",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.1.9"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "2.4.1"
|
2020-09-07 09:45:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2020-09-07 09:45:55 +02:00
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2020-09-07 17:23:42 +02:00
|
|
|
version = "5.1.2"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-11-17 12:26:41 +01:00
|
|
|
version = "0.1.44"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-11-17 12:26:41 +01:00
|
|
|
version = "0.2.14"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"autocfg",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.13.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.5.6"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"num_enum_derive",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.5.6"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.9.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
2020-09-07 17:23:42 +02:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "paho-mqtt"
|
|
|
|
version = "0.8.0"
|
2021-08-29 10:17:55 +02:00
|
|
|
source = "git+https://github.com/dequbed/paho.mqtt.rust.git?branch=master#14ec804ecf284564ee71b04345d1fdf1f75571df"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2022-01-12 16:18:55 +01:00
|
|
|
"futures 0.3.19",
|
2020-11-24 14:16:22 +01:00
|
|
|
"futures-timer",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"paho-mqtt-sys",
|
|
|
|
"thiserror",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paho-mqtt-sys"
|
|
|
|
version = "0.4.1"
|
2021-08-29 10:17:55 +02:00
|
|
|
source = "git+https://github.com/dequbed/paho.mqtt.rust.git?branch=master#14ec804ecf284564ee71b04345d1fdf1f75571df"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"bindgen",
|
|
|
|
"cmake",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
2020-04-28 16:51:08 +02:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
|
|
[[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_consume"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.1.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "dcb7c2ab7ca422b1f9b9e821c96667dc6675885c8a986cb379f7fac36b229085"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_consume_macros",
|
|
|
|
"pest_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_consume_macros"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.1.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "9d8630a7a899cb344ec1c16ba0a6b24240029af34bdc0a21f84e411d7f793f29"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-09-07 17:23:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.0.10"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"pin-project-internal",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.0.10"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
|
2020-09-07 17:23:42 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-09-07 17:23:42 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.2.8"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-09-07 17:23:42 +02:00
|
|
|
version = "0.1.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.24"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
2020-09-18 13:21:35 +02:00
|
|
|
|
2020-09-07 09:45:55 +02:00
|
|
|
[[package]]
|
2020-09-07 17:23:42 +02:00
|
|
|
name = "polling"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "2.2.0"
|
2020-09-07 09:45:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
|
2020-09-07 09:45:55 +02:00
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-08-29 10:17:55 +02:00
|
|
|
"wepoll-ffi",
|
2020-11-24 14:16:22 +01:00
|
|
|
"winapi",
|
2020-09-07 09:45:55 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.2.16"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pretty"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f60c0d9f6fc88ecdd245d90c1920ff76a430ab34303fc778d33b1d0a4c3bf6d3"
|
|
|
|
dependencies = [
|
|
|
|
"typed-arena",
|
|
|
|
]
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.1.0"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"thiserror",
|
2020-11-24 14:16:22 +01:00
|
|
|
"toml",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-12-02 16:20:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"syn-mid",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-11-17 12:26:41 +01:00
|
|
|
version = "0.5.19"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.0.36"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"unicode-xid",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2020-04-28 16:51:08 +02:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.0.14"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.8.4"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.3.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.6.3"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"getrandom",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.3.1"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"rand_core",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.2.10"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.4.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.5.4"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.6.25"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2021-09-10 16:22:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rsasl"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.4.2"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "00658df565e044eeb2d0358bf370eb597c7089daf7d5021aa142b91f2524f641"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"discard",
|
2020-11-24 14:16:22 +01:00
|
|
|
"gsasl-sys",
|
|
|
|
"libc",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.8.3"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"base64",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2020-04-28 16:51:08 +02:00
|
|
|
|
2021-08-29 10:17:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.0.6"
|
2021-08-29 10:17:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
|
2021-08-29 10:17:55 +02:00
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.0.9"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2020-09-18 13:21:35 +02:00
|
|
|
|
2021-08-29 10:17:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.0.133"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"serde_derive",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.11.2"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.0.133"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_dhall"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.10.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "1393976875f3080d8cd1ff54083129e2e6a30d7a62582b67c3eb5924789e8e75"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"dhall",
|
|
|
|
"dhall_proc_macros",
|
|
|
|
"doc-comment",
|
|
|
|
"serde",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.7.3",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"fake-simd",
|
|
|
|
"opaque-debug 0.2.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.9.9"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"cfg-if 1.0.0",
|
2021-08-29 10:17:55 +02:00
|
|
|
"cpufeatures",
|
2020-12-12 13:58:04 +01:00
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
]
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
2020-04-28 16:51:08 +02:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.13"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.4.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.4.5"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "2.7.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-async"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "2.7.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "766c59b252e62a34651412870ff55d8c4e6d04df19b43eecb2703e417b097ffe"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"crossbeam-channel",
|
|
|
|
"slog",
|
|
|
|
"take_mut",
|
|
|
|
"thread_local",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-term"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "2.8.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "95c1e7e5aab61ced6006149ea772770b84a0d16ce0f7885def313e4829946d76"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"atty",
|
|
|
|
"chrono",
|
|
|
|
"slog",
|
|
|
|
"term",
|
|
|
|
"thread_local",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-09-07 09:45:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "smol"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.2.5"
|
2020-11-17 12:26:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "85cf3b5351f3e783c1d79ab5fc604eeed8b8ae9abd36b166e8b87a089efd85e4"
|
2020-11-17 12:26:41 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
|
|
|
"async-fs",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
|
|
|
"async-net",
|
|
|
|
"async-process",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
2020-09-07 09:45:55 +02:00
|
|
|
]
|
|
|
|
|
2021-08-29 10:17:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.4.2"
|
2021-08-29 10:17:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
|
2021-08-29 10:17:55 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-02-09 18:19:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2020-09-07 09:45:55 +02:00
|
|
|
[[package]]
|
2020-09-18 13:21:35 +02:00
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
2020-09-07 09:45:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
2020-09-07 09:45:55 +02:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.0.85"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-02 16:20:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn-mid"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.5.3"
|
2020-12-02 16:20:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9"
|
2020-12-02 16:20:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2021-09-10 16:22:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "3.3.0"
|
2021-09-10 16:22:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-09-10 16:22:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-01-12 16:18:55 +01:00
|
|
|
"fastrand",
|
2021-09-10 16:22:58 +02:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.7.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
2020-11-24 14:16:22 +01:00
|
|
|
"winapi",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.1.2"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"winapi-util",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"unicode-width",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.0.30"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"thiserror-impl",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.0.30"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2020-09-18 13:21:35 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-09-18 13:21:35 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "1.1.3"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"once_cell",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.1.43"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.5.1"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.5.8"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"serde",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "1.15.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.3.7"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2020-12-12 13:58:04 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.1.19"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.1.9"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.2.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "2.2.2"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.8.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2021-08-29 10:17:55 +02:00
|
|
|
"getrandom",
|
2020-11-24 14:16:22 +01:00
|
|
|
"serde",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-09-07 17:23:42 +02:00
|
|
|
version = "0.8.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-12 16:18:55 +01:00
|
|
|
version = "0.9.4"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 16:18:55 +01:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-04-28 16:51:08 +02:00
|
|
|
|
2020-09-07 09:45:55 +02:00
|
|
|
[[package]]
|
2020-09-07 17:23:42 +02:00
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
2020-09-07 09:45:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
2020-09-07 09:45:55 +02:00
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
2021-08-29 10:17:55 +02:00
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-09-07 09:45:55 +02:00
|
|
|
[[package]]
|
2020-09-07 17:23:42 +02:00
|
|
|
name = "wasi"
|
2021-08-29 10:17:55 +02:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-09-07 09:45:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-09-07 09:45:55 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-08-29 10:17:55 +02:00
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
2020-09-07 09:45:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 10:17:55 +02:00
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
2020-09-07 09:45:55 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"cc",
|
2020-09-07 09:45:55 +02:00
|
|
|
]
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "3.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-07 17:23:42 +02:00
|
|
|
version = "0.3.9"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2020-04-28 16:51:08 +02:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"winapi",
|
2020-04-28 16:51:08 +02:00
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:16:22 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|