riftenlabs-indexer/Cargo.lock

3213 lines
79 KiB
Text
Raw Normal View History

2023-11-29 12:25:04 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
2023-11-29 12:25:04 +01:00
[[package]]
name = "addr2line"
2024-10-24 11:52:11 +02:00
version = "0.24.2"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
2023-11-29 12:25:04 +01:00
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2024-04-02 12:44:40 +02:00
[[package]]
name = "ahash"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
dependencies = [
2025-05-21 13:38:55 +02:00
"getrandom 0.2.16",
2024-04-02 12:44:40 +02:00
"once_cell",
"version_check",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "ahash"
2025-05-21 13:38:55 +02:00
version = "0.8.12"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
2023-11-29 12:25:04 +01:00
dependencies = [
"cfg-if",
"once_cell",
"version_check",
"zerocopy",
]
[[package]]
name = "aho-corasick"
version = "1.1.3"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-11-29 12:25:04 +01:00
dependencies = [
"memchr",
]
2024-02-14 11:11:16 +01: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",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "anyhow"
2025-05-21 13:38:55 +02:00
version = "1.0.98"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
2024-03-04 16:40:50 +01:00
dependencies = [
"backtrace",
]
2023-11-29 12:25:04 +01:00
2024-04-02 12:44:40 +02:00
[[package]]
name = "arrayvec"
version = "0.7.6"
2024-04-02 12:44:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
2024-04-02 12:44:40 +02:00
2023-11-29 12:25:04 +01:00
[[package]]
name = "async-stream"
2024-10-24 11:52:11 +02:00
version = "0.3.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
2023-11-29 12:25:04 +01:00
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
2024-10-24 11:52:11 +02:00
version = "0.3.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
2023-11-29 12:25:04 +01:00
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "async-trait"
2025-05-21 13:38:55 +02:00
version = "0.1.88"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
2023-11-29 12:25:04 +01:00
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "atomic"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
[[package]]
name = "atomic"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994"
dependencies = [
"bytemuck",
]
[[package]]
name = "autocfg"
2024-10-24 11:52:11 +02:00
version = "1.4.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2023-11-29 12:25:04 +01:00
2026-02-03 09:37:24 +01:00
[[package]]
name = "aws-lc-rs"
version = "1.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
dependencies = [
"aws-lc-sys",
"zeroize",
]
[[package]]
name = "aws-lc-sys"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
dependencies = [
"cc",
"cmake",
"dunce",
"fs_extra",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "backtrace"
2025-05-21 13:38:55 +02:00
version = "0.3.75"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
2023-11-29 12:25:04 +01:00
dependencies = [
"addr2line",
"cfg-if",
"libc",
2024-10-24 11:52:11 +02:00
"miniz_oxide",
2023-11-29 12:25:04 +01:00
"object",
"rustc-demangle",
2024-10-24 11:52:11 +02:00
"windows-targets 0.52.6",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2023-11-29 12:25:04 +01:00
[[package]]
name = "bech32"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
[[package]]
name = "binascii"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
[[package]]
name = "bitcoin_hashes"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4"
dependencies = [
"serde",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "bitcoincash"
version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc7b97d0bbf8b62e6cfbec23aa42e677dfced45572a65992c5e08906728d44bf"
dependencies = [
"bech32",
2024-02-16 09:11:40 +01:00
"bitcoin_hashes",
"secp256k1",
"serde",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "bitflags"
2025-05-21 13:38:55 +02:00
version = "2.9.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
2023-11-29 12:25:04 +01:00
2024-04-02 12:44:40 +02:00
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2026-02-03 09:37:24 +01:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2024-04-02 12:44:40 +02:00
[[package]]
name = "borsh"
2025-05-21 13:38:55 +02:00
version = "1.5.7"
2024-04-02 12:44:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2024-04-02 12:44:40 +02:00
dependencies = [
"borsh-derive",
"cfg_aliases",
]
[[package]]
name = "borsh-derive"
2025-05-21 13:38:55 +02:00
version = "1.5.7"
2024-04-02 12:44:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2024-04-02 12:44:40 +02:00
dependencies = [
"once_cell",
"proc-macro-crate",
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2024-04-02 12:44:40 +02:00
]
2024-02-14 11:11:16 +01:00
[[package]]
name = "bumpalo"
2025-05-21 13:38:55 +02:00
version = "3.17.0"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2024-02-14 11:11:16 +01:00
2024-04-02 12:44:40 +02:00
[[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",
"quote",
"syn 1.0.109",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "bytemuck"
2025-05-21 13:38:55 +02:00
version = "1.23.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c"
2023-11-29 12:25:04 +01:00
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
2025-05-21 13:38:55 +02:00
version = "1.10.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2023-11-29 12:25:04 +01:00
[[package]]
name = "cargo_toml"
version = "0.20.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
dependencies = [
"serde",
2025-05-21 13:38:55 +02:00
"toml 0.8.22",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "cc"
2026-02-03 09:37:24 +01:00
version = "1.2.55"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-03 09:37:24 +01:00
checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
2023-11-29 12:25:04 +01:00
dependencies = [
2026-02-03 09:37:24 +01:00
"find-msvc-tools",
"jobserver",
"libc",
"shlex",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-04-02 12:44:40 +02:00
[[package]]
name = "cfg_aliases"
version = "0.2.1"
2024-04-02 12:44:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2024-04-02 12:44:40 +02:00
2024-02-14 11:11:16 +01:00
[[package]]
name = "chrono"
2025-05-21 13:38:55 +02:00
version = "0.4.41"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2024-02-14 11:11:16 +01:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
2025-05-21 13:38:55 +02:00
"windows-link",
2024-02-14 11:11:16 +01:00
]
2026-02-03 09:37:24 +01:00
[[package]]
name = "cmake"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
dependencies = [
"cc",
]
[[package]]
name = "configure_me"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d03c1fbdead926855bdafee8ddf16cd42efb3c75d8cde8c87f8937b99510b39d"
dependencies = [
2025-05-21 13:38:55 +02:00
"parse_arg 0.1.6",
"serde",
"serde_derive",
"toml 0.5.11",
]
[[package]]
name = "configure_me_codegen"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e56840275667a19b0e8ab80219c81fb0bd924e567366d9f12aa385fb45511ea"
dependencies = [
"cargo_toml",
"fmt2io",
"man",
"serde",
"serde_derive",
"toml 0.5.11",
"unicode-segmentation",
"void",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "cookie"
version = "0.18.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
2023-11-29 12:25:04 +01:00
dependencies = [
"percent-encoding",
"time",
"version_check",
]
2024-02-14 11:11:16 +01:00
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2024-02-14 11:11:16 +01:00
2026-02-03 09:37:24 +01:00
[[package]]
name = "cpufeatures"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
"cfg-if",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "crossbeam-deque"
version = "0.8.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
2023-11-29 12:25:04 +01:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2023-11-29 12:25:04 +01:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.21"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
2023-11-29 12:25:04 +01:00
2026-02-03 09:37:24 +01:00
[[package]]
name = "crypto-common"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "data-encoding"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
2023-11-29 12:25:04 +01:00
[[package]]
name = "deranged"
2025-05-21 13:38:55 +02:00
version = "0.4.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
2023-11-29 12:25:04 +01:00
dependencies = [
"powerfmt",
]
[[package]]
name = "devise"
version = "0.4.2"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1d90b0c4c777a2cad215e3c7be59ac7c15adf45cf76317009b7d096d46f651d"
2023-11-29 12:25:04 +01:00
dependencies = [
"devise_codegen",
"devise_core",
]
[[package]]
name = "devise_codegen"
version = "0.4.2"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71b28680d8be17a570a2334922518be6adc3f58ecc880cbb404eaeb8624fd867"
2023-11-29 12:25:04 +01:00
dependencies = [
"devise_core",
"quote",
]
[[package]]
name = "devise_core"
version = "0.4.2"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b035a542cf7abf01f2e3c4d5a7acbaebfefe120ae4efc7bde3df98186e4b8af7"
2023-11-29 12:25:04 +01:00
dependencies = [
"bitflags",
2023-11-29 12:25:04 +01:00
"proc-macro2",
"proc-macro2-diagnostics",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
]
2026-02-03 09:37:24 +01: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",
]
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2023-11-29 12:25:04 +01:00
]
2026-02-03 09:37:24 +01:00
[[package]]
name = "dunce"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
2023-11-29 12:25:04 +01:00
[[package]]
name = "either"
2025-05-21 13:38:55 +02:00
version = "1.15.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
2023-11-29 12:25:04 +01:00
[[package]]
name = "electrum-client-netagnostic"
2026-02-03 09:37:24 +01:00
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-03 09:37:24 +01:00
checksum = "2feba4639bf2e7aae2b6787cd115f755958f5d15da69c72ec25df8c308cc3b5c"
2023-11-29 12:25:04 +01:00
dependencies = [
"byteorder",
"libc",
"log",
2026-02-03 09:37:24 +01:00
"rustls",
2023-11-29 12:25:04 +01:00
"serde",
"serde_json",
2026-02-03 09:37:24 +01:00
"tungstenite",
"webpki-roots 0.25.4",
2023-11-29 12:25:04 +01:00
"winapi",
]
[[package]]
name = "encoding_rs"
2024-10-24 11:52:11 +02:00
version = "0.8.35"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
2023-11-29 12:25:04 +01:00
dependencies = [
"cfg-if",
]
[[package]]
name = "equivalent"
2025-05-21 13:38:55 +02:00
version = "1.0.2"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2023-11-29 12:25:04 +01:00
[[package]]
name = "errno"
2025-05-21 13:38:55 +02:00
version = "0.3.12"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
2023-11-29 12:25:04 +01:00
dependencies = [
"libc",
"windows-sys 0.59.0",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "fallible-iterator"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "fastrand"
version = "2.3.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2023-11-29 12:25:04 +01:00
[[package]]
name = "figment"
version = "0.10.19"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3"
2023-11-29 12:25:04 +01:00
dependencies = [
"atomic 0.6.0",
"pear",
"serde",
2025-05-21 13:38:55 +02:00
"toml 0.8.22",
2023-11-29 12:25:04 +01:00
"uncased",
"version_check",
]
2026-02-03 09:37:24 +01:00
[[package]]
name = "find-msvc-tools"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
[[package]]
name = "flate2"
2025-05-21 13:38:55 +02:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
dependencies = [
"crc32fast",
2024-10-24 11:52:11 +02:00
"miniz_oxide",
]
[[package]]
name = "fmt2io"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b6129284da9f7e5296cc22183a63f24300e945e297705dcc0672f7df01d62c8"
2023-11-29 12:25:04 +01:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2025-07-16 09:30:17 +02:00
[[package]]
name = "foldhash"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2024-01-19 14:38:31 +01:00
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
2026-02-03 09:37:24 +01:00
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2024-04-02 12:44:40 +02:00
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2023-11-29 12:25:04 +01:00
[[package]]
name = "futures"
2024-10-24 11:52:11 +02:00
version = "0.3.31"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2023-11-29 12:25:04 +01:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-10-24 11:52:11 +02:00
version = "0.3.31"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2023-11-29 12:25:04 +01:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-10-24 11:52:11 +02:00
version = "0.3.31"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2023-11-29 12:25:04 +01:00
[[package]]
name = "futures-io"
2024-10-24 11:52:11 +02:00
version = "0.3.31"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2023-11-29 12:25:04 +01:00
[[package]]
name = "futures-sink"
2024-10-24 11:52:11 +02:00
version = "0.3.31"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2023-11-29 12:25:04 +01:00
[[package]]
name = "futures-task"
2024-10-24 11:52:11 +02:00
version = "0.3.31"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2023-11-29 12:25:04 +01:00
[[package]]
name = "futures-util"
2024-10-24 11:52:11 +02:00
version = "0.3.31"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2023-11-29 12:25:04 +01:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generator"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
dependencies = [
"cc",
"libc",
"log",
"rustversion",
"windows",
]
2026-02-03 09:37:24 +01: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",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "getrandom"
2025-05-21 13:38:55 +02:00
version = "0.2.16"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
2023-11-29 12:25:04 +01:00
dependencies = [
"cfg-if",
"libc",
2025-05-21 13:38:55 +02:00
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
dependencies = [
"cfg-if",
"libc",
"r-efi",
"wasi 0.14.2+wasi-0.2.4",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "gimli"
2024-10-24 11:52:11 +02:00
version = "0.31.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2023-11-29 12:25:04 +01:00
[[package]]
name = "glob"
2025-05-21 13:38:55 +02:00
version = "0.3.2"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
2023-11-29 12:25:04 +01:00
[[package]]
name = "h2"
version = "0.3.26"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2023-11-29 12:25:04 +01:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http 0.2.12",
2023-11-29 12:25:04 +01:00
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
2024-04-02 12:44:40 +02:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash 0.7.8",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "hashbrown"
version = "0.14.5"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-11-29 12:25:04 +01:00
dependencies = [
2025-05-21 13:38:55 +02:00
"ahash 0.8.12",
2023-11-29 12:25:04 +01:00
]
2024-10-24 11:52:11 +02:00
[[package]]
name = "hashbrown"
2025-05-21 13:38:55 +02:00
version = "0.15.3"
2024-10-24 11:52:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
2025-07-16 09:30:17 +02:00
dependencies = [
"foldhash",
]
2024-10-24 11:52:11 +02:00
2023-11-29 12:25:04 +01:00
[[package]]
name = "hashlink"
version = "0.9.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
2023-11-29 12:25:04 +01:00
dependencies = [
"hashbrown 0.14.5",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "hermit-abi"
2025-05-21 13:38:55 +02:00
version = "0.5.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
2023-11-29 12:25:04 +01:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "http"
version = "0.2.12"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http"
2025-05-21 13:38:55 +02:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
2023-11-29 12:25:04 +01:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2023-11-29 12:25:04 +01:00
dependencies = [
"bytes",
"http 0.2.12",
2023-11-29 12:25:04 +01:00
"pin-project-lite",
]
[[package]]
name = "httparse"
2025-05-21 13:38:55 +02:00
version = "1.10.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2023-11-29 12:25:04 +01:00
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "hyper"
version = "0.14.32"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
2023-11-29 12:25:04 +01:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http 0.2.12",
2023-11-29 12:25:04 +01:00
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
2023-11-29 12:25:04 +01:00
"tokio",
"tower-service",
"tracing",
"want",
]
2024-02-14 11:11:16 +01:00
[[package]]
name = "iana-time-zone"
2025-05-21 13:38:55 +02:00
version = "0.1.63"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
2024-02-14 11:11:16 +01:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
2025-05-21 13:38:55 +02:00
"log",
2024-02-14 11:11:16 +01:00
"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 = "icu_collections"
2025-05-21 13:38:55 +02:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
dependencies = [
"displaydoc",
2025-05-21 13:38:55 +02:00
"potential_utf",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
2025-05-21 13:38:55 +02:00
name = "icu_locale_core"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_normalizer"
2025-05-21 13:38:55 +02:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
2025-05-21 13:38:55 +02:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
[[package]]
name = "icu_properties"
2025-05-21 13:38:55 +02:00
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
dependencies = [
"displaydoc",
"icu_collections",
2025-05-21 13:38:55 +02:00
"icu_locale_core",
"icu_properties_data",
"icu_provider",
2025-05-21 13:38:55 +02:00
"potential_utf",
"zerotrie",
"zerovec",
]
[[package]]
name = "icu_properties_data"
2025-05-21 13:38:55 +02:00
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
[[package]]
name = "icu_provider"
2025-05-21 13:38:55 +02:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
dependencies = [
"displaydoc",
2025-05-21 13:38:55 +02:00
"icu_locale_core",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
2025-05-21 13:38:55 +02:00
"zerotrie",
"zerovec",
]
2024-01-19 14:38:31 +01:00
[[package]]
name = "idna"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
dependencies = [
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
2025-05-21 13:38:55 +02:00
version = "1.2.1"
2024-01-19 14:38:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2024-01-19 14:38:31 +01:00
dependencies = [
"icu_normalizer",
"icu_properties",
2024-01-19 14:38:31 +01:00
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "indexmap"
2025-05-21 13:38:55 +02:00
version = "2.9.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
2023-11-29 12:25:04 +01:00
dependencies = [
"equivalent",
2025-05-21 13:38:55 +02:00
"hashbrown 0.15.3",
2023-11-29 12:25:04 +01:00
"serde",
]
[[package]]
name = "inlinable_string"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
[[package]]
name = "is-terminal"
2025-05-21 13:38:55 +02:00
version = "0.4.16"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
2023-11-29 12:25:04 +01:00
dependencies = [
2025-05-21 13:38:55 +02:00
"hermit-abi 0.5.1",
"libc",
2025-05-21 13:38:55 +02:00
"windows-sys 0.59.0",
2023-11-29 12:25:04 +01:00
]
2025-07-16 09:30:17 +02:00
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "itoa"
2025-05-21 13:38:55 +02:00
version = "1.0.15"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2023-11-29 12:25:04 +01:00
2026-02-03 09:37:24 +01:00
[[package]]
name = "jobserver"
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
dependencies = [
"getrandom 0.3.3",
"libc",
]
2024-02-14 11:11:16 +01:00
[[package]]
name = "js-sys"
2025-05-21 13:38:55 +02:00
version = "0.3.77"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2024-02-14 11:11:16 +01:00
dependencies = [
"once_cell",
2024-02-14 11:11:16 +01:00
"wasm-bindgen",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "lazy_static"
version = "1.5.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2023-11-29 12:25:04 +01:00
[[package]]
name = "libc"
2025-05-21 13:38:55 +02:00
version = "0.2.172"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
2023-11-29 12:25:04 +01:00
2025-07-16 09:30:17 +02:00
[[package]]
name = "libm"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2023-11-29 12:25:04 +01:00
[[package]]
name = "libsqlite3-sys"
2024-03-14 12:14:13 +01:00
version = "0.28.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-14 12:14:13 +01:00
checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
2023-11-29 12:25:04 +01:00
dependencies = [
"pkg-config",
"vcpkg",
]
[[package]]
name = "linux-raw-sys"
2025-05-21 13:38:55 +02:00
version = "0.9.4"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2023-11-29 12:25:04 +01:00
[[package]]
name = "litemap"
2025-05-21 13:38:55 +02:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2023-11-29 12:25:04 +01:00
[[package]]
name = "lock_api"
version = "0.4.12"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-11-29 12:25:04 +01:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2025-05-21 13:38:55 +02:00
version = "0.4.27"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2023-11-29 12:25:04 +01:00
[[package]]
name = "loom"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
dependencies = [
"cfg-if",
"generator",
"scoped-tls",
"serde",
"serde_json",
"tracing",
"tracing-subscriber",
]
2025-07-16 09:30:17 +02:00
[[package]]
name = "malachite"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec410515e231332b14cd986a475d1c3323bcfa4c7efc038bfa1d5b410b1c57e4"
dependencies = [
"malachite-base",
"malachite-nz",
]
[[package]]
name = "malachite-base"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c738d3789301e957a8f7519318fcbb1b92bb95863b28f6938ae5a05be6259f34"
dependencies = [
"hashbrown 0.15.3",
"itertools",
"libm",
"ryu",
]
[[package]]
name = "malachite-nz"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1707c9a1fa36ce21749b35972bfad17bbf34cf5a7c96897c0491da321e387d3b"
dependencies = [
"itertools",
"libm",
"malachite-base",
"wide",
]
[[package]]
name = "man"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccbbb1d623a3cbcaeef9a072f7ccbd6f8ca1e788f3e301d5c49bdd67b1f5a942"
dependencies = [
"roff",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata 0.1.10",
]
[[package]]
name = "memchr"
version = "2.7.4"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2023-11-29 12:25:04 +01:00
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "miniz_oxide"
2025-05-21 13:38:55 +02:00
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
dependencies = [
"adler2",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "mio"
version = "1.0.3"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2023-11-29 12:25:04 +01:00
dependencies = [
"libc",
2025-05-21 13:38:55 +02:00
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.52.0",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "multer"
version = "3.1.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
2023-11-29 12:25:04 +01:00
dependencies = [
"bytes",
"encoding_rs",
"futures-util",
2025-05-21 13:38:55 +02:00
"http 1.3.1",
2023-11-29 12:25:04 +01:00
"httparse",
"memchr",
"mime",
"spin",
"tokio",
"tokio-util",
"version_check",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2024-02-14 11:11:16 +01:00
[[package]]
name = "num-traits"
version = "0.2.19"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2024-02-14 11:11:16 +01:00
dependencies = [
"autocfg",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi 0.3.9",
2023-11-29 12:25:04 +01:00
"libc",
]
[[package]]
name = "object"
2025-05-21 13:38:55 +02:00
version = "0.36.7"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2023-11-29 12:25:04 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2025-05-21 13:38:55 +02:00
version = "1.21.3"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2023-11-29 12:25:04 +01:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "parking_lot"
version = "0.12.3"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2023-11-29 12:25:04 +01:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.10"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-11-29 12:25:04 +01:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-targets 0.52.6",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "parse_arg"
2025-05-21 13:38:55 +02:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "32f05bccc8b6036fec4e0c511954e3997987a82acb6a0b50642ecf7c744fe225"
dependencies = [
"parse_arg 1.0.1",
]
[[package]]
name = "parse_arg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bddc33f680b79eaf1e2e56da792c3c2236f86985bbc3a886e8ddee17ae4d3a4"
2023-11-29 12:25:04 +01:00
[[package]]
name = "pear"
version = "0.2.9"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
2023-11-29 12:25:04 +01:00
dependencies = [
"inlinable_string",
"pear_codegen",
"yansi",
]
[[package]]
name = "pear_codegen"
version = "0.2.9"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
2023-11-29 12:25:04 +01:00
dependencies = [
"proc-macro2",
"proc-macro2-diagnostics",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "pin-project-lite"
2025-05-21 13:38:55 +02:00
version = "0.2.16"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2023-11-29 12:25:04 +01:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2025-05-21 13:38:55 +02:00
version = "0.3.32"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
[[package]]
name = "potential_utf"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
dependencies = [
"zerovec",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
2025-05-21 13:38:55 +02:00
version = "0.2.21"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
dependencies = [
"zerocopy",
]
2023-11-29 12:25:04 +01:00
2024-04-02 12:44:40 +02:00
[[package]]
name = "proc-macro-crate"
2025-05-21 13:38:55 +02:00
version = "3.3.0"
2024-04-02 12:44:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
2024-04-02 12:44:40 +02:00
dependencies = [
2024-10-24 11:52:11 +02:00
"toml_edit",
2024-04-02 12:44:40 +02:00
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "proc-macro2"
2025-05-21 13:38:55 +02:00
version = "1.0.95"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2023-11-29 12:25:04 +01:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "proc-macro2-diagnostics"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2023-11-29 12:25:04 +01:00
"version_check",
"yansi",
]
2024-04-02 12:44:40 +02:00
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "quote"
2025-05-21 13:38:55 +02:00
version = "1.0.40"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2023-11-29 12:25:04 +01:00
dependencies = [
"proc-macro2",
]
2025-05-21 13:38:55 +02:00
[[package]]
name = "r-efi"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
2024-03-14 12:14:13 +01:00
[[package]]
name = "r2d2"
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
dependencies = [
"log",
"parking_lot",
"scheduled-thread-pool",
]
[[package]]
name = "r2d2_sqlite"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a982edf65c129796dba72f8775b292ef482b40d035e827a9825b3bc07ccc5f2"
dependencies = [
"r2d2",
"rusqlite",
"uuid",
]
2024-04-02 12:44:40 +02:00
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2023-11-29 12:25:04 +01:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2025-05-21 13:38:55 +02:00
"rand_chacha 0.3.1",
"rand_core 0.6.4",
]
[[package]]
name = "rand"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.3",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2025-05-21 13:38:55 +02:00
"rand_core 0.6.4",
]
[[package]]
name = "rand_chacha"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
dependencies = [
"ppv-lite86",
"rand_core 0.9.3",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2025-05-21 13:38:55 +02:00
"getrandom 0.2.16",
]
[[package]]
name = "rand_core"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
dependencies = [
"getrandom 0.3.3",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "rayon"
version = "1.10.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2023-11-29 12:25:04 +01:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2023-11-29 12:25:04 +01:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "redox_syscall"
2025-05-21 13:38:55 +02:00
version = "0.5.12"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
2023-11-29 12:25:04 +01:00
dependencies = [
"bitflags",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "ref-cast"
2025-05-21 13:38:55 +02:00
version = "1.0.24"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
2023-11-29 12:25:04 +01:00
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
2025-05-21 13:38:55 +02:00
version = "1.0.24"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
2023-11-29 12:25:04 +01:00
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "regex"
2024-10-31 10:55:29 +00:00
version = "1.11.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-31 10:55:29 +00:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2023-11-29 12:25:04 +01:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata 0.4.9",
2024-10-24 11:52:11 +02:00
"regex-syntax 0.8.5",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
]
[[package]]
name = "regex-automata"
version = "0.4.9"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2023-11-29 12:25:04 +01:00
dependencies = [
"aho-corasick",
"memchr",
2024-10-24 11:52:11 +02:00
"regex-syntax 0.8.5",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
2024-10-24 11:52:11 +02:00
version = "0.8.5"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2023-11-29 12:25:04 +01:00
2024-04-02 12:44:40 +02:00
[[package]]
name = "rend"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
dependencies = [
"bytecheck",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "riftenlabs-defi"
version = "0.1.4"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f0d8096ed55bebd47d84776b565fae9dd7b195c73c4520753aa07c1dfb45b7"
2023-11-29 12:25:04 +01:00
dependencies = [
"anyhow",
2024-02-16 09:11:40 +01:00
"bitcoin_hashes",
2023-11-29 12:25:04 +01:00
"bitcoincash",
"serde",
2023-11-29 12:25:04 +01:00
]
2024-04-02 14:07:21 +02:00
[[package]]
name = "riftenlabs-indexer"
2026-02-10 14:48:45 +01:00
version = "0.2.0"
2024-04-02 14:07:21 +02:00
dependencies = [
"anyhow",
"bitcoin_hashes",
"bitcoincash",
"configure_me",
"configure_me_codegen",
"electrum-client-netagnostic",
2024-04-02 14:07:21 +02:00
"hex",
"log",
2025-07-16 09:30:17 +02:00
"malachite",
2024-04-02 14:07:21 +02:00
"r2d2",
"r2d2_sqlite",
2025-05-21 13:38:55 +02:00
"rand 0.8.5",
2024-04-02 14:07:21 +02:00
"rayon",
"riftenlabs-defi",
"rocket",
"rocket_cors",
"rusqlite",
"rust_decimal",
"rust_decimal_macros",
"serde",
"serde_json",
"stderrlog",
"ureq",
2024-04-02 14:07:21 +02:00
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "ring"
2025-05-21 13:38:55 +02:00
version = "0.17.14"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2023-11-29 12:25:04 +01:00
dependencies = [
"cc",
"cfg-if",
2025-05-21 13:38:55 +02:00
"getrandom 0.2.16",
2023-11-29 12:25:04 +01:00
"libc",
"untrusted",
"windows-sys 0.52.0",
2023-11-29 12:25:04 +01:00
]
2024-04-02 12:44:40 +02:00
[[package]]
name = "rkyv"
version = "0.7.45"
2024-04-02 12:44:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
2024-04-02 12:44:40 +02:00
dependencies = [
"bitvec",
"bytecheck",
"bytes",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
"tinyvec",
"uuid",
]
[[package]]
name = "rkyv_derive"
version = "0.7.45"
2024-04-02 12:44:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
2024-04-02 12:44:40 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "rocket"
version = "0.5.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a516907296a31df7dc04310e7043b61d71954d703b603cc6867a026d7e72d73f"
2023-11-29 12:25:04 +01:00
dependencies = [
"async-stream",
"async-trait",
"atomic 0.5.3",
"binascii",
"bytes",
"either",
"figment",
"futures",
"indexmap",
"log",
"memchr",
"multer",
"num_cpus",
"parking_lot",
"pin-project-lite",
2025-05-21 13:38:55 +02:00
"rand 0.8.5",
2023-11-29 12:25:04 +01:00
"ref-cast",
"rocket_codegen",
"rocket_http",
"serde",
"serde_json",
"state",
"tempfile",
"time",
"tokio",
"tokio-stream",
"tokio-util",
"ubyte",
"version_check",
"yansi",
]
[[package]]
name = "rocket_codegen"
version = "0.5.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "575d32d7ec1a9770108c879fc7c47815a80073f96ca07ff9525a94fcede1dd46"
2023-11-29 12:25:04 +01:00
dependencies = [
"devise",
"glob",
"indexmap",
"proc-macro2",
"quote",
"rocket_http",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2023-11-29 12:25:04 +01:00
"unicode-xid",
"version_check",
]
2024-01-19 14:38:31 +01:00
[[package]]
name = "rocket_cors"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfac3a1df83f8d4fc96aa41dba3b86c786417b7fc0f52ec76295df2ba781aa69"
dependencies = [
"http 0.2.12",
2024-01-19 14:38:31 +01:00
"log",
"regex",
"rocket",
"serde",
"serde_derive",
"unicase",
"unicase_serde",
"url",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "rocket_http"
version = "0.5.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e274915a20ee3065f611c044bd63c40757396b6dbc057d6046aec27f14f882b9"
2023-11-29 12:25:04 +01:00
dependencies = [
"cookie",
"either",
"futures",
"http 0.2.12",
2023-11-29 12:25:04 +01:00
"hyper",
"indexmap",
"log",
"memchr",
"pear",
"percent-encoding",
"pin-project-lite",
"ref-cast",
"serde",
"smallvec",
"stable-pattern",
"state",
"time",
"tokio",
"uncased",
]
[[package]]
name = "roff"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e33e4fb37ba46888052c763e4ec2acfedd8f00f62897b630cadb6298b833675e"
2023-11-29 12:25:04 +01:00
[[package]]
name = "rusqlite"
2024-03-14 12:14:13 +01:00
version = "0.31.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-14 12:14:13 +01:00
checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
2023-11-29 12:25:04 +01:00
dependencies = [
"bitflags",
2023-11-29 12:25:04 +01:00
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec",
]
2024-04-02 12:44:40 +02:00
[[package]]
name = "rust_decimal"
2025-05-21 13:38:55 +02:00
version = "1.37.1"
2024-04-02 12:44:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
2024-04-02 12:44:40 +02:00
dependencies = [
"arrayvec",
"borsh",
"bytes",
"num-traits",
2025-05-21 13:38:55 +02:00
"rand 0.8.5",
2024-04-02 12:44:40 +02:00
"rkyv",
"serde",
"serde_json",
]
[[package]]
name = "rust_decimal_macros"
2025-05-21 13:38:55 +02:00
version = "1.37.1"
2024-04-02 12:44:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "f6268b74858287e1a062271b988a0c534bf85bbeb567fe09331bf40ed78113d5"
2024-04-02 12:44:40 +02:00
dependencies = [
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2024-04-02 12:44:40 +02:00
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "rustc-demangle"
version = "0.1.24"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-11-29 12:25:04 +01:00
[[package]]
name = "rustix"
2025-05-21 13:38:55 +02:00
version = "1.0.7"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
2023-11-29 12:25:04 +01:00
dependencies = [
"bitflags",
2023-11-29 12:25:04 +01:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.59.0",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "rustls"
2025-05-21 13:38:55 +02:00
version = "0.23.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
dependencies = [
2026-02-03 09:37:24 +01:00
"aws-lc-rs",
"log",
"once_cell",
"ring",
"rustls-pki-types",
2026-02-03 09:37:24 +01:00
"rustls-webpki",
"subtle",
"zeroize",
]
[[package]]
name = "rustls-pki-types"
2025-05-21 13:38:55 +02:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
dependencies = [
"zeroize",
]
[[package]]
name = "rustls-webpki"
2025-05-21 13:38:55 +02:00
version = "0.103.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
dependencies = [
2026-02-03 09:37:24 +01:00
"aws-lc-rs",
"ring",
"rustls-pki-types",
"untrusted",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "rustversion"
2025-05-21 13:38:55 +02:00
version = "1.0.20"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
2023-11-29 12:25:04 +01:00
[[package]]
name = "ryu"
2025-05-21 13:38:55 +02:00
version = "1.0.20"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2023-11-29 12:25:04 +01:00
2025-07-16 09:30:17 +02:00
[[package]]
name = "safe_arch"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323"
dependencies = [
"bytemuck",
]
2024-03-14 12:14:13 +01:00
[[package]]
name = "scheduled-thread-pool"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
dependencies = [
"parking_lot",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2024-04-02 12:44:40 +02:00
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2023-11-29 12:25:04 +01:00
[[package]]
name = "secp256k1"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"
dependencies = [
2024-02-16 09:11:40 +01:00
"bitcoin_hashes",
"secp256k1-sys",
"serde",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "secp256k1-sys"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"
dependencies = [
"cc",
]
[[package]]
name = "serde"
2025-05-21 13:38:55 +02:00
version = "1.0.219"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2023-11-29 12:25:04 +01:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2025-05-21 13:38:55 +02:00
version = "1.0.219"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2023-11-29 12:25:04 +01:00
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "serde_json"
2025-05-21 13:38:55 +02:00
version = "1.0.140"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
2023-11-29 12:25:04 +01:00
dependencies = [
"itoa",
"memchr",
2023-11-29 12:25:04 +01:00
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
2024-10-24 11:52:11 +02:00
version = "0.6.8"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
2023-11-29 12:25:04 +01:00
dependencies = [
"serde",
]
2026-02-03 09:37:24 +01: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-29 12:25:04 +01:00
[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2023-11-29 12:25:04 +01:00
[[package]]
name = "signal-hook-registry"
2025-05-21 13:38:55 +02:00
version = "1.4.5"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
2023-11-29 12:25:04 +01:00
dependencies = [
"libc",
]
2024-04-02 12:44:40 +02:00
[[package]]
name = "simdutf8"
2024-10-24 11:52:11 +02:00
version = "0.1.5"
2024-04-02 12:44:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2024-04-02 12:44:40 +02:00
2023-11-29 12:25:04 +01:00
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2025-05-21 13:38:55 +02:00
version = "1.15.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
2023-11-29 12:25:04 +01:00
[[package]]
name = "socket2"
2025-05-21 13:38:55 +02:00
version = "0.5.9"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
2023-11-29 12:25:04 +01:00
dependencies = [
"libc",
"windows-sys 0.52.0",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]]
name = "stable-pattern"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
dependencies = [
"memchr",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2023-11-29 12:25:04 +01:00
[[package]]
name = "state"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8"
dependencies = [
"loom",
]
2024-02-14 11:11:16 +01:00
[[package]]
name = "stderrlog"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61c910772f992ab17d32d6760e167d2353f4130ed50e796752689556af07dc6b"
dependencies = [
"chrono",
"is-terminal",
"log",
"termcolor",
"thread_local",
]
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2024-04-02 12:44:40 +02:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "syn"
2025-05-21 13:38:55 +02:00
version = "2.0.101"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
2023-11-29 12:25:04 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-04-02 12:44:40 +02:00
[[package]]
name = "synstructure"
2025-05-21 13:38:55 +02:00
version = "0.13.2"
2024-04-02 12:44:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2024-04-02 12:44:40 +02:00
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2024-04-02 12:44:40 +02:00
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2023-11-29 12:25:04 +01:00
[[package]]
name = "tempfile"
2025-05-21 13:38:55 +02:00
version = "3.20.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
2023-11-29 12:25:04 +01:00
dependencies = [
"fastrand",
2025-05-21 13:38:55 +02:00
"getrandom 0.3.3",
"once_cell",
2023-11-29 12:25:04 +01:00
"rustix",
"windows-sys 0.59.0",
2023-11-29 12:25:04 +01:00
]
2024-02-14 11:11:16 +01:00
[[package]]
name = "termcolor"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
2026-02-03 09:37:24 +01:00
[[package]]
name = "thiserror"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.101",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "thread_local"
version = "1.1.8"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2023-11-29 12:25:04 +01:00
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "time"
2025-05-21 13:38:55 +02:00
version = "0.3.41"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
2023-11-29 12:25:04 +01:00
dependencies = [
"deranged",
"itoa",
"num-conv",
2023-11-29 12:25:04 +01:00
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2025-05-21 13:38:55 +02:00
version = "0.1.4"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
2023-11-29 12:25:04 +01:00
[[package]]
name = "time-macros"
2025-05-21 13:38:55 +02:00
version = "0.2.22"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
2023-11-29 12:25:04 +01:00
dependencies = [
"num-conv",
2023-11-29 12:25:04 +01:00
"time-core",
]
[[package]]
name = "tinystr"
2025-05-21 13:38:55 +02:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
dependencies = [
"displaydoc",
"zerovec",
]
2024-01-19 14:38:31 +01:00
[[package]]
name = "tinyvec"
2025-05-21 13:38:55 +02:00
version = "1.9.0"
2024-01-19 14:38:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
2024-01-19 14:38:31 +01:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2023-11-29 12:25:04 +01:00
[[package]]
name = "tokio"
2025-05-21 13:38:55 +02:00
version = "1.45.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
2023-11-29 12:25:04 +01:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"pin-project-lite",
"signal-hook-registry",
"socket2",
2023-11-29 12:25:04 +01:00
"tokio-macros",
"windows-sys 0.52.0",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "tokio-macros"
2025-05-21 13:38:55 +02:00
version = "2.5.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2023-11-29 12:25:04 +01:00
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "tokio-stream"
version = "0.1.17"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2023-11-29 12:25:04 +01:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
2025-05-21 13:38:55 +02:00
version = "0.7.15"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
2023-11-29 12:25:04 +01:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "toml"
2025-05-21 13:38:55 +02:00
version = "0.8.22"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae"
2023-11-29 12:25:04 +01:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2024-10-24 11:52:11 +02:00
"toml_edit",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "toml_datetime"
2025-05-21 13:38:55 +02:00
version = "0.6.9"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
2023-11-29 12:25:04 +01:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2025-05-21 13:38:55 +02:00
version = "0.22.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
2023-11-29 12:25:04 +01:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
2025-05-21 13:38:55 +02:00
"toml_write",
2024-10-24 11:52:11 +02:00
"winnow",
2023-11-29 12:25:04 +01:00
]
2025-05-21 13:38:55 +02:00
[[package]]
name = "toml_write"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
2023-11-29 12:25:04 +01:00
[[package]]
name = "tower-service"
version = "0.3.3"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2023-11-29 12:25:04 +01:00
[[package]]
name = "tracing"
version = "0.1.41"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2023-11-29 12:25:04 +01:00
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.28"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
2023-11-29 12:25:04 +01:00
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "tracing-core"
version = "0.1.33"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2023-11-29 12:25:04 +01:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.19"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2023-11-29 12:25:04 +01:00
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
version = "0.2.5"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2023-11-29 12:25:04 +01:00
2026-02-03 09:37:24 +01:00
[[package]]
name = "tungstenite"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
dependencies = [
"bytes",
"data-encoding",
"http 1.3.1",
"httparse",
"log",
"rand 0.9.1",
"sha1",
"thiserror",
"utf-8",
]
[[package]]
name = "typenum"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2023-11-29 12:25:04 +01:00
[[package]]
name = "ubyte"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f720def6ce1ee2fc44d40ac9ed6d3a59c361c80a75a7aa8e75bb9baed31cf2ea"
dependencies = [
"serde",
]
[[package]]
name = "uncased"
version = "0.9.10"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
2023-11-29 12:25:04 +01:00
dependencies = [
"serde",
"version_check",
]
2024-01-19 14:38:31 +01:00
[[package]]
name = "unicase"
2025-05-21 13:38:55 +02:00
version = "2.8.1"
2024-01-19 14:38:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2024-01-19 14:38:31 +01:00
[[package]]
name = "unicase_serde"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ef53697679d874d69f3160af80bc28de12730a985d57bdf2b47456ccb8b11f1"
dependencies = [
"serde",
"unicase",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "unicode-ident"
2025-05-21 13:38:55 +02:00
version = "1.0.18"
2024-01-19 14:38:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2024-01-19 14:38:31 +01:00
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2023-11-29 12:25:04 +01:00
[[package]]
name = "unicode-xid"
2024-10-24 11:52:11 +02:00
version = "0.2.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-24 11:52:11 +02:00
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2023-11-29 12:25:04 +01:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "ureq"
version = "2.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d"
dependencies = [
"base64",
"flate2",
"log",
"once_cell",
2026-02-03 09:37:24 +01:00
"rustls",
"rustls-pki-types",
"serde",
"serde_json",
"url",
2025-05-21 13:38:55 +02:00
"webpki-roots 0.26.11",
]
2024-01-19 14:38:31 +01:00
[[package]]
name = "url"
version = "2.5.4"
2024-01-19 14:38:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2024-01-19 14:38:31 +01:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2026-02-03 09:37:24 +01:00
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2024-03-14 12:14:13 +01:00
[[package]]
name = "uuid"
2025-05-21 13:38:55 +02:00
version = "1.16.0"
2024-03-14 12:14:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
2024-03-14 12:14:13 +01:00
dependencies = [
2025-05-21 13:38:55 +02:00
"getrandom 0.3.3",
"rand 0.9.1",
2024-03-14 12:14:13 +01:00
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "valuable"
2025-05-21 13:38:55 +02:00
version = "0.1.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2023-11-29 12:25:04 +01:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.9.5"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2023-11-29 12:25:04 +01:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2023-11-29 12:25:04 +01:00
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2025-05-21 13:38:55 +02:00
[[package]]
name = "wasi"
version = "0.14.2+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
dependencies = [
"wit-bindgen-rt",
]
2024-02-14 11:11:16 +01:00
[[package]]
name = "wasm-bindgen"
2025-05-21 13:38:55 +02:00
version = "0.2.100"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2024-02-14 11:11:16 +01:00
dependencies = [
"cfg-if",
"once_cell",
2025-05-21 13:38:55 +02:00
"rustversion",
2024-02-14 11:11:16 +01:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2025-05-21 13:38:55 +02:00
version = "0.2.100"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2024-02-14 11:11:16 +01:00
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2024-02-14 11:11:16 +01:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2025-05-21 13:38:55 +02:00
version = "0.2.100"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2024-02-14 11:11:16 +01:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2025-05-21 13:38:55 +02:00
version = "0.2.100"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2024-02-14 11:11:16 +01:00
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
2024-02-14 11:11:16 +01:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2025-05-21 13:38:55 +02:00
version = "0.2.100"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
dependencies = [
"unicode-ident",
]
2024-02-14 11:11:16 +01:00
2023-11-29 12:25:04 +01:00
[[package]]
name = "webpki-roots"
2024-02-16 09:11:40 +01:00
version = "0.25.4"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-16 09:11:40 +01:00
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
2023-11-29 12:25:04 +01:00
[[package]]
name = "webpki-roots"
2025-05-21 13:38:55 +02:00
version = "0.26.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
dependencies = [
"webpki-roots 1.0.0",
]
[[package]]
name = "webpki-roots"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
dependencies = [
"rustls-pki-types",
]
2025-07-16 09:30:17 +02:00
[[package]]
name = "wide"
version = "0.7.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03"
dependencies = [
"bytemuck",
"safe_arch",
]
2023-11-29 12:25:04 +01: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"
2024-02-14 11:11:16 +01:00
[[package]]
name = "winapi-util"
version = "0.1.9"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2024-02-14 11:11:16 +01:00
dependencies = [
"windows-sys 0.59.0",
2024-02-14 11:11:16 +01:00
]
2023-11-29 12:25:04 +01: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"
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
"windows-targets 0.48.5",
]
2024-02-14 11:11:16 +01:00
[[package]]
name = "windows-core"
2025-05-21 13:38:55 +02:00
version = "0.61.2"
2024-02-14 11:11:16 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
2024-02-14 11:11:16 +01:00
dependencies = [
2025-05-21 13:38:55 +02:00
"windows-implement",
"windows-interface",
"windows-link",
"windows-result",
"windows-strings",
]
[[package]]
name = "windows-implement"
version = "0.60.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.101",
]
[[package]]
name = "windows-interface"
version = "0.59.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.101",
]
[[package]]
name = "windows-link"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
[[package]]
name = "windows-result"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-strings"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
dependencies = [
"windows-link",
2024-02-14 11:11:16 +01:00
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "windows-sys"
version = "0.52.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2023-11-29 12:25:04 +01:00
dependencies = [
"windows-targets 0.52.6",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "windows-sys"
version = "0.59.0"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2023-11-29 12:25:04 +01:00
dependencies = [
"windows-targets 0.52.6",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2023-11-29 12:25:04 +01:00
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-11-29 12:25:04 +01:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-11-29 12:25:04 +01:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-11-29 12:25:04 +01:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-11-29 12:25:04 +01:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-11-29 12:25:04 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-11-29 12:25:04 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2023-11-29 12:25:04 +01:00
[[package]]
name = "winnow"
2025-05-21 13:38:55 +02:00
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec"
2023-11-29 12:25:04 +01:00
dependencies = [
"memchr",
]
[[package]]
2025-05-21 13:38:55 +02:00
name = "wit-bindgen-rt"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
dependencies = [
"bitflags",
]
[[package]]
name = "writeable"
2025-05-21 13:38:55 +02:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
2024-04-02 12:44:40 +02:00
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "yansi"
version = "1.0.1"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
2023-11-29 12:25:04 +01:00
dependencies = [
"is-terminal",
]
[[package]]
name = "yoke"
2025-05-21 13:38:55 +02:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
2025-05-21 13:38:55 +02:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
"synstructure",
]
2023-11-29 12:25:04 +01:00
[[package]]
name = "zerocopy"
2025-05-21 13:38:55 +02:00
version = "0.8.25"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
2023-11-29 12:25:04 +01:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2025-05-21 13:38:55 +02:00
version = "0.8.25"
2023-11-29 12:25:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
2023-11-29 12:25:04 +01:00
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
]
[[package]]
name = "zerofrom"
2025-05-21 13:38:55 +02:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
2025-05-21 13:38:55 +02:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
"synstructure",
2023-11-29 12:25:04 +01:00
]
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2025-05-21 13:38:55 +02:00
[[package]]
name = "zerotrie"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
]
[[package]]
name = "zerovec"
2025-05-21 13:38:55 +02:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
2025-05-21 13:38:55 +02:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-05-21 13:38:55 +02:00
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
dependencies = [
"proc-macro2",
"quote",
2025-05-21 13:38:55 +02:00
"syn 2.0.101",
]