2023-06-23 22:42:58 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2024-03-10 05:27:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.22.0"
|
2024-03-10 05:27:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2024-03-10 05:27:09 +01:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-06-24 20:21:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.1.3"
|
2023-06-24 20:21:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-06-24 20:21:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-06-24 00:37:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.3.0"
|
2023-06-24 00:37:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2023-06-24 00:37:03 +02:00
|
|
|
|
2024-03-10 05:27:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.3.73"
|
2024-03-10 05:27:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
2024-03-10 05:27:09 +01:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2023-06-24 20:21:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "2.6.0"
|
2023-06-24 20:21:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-06-24 20:21:58 +02:00
|
|
|
|
2023-06-25 09:44:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.16.1"
|
2023-06-25 09:44:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
|
2023-06-25 09:44:08 +02:00
|
|
|
|
2023-06-24 00:37:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.6.1"
|
2023-06-24 00:37:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
|
2024-03-10 05:27:09 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.1.5"
|
2024-03-10 05:27:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052"
|
2023-06-24 00:37:03 +02:00
|
|
|
|
2023-06-23 22:42:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-06-24 20:21:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.2.8"
|
2023-06-24 20:21:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
|
2023-06-24 20:21:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-07-17 17:57:22 +02:00
|
|
|
"syn",
|
2023-06-24 20:21:58 +02:00
|
|
|
]
|
|
|
|
|
2024-03-05 14:32:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-06-23 22:42:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gbt"
|
2024-01-24 19:47:08 +01:00
|
|
|
version = "1.0.0"
|
2023-06-23 22:42:58 +02:00
|
|
|
dependencies = [
|
2023-06-25 09:44:08 +02:00
|
|
|
"bytemuck",
|
2023-06-24 00:37:03 +02:00
|
|
|
"bytes",
|
2023-06-24 20:21:58 +02:00
|
|
|
"napi",
|
|
|
|
"napi-build",
|
|
|
|
"napi-derive",
|
2023-06-24 00:37:03 +02:00
|
|
|
"priority-queue",
|
2023-06-27 04:29:32 +02:00
|
|
|
"tracing",
|
2024-03-10 05:27:09 +01:00
|
|
|
"tracing-log",
|
2023-06-27 04:29:32 +02:00
|
|
|
"tracing-subscriber",
|
2023-06-24 00:37:03 +02:00
|
|
|
]
|
|
|
|
|
2024-03-10 05:27:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.29.0"
|
2024-03-10 05:27:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
2024-03-10 05:27:09 +01:00
|
|
|
|
2023-06-24 00:37:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.14.5"
|
2023-06-24 00:37:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2023-06-24 00:37:03 +02:00
|
|
|
|
2023-06-25 04:28:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-03-10 05:27:09 +01:00
|
|
|
version = "0.3.9"
|
2023-06-25 04:28:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 05:27:09 +01:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-06-25 04:28:19 +02:00
|
|
|
|
2023-06-24 00:37:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "2.2.6"
|
2023-06-24 00:37:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2023-06-24 00:37:03 +02:00
|
|
|
dependencies = [
|
2024-03-05 14:32:14 +01:00
|
|
|
"equivalent",
|
2023-06-24 00:37:03 +02:00
|
|
|
"hashbrown",
|
2023-06-23 22:42:58 +02:00
|
|
|
]
|
|
|
|
|
2023-06-27 04:29:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.5.0"
|
2023-06-27 04:29:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2023-06-27 04:29:32 +02:00
|
|
|
|
2023-06-25 04:28:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.2.155"
|
2023-06-25 04:28:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2023-06-25 04:28:19 +02:00
|
|
|
|
2023-06-23 22:42:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.8.4"
|
2023-06-23 22:42:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
|
2023-06-23 22:42:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-07-17 17:57:22 +02:00
|
|
|
"windows-targets",
|
2023-06-23 22:42:58 +02:00
|
|
|
]
|
|
|
|
|
2023-06-27 04:29:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.4.22"
|
2023-06-27 04:29:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2023-06-27 04:29:32 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
2024-03-10 05:27:09 +01:00
|
|
|
"regex-automata 0.1.10",
|
2023-06-27 04:29:32 +02:00
|
|
|
]
|
|
|
|
|
2023-06-23 22:42:58 +02:00
|
|
|
[[package]]
|
2023-06-24 20:21:58 +02:00
|
|
|
name = "memchr"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "2.7.4"
|
2023-06-24 20:21:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2024-03-10 05:27:09 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.7.4"
|
2024-03-10 05:27:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2024-03-10 05:27:09 +01:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
2023-06-24 20:21:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "napi"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "2.16.8"
|
2023-06-23 22:42:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "a1bd081bbaef43600fd2c5dd4c525b8ecea7dfdacf40ebc674e87851dce6559e"
|
2023-06-23 22:42:58 +02:00
|
|
|
dependencies = [
|
2023-06-24 20:21:58 +02:00
|
|
|
"bitflags",
|
|
|
|
"ctor",
|
|
|
|
"napi-derive",
|
|
|
|
"napi-sys",
|
|
|
|
"once_cell",
|
2023-06-25 04:28:19 +02:00
|
|
|
"tokio",
|
2023-06-23 22:42:58 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-24 20:21:58 +02:00
|
|
|
name = "napi-build"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "2.1.3"
|
2023-06-23 22:42:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "e1c0f5d67ee408a4685b61f5ab7e58605c8ae3f2b4189f0127d804ff13d5560a"
|
2023-06-23 22:42:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-06-24 20:21:58 +02:00
|
|
|
name = "napi-derive"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "2.16.9"
|
2023-06-23 22:42:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "87c3b5d4ab13e20a4bb9d3a1e2f3d4e77eee4a205d0f810abfd226b971dc6ce5"
|
2023-06-23 22:42:58 +02:00
|
|
|
dependencies = [
|
2023-06-24 20:21:58 +02:00
|
|
|
"cfg-if",
|
|
|
|
"convert_case",
|
|
|
|
"napi-derive-backend",
|
|
|
|
"proc-macro2",
|
2023-06-23 22:42:58 +02:00
|
|
|
"quote",
|
2024-07-17 17:57:22 +02:00
|
|
|
"syn",
|
2023-06-23 22:42:58 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-24 20:21:58 +02:00
|
|
|
name = "napi-derive-backend"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.0.71"
|
2023-06-23 22:42:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "96de436a6ab93265beef838f8333c8345438f059df6081fe0ad0b8648ee0c524"
|
2023-06-24 20:21:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"semver",
|
2024-07-17 17:57:22 +02:00
|
|
|
"syn",
|
2023-06-24 20:21:58 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "napi-sys"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "2.4.0"
|
2023-06-24 20:21:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
|
2023-06-23 22:42:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2023-06-27 04:29:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-06-25 04:28:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2024-03-10 05:27:09 +01:00
|
|
|
version = "1.16.0"
|
2023-06-25 04:28:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 05:27:09 +01:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2023-06-25 04:28:19 +02:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-03-10 05:27:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.36.1"
|
2024-03-10 05:27:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
|
2024-03-10 05:27:09 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-06-24 00:37:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-03-05 14:32:14 +01:00
|
|
|
version = "1.19.0"
|
2023-06-24 00:37:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 14:32:14 +01:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2023-06-24 00:37:03 +02:00
|
|
|
|
2023-06-27 04:29:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2023-06-25 04:28:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.2.14"
|
2023-06-25 04:28:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2023-06-25 04:28:19 +02:00
|
|
|
|
2023-06-24 00:37:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "priority-queue"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "2.0.3"
|
2023-06-24 00:37:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "70c501afe3a2e25c9bd219aa56ec1e04cdb3fcdd763055be268778c13fa82c1f"
|
2023-06-24 00:37:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2024-03-05 14:32:14 +01:00
|
|
|
"equivalent",
|
2023-06-24 00:37:03 +02:00
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2023-06-23 22:42:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.0.86"
|
2023-06-23 22:42:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2023-06-23 22:42:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.0.36"
|
2023-06-23 22:42:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2023-06-23 22:42:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-24 20:21:58 +02:00
|
|
|
name = "regex"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.10.5"
|
2023-06-23 22:42:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
2023-06-23 22:42:58 +02:00
|
|
|
dependencies = [
|
2023-06-24 20:21:58 +02:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-07-17 17:57:22 +02:00
|
|
|
"regex-automata 0.4.7",
|
|
|
|
"regex-syntax 0.8.4",
|
2023-06-27 04:29:32 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.6.29",
|
2023-06-23 22:42:58 +02:00
|
|
|
]
|
|
|
|
|
2024-03-10 05:27:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.4.7"
|
2024-03-10 05:27:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2024-03-10 05:27:09 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-07-17 17:57:22 +02:00
|
|
|
"regex-syntax 0.8.4",
|
2024-03-10 05:27:09 +01:00
|
|
|
]
|
|
|
|
|
2023-06-27 04:29:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
2023-06-23 22:42:58 +02:00
|
|
|
[[package]]
|
2023-06-24 20:21:58 +02:00
|
|
|
name = "regex-syntax"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.8.4"
|
2024-03-10 05:27:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2024-03-10 05:27:09 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "0.1.24"
|
2023-06-23 22:42:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-06-23 22:42:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-06-24 20:21:58 +02:00
|
|
|
name = "semver"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.0.23"
|
2023-06-23 22:42:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2023-06-23 22:42:58 +02:00
|
|
|
|
2023-06-27 04:29:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2024-03-10 05:27:09 +01:00
|
|
|
version = "0.1.7"
|
2023-06-27 04:29:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 05:27:09 +01:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2023-06-27 04:29:32 +02:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.13.2"
|
2023-06-27 04:29:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2024-05-02 23:00:49 +02:00
|
|
|
|
2023-06-23 22:42:58 +02:00
|
|
|
[[package]]
|
2023-06-24 20:21:58 +02:00
|
|
|
name = "syn"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "2.0.71"
|
2023-06-23 22:42:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462"
|
2023-06-23 22:42:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-24 20:21:58 +02:00
|
|
|
"unicode-ident",
|
2023-06-23 22:42:58 +02:00
|
|
|
]
|
|
|
|
|
2023-06-27 04:29:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-03-10 05:27:09 +01:00
|
|
|
version = "1.1.8"
|
2023-06-27 04:29:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 05:27:09 +01:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2023-06-27 04:29:32 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-06-25 04:28:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-07-17 17:57:22 +02:00
|
|
|
version = "1.38.1"
|
2023-06-25 04:28:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 17:57:22 +02:00
|
|
|
checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df"
|
2023-06-25 04:28:19 +02:00
|
|
|
dependencies = [
|
2024-03-10 05:27:09 +01:00
|
|
|
"backtrace",
|
2023-06-25 04:28:19 +02:00
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-06-27 04:29:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-03-10 05:27:09 +01:00
|
|
|
version = "0.1.40"
|
2023-06-27 04:29:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 05:27:09 +01:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2023-06-27 04:29:32 +02:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2024-03-10 05:27:09 +01:00
|
|
|
version = "0.1.27"
|
2023-06-27 04:29:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 05:27:09 +01:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2023-06-27 04:29:32 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-17 17:57:22 +02:00
|
|
|
"syn",
|
2023-06-27 04:29:32 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-03-10 05:27:09 +01:00
|
|
|
version = "0.1.32"
|
2023-06-27 04:29:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 05:27:09 +01:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2023-06-27 04:29:32 +02:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
2024-03-05 14:32:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2023-06-27 04:29:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2024-03-10 05:27:09 +01:00
|
|
|
version = "0.3.18"
|
2023-06-27 04:29:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 05:27:09 +01:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2023-06-27 04:29:32 +02:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
2024-03-10 05:27:09 +01:00
|
|
|
"tracing-log",
|
2023-06-27 04:29:32 +02:00
|
|
|
]
|
|
|
|
|
2023-06-23 22:42:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-03-10 05:27:09 +01:00
|
|
|
version = "1.0.12"
|
2023-06-23 22:42:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 05:27:09 +01:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-06-23 22:42:58 +02:00
|
|
|
|
2023-06-24 20:21:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-03-10 05:27:09 +01:00
|
|
|
version = "1.11.0"
|
2023-06-24 20:21:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 05:27:09 +01:00
|
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
2023-06-24 20:21:58 +02:00
|
|
|
|
2023-06-27 04:29:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2023-06-23 22:42:58 +02:00
|
|
|
[[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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2024-07-17 17:57:22 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|