2022-04-04 05:44:36 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-04-06 08:08:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-04-06 07:08:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.0.66"
|
2022-04-06 07:08:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
2022-04-06 08:08:01 +02:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
]
|
2022-04-06 07:08:35 +02:00
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2022-04-06 08:08:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.3.66"
|
2022-04-06 08:08:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
|
2022-04-06 08:08:01 +02:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2022-04-08 10:13:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.10.3"
|
2022-04-08 10:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2022-04-08 10:13:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bore-cli"
|
2022-11-11 07:14:42 +01:00
|
|
|
version = "0.4.1"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
2022-04-06 07:08:35 +02:00
|
|
|
"anyhow",
|
2022-04-04 05:44:36 +02:00
|
|
|
"clap",
|
2022-04-06 07:08:35 +02:00
|
|
|
"dashmap",
|
2022-04-22 05:48:38 +02:00
|
|
|
"futures-util",
|
2022-04-08 10:13:31 +02:00
|
|
|
"hex",
|
|
|
|
"hmac",
|
2022-04-09 08:54:52 +02:00
|
|
|
"lazy_static",
|
|
|
|
"rstest",
|
2022-04-04 05:44:36 +02:00
|
|
|
"serde",
|
2022-04-06 08:08:01 +02:00
|
|
|
"serde_json",
|
2022-04-08 10:13:31 +02:00
|
|
|
"sha2",
|
2022-04-04 05:44:36 +02:00
|
|
|
"tokio",
|
2022-04-22 05:48:38 +02:00
|
|
|
"tokio-util",
|
2022-04-06 07:08:35 +02:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2022-04-04 05:44:36 +02:00
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.2.1"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
2022-04-06 08:08:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.0.76"
|
2022-04-06 08:08:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
|
2022-04-06 08:08:01 +02:00
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "4.0.22"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"clap_derive",
|
2022-04-22 05:48:38 +02:00
|
|
|
"clap_lex",
|
2022-11-11 07:08:50 +01:00
|
|
|
"once_cell",
|
2022-04-04 05:44:36 +02:00
|
|
|
"strsim",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "4.0.21"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-22 05:48:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.3.0"
|
2022-04-22 05:48:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
|
2022-04-22 05:48:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-04-08 10:13:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.2.5"
|
2022-04-08 10:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2022-04-08 10:13:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.1.6"
|
2022-04-08 10:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-04-08 10:13:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2022-04-06 07:08:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "5.4.0"
|
2022-04-06 07:08:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
|
2022-04-06 07:08:35 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-11-11 07:08:50 +01:00
|
|
|
"hashbrown",
|
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core",
|
2022-04-06 07:08:35 +02:00
|
|
|
]
|
|
|
|
|
2022-04-08 10:13:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.10.5"
|
2022-04-08 10:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
|
2022-04-08 10:13:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-04-22 05:48:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.3.25"
|
2022-04-22 05:48:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
2022-04-22 05:48:38 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.3.25"
|
2022-04-22 05:48:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
|
2022-04-22 05:48:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.3.25"
|
2022-04-22 05:48:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
2022-04-22 05:48:38 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.3.25"
|
2022-04-22 05:48:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
|
2022-04-22 05:48:38 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.3.25"
|
2022-04-22 05:48:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
|
2022-04-22 05:48:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2022-04-08 10:13:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.14.6"
|
2022-04-08 10:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2022-04-08 10:13:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.2.8"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2022-11-11 07:08:50 +01:00
|
|
|
"wasi",
|
2022-04-04 05:44:36 +02:00
|
|
|
]
|
|
|
|
|
2022-04-06 08:08:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.26.2"
|
2022-04-06 08:08:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
2022-04-06 08:08:01 +02:00
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.12.3"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-04-08 10:13:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-04-06 08:08:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.0.4"
|
2022-04-06 08:08:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
2022-04-06 08:08:01 +02:00
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.2.137"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.4.9"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.4.17"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "2.5.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
2022-04-06 08:08:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.5.4"
|
2022-04-06 08:08:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
2022-04-06 08:08:01 +02:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.8.5"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-11-11 07:08:50 +01:00
|
|
|
"wasi",
|
|
|
|
"windows-sys",
|
2022-04-04 05:44:36 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-11-11 07:08:50 +01:00
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
2022-11-11 07:08:50 +01:00
|
|
|
"overload",
|
2022-04-04 05:44:36 +02:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.14.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-04-06 08:08:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.29.0"
|
2022-04-06 08:08:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
|
2022-04-06 08:08:01 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.16.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "6.4.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-11-11 07:08:50 +01:00
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.9.4"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.2.9"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
2022-04-22 05:48:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.0.47"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
2022-11-11 07:08:50 +01:00
|
|
|
"unicode-ident",
|
2022-04-04 05:44:36 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.0.21"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.2.16"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2022-04-09 08:54:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rstest"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d912f35156a3f99a66ee3e11ac2e0b3f34ac85a07e05263d05a7e2c8810d616f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
2022-04-06 08:08:01 +02:00
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.21"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 08:08:01 +02:00
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
2022-04-06 07:08:35 +02:00
|
|
|
|
2022-04-09 08:54:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2022-04-06 07:08:35 +02:00
|
|
|
[[package]]
|
2022-04-06 08:08:01 +02:00
|
|
|
name = "ryu"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.0.11"
|
2022-04-06 07:08:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2022-04-09 08:54:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.0.14"
|
2022-04-09 08:54:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
|
2022-04-09 08:54:52 +02:00
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.0.147"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.0.147"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-06 08:08:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.0.87"
|
2022-04-06 08:08:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
|
2022-04-06 08:08:01 +02:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-04-08 10:13:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.10.6"
|
2022-04-08 10:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
2022-04-08 10:13:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
2022-04-06 07:08:35 +02:00
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 07:08:35 +02:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
2022-04-06 07:08:35 +02:00
|
|
|
"lazy_static",
|
2022-04-04 05:44:36 +02:00
|
|
|
]
|
|
|
|
|
2022-04-22 05:48:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.4.7"
|
2022-04-22 05:48:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-04-22 05:48:38 +02:00
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.10.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.4.7"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2022-04-08 10:13:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.0.103"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-11-11 07:08:50 +01:00
|
|
|
"unicode-ident",
|
2022-04-04 05:44:36 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-04-06 07:08:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.21.2"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
2022-11-11 07:08:50 +01:00
|
|
|
"autocfg",
|
2022-04-04 05:44:36 +02:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.8.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-22 05:48:38 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.7.4"
|
2022-04-22 05:48:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
2022-04-22 05:48:38 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-04-06 07:08:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.1.37"
|
2022-04-06 07:08:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2022-04-06 07:08:35 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.1.23"
|
2022-04-06 07:08:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
2022-04-06 07:08:35 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.1.30"
|
2022-04-06 07:08:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2022-04-06 07:08:35 +02:00
|
|
|
dependencies = [
|
2022-11-11 07:08:50 +01:00
|
|
|
"once_cell",
|
2022-04-06 07:08:35 +02:00
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.1.3"
|
2022-04-06 07:08:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2022-04-06 07:08:35 +02:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.3.16"
|
2022-04-06 07:08:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
2022-04-06 07:08:35 +02:00
|
|
|
dependencies = [
|
2022-11-11 07:08:50 +01:00
|
|
|
"nu-ansi-term",
|
2022-04-06 07:08:35 +02:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2022-04-08 10:13:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
2022-11-11 07:08:50 +01:00
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.5"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "1.2.1"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-04-06 07:08:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.42.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2022-04-04 05:44:36 +02:00
|
|
|
dependencies = [
|
2022-11-11 07:08:50 +01:00
|
|
|
"windows_aarch64_gnullvm",
|
2022-04-04 05:44:36 +02:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-11-11 07:08:50 +01:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-04-04 05:44:36 +02:00
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2022-11-11 07:08:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
|
2022-04-04 05:44:36 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.42.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.42.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.42.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
2022-04-04 05:44:36 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-11-11 07:08:50 +01:00
|
|
|
version = "0.42.0"
|
2022-04-04 05:44:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 07:08:50 +01:00
|
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|