2022-12-28 21:57:06 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2025-01-03 02:28:03 -06:00
|
|
|
version = 4
|
2022-12-28 21:57:06 -06:00
|
|
|
|
2023-12-07 12:31:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.24.2"
|
2023-12-07 12:31:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2023-12-07 12:31:27 -06:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-03 02:28:03 -06:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2023-12-07 12:31:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2024-05-27 13:28:14 -05:00
|
|
|
|
2023-01-30 17:11:30 -06:00
|
|
|
[[package]]
|
2023-11-09 20:22:02 -06:00
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
2023-01-30 17:11:30 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-09 20:22:02 -06:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2023-01-30 17:11:30 -06:00
|
|
|
dependencies = [
|
2023-11-09 20:22:02 -06:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-09-07 18:44:12 -05:00
|
|
|
name = "anyhow"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.0.95"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
2023-11-09 20:22:02 -06:00
|
|
|
|
|
|
|
[[package]]
|
2024-09-07 18:44:12 -05:00
|
|
|
name = "argh"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.1.13"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "34ff18325c8a36b82f992e533ece1ec9f9a9db446bd1c14d4f936bac88fcd240"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
2024-09-07 18:44:12 -05:00
|
|
|
"argh_derive",
|
|
|
|
"argh_shared",
|
2025-01-03 02:28:03 -06:00
|
|
|
"rust-fuzzy-search",
|
2023-11-09 20:22:02 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-09-07 18:44:12 -05:00
|
|
|
name = "argh_derive"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.1.13"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "adb7b2b83a50d329d5d8ccc620f5c7064028828538bdf5646acd60dc1f767803"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
2024-09-07 18:44:12 -05:00
|
|
|
"argh_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2023-11-09 20:22:02 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-09-07 18:44:12 -05:00
|
|
|
name = "argh_shared"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.1.13"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "a464143cc82dedcdc3928737445362466b7674b5db4e2eb8e869846d6d84f4f6"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
2024-09-07 18:44:12 -05:00
|
|
|
"serde",
|
2023-01-30 17:11:30 -06:00
|
|
|
]
|
|
|
|
|
2024-05-25 00:21:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-time"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.1.5"
|
2024-05-25 00:21:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "9622f5c6fb50377516c70f65159e70b25465409760c6bd6d4e581318bf704e83"
|
2024-05-25 00:21:36 -05:00
|
|
|
dependencies = [
|
2024-05-27 13:28:14 -05:00
|
|
|
"once_cell",
|
2024-05-25 00:21:36 -05:00
|
|
|
"portable-atomic",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
2024-05-27 13:28:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.4.0"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.8.1"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"axum-core",
|
2022-12-28 23:03:14 -06:00
|
|
|
"axum-macros",
|
2022-12-28 21:57:06 -06:00
|
|
|
"bytes",
|
2025-01-03 02:28:03 -06:00
|
|
|
"form_urlencoded",
|
2022-12-28 21:57:06 -06:00
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2024-05-27 13:28:14 -05:00
|
|
|
"http-body-util",
|
2022-12-28 21:57:06 -06:00
|
|
|
"hyper",
|
2024-05-27 13:28:14 -05:00
|
|
|
"hyper-util",
|
2022-12-28 21:57:06 -06:00
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
2025-01-03 02:28:03 -06:00
|
|
|
"sync_wrapper",
|
2022-12-28 21:57:06 -06:00
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2024-05-27 13:28:14 -05:00
|
|
|
"tracing",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.5.0"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2024-05-27 13:28:14 -05:00
|
|
|
"http-body-util",
|
2022-12-28 21:57:06 -06:00
|
|
|
"mime",
|
2024-05-27 13:28:14 -05:00
|
|
|
"pin-project-lite",
|
2022-12-28 21:57:06 -06:00
|
|
|
"rustversion",
|
2025-01-03 02:28:03 -06:00
|
|
|
"sync_wrapper",
|
2022-12-28 21:57:06 -06:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2024-05-27 13:28:14 -05:00
|
|
|
"tracing",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
2025-01-03 02:28:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "axum-extra"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "460fc6f625a1f7705c6cf62d0d070794e94668988b1c38111baeec177c715f7b"
|
|
|
|
dependencies = [
|
|
|
|
"axum",
|
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2022-12-28 23:03:14 -06:00
|
|
|
[[package]]
|
|
|
|
name = "axum-macros"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.5.0"
|
2022-12-28 23:03:14 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
|
2022-12-28 23:03:14 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-27 13:28:14 -05:00
|
|
|
"syn",
|
2023-12-07 12:31:27 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.74"
|
2023-12-07 12:31:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-12-07 12:31:27 -06:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2025-01-03 02:28:03 -06:00
|
|
|
"miniz_oxide",
|
2023-12-07 12:31:27 -06:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2025-01-03 02:28:03 -06:00
|
|
|
"windows-targets",
|
2022-12-28 23:03:14 -06:00
|
|
|
]
|
|
|
|
|
2025-01-03 02:28:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.22.1"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2023-11-09 20:22:02 -06:00
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
2022-12-28 22:05:28 -06:00
|
|
|
name = "bitflags"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "2.6.0"
|
2022-12-28 22:05:28 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
2022-12-28 22:05:28 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "breeze"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.2.7"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
2024-05-25 00:21:36 -05:00
|
|
|
"anyhow",
|
2024-09-07 18:44:12 -05:00
|
|
|
"argh",
|
2024-05-25 00:21:36 -05:00
|
|
|
"atomic-time",
|
2022-12-28 21:57:06 -06:00
|
|
|
"axum",
|
2025-01-03 02:28:03 -06:00
|
|
|
"axum-extra",
|
2022-12-28 21:57:06 -06:00
|
|
|
"bytes",
|
2024-05-25 00:21:36 -05:00
|
|
|
"dashmap",
|
2025-01-03 02:28:03 -06:00
|
|
|
"headers",
|
2024-05-27 13:28:14 -05:00
|
|
|
"http",
|
2024-05-25 00:21:36 -05:00
|
|
|
"img-parts",
|
2022-12-28 21:57:06 -06:00
|
|
|
"rand",
|
2024-05-25 00:21:36 -05:00
|
|
|
"rayon",
|
2023-11-09 20:22:02 -06:00
|
|
|
"serde",
|
|
|
|
"serde_with",
|
2022-12-28 21:57:06 -06:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
2023-11-09 20:22:02 -06:00
|
|
|
"toml",
|
2022-12-28 21:57:06 -06:00
|
|
|
"tower",
|
2023-11-09 20:22:02 -06:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2023-01-28 19:17:35 -06:00
|
|
|
"walkdir",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "3.16.0"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2023-11-09 20:22:02 -06:00
|
|
|
|
2025-01-03 02:28:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.9.0"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
2023-01-30 17:11:30 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.2.7"
|
2023-01-30 17:11:30 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7"
|
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2023-01-30 17:11:30 -06:00
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-01-30 17:11:30 -06:00
|
|
|
[[package]]
|
2023-11-09 20:22:02 -06:00
|
|
|
name = "chrono"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.4.39"
|
2023-01-30 17:11:30 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
2023-01-30 17:11:30 -06:00
|
|
|
dependencies = [
|
2023-11-09 20:22:02 -06:00
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2025-01-03 02:28:03 -06:00
|
|
|
"windows-targets",
|
2023-01-30 17:11:30 -06:00
|
|
|
]
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.8.7"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2023-11-09 20:22:02 -06:00
|
|
|
|
2024-05-25 00:21:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.8.6"
|
2024-05-25 00:21:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
2024-05-25 00:21:36 -05:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.9.18"
|
2024-05-25 00:21:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2024-05-25 00:21:36 -05:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.8.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
2024-05-25 00:21:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
2024-05-25 00:21:36 -05:00
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.20.10"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.20.10"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2024-05-27 13:28:14 -05:00
|
|
|
"syn",
|
2023-11-09 20:22:02 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.20.10"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2024-05-27 13:28:14 -05:00
|
|
|
"syn",
|
2024-05-25 00:21:36 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "6.1.0"
|
2024-05-25 00:21:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
2024-05-25 00:21:36 -05:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2025-01-03 02:28:03 -06:00
|
|
|
"crossbeam-utils",
|
2024-05-27 13:28:14 -05:00
|
|
|
"hashbrown 0.14.5",
|
2024-05-25 00:21:36 -05:00
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core",
|
|
|
|
"rayon",
|
2023-11-09 20:22:02 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.3.11"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
2023-01-30 17:11:30 -06:00
|
|
|
]
|
|
|
|
|
2025-01-03 02:28:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2024-05-25 00:21:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.13.0"
|
2024-05-25 00:21:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2024-05-25 00:21:36 -05:00
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "1.2.1"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.31"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.31"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.31"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.31"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-27 13:28:14 -05:00
|
|
|
"syn",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.31"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.31"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.31"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2025-01-03 02:28:03 -06: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",
|
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.2.15"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2023-12-07 12:31:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.31.1"
|
2023-12-07 12:31:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2023-12-07 12:31:27 -06:00
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.4.7"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
2024-05-27 13:28:14 -05:00
|
|
|
"atomic-waker",
|
2022-12-28 21:57:06 -06:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"http",
|
2025-01-03 02:28:03 -06:00
|
|
|
"indexmap 2.7.0",
|
2022-12-28 21:57:06 -06:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2024-05-27 13:28:14 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
2025-01-03 02:28:03 -06:00
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.2"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
2023-11-09 20:22:02 -06:00
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
2025-01-03 02:28:03 -06:00
|
|
|
name = "headers"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.7",
|
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
|
|
|
"http",
|
|
|
|
"httpdate",
|
|
|
|
"mime",
|
|
|
|
"sha1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.3.0"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
2022-12-28 21:57:06 -06:00
|
|
|
|
2023-01-30 17:11:30 -06:00
|
|
|
[[package]]
|
2023-11-09 20:22:02 -06:00
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
2023-01-30 17:11:30 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-09 20:22:02 -06:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2023-01-30 17:11:30 -06:00
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.2.0"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.0.1"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
2024-05-27 13:28:14 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.1.2"
|
2024-05-27 13:28:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2024-05-27 13:28:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2025-01-03 02:28:03 -06:00
|
|
|
"futures-util",
|
2024-05-27 13:28:14 -05:00
|
|
|
"http",
|
|
|
|
"http-body",
|
2022-12-28 21:57:06 -06:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.9.5"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "1.0.3"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.5.2"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-05-27 13:28:14 -05:00
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.1.10"
|
2024-05-27 13:28:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
2024-05-27 13:28:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
2022-12-28 21:57:06 -06:00
|
|
|
"tokio",
|
2025-01-03 02:28:03 -06:00
|
|
|
"tower-service",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.1.61"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2024-05-25 00:21:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "img-parts"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.2"
|
2024-05-25 00:21:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "dfded0de32cc78ecad0061b3c6a263cec6bce298fc1e670a4926b6723664ed87"
|
2024-05-25 00:21:36 -05:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"crc32fast",
|
2025-01-03 02:28:03 -06:00
|
|
|
"miniz_oxide",
|
2024-05-25 00:21:36 -05:00
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "1.9.3"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-11-09 20:22:02 -06:00
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"serde",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
2023-01-30 17:11:30 -06:00
|
|
|
[[package]]
|
2023-11-09 20:22:02 -06:00
|
|
|
name = "indexmap"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "2.7.0"
|
2023-01-30 17:11:30 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
|
2023-01-30 17:11:30 -06:00
|
|
|
dependencies = [
|
2023-11-09 20:22:02 -06:00
|
|
|
"equivalent",
|
2025-01-03 02:28:03 -06:00
|
|
|
"hashbrown 0.15.2",
|
2023-11-09 20:22:02 -06:00
|
|
|
"serde",
|
2023-01-30 17:11:30 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-09 20:22:02 -06:00
|
|
|
name = "itoa"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.0.14"
|
2023-01-30 17:11:30 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2023-11-09 20:22:02 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.76"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
|
2023-01-30 17:11:30 -06:00
|
|
|
dependencies = [
|
2025-01-03 02:28:03 -06:00
|
|
|
"once_cell",
|
2023-11-09 20:22:02 -06:00
|
|
|
"wasm-bindgen",
|
2023-01-30 17:11:30 -06:00
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
2023-11-09 20:22:02 -06:00
|
|
|
name = "lazy_static"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.5.0"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.2.169"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.4.12"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.4.22"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.8.4"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "2.7.4"
|
2024-05-25 00:21:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2024-05-25 00:21:36 -05:00
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.3.17"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
2024-05-25 00:21:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.8.2"
|
2024-05-25 00:21:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
|
2024-05-25 00:21:36 -05:00
|
|
|
dependencies = [
|
2025-01-03 02:28:03 -06:00
|
|
|
"adler2",
|
2023-12-07 12:31:27 -06:00
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.0.3"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2025-01-03 02:28:03 -06:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-09 20:22:02 -06: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",
|
|
|
|
]
|
|
|
|
|
2024-05-27 13:28:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.2.19"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
2023-12-07 12:31:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.36.7"
|
2023-12-07 12:31:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2023-12-07 12:31:27 -06:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.20.2"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.12.3"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.9.10"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2025-01-03 02:28:03 -06:00
|
|
|
"windows-targets",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "2.3.1"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.2.15"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2024-05-25 00:21:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.10.0"
|
2024-05-25 00:21:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
|
2024-05-25 00:21:36 -05:00
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
2023-11-09 20:22:02 -06:00
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-09 20:22:02 -06:00
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
2023-06-28 15:24:46 -05:00
|
|
|
[[package]]
|
2023-11-09 20:22:02 -06:00
|
|
|
name = "ppv-lite86"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.2.20"
|
2023-06-28 15:24:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2023-06-28 15:24:46 -05:00
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.0.92"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.0.38"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2024-05-25 00:21:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "1.10.0"
|
2024-05-25 00:21:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2024-05-25 00:21:36 -05:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "1.12.1"
|
2024-05-25 00:21:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2024-05-25 00:21:36 -05:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.5.8"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2025-01-03 02:28:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rust-fuzzy-search"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a157657054ffe556d8858504af8a672a054a6e0bd9e8ee531059100c0fa11bb2"
|
|
|
|
|
2023-12-07 12:31:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.1.24"
|
2023-12-07 12:31:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-12-07 12:31:27 -06:00
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.0.19"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "1.0.18"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
2023-01-28 19:17:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "1.2.0"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.0.217"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.0.217"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-27 13:28:14 -05:00
|
|
|
"syn",
|
2023-11-09 20:22:02 -06:00
|
|
|
]
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.0.134"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2025-01-03 02:28:03 -06:00
|
|
|
"memchr",
|
2022-12-28 21:57:06 -06:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.1.16"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
2024-05-27 13:28:14 -05:00
|
|
|
"itoa",
|
2022-12-28 21:57:06 -06:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.6.8"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "3.12.0"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
2025-01-03 02:28:03 -06:00
|
|
|
"base64 0.22.1",
|
2023-11-09 20:22:02 -06:00
|
|
|
"chrono",
|
|
|
|
"hex",
|
2024-05-27 13:28:14 -05:00
|
|
|
"indexmap 1.9.3",
|
2025-01-03 02:28:03 -06:00
|
|
|
"indexmap 2.7.0",
|
2023-11-09 20:22:02 -06:00
|
|
|
"serde",
|
2024-05-27 13:28:14 -05:00
|
|
|
"serde_derive",
|
2023-11-09 20:22:02 -06:00
|
|
|
"serde_json",
|
|
|
|
"serde_with_macros",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "3.12.0"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-27 13:28:14 -05:00
|
|
|
"syn",
|
2023-11-09 20:22:02 -06:00
|
|
|
]
|
|
|
|
|
2025-01-03 02:28:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2025-01-03 02:28:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "1.4.2"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.4.9"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "1.13.2"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.5.8"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-05-27 13:28:14 -05:00
|
|
|
"windows-sys 0.52.0",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.11.1"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2023-11-09 20:22:02 -06:00
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "2.0.94"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "987bc0be1cdea8b10216bd06e2ca407d40b9543468fafd3ddfb02f36e77f71f3"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-06-28 15:24:46 -05:00
|
|
|
[[package]]
|
2024-05-27 13:28:14 -05:00
|
|
|
name = "sync_wrapper"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.0.2"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
2023-01-08 18:08:24 -06:00
|
|
|
[[package]]
|
2023-11-09 20:22:02 -06:00
|
|
|
name = "thread_local"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "1.1.8"
|
2023-01-08 18:08:24 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2023-01-08 18:08:24 -06:00
|
|
|
dependencies = [
|
2023-11-09 20:22:02 -06:00
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.37"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"deranged",
|
|
|
|
"itoa",
|
2024-05-27 13:28:14 -05:00
|
|
|
"num-conv",
|
2023-11-09 20:22:02 -06:00
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.2.19"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
2024-05-27 13:28:14 -05:00
|
|
|
"num-conv",
|
2023-11-09 20:22:02 -06:00
|
|
|
"time-core",
|
2023-01-08 18:08:24 -06:00
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.42.0"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
2023-12-07 12:31:27 -06:00
|
|
|
"backtrace",
|
2022-12-28 21:57:06 -06:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
2025-01-03 02:28:03 -06:00
|
|
|
"windows-sys 0.52.0",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "2.4.0"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-27 13:28:14 -05:00
|
|
|
"syn",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.1.17"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.7.13"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2024-05-27 13:28:14 -05:00
|
|
|
"hashbrown 0.14.5",
|
2022-12-28 21:57:06 -06:00
|
|
|
"pin-project-lite",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.8.19"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.6.8"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.22.22"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
2025-01-03 02:28:03 -06:00
|
|
|
"indexmap 2.7.0",
|
2023-11-09 20:22:02 -06:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.5.2"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
2025-01-03 02:28:03 -06:00
|
|
|
"sync_wrapper",
|
2022-12-28 21:57:06 -06:00
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.3"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.3"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.1.41"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
2023-11-09 20:22:02 -06:00
|
|
|
"tracing-attributes",
|
2022-12-28 21:57:06 -06:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.1.28"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-27 13:28:14 -05:00
|
|
|
"syn",
|
2023-11-09 20:22:02 -06:00
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.1.33"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2022-12-28 21:57:06 -06:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2023-11-09 20:22:02 -06:00
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.2.0"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-05-27 13:28:14 -05:00
|
|
|
"once_cell",
|
2023-11-09 20:22:02 -06:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.3.19"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"nu-ansi-term",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
2025-01-03 02:28:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "1.0.14"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.9.5"
|
2022-12-28 21:57:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2022-12-28 21:57:06 -06:00
|
|
|
|
2023-01-28 19:17:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "2.5.0"
|
2023-01-28 19:17:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2023-01-28 19:17:35 -06:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.2.99"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2025-01-03 02:28:03 -06:00
|
|
|
"once_cell",
|
2023-11-09 20:22:02 -06:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.2.99"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-27 13:28:14 -05:00
|
|
|
"syn",
|
2023-11-09 20:22:02 -06:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.2.99"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.2.99"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-27 13:28:14 -05:00
|
|
|
"syn",
|
2023-11-09 20:22:02 -06:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.2.99"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
2023-11-09 20:22:02 -06:00
|
|
|
|
2022-12-28 21:57:06 -06: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"
|
|
|
|
|
2023-01-08 18:08:24 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.1.9"
|
2023-01-08 18:08:24 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2023-01-08 18:08:24 -06:00
|
|
|
dependencies = [
|
2025-01-03 02:28:03 -06:00
|
|
|
"windows-sys 0.59.0",
|
2023-01-08 18:08:24 -06:00
|
|
|
]
|
|
|
|
|
2022-12-28 21:57:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
2024-05-27 13:28:14 -05:00
|
|
|
version = "0.52.0"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 13:28:14 -05:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
2025-01-03 02:28:03 -06:00
|
|
|
"windows-targets",
|
2024-05-27 13:28:14 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2025-01-03 02:28:03 -06:00
|
|
|
"windows-targets",
|
2023-11-09 20:22:02 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-03 02:28:03 -06:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
2025-01-03 02:28:03 -06:00
|
|
|
"windows-targets",
|
2024-05-27 13:28:14 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.52.6"
|
2024-05-27 13:28:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-05-27 13:28:14 -05:00
|
|
|
dependencies = [
|
2025-01-03 02:28:03 -06:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-05-27 13:28:14 -05:00
|
|
|
"windows_i686_gnullvm",
|
2025-01-03 02:28:03 -06:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2022-12-28 21:57:06 -06:00
|
|
|
]
|
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.52.6"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-11-09 20:22:02 -06:00
|
|
|
|
2024-05-27 13:28:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.52.6"
|
2024-05-27 13:28:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-05-27 13:28:14 -05:00
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.52.6"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-05-27 13:28:14 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.52.6"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-11-09 20:22:02 -06:00
|
|
|
|
2024-05-27 13:28:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.52.6"
|
2024-05-27 13:28:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-05-27 13:28:14 -05:00
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.52.6"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-11-09 20:22:02 -06:00
|
|
|
|
2024-05-27 13:28:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.52.6"
|
2024-05-27 13:28:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-05-27 13:28:14 -05:00
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.52.6"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-05-27 13:28:14 -05:00
|
|
|
|
2023-11-09 20:22:02 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.6.21"
|
2023-11-09 20:22:02 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "e6f5bb5257f2407a5425c6e749bfd9692192a73e70a6060516ac04f889087d68"
|
2023-11-09 20:22:02 -06:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2024-05-27 13:28:14 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.7.35"
|
2024-05-27 13:28:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2024-05-27 13:28:14 -05:00
|
|
|
dependencies = [
|
2025-01-03 02:28:03 -06:00
|
|
|
"byteorder",
|
2024-05-27 13:28:14 -05:00
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2025-01-03 02:28:03 -06:00
|
|
|
version = "0.7.35"
|
2024-05-27 13:28:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-03 02:28:03 -06:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2024-05-27 13:28:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|