2024-04-30 14:23:30 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2025-01-17 02:19:52 +01:00
|
|
|
version = 4
|
2024-04-30 14:23:30 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.24.2"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-09-19 15:56:22 +02:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-19 15:56:22 +02:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
|
|
|
dependencies = [
|
2025-01-29 15:39:59 +01:00
|
|
|
"getrandom 0.2.15",
|
2024-04-30 14:23:30 +02:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aliasable"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.2.21"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
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"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.6.18"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-05-27 06:26:11 +02:00
|
|
|
"is_terminal_polyfill",
|
2024-04-30 14:23:30 +02:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "1.0.10"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.2.6"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "1.1.2"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
2025-01-09 18:10:27 +01:00
|
|
|
"windows-sys 0.59.0",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2025-01-19 02:59:15 +01:00
|
|
|
version = "3.0.7"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-19 02:59:15 +01:00
|
|
|
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2025-01-19 02:59:15 +01:00
|
|
|
"once_cell",
|
2025-01-09 18:10:27 +01:00
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
2025-01-17 02:19:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "any_spawner"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41058deaa38c9d9dd933d6d238d825227cffa668e2839b52879f6619c63eee3b"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
2025-01-19 02:59:15 +01:00
|
|
|
"thiserror 2.0.11",
|
2025-01-20 23:53:32 +01:00
|
|
|
"tokio",
|
2025-01-17 02:19:52 +01:00
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "1.0.95"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
2024-05-27 06:26:11 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anymap2"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "apb"
|
2024-12-07 01:46:49 +01:00
|
|
|
version = "0.3.1"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"paste",
|
|
|
|
"reqwest",
|
|
|
|
"sea-orm",
|
|
|
|
"serde_json",
|
2025-01-19 02:59:15 +01:00
|
|
|
"thiserror 2.0.11",
|
2024-04-30 14:23:30 +02:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2024-09-19 15:56:22 +02:00
|
|
|
version = "0.7.6"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-19 15:56:22 +02:00
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
2025-01-17 02:19:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "3.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
"event-listener-strategy",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
2024-05-27 06:26:11 +02:00
|
|
|
version = "1.1.1"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 06:26:11 +02:00
|
|
|
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2024-05-02 14:21:42 +02:00
|
|
|
"quote",
|
2025-01-19 02:59:15 +01:00
|
|
|
"syn 2.0.96",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.3.6"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.3.6"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2024-05-02 14:21:42 +02:00
|
|
|
"quote",
|
2025-01-19 02:59:15 +01:00
|
|
|
"syn 2.0.96",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.1.85"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2024-05-02 14:21:42 +02:00
|
|
|
"quote",
|
2025-01-19 02:59:15 +01:00
|
|
|
"syn 2.0.96",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atoi"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-05-27 06:26:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "attribute-derive"
|
2025-01-17 02:19:52 +01:00
|
|
|
version = "0.10.3"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-17 02:19:52 +01:00
|
|
|
checksum = "0053e96dd3bec5b4879c23a138d6ef26f2cb936c9cdc96274ac2b9ed44b5bb54"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
2025-01-09 18:47:01 +01:00
|
|
|
"attribute-derive-macro",
|
2024-04-30 14:23:30 +02:00
|
|
|
"derive-where",
|
2025-01-09 18:47:01 +01:00
|
|
|
"manyhow",
|
2024-04-30 14:23:30 +02:00
|
|
|
"proc-macro2",
|
2024-05-02 14:21:42 +02:00
|
|
|
"quote",
|
2025-01-19 02:59:15 +01:00
|
|
|
"syn 2.0.96",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "attribute-derive-macro"
|
2025-01-17 02:19:52 +01:00
|
|
|
version = "0.10.3"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-17 02:19:52 +01:00
|
|
|
checksum = "463b53ad0fd5b460af4b1915fe045ff4d946d025fb6c4dc3337752eaa980f71b"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"collection_literals",
|
|
|
|
"interpolator",
|
2025-01-09 18:47:01 +01:00
|
|
|
"manyhow",
|
2025-01-17 02:19:52 +01:00
|
|
|
"proc-macro-utils",
|
2024-04-30 14:23:30 +02:00
|
|
|
"proc-macro2",
|
2024-05-02 14:21:42 +02:00
|
|
|
"quote",
|
2024-04-30 14:23:30 +02:00
|
|
|
"quote-use",
|
2025-01-19 02:59:15 +01:00
|
|
|
"syn 2.0.96",
|
2025-01-09 18:10:27 +01:00
|
|
|
]
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "1.4.0"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
2025-01-20 23:53:32 +01:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
|
|
|
version = "0.7.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core 0.4.5",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.2.0",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"itoa",
|
|
|
|
"matchit 0.7.3",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"multer",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.8.1"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
2025-01-20 23:53:32 +01:00
|
|
|
"axum-core 0.5.0",
|
2024-04-30 14:23:30 +02:00
|
|
|
"bytes",
|
2025-01-09 18:10:27 +01:00
|
|
|
"form_urlencoded",
|
2024-04-30 14:23:30 +02:00
|
|
|
"futures-util",
|
2025-01-09 18:10:27 +01:00
|
|
|
"http 1.2.0",
|
2024-04-30 14:23:30 +02:00
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper",
|
|
|
|
"hyper-util",
|
|
|
|
"itoa",
|
2025-01-20 23:53:32 +01:00
|
|
|
"matchit 0.8.4",
|
2024-04-30 14:23:30 +02:00
|
|
|
"memchr",
|
|
|
|
"mime",
|
2024-12-07 01:27:26 +01:00
|
|
|
"multer",
|
2024-04-30 14:23:30 +02:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
2025-01-09 18:10:27 +01:00
|
|
|
"sync_wrapper",
|
2024-04-30 14:23:30 +02:00
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2025-01-20 23:53:32 +01:00
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.2.0",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.5.0"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2025-01-09 18:10:27 +01:00
|
|
|
"http 1.2.0",
|
2024-04-30 14:23:30 +02:00
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
2025-01-09 18:10:27 +01:00
|
|
|
"sync_wrapper",
|
2024-04-30 14:23:30 +02:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-09-19 15:56:22 +02:00
|
|
|
version = "0.3.74"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-19 15:56:22 +02:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-09-19 15:56:22 +02:00
|
|
|
"windows-targets 0.52.6",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-05-27 06:26:11 +02:00
|
|
|
version = "0.22.1"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 06:26:11 +02:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bigdecimal"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.4.7"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
2025-01-09 18:10:27 +01:00
|
|
|
"autocfg",
|
|
|
|
"libm",
|
2024-04-30 14:23:30 +02:00
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2025-01-09 18:10:27 +01:00
|
|
|
"serde",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
2024-05-02 14:21:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2025-01-19 02:59:15 +01:00
|
|
|
version = "2.8.0"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-19 02:59:15 +01:00
|
|
|
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2025-01-09 18:10:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bon"
|
|
|
|
version = "3.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe7acc34ff59877422326db7d6f2d845a582b16396b6b08194942bf34c6528ab"
|
|
|
|
dependencies = [
|
|
|
|
"bon-macros",
|
|
|
|
"rustversion",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bon-macros"
|
|
|
|
version = "3.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4159dd617a7fbc9be6a692fe69dc2954f8e6bb6bb5e4d7578467441390d77fd0"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"ident_case",
|
|
|
|
"prettyplease",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
2025-01-19 02:59:15 +01:00
|
|
|
"syn 2.0.96",
|
2025-01-09 18:10:27 +01:00
|
|
|
]
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "borsh"
|
2025-01-19 02:59:15 +01:00
|
|
|
version = "1.5.4"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-19 02:59:15 +01:00
|
|
|
checksum = "9fb65153674e51d3a42c8f27b05b9508cea85edfaade8aa46bc8fc18cecdfef3"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"borsh-derive",
|
|
|
|
"cfg_aliases",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
2025-01-19 02:59:15 +01:00
|
|
|
version = "1.5.4"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-19 02:59:15 +01:00
|
|
|
checksum = "a396e17ad94059c650db3d253bb6e25927f1eb462eede7e7a153bb6e75dce0a7"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
2024-05-02 14:21:42 +02:00
|
|
|
"quote",
|
2025-01-19 02:59:15 +01:00
|
|
|
"syn 2.0.96",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecheck"
|
|
|
|
version = "0.6.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
|
|
|
|
dependencies = [
|
|
|
|
"bytecheck_derive",
|
|
|
|
"ptr_meta",
|
|
|
|
"simdutf8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecheck_derive"
|
|
|
|
version = "0.6.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2024-05-02 14:21:42 +02:00
|
|
|
"quote",
|
2024-04-30 14:23:30 +02:00
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "1.9.0"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2024-09-19 15:56:22 +02:00
|
|
|
version = "1.1.9"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-19 15:56:22 +02:00
|
|
|
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
2025-01-09 18:10:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "caseless"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2025-01-19 02:59:15 +01:00
|
|
|
version = "1.2.9"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-19 02:59:15 +01:00
|
|
|
checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b"
|
2024-09-19 15:56:22 +02:00
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2024-04-30 14:23:30 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
2024-06-21 02:42:36 +02:00
|
|
|
version = "0.2.1"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-21 02:42:36 +02:00
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.4.39"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
"wasm-bindgen",
|
2024-07-15 20:19:27 +02:00
|
|
|
"windows-targets 0.52.6",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2025-01-19 02:59:15 +01:00
|
|
|
version = "4.5.26"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-19 02:59:15 +01:00
|
|
|
checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2025-01-19 02:59:15 +01:00
|
|
|
version = "4.5.26"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-19 02:59:15 +01:00
|
|
|
checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2025-01-09 18:10:27 +01:00
|
|
|
"strsim",
|
2024-05-02 14:21:42 +02:00
|
|
|
"terminal_size",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "4.5.24"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"heck 0.5.0",
|
|
|
|
"proc-macro2",
|
2024-05-02 14:21:42 +02:00
|
|
|
"quote",
|
2025-01-19 02:59:15 +01:00
|
|
|
"syn 2.0.96",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.7.4"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
2024-09-19 17:20:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "codee"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d3ad3122b0001c7f140cf4d605ef9a9e2c24d96ab0b4fb4347b76de2425f445"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2025-01-09 18:10:27 +01:00
|
|
|
"thiserror 1.0.69",
|
2024-09-19 17:20:44 +02:00
|
|
|
]
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "collection_literals"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "186dce98367766de751c42c4f03970fc60fc012296e706ccbb9d5df9b6c1e271"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "1.0.3"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
2024-05-02 14:21:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "comrak"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.33.0"
|
2024-05-02 14:21:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "39bff2cbb80102771ca62bd2375bc6f6611dc1493373440b23aa08a155538708"
|
2024-05-02 14:21:42 +02:00
|
|
|
dependencies = [
|
2025-01-09 18:10:27 +01:00
|
|
|
"bon",
|
|
|
|
"caseless",
|
2024-05-02 14:21:42 +02:00
|
|
|
"clap",
|
|
|
|
"entities",
|
|
|
|
"memchr",
|
|
|
|
"shell-words",
|
|
|
|
"slug",
|
|
|
|
"syntect",
|
|
|
|
"typed-arena",
|
|
|
|
"unicode_categories",
|
|
|
|
"xdg",
|
|
|
|
]
|
|
|
|
|
2025-01-09 18:10:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "config"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.14.1"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "68578f196d2a33ff61b27fae256c3164f65e36382648e30666dde05b8cc9dfdf"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"nom",
|
|
|
|
"pathdiff",
|
|
|
|
"serde",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const_format"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.2.34"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"const_format_proc_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const_format_proc_macros"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.2.34"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2024-05-02 14:21:42 +02:00
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
2025-01-17 02:19:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "const_str_slice_concat"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f67855af358fcb20fac58f9d714c94e2b228fe5694c1c9b4ead4a366343eda1b"
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-08-11 12:55:27 +02:00
|
|
|
version = "0.8.7"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-11 12:55:27 +02:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.2.16"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "3.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
|
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
|
|
|
2024-05-02 14:21:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-05-27 06:26:11 +02:00
|
|
|
version = "1.4.2"
|
2024-05-02 14:21:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 06:26:11 +02:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2024-05-02 14:21:42 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.3.12"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.8.21"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
2024-04-30 14:23:30 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2024-07-15 20:19:27 +02:00
|
|
|
version = "0.20.10"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 20:19:27 +02:00
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
2025-01-09 18:10:27 +01:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2024-07-15 20:19:27 +02:00
|
|
|
version = "0.20.10"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 20:19:27 +02:00
|
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
2024-05-02 14:21:42 +02:00
|
|
|
"quote",
|
2025-01-09 18:10:27 +01:00
|
|
|
"strsim",
|
2025-01-19 02:59:15 +01:00
|
|
|
"syn 2.0.96",
|
2024-05-02 14:21:42 +02:00
|
|
|
]
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2024-07-15 20:19:27 +02:00
|
|
|
version = "0.20.10"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 20:19:27 +02:00
|
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
2025-01-09 18:10:27 +01:00
|
|
|
"darling_core",
|
2024-05-02 14:21:42 +02:00
|
|
|
"quote",
|
2025-01-19 02:59:15 +01:00
|
|
|
"syn 2.0.96",
|
2024-04-30 14:23:30 +02:00
|
|
|
]
|
|
|
|
|
2024-09-19 15:56:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "6.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
2024-04-30 14:23:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "default-struct-builder"
|
2025-01-09 18:10:27 +01:00
|
|
|
version = "0.5.1"
|
2024-04-30 14:23:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-09 18:10:27 +01:00
|
|
|
checksum = "e0df63c21a4383f94bd5388564829423f35c316aed85dc4f8427aded372c7c0d"
|
2024-04-30 14:23:30 +02:00
|
|
|
dependencies = [
|
2025-01-09 18:10:27 +01:00
|
|
|
"darling",
|
2024-04-30 14:23:30 +02:00
|
|
|
"proc-macro2",
|
2024-05-02 14:21:42 +02:00
|
|
|
"quote",
|
|