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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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
|
|
|
|
2022-02-26 11:38:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "2.5.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
|
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-02-26 11:38:53 +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-02-26 11:38:53 +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
|
|
|
]
|
|
|
|
|
2021-12-09 18:17:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-rustls"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c86f33abd5a4f3e2d6d9251a9e0c6a7e52eb1113caf893dae8429bf4a53f378"
|
|
|
|
dependencies = [
|
|
|
|
"futures-lite",
|
|
|
|
"rustls",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
2020-09-07 09:45:55 +02:00
|
|
|
name = "async-task"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "4.1.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "677d306121baf53310a3fd342d88dc0824f6bbeace68347593658525565abee8"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-02-26 11:38:53 +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-02-26 11:38:53 +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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "1.1.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "1.0.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"arrayref",
|
2022-02-26 11:38:53 +01:00
|
|
|
"arrayvec 0.7.2",
|
2020-11-24 14:16:22 +01:00
|
|
|
"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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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
|
|
|
]
|
|
|
|
|
2021-12-09 18:17:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "3.9.1"
|
2021-12-09 18:17:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
2021-12-09 18:17:35 +01: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-02-26 11:38:53 +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-02-26 11:38:53 +01:00
|
|
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "capnp"
|
2022-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +01:00
|
|
|
"futures 0.3.21",
|
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-02-26 11:38:53 +01:00
|
|
|
"futures 0.3.21",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "capnpc"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.14.7"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "c7ed9b80f792ac01a8b328ccbc509c2bd756fb5dec18af0163e7963dde23c0b5"
|
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-02-26 11:38:53 +01:00
|
|
|
version = "1.0.73"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
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-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "1.3.1"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
|
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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +01:00
|
|
|
version = "0.8.7"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
|
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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.11.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "49483fe619f146762fa89c7c840fa1fbf8b534cab0b59622106e8f434bbd4bca"
|
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",
|
2022-02-26 11:38:53 +01:00
|
|
|
"home",
|
2020-12-12 13:58:04 +01:00
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pest",
|
|
|
|
"pest_consume",
|
|
|
|
"pest_generator",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"sha2",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dhall_proc_macros"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.6.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "df7c81d16870879ef530b07cef32bc6088f98937ab4168106cc8e382a05146bf"
|
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-01-06 20:30:50 +01:00
|
|
|
version = "0.3.2"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-12-01 10:21:39 +01:00
|
|
|
"async-channel",
|
2021-12-09 18:17:35 +01:00
|
|
|
"async-rustls",
|
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-02-26 11:38:53 +01:00
|
|
|
"futures 0.3.21",
|
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",
|
2021-12-09 18:17:35 +01:00
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
2020-11-24 14:16:22 +01:00
|
|
|
"serde",
|
2020-12-12 13:58:04 +01:00
|
|
|
"serde_dhall",
|
2022-01-06 20:30:50 +01:00
|
|
|
"serde_json",
|
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",
|
2022-02-26 11:38:53 +01:00
|
|
|
"time",
|
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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +01:00
|
|
|
version = "1.6.0"
|
2021-02-09 18:19:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "348b451f939db7ec8fb01068d419a2354d76386596d5e4e025ab50bdd9e5c480"
|
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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "2.5.2"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
|
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-02-26 11:38:53 +01:00
|
|
|
version = "1.7.0"
|
2020-09-07 17:23:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
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-02-26 11:38:53 +01:00
|
|
|
version = "0.3.21"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
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-02-26 11:38:53 +01:00
|
|
|
version = "0.3.21"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
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-02-26 11:38:53 +01:00
|
|
|
version = "0.3.21"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
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-02-26 11:38:53 +01:00
|
|
|
version = "0.3.21"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
|
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-02-26 11:38:53 +01:00
|
|
|
version = "0.3.21"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
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-02-26 11:38:53 +01:00
|
|
|
version = "0.3.21"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +01:00
|
|
|
version = "0.3.21"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
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-02-26 11:38:53 +01:00
|
|
|
version = "0.3.21"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-12-01 16:06:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-test"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.3.21"
|
2020-12-01 16:06:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "8c3e9379dbbfb35dd6df79e895d73c0f75558827fe68eb853b858ff417a8ee98"
|
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-02-26 11:38:53 +01:00
|
|
|
version = "0.3.21"
|
2020-11-17 12:26:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
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-02-26 11:38:53 +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-02-26 11:38:53 +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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.2.5"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
|
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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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
|
|
|
|
2022-02-26 11:38:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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",
|
|
|
|
]
|
|
|
|
|
2022-01-06 20:30:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
2021-12-09 18:17:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.3.56"
|
2021-12-09 18:17:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
|
2021-12-09 18:17:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2022-02-26 11:38:53 +01:00
|
|
|
"arrayvec 0.5.2",
|
2020-11-24 14:16:22 +01:00
|
|
|
"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-02-26 11:38:53 +01:00
|
|
|
version = "0.2.119"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
|
2020-02-25 19:29:58 +01:00
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.7.3"
|
2020-04-28 16:51:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.11.2"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "61b9ce6b3be08acefa3003c57b7565377432a89ec24476bbe72e11d101f852fe"
|
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_cpus"
|
2022-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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
|
|
|
]
|
|
|
|
|
2022-02-26 11:38:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +01:00
|
|
|
"futures 0.3.21",
|
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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +01:00
|
|
|
version = "1.1.3"
|
2020-09-18 13:21:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +01:00
|
|
|
version = "1.0.15"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.8.5"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
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 = "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",
|
|
|
|
]
|
|
|
|
|
2021-12-09 18:17:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-04-28 16:51:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rsasl"
|
2022-02-26 11:38:53 +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-02-26 11:38:53 +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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "1.0.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "b50162d19404029c1ceca6f6980fe40d45c8b369f6f44446fa14bb39573b5bb9"
|
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-12-09 18:17:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.19.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
]
|
|
|
|
|
2021-08-29 10:17:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2022-02-26 11:38:53 +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-02-26 11:38:53 +01:00
|
|
|
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
|
2021-08-29 10:17:55 +02:00
|
|
|
|
2020-09-18 13:21:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-02-26 11:38:53 +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-02-26 11:38:53 +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",
|
|
|
|
]
|
|
|
|
|
2021-12-09 18:17:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2020-02-25 19:29:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "1.0.136"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
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-02-26 11:38:53 +01:00
|
|
|
version = "1.0.136"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.11.0"
|
2020-12-12 13:58:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "5212ade489a28b0763867bb60a15169e41d855f3c04c0b26aa3bea50f9770e12"
|
2020-12-12 13:58:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"dhall",
|
|
|
|
"dhall_proc_macros",
|
|
|
|
"doc-comment",
|
|
|
|
"serde",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-01-06 20:30:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "1.0.79"
|
2022-01-06 20:30:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
2022-01-06 20:30:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "2.9.0"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "87d29185c55b7b258b4f120eab00f48557d4d9bc814f41713f449d35b0f8977c"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2020-11-24 14:16:22 +01:00
|
|
|
"atty",
|
|
|
|
"slog",
|
|
|
|
"term",
|
|
|
|
"thread_local",
|
2022-02-26 11:38:53 +01:00
|
|
|
"time",
|
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-02-26 11:38:53 +01:00
|
|
|
version = "0.4.4"
|
2021-08-29 10:17:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-08-29 10:17:55 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-09 18:17:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
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-02-26 11:38:53 +01:00
|
|
|
version = "1.0.86"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
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-02-26 11:38:53 +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-02-26 11:38:53 +01:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-09-10 16:22:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "1.1.4"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
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"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.3.7"
|
2020-02-25 19:29:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d"
|
2020-02-25 19:29:58 +01:00
|
|
|
dependencies = [
|
2022-02-26 11:38:53 +01:00
|
|
|
"itoa",
|
2020-11-24 14:16:22 +01:00
|
|
|
"libc",
|
2022-02-26 11:38:53 +01:00
|
|
|
"num_threads",
|
|
|
|
"serde",
|
|
|
|
"time-macros",
|
2020-02-25 19:29:58 +01:00
|
|
|
]
|
|
|
|
|
2022-01-06 20:30:50 +01:00
|
|
|
[[package]]
|
2022-02-26 11:38:53 +01:00
|
|
|
name = "time-macros"
|
|
|
|
version = "0.2.3"
|
2022-01-06 20:30:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
|
2022-01-06 20:30:50 +01:00
|
|
|
|
2020-12-12 13:58:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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-02-26 11:38:53 +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
|
|
|
|
2021-12-09 18:17:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
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-02-26 11:38:53 +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-02-26 11:38:53 +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
|
|
|
|
2021-12-09 18:17:35 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.2.79"
|
2021-12-09 18:17:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
|
2021-12-09 18:17:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.2.79"
|
2021-12-09 18:17:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
|
2021-12-09 18:17:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.2.79"
|
2021-12-09 18:17:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
|
2021-12-09 18:17:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.2.79"
|
2021-12-09 18:17:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
|
2021-12-09 18:17:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.2.79"
|
2021-12-09 18:17:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
|
2021-12-09 18:17:35 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-02-26 11:38:53 +01:00
|
|
|
version = "0.3.56"
|
2021-12-09 18:17:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-26 11:38:53 +01:00
|
|
|
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
|
2021-12-09 18:17:35 +01:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.21.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
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"
|