2024-02-26 08:41:24 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2025-01-29 22:18:49 -05:00
|
|
|
version = 4
|
2024-02-26 08:41:24 -05:00
|
|
|
|
2024-02-29 11:20:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.24.2"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 22:18:49 -05:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.6.18"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2025-01-29 22:18:49 -05:00
|
|
|
"is_terminal_polyfill",
|
2024-02-29 11:20:20 -05:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.10"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.2.6"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.1.2"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2025-01-29 22:18:49 -05:00
|
|
|
"windows-sys 0.59.0",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "3.0.7"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2025-01-29 22:18:49 -05:00
|
|
|
"once_cell",
|
|
|
|
"windows-sys 0.59.0",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.1.85"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.4.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.7.9"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-03-11 10:45:20 -04:00
|
|
|
"http",
|
2024-02-29 11:20:20 -05:00
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper",
|
|
|
|
"hyper-util",
|
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.4.5"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-03-11 10:45:20 -04:00
|
|
|
"http",
|
2024-02-29 11:20:20 -05:00
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-03-11 10:45:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "axum-extra"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.9.6"
|
2024-03-11 10:45:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04"
|
2024-03-11 10:45:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"axum",
|
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
|
|
|
"cookie",
|
2025-01-29 22:18:49 -05:00
|
|
|
"fastrand",
|
2024-03-11 10:45:20 -04:00
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"mime",
|
2025-01-29 22:18:49 -05:00
|
|
|
"multer",
|
2024-03-11 10:45:20 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2024-02-29 11:20:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.3.74"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2025-01-29 22:18:49 -05:00
|
|
|
"windows-targets",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "base64"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.22.1"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "2.8.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 10:45:20 -04:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2024-03-11 10:45:20 -04:00
|
|
|
"generic-array",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 22:18:49 -05:00
|
|
|
name = "byteorder"
|
2024-02-29 11:20:20 -05:00
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 22:18:49 -05:00
|
|
|
name = "bytes"
|
|
|
|
version = "1.9.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "4.5.27"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "4.5.27"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "4.5.24"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.7.4"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.3"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "cookie"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.18.1"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2024-03-11 10:45:20 -04:00
|
|
|
"base64",
|
|
|
|
"hmac",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
|
|
|
"sha2",
|
|
|
|
"subtle",
|
|
|
|
"time",
|
|
|
|
"version_check",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "cpufeatures"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.2.17"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2024-03-11 10:45:20 -04:00
|
|
|
"libc",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 10:45:20 -04:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2024-03-11 10:45:20 -04:00
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.11"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 10:45:20 -04:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2024-03-11 10:45:20 -04:00
|
|
|
"powerfmt",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 10:45:20 -04:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2024-03-11 10:45:20 -04:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 22:18:49 -05:00
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.3.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.3.31"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.3.31"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.3.31"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.3.31"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
2024-03-11 10:45:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.2.15"
|
2024-03-11 10:45:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2024-03-11 10:45:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2024-02-29 11:20:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.31.1"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.5.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 10:45:20 -04:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2024-03-11 10:45:20 -04:00
|
|
|
"digest",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.2.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.1"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-03-11 10:45:20 -04:00
|
|
|
"http",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.1.2"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-03-11 10:45:20 -04:00
|
|
|
"http",
|
2024-02-29 11:20:20 -05:00
|
|
|
"http-body",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.9.5"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.5.2"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-03-11 10:45:20 -04:00
|
|
|
"http",
|
2024-02-29 11:20:20 -05:00
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.1.10"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-03-11 10:45:20 -04:00
|
|
|
"http",
|
2024-02-29 11:20:20 -05:00
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2025-01-29 22:18:49 -05:00
|
|
|
"tower-service",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 22:18:49 -05:00
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.1"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.14"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.2.169"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.4.12"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.4.25"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "2.7.4"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.8.3"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2025-01-29 22:18:49 -05:00
|
|
|
"adler2",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.3"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2025-01-29 22:18:49 -05:00
|
|
|
"windows-sys 0.52.0",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
2024-02-26 08:41:24 -05:00
|
|
|
[[package]]
|
|
|
|
name = "morethantext"
|
|
|
|
version = "0.1.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"axum",
|
2024-03-11 10:45:20 -04:00
|
|
|
"axum-extra",
|
2024-02-29 11:20:20 -05:00
|
|
|
"clap",
|
2024-03-17 15:40:00 -04:00
|
|
|
"rand",
|
2024-02-29 11:20:20 -05:00
|
|
|
"tokio",
|
2024-05-05 23:18:42 -04:00
|
|
|
"uuid",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 22:18:49 -05:00
|
|
|
name = "multer"
|
|
|
|
version = "3.1.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"spin",
|
|
|
|
"version_check",
|
|
|
|
]
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 22:18:49 -05:00
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.36.7"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.20.2"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.12.3"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.9.10"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2025-01-29 22:18:49 -05:00
|
|
|
"windows-targets",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.2.16"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 10:45:20 -04:00
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "ppv-lite86"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.2.20"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.93"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.38"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 10:45:20 -04:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2024-03-11 10:45:20 -04:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 10:45:20 -04:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 10:45:20 -04:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "redox_syscall"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.5.8"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2024-03-11 10:45:20 -04:00
|
|
|
"bitflags",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
2024-03-11 10:45:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.1.24"
|
2024-03-11 10:45:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2024-03-11 10:45:20 -04:00
|
|
|
|
2024-02-29 11:20:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.19"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.18"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.217"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.217"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.137"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2025-01-29 22:18:49 -05:00
|
|
|
"memchr",
|
2024-02-29 11:20:20 -05:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.1.16"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-03-11 10:45:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.10.8"
|
2024-03-11 10:45:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2024-03-11 10:45:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2024-02-29 11:20:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.4.2"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.13.2"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.5.8"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2025-01-29 22:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
2024-02-29 11:20:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.11.1"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
2024-03-11 10:45:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "2.6.1"
|
2024-03-11 10:45:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2024-03-11 10:45:20 -04:00
|
|
|
|
2024-02-29 11:20:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "2.0.96"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.2"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "time"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.3.37"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2024-03-11 10:45:20 -04:00
|
|
|
"deranged",
|
|
|
|
"itoa",
|
|
|
|
"num-conv",
|
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.2"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 10:45:20 -04:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "time-macros"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.2.19"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
2024-03-11 10:45:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"num-conv",
|
|
|
|
"time-core",
|
|
|
|
]
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.43.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
2025-01-29 22:18:49 -05:00
|
|
|
"windows-sys 0.52.0",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "2.5.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.5.2"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
2025-01-29 22:18:49 -05:00
|
|
|
"sync_wrapper",
|
2024-02-29 11:20:20 -05:00
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.3.3"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.3.3"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.1.41"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.1.33"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "typenum"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.17.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-11 10:45:20 -04:00
|
|
|
name = "unicode-ident"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.0.15"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.2.2"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
2024-05-05 23:18:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "1.12.1"
|
2024-05-05 23:18:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b"
|
2024-05-05 23:18:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2024-02-29 11:20:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.9.5"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[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.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2025-01-29 22:18:49 -05:00
|
|
|
"windows-targets",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 22:18:49 -05:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2025-01-29 22:18:49 -05:00
|
|
|
"windows-targets",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.52.6"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-02-29 11:20:20 -05:00
|
|
|
dependencies = [
|
2025-01-29 22:18:49 -05:00
|
|
|
"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",
|
2024-02-29 11:20:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.52.6"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.52.6"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.52.6"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 22:18:49 -05:00
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.52.6"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.52.6"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2025-01-29 22:18:49 -05:00
|
|
|
version = "0.52.6"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 22:18:49 -05:00
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.6"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 22:18:49 -05:00
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
2024-02-29 11:20:20 -05:00
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 22:18:49 -05:00
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
2024-02-29 11:20:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 22:18:49 -05:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|