1
Fork 0
minesweeper-nojs/Cargo.lock

747 lines
20 KiB
Text
Raw Normal View History

2023-07-02 17:11:46 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2024-06-19 10:17:22 +02:00
version = "0.22.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2023-07-02 17:11:46 +02:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2024-05-23 13:16:11 +02:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2023-07-02 17:11:46 +02:00
[[package]]
name = "autocfg"
2024-05-23 13:16:11 +02:00
version = "1.3.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-07-02 17:11:46 +02:00
[[package]]
name = "backtrace"
2024-06-19 10:17:22 +02:00
version = "0.3.73"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2023-07-02 17:11:46 +02:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "bitflags"
2024-05-23 13:16:11 +02:00
version = "2.5.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-07-02 17:11:46 +02:00
[[package]]
name = "bytes"
2024-05-23 13:16:11 +02:00
version = "1.6.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2023-07-02 17:11:46 +02:00
[[package]]
name = "cc"
2024-06-19 10:17:22 +02:00
version = "1.0.99"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
2023-07-02 17:11:46 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-12-31 22:49:37 +01:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-07-02 17:11:46 +02:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2023-12-31 22:49:37 +01:00
version = "1.2.1"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 22:49:37 +01:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2023-07-02 17:11:46 +02:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures-channel"
2023-12-31 22:49:37 +01:00
version = "0.3.30"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 22:49:37 +01:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2023-07-02 17:11:46 +02:00
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2023-12-31 22:49:37 +01:00
version = "0.3.30"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 22:49:37 +01:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2023-07-02 17:11:46 +02:00
[[package]]
name = "futures-sink"
2023-12-31 22:49:37 +01:00
version = "0.3.30"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 22:49:37 +01:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2023-07-02 17:11:46 +02:00
[[package]]
name = "futures-task"
2023-12-31 22:49:37 +01:00
version = "0.3.30"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 22:49:37 +01:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2023-07-02 17:11:46 +02:00
[[package]]
name = "futures-util"
2023-12-31 22:49:37 +01:00
version = "0.3.30"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 22:49:37 +01:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2023-07-02 17:11:46 +02:00
dependencies = [
"futures-core",
"futures-task",
"pin-project-lite",
"pin-utils",
]
[[package]]
name = "gimli"
2024-06-19 10:17:22 +02:00
version = "0.29.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2023-07-02 17:11:46 +02:00
[[package]]
name = "h2"
2024-05-23 13:16:11 +02:00
version = "0.4.5"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
2023-07-02 17:11:46 +02:00
dependencies = [
2024-05-23 13:16:11 +02:00
"atomic-waker",
2023-07-02 17:11:46 +02:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2024-05-23 13:16:11 +02:00
version = "0.14.5"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-07-02 17:11:46 +02:00
[[package]]
name = "hermit-abi"
2024-05-23 13:16:11 +02:00
version = "0.3.9"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-07-02 17:11:46 +02:00
[[package]]
name = "http"
2024-05-23 13:16:11 +02:00
version = "1.1.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2023-07-02 17:11:46 +02:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2023-12-31 22:49:37 +01:00
version = "1.0.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 22:49:37 +01:00
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
2023-07-02 17:11:46 +02:00
dependencies = [
"bytes",
"http",
]
[[package]]
name = "http-body-util"
2024-06-19 10:17:22 +02:00
version = "0.1.2"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2023-07-02 17:11:46 +02:00
dependencies = [
"bytes",
2024-06-19 10:17:22 +02:00
"futures-util",
2023-07-02 17:11:46 +02:00
"http",
"http-body",
"pin-project-lite",
]
[[package]]
name = "httparse"
2024-06-19 10:17:22 +02:00
version = "1.9.4"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2023-07-02 17:11:46 +02:00
[[package]]
name = "httpdate"
2023-11-09 19:59:35 +01:00
version = "1.0.3"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2023-07-02 17:11:46 +02:00
[[package]]
name = "hyper"
2024-05-23 13:16:11 +02:00
version = "1.3.1"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
2023-07-02 17:11:46 +02:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-05-23 13:16:11 +02:00
"smallvec",
2023-07-02 17:11:46 +02:00
"tokio",
"want",
]
2023-11-09 19:59:35 +01:00
[[package]]
name = "hyper-util"
2024-06-19 10:17:22 +02:00
version = "0.1.5"
2023-12-31 22:49:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
2023-11-09 19:59:35 +01:00
dependencies = [
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"pin-project-lite",
"tokio",
]
2023-07-02 17:11:46 +02:00
[[package]]
name = "idna"
2023-12-31 22:49:37 +01:00
version = "0.5.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 22:49:37 +01:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2023-07-02 17:11:46 +02:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2024-05-23 13:16:11 +02:00
version = "2.2.6"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-07-02 17:11:46 +02:00
dependencies = [
2023-12-31 22:49:37 +01:00
"equivalent",
2023-07-02 17:11:46 +02:00
"hashbrown",
]
[[package]]
name = "itoa"
2024-05-23 13:16:11 +02:00
version = "1.0.11"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-07-02 17:11:46 +02:00
[[package]]
name = "libc"
2024-05-23 13:16:11 +02:00
version = "0.2.155"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2023-07-02 17:11:46 +02:00
[[package]]
name = "lock_api"
2024-05-23 13:16:11 +02:00
version = "0.4.12"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-07-02 17:11:46 +02:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "memchr"
2024-06-19 10:17:22 +02:00
version = "2.7.4"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2023-07-02 17:11:46 +02:00
[[package]]
name = "minesweeper-nojs"
2024-06-19 10:17:22 +02:00
version = "1.4.2"
2023-07-02 17:11:46 +02:00
dependencies = [
"http-body-util",
"hyper",
2023-11-09 19:59:35 +01:00
"hyper-util",
2023-07-02 17:11:46 +02:00
"tokio",
"url",
]
[[package]]
name = "miniz_oxide"
2024-06-19 10:17:22 +02:00
version = "0.7.4"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2023-07-02 17:11:46 +02:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2024-05-23 13:16:11 +02:00
version = "0.8.11"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2023-07-02 17:11:46 +02:00
dependencies = [
"libc",
"wasi",
2024-05-23 13:16:11 +02:00
"windows-sys 0.48.0",
2023-07-02 17:11:46 +02:00
]
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "object"
2024-06-19 10:17:22 +02:00
version = "0.36.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
2023-07-02 17:11:46 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-12-31 22:49:37 +01:00
version = "1.19.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 22:49:37 +01:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-07-02 17:11:46 +02:00
[[package]]
name = "parking_lot"
2024-06-19 10:17:22 +02:00
version = "0.12.3"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2023-07-02 17:11:46 +02:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-23 13:16:11 +02:00
version = "0.9.10"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-07-02 17:11:46 +02:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2024-05-23 13:16:11 +02:00
"windows-targets 0.52.5",
2023-07-02 17:11:46 +02:00
]
[[package]]
name = "percent-encoding"
2023-12-31 22:49:37 +01:00
version = "2.3.1"
2023-11-09 19:59:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 22:49:37 +01:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-11-09 19:59:35 +01:00
2023-07-02 17:11:46 +02:00
[[package]]
name = "pin-project-lite"
2024-05-23 13:16:11 +02:00
version = "0.2.14"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2023-07-02 17:11:46 +02:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "proc-macro2"
2024-06-19 10:17:22 +02:00
version = "1.0.85"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
2023-07-02 17:11:46 +02:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-05-23 13:16:11 +02:00
version = "1.0.36"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2023-07-02 17:11:46 +02:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_syscall"
2024-06-19 10:17:22 +02:00
version = "0.5.2"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
2023-07-02 17:11:46 +02:00
dependencies = [
"bitflags",
]
[[package]]
name = "rustc-demangle"
2024-05-23 13:16:11 +02:00
version = "0.1.24"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-07-02 17:11:46 +02:00
[[package]]
name = "scopeguard"
2023-11-09 19:59:35 +01:00
version = "1.2.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-07-02 17:11:46 +02:00
[[package]]
name = "signal-hook-registry"
2024-05-23 13:16:11 +02:00
version = "1.4.2"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2023-07-02 17:11:46 +02:00
dependencies = [
"libc",
]
[[package]]
name = "slab"
2023-11-09 19:59:35 +01:00
version = "0.4.9"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2023-07-02 17:11:46 +02:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-05-23 13:16:11 +02:00
version = "1.13.2"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-07-02 17:11:46 +02:00
[[package]]
name = "socket2"
2024-05-23 13:16:11 +02:00
version = "0.5.7"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2023-07-02 17:11:46 +02:00
dependencies = [
"libc",
2024-05-23 13:16:11 +02:00
"windows-sys 0.52.0",
2023-07-02 17:11:46 +02:00
]
[[package]]
name = "syn"
2024-06-19 10:17:22 +02:00
version = "2.0.66"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
2023-07-02 17:11:46 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2024-06-19 10:17:22 +02:00
version = "1.38.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
2023-07-02 17:11:46 +02:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
2024-05-23 13:16:11 +02:00
"windows-sys 0.48.0",
2023-07-02 17:11:46 +02:00
]
[[package]]
name = "tokio-macros"
2024-06-19 10:17:22 +02:00
version = "2.3.0"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
2023-07-02 17:11:46 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-util"
2024-05-23 13:16:11 +02:00
version = "0.7.11"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2023-07-02 17:11:46 +02:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tracing"
2023-11-09 19:59:35 +01:00
version = "0.1.40"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-07-02 17:11:46 +02:00
dependencies = [
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2023-11-09 19:59:35 +01:00
version = "0.1.32"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-07-02 17:11:46 +02:00
dependencies = [
"once_cell",
]
[[package]]
name = "try-lock"
2023-12-31 22:49:37 +01:00
version = "0.2.5"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 22:49:37 +01:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2023-07-02 17:11:46 +02:00
[[package]]
name = "unicode-bidi"
2024-05-23 13:16:11 +02:00
version = "0.3.15"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2023-07-02 17:11:46 +02:00
[[package]]
name = "unicode-ident"
2023-11-09 19:59:35 +01:00
version = "1.0.12"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-07-02 17:11:46 +02:00
[[package]]
name = "unicode-normalization"
2024-05-23 13:16:11 +02:00
version = "0.1.23"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-23 13:16:11 +02:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2023-07-02 17:11:46 +02:00
dependencies = [
"tinyvec",
]
[[package]]
name = "url"
2024-06-19 10:17:22 +02:00
version = "2.5.2"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-19 10:17:22 +02:00
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2023-07-02 17:11:46 +02:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2024-05-23 13:16:11 +02:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.5",
2023-07-02 17:11:46 +02:00
]
[[package]]
name = "windows-targets"
2023-11-09 19:59:35 +01:00
version = "0.48.5"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-07-02 17:11:46 +02:00
dependencies = [
2024-05-23 13:16:11 +02:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
dependencies = [
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2023-07-02 17:11:46 +02:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-11-09 19:59:35 +01:00
version = "0.48.5"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-07-02 17:11:46 +02:00
2024-05-23 13:16:11 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-07-02 17:11:46 +02:00
[[package]]
name = "windows_aarch64_msvc"
2023-11-09 19:59:35 +01:00
version = "0.48.5"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-07-02 17:11:46 +02:00
2024-05-23 13:16:11 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2023-07-02 17:11:46 +02:00
[[package]]
name = "windows_i686_gnu"
2023-11-09 19:59:35 +01:00
version = "0.48.5"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-07-02 17:11:46 +02:00
2024-05-23 13:16:11 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-07-02 17:11:46 +02:00
[[package]]
name = "windows_i686_msvc"
2023-11-09 19:59:35 +01:00
version = "0.48.5"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-07-02 17:11:46 +02:00
2024-05-23 13:16:11 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-07-02 17:11:46 +02:00
[[package]]
name = "windows_x86_64_gnu"
2023-11-09 19:59:35 +01:00
version = "0.48.5"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-07-02 17:11:46 +02:00
2024-05-23 13:16:11 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2023-07-02 17:11:46 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-11-09 19:59:35 +01:00
version = "0.48.5"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-07-02 17:11:46 +02:00
2024-05-23 13:16:11 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-07-02 17:11:46 +02:00
[[package]]
name = "windows_x86_64_msvc"
2023-11-09 19:59:35 +01:00
version = "0.48.5"
2023-07-02 17:11:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-09 19:59:35 +01:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-05-23 13:16:11 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"