1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-22 12:47:45 +00:00
auracite/Cargo.lock

2724 lines
68 KiB
Text
Raw Normal View History

2024-09-29 17:45:53 -04:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
2024-09-29 17:45:53 -04:00
[[package]]
name = "addr2line"
version = "0.24.2"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
2024-09-29 17:45:53 -04:00
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
[[package]]
name = "ahash"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"getrandom 0.2.15",
2024-09-29 17:45:53 -04:00
"once_cell",
"version_check",
"zerocopy 0.7.35",
]
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
2024-09-29 17:45:53 -04:00
]
2024-12-16 22:09:44 -05:00
[[package]]
name = "anstyle"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
[[package]]
name = "arbitrary"
2024-12-16 22:09:44 -05:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
dependencies = [
"derive_arbitrary",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "array-init"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2024-09-29 17:45:53 -04:00
[[package]]
name = "auracite"
version = "0.1.0"
dependencies = [
"ahash",
"base64",
"console_error_panic_hook",
"cxx",
"cxx-kde-frameworks",
"cxx-qt",
"cxx-qt-build",
"cxx-qt-lib",
"cxx-qt-lib-extras",
"getrandom 0.2.15",
2024-09-29 17:45:53 -04:00
"minijinja",
"physis",
2024-09-29 17:45:53 -04:00
"regex",
"reqwest",
2024-09-29 17:45:53 -04:00
"scraper",
"serde",
"serde_json",
"tokio",
"wasm-bindgen",
"wasm-bindgen-futures",
"zip",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "autocfg"
version = "1.4.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2024-09-29 17:45:53 -04:00
[[package]]
name = "backtrace"
version = "0.3.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2025-03-31 16:07:31 -04:00
"windows-targets 0.52.6",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "binrw"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d4bca59c20d6f40c2cc0802afbe1e788b89096f61bdf7aeea6bf00f10c2909b"
dependencies = [
"array-init",
"binrw_derive",
"bytemuck",
]
[[package]]
name = "binrw_derive"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8ba42866ce5bced2645bfa15e97eef2c62d2bdb530510538de8dd3d04efff3c"
dependencies = [
"either",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2024-09-29 17:45:53 -04:00
[[package]]
name = "bitflags"
version = "2.9.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2024-09-29 17:45:53 -04:00
[[package]]
name = "bumpalo"
version = "3.17.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2024-09-29 17:45:53 -04:00
[[package]]
name = "bytemuck"
version = "1.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2024-09-29 17:45:53 -04:00
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.10.1"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2024-09-29 17:45:53 -04:00
[[package]]
name = "cc"
2025-03-31 16:07:31 -04:00
version = "1.2.17"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
2024-09-29 17:45:53 -04:00
dependencies = [
"jobserver",
"libc",
2024-09-29 17:45:53 -04:00
"shlex",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clang-format"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "696283b40e1a39d208ee614b92e5f6521d16962edeb47c48372585ec92419943"
dependencies = [
2025-03-31 16:07:31 -04:00
"thiserror",
2024-12-16 22:09:44 -05:00
]
[[package]]
name = "clap"
2025-03-31 16:07:31 -04:00
version = "4.5.34"
2024-12-16 22:09:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
2024-12-16 22:09:44 -05:00
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
2025-03-31 16:07:31 -04:00
version = "4.5.34"
2024-12-16 22:09:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
2024-12-16 22:09:44 -05:00
dependencies = [
"anstyle",
"clap_lex",
"strsim",
]
2024-12-16 22:09:44 -05:00
[[package]]
name = "clap_lex"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
[[package]]
name = "cmake-package"
2025-03-31 16:07:31 -04:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "73c5897d471bbb66c77e97f8156416f9aa98b0e5ae41610942f585bfa6d0c791"
dependencies = [
"itertools 0.14.0",
"once_cell",
"regex",
"serde",
"serde_json",
"tempfile",
"which",
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
2025-03-31 16:07:31 -04:00
"unicode-width 0.1.14",
]
[[package]]
name = "codespan-reporting"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
dependencies = [
"serde",
"termcolor",
"unicode-width 0.2.0",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
"cfg-if",
"wasm-bindgen",
]
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[package]]
name = "crc32fast"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-utils"
2024-12-16 22:09:44 -05:00
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
[[package]]
name = "crunchy"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
2024-09-29 17:45:53 -04:00
[[package]]
name = "cssparser"
version = "0.31.2"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b3df4f93e5fbbe73ec01ec8d3f68bba73107993a5b1e7519273c32db9b0d5be"
2024-09-29 17:45:53 -04:00
dependencies = [
"cssparser-macros",
"dtoa-short",
"itoa",
"phf 0.11.3",
2024-09-29 17:45:53 -04:00
"smallvec",
]
[[package]]
name = "cssparser-macros"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
dependencies = [
"quote",
"syn 2.0.100",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "cxx"
2025-03-31 16:07:31 -04:00
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "4b4ab2681454aacfe7ce296ebc6df86791009f237f8020b0c752e8b245ba7c1d"
dependencies = [
"cc",
2024-12-16 22:09:44 -05:00
"cxxbridge-cmd",
"cxxbridge-flags",
"cxxbridge-macro",
2024-12-16 22:09:44 -05:00
"foldhash",
"link-cplusplus",
]
[[package]]
name = "cxx-gen"
2025-03-31 16:07:31 -04:00
version = "0.7.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "eaf41c22ee2f91421f55528fc24d024581cb54fa524506b36091ed676f3bee96"
dependencies = [
2025-03-31 16:07:31 -04:00
"codespan-reporting 0.12.0",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "cxx-kde-frameworks"
version = "0.1.0"
source = "git+https://invent.kde.org/libraries/cxx-kde-frameworks?branch=master#a94abbccff14c3620ba0f8df95f65f2b27dc7252"
dependencies = [
"cmake-package",
"cxx",
"cxx-qt",
"cxx-qt-build",
"cxx-qt-lib",
"cxx-qt-lib-extras",
]
[[package]]
name = "cxx-qt"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "208ad6c4feac92f221fde00796f317b049ba1892b97be0d60ca177d0d3469fc5"
dependencies = [
"cxx",
"cxx-qt-build",
"cxx-qt-macro",
"qt-build-utils",
"static_assertions",
2025-03-31 16:07:31 -04:00
"thiserror",
]
[[package]]
name = "cxx-qt-build"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f80e109aa68795486c70c302f6c2d921f00028b3b62038a4601efb5c585c1c"
dependencies = [
"cc",
2025-03-31 16:07:31 -04:00
"codespan-reporting 0.11.1",
"cxx-gen",
"cxx-qt-gen",
"proc-macro2",
"qt-build-utils",
"quote",
"serde",
"serde_json",
"version_check",
]
[[package]]
name = "cxx-qt-gen"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc17d95ca9cc60c2f91f804a4e0ba6a3e1b8ed338c207a1bd8d176133e2fd05d"
dependencies = [
"clang-format",
"convert_case",
"indoc",
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "cxx-qt-lib"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f116c5d982bbf3be707acf97f566802c30454d52ca319c745ed39a04834e8bc6"
dependencies = [
"cxx",
"cxx-qt",
"cxx-qt-build",
"qt-build-utils",
]
[[package]]
name = "cxx-qt-lib-extras"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe1aaed6391a224d746e314104f33b4031138291ebd368170a2109b6008ace2"
dependencies = [
"cxx",
"cxx-qt",
"cxx-qt-build",
"cxx-qt-lib",
]
[[package]]
name = "cxx-qt-macro"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58a4fe02c0604eda28c605792f5ba0d0251b4947f8f0fc43e55b61c06b2b8ec6"
dependencies = [
"cxx-qt-gen",
"proc-macro2",
"syn 2.0.100",
2024-12-16 22:09:44 -05:00
]
[[package]]
name = "cxxbridge-cmd"
2025-03-31 16:07:31 -04:00
version = "1.0.153"
2024-12-16 22:09:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "7cbc41933767955d04c2a90151806029b93df5fd8b682ba22a967433347480a9"
2024-12-16 22:09:44 -05:00
dependencies = [
"clap",
2025-03-31 16:07:31 -04:00
"codespan-reporting 0.12.0",
2024-12-16 22:09:44 -05:00
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "cxxbridge-flags"
2025-03-31 16:07:31 -04:00
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "9133547634329a5b76e5f58d1e53c16d627699bbcd421b9007796311165f9667"
[[package]]
name = "cxxbridge-macro"
2025-03-31 16:07:31 -04:00
version = "1.0.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "53e89d77ad5fd6066a3d42d94de3f72a2f23f95006da808177624429b5183596"
dependencies = [
"proc-macro2",
"quote",
2024-12-16 22:09:44 -05:00
"rustversion",
"syn 2.0.100",
]
[[package]]
name = "derive_arbitrary"
2024-12-16 22:09:44 -05:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "derive_more"
version = "0.99.19"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
2024-09-29 17:45:53 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "displaydoc"
version = "0.2.5"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
2024-09-29 17:45:53 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "dtoa"
version = "1.0.10"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
2024-09-29 17:45:53 -04:00
[[package]]
name = "dtoa-short"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
dependencies = [
"dtoa",
]
[[package]]
name = "ego-tree"
version = "0.6.3"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12a0bb14ac04a9fcf170d0bbbef949b44cc492f4452bd20c095636956f653642"
2024-09-29 17:45:53 -04:00
[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "encoding_rs"
version = "0.8.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
dependencies = [
"cfg-if",
]
[[package]]
name = "env_home"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2024-09-29 17:45:53 -04:00
[[package]]
name = "errno"
2024-12-16 22:09:44 -05:00
version = "0.3.10"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
2024-09-29 17:45:53 -04:00
dependencies = [
"libc",
2024-12-16 22:09:44 -05:00
"windows-sys 0.59.0",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "fastrand"
2024-12-16 22:09:44 -05:00
version = "2.3.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2024-09-29 17:45:53 -04:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2024-12-16 22:09:44 -05:00
[[package]]
name = "foldhash"
2025-03-31 16:07:31 -04:00
version = "0.1.5"
2024-12-16 22:09:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2024-12-16 22:09:44 -05:00
2024-09-29 17:45:53 -04:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "futf"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
dependencies = [
"mac",
"new_debug_unreachable",
]
[[package]]
name = "futures-channel"
version = "0.3.31"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2024-09-29 17:45:53 -04:00
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
version = "0.3.31"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2024-09-29 17:45:53 -04:00
[[package]]
name = "futures-sink"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2024-09-29 17:45:53 -04:00
[[package]]
name = "futures-task"
version = "0.3.31"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2024-09-29 17:45:53 -04:00
[[package]]
name = "futures-util"
version = "0.3.31"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2024-09-29 17:45:53 -04:00
dependencies = [
"futures-core",
"futures-task",
"pin-project-lite",
"pin-utils",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
2025-03-31 16:07:31 -04:00
"unicode-width 0.1.14",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "getrandom"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"js-sys",
2024-09-29 17:45:53 -04:00
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "getrandom"
2025-03-31 16:07:31 -04:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
dependencies = [
"cfg-if",
"libc",
2025-03-31 16:07:31 -04:00
"r-efi",
"wasi 0.14.2+wasi-0.2.4",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "gimli"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
[[package]]
name = "h2"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
dependencies = [
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "half"
2025-03-31 16:07:31 -04:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1"
dependencies = [
"cfg-if",
"crunchy",
]
[[package]]
name = "hashbrown"
2024-12-16 22:09:44 -05:00
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
2024-09-29 17:45:53 -04:00
[[package]]
name = "html5ever"
version = "0.27.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
2024-09-29 17:45:53 -04:00
dependencies = [
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
"syn 2.0.100",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "http"
2025-03-31 16:07:31 -04:00
version = "1.3.1"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
2024-09-29 17:45:53 -04:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
"http",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "http-body-util"
2025-03-31 16:07:31 -04:00
version = "0.1.3"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2024-09-29 17:45:53 -04:00
dependencies = [
"bytes",
2025-03-31 16:07:31 -04:00
"futures-core",
"http",
2024-09-29 17:45:53 -04:00
"http-body",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.10.1"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2024-09-29 17:45:53 -04:00
[[package]]
name = "hyper"
version = "1.6.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
2024-09-29 17:45:53 -04:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2",
"http",
2024-09-29 17:45:53 -04:00
"http-body",
"httparse",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
[[package]]
name = "hyper-rustls"
version = "0.27.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
dependencies = [
"futures-util",
"http",
"hyper",
"hyper-util",
"rustls",
"rustls-pki-types",
"tokio",
"tokio-rustls",
"tower-service",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "hyper-tls"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
dependencies = [
"bytes",
"http-body-util",
"hyper",
"hyper-util",
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
]
[[package]]
name = "hyper-util"
2025-03-31 16:07:31 -04:00
version = "0.1.11"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
2024-09-29 17:45:53 -04:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http",
2024-09-29 17:45:53 -04:00
"http-body",
"hyper",
2025-03-31 16:07:31 -04:00
"libc",
2024-09-29 17:45:53 -04:00
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
]
2024-12-16 22:09:44 -05:00
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
2025-03-31 16:07:31 -04:00
version = "1.5.1"
2024-12-16 22:09:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
2024-12-16 22:09:44 -05:00
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
2025-03-31 16:07:31 -04:00
version = "1.5.1"
2024-12-16 22:09:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
2024-12-16 22:09:44 -05:00
[[package]]
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
2025-03-31 16:07:31 -04:00
version = "1.5.1"
2024-12-16 22:09:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
2024-12-16 22:09:44 -05:00
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2024-12-16 22:09:44 -05:00
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "idna"
2024-12-16 22:09:44 -05:00
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"
version = "1.2.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
2024-09-29 17:45:53 -04:00
dependencies = [
2024-12-16 22:09:44 -05:00
"icu_normalizer",
"icu_properties",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "indexmap"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
dependencies = [
"equivalent",
"hashbrown",
]
[[package]]
name = "indoc"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
2024-09-29 17:45:53 -04:00
[[package]]
name = "ipnet"
version = "2.11.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2024-09-29 17:45:53 -04:00
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "itoa"
version = "1.0.15"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2024-09-29 17:45:53 -04:00
[[package]]
name = "jobserver"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
dependencies = [
"libc",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "js-sys"
version = "0.3.77"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2024-09-29 17:45:53 -04:00
dependencies = [
2024-12-16 22:09:44 -05:00
"once_cell",
2024-09-29 17:45:53 -04:00
"wasm-bindgen",
]
[[package]]
name = "libc"
2025-03-31 16:07:31 -04:00
version = "0.2.171"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
2025-03-31 16:07:31 -04:00
name = "libz-rs-sys"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "902bc563b5d65ad9bba616b490842ef0651066a1a1dc3ce1087113ffcb873c8d"
dependencies = [
2025-03-31 16:07:31 -04:00
"zlib-rs",
]
[[package]]
name = "link-cplusplus"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
dependencies = [
"cc",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "linux-raw-sys"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
[[package]]
name = "linux-raw-sys"
2025-03-31 16:07:31 -04:00
version = "0.9.3"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
2024-09-29 17:45:53 -04:00
2024-12-16 22:09:44 -05:00
[[package]]
name = "litemap"
version = "0.7.5"
2024-12-16 22:09:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
2024-12-16 22:09:44 -05:00
2024-09-29 17:45:53 -04:00
[[package]]
name = "lock_api"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2025-03-31 16:07:31 -04:00
version = "0.4.27"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2024-09-29 17:45:53 -04:00
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "markup5ever"
version = "0.12.1"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
2024-09-29 17:45:53 -04:00
dependencies = [
"log",
"phf 0.11.3",
"phf_codegen 0.11.3",
2024-09-29 17:45:53 -04:00
"string_cache",
"string_cache_codegen",
"tendril",
]
[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "minijinja"
2025-03-31 16:07:31 -04:00
version = "2.9.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "98642a6dfca91122779a307b77cd07a4aa951fbe32232aaf5bad9febc66be754"
2024-09-29 17:45:53 -04:00
dependencies = [
"serde",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2024-09-29 17:45:53 -04:00
[[package]]
name = "miniz_oxide"
version = "0.8.5"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
2024-09-29 17:45:53 -04:00
dependencies = [
"adler2",
]
[[package]]
name = "mio"
2024-12-16 22:09:44 -05:00
version = "1.0.3"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2024-09-29 17:45:53 -04:00
dependencies = [
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
2024-09-29 17:45:53 -04:00
"windows-sys 0.52.0",
]
[[package]]
name = "native-tls"
version = "0.2.14"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
2024-09-29 17:45:53 -04:00
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "new_debug_unreachable"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "object"
version = "0.36.7"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2024-09-29 17:45:53 -04:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2025-03-31 16:07:31 -04:00
version = "1.21.3"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2024-09-29 17:45:53 -04:00
[[package]]
name = "openssl"
version = "0.10.71"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd"
2024-09-29 17:45:53 -04:00
dependencies = [
"bitflags 2.9.0",
2024-09-29 17:45:53 -04:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "openssl-probe"
version = "0.1.6"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2024-09-29 17:45:53 -04:00
[[package]]
name = "openssl-sys"
version = "0.9.106"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
2024-09-29 17:45:53 -04:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "parking_lot"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2025-03-31 16:07:31 -04:00
"windows-targets 0.52.6",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "phf"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [
"phf_shared 0.10.0",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "phf"
version = "0.11.3"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2024-09-29 17:45:53 -04:00
dependencies = [
"phf_macros",
"phf_shared 0.11.3",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "phf_codegen"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "phf_codegen"
version = "0.11.3"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
2024-09-29 17:45:53 -04:00
dependencies = [
"phf_generator 0.11.3",
"phf_shared 0.11.3",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "phf_generator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
"phf_shared 0.10.0",
"rand",
]
[[package]]
name = "phf_generator"
version = "0.11.3"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2024-09-29 17:45:53 -04:00
dependencies = [
"phf_shared 0.11.3",
2024-09-29 17:45:53 -04:00
"rand",
]
[[package]]
name = "phf_macros"
version = "0.11.3"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2024-09-29 17:45:53 -04:00
dependencies = [
"phf_generator 0.11.3",
"phf_shared 0.11.3",
2024-09-29 17:45:53 -04:00
"proc-macro2",
"quote",
"syn 2.0.100",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher 0.3.11",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "phf_shared"
version = "0.11.3"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2024-09-29 17:45:53 -04:00
dependencies = [
"siphasher 1.0.1",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "physis"
version = "0.4.0"
2025-03-31 16:07:31 -04:00
source = "git+https://github.com/redstrate/Physis#99238d9b5a0fa9084dc1ab5dd8db9f0786b0d836"
dependencies = [
"binrw",
"bitflags 1.3.2",
"half",
2025-03-31 16:07:31 -04:00
"libz-rs-sys",
"tracing",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "pin-project-lite"
version = "0.2.16"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2024-09-29 17:45:53 -04: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"
version = "0.3.32"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2024-09-29 17:45:53 -04:00
[[package]]
name = "ppv-lite86"
version = "0.2.21"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2024-09-29 17:45:53 -04:00
dependencies = [
2025-03-31 16:07:31 -04:00
"zerocopy 0.8.24",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
[[package]]
name = "proc-macro2"
version = "1.0.94"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
2024-09-29 17:45:53 -04:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "qt-build-utils"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efb239fdd8c036fabb95364320041ef68197cd4ab971bb3b4ca3ea0b7b93d12c"
dependencies = [
"cc",
2025-03-31 16:07:31 -04:00
"thiserror",
"versions",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "quote"
2025-03-31 16:07:31 -04:00
version = "1.0.40"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2024-09-29 17:45:53 -04:00
dependencies = [
"proc-macro2",
]
2025-03-31 16:07:31 -04:00
[[package]]
name = "r-efi"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
2024-09-29 17:45:53 -04:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom 0.2.15",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "redox_syscall"
version = "0.5.10"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
2024-09-29 17:45:53 -04:00
dependencies = [
"bitflags 2.9.0",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "regex"
version = "1.11.1"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2024-09-29 17:45:53 -04:00
dependencies = [
"aho-corasick",
"memchr",
2024-09-29 17:45:53 -04:00
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-12-16 22:09:44 -05:00
version = "0.4.9"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2024-09-29 17:45:53 -04:00
dependencies = [
"aho-corasick",
"memchr",
2024-09-29 17:45:53 -04:00
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "reqwest"
2025-03-31 16:07:31 -04:00
version = "0.12.15"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
2024-09-29 17:45:53 -04:00
dependencies = [
"base64",
2024-09-29 17:45:53 -04:00
"bytes",
"encoding_rs",
2024-09-29 17:45:53 -04:00
"futures-core",
"futures-util",
"h2",
"http",
2024-09-29 17:45:53 -04:00
"http-body",
"http-body-util",
"hyper",
"hyper-rustls",
2024-09-29 17:45:53 -04:00
"hyper-tls",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls-pemfile",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"system-configuration",
2024-09-29 17:45:53 -04:00
"tokio",
"tokio-native-tls",
"tower",
2024-09-29 17:45:53 -04:00
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows-registry",
]
[[package]]
name = "ring"
2025-03-31 16:07:31 -04:00
version = "0.17.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
dependencies = [
"cc",
"cfg-if",
"getrandom 0.2.15",
"libc",
"untrusted",
"windows-sys 0.52.0",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "rustc-demangle"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
[[package]]
name = "rustix"
version = "0.38.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
dependencies = [
"bitflags 2.9.0",
"errno",
"libc",
"linux-raw-sys 0.4.15",
"windows-sys 0.59.0",
]
[[package]]
name = "rustix"
2025-03-31 16:07:31 -04:00
version = "1.0.3"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96"
2024-09-29 17:45:53 -04:00
dependencies = [
"bitflags 2.9.0",
2024-09-29 17:45:53 -04:00
"errno",
"libc",
2025-03-31 16:07:31 -04:00
"linux-raw-sys 0.9.3",
2024-12-16 22:09:44 -05:00
"windows-sys 0.59.0",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "rustls"
2025-03-31 16:07:31 -04:00
version = "0.23.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
dependencies = [
"once_cell",
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "rustls-pemfile"
version = "2.2.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2024-09-29 17:45:53 -04:00
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
version = "1.11.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
[[package]]
name = "rustls-webpki"
2025-03-31 16:07:31 -04:00
version = "0.103.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
2024-12-16 22:09:44 -05:00
[[package]]
name = "rustversion"
version = "1.0.20"
2024-12-16 22:09:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
2024-12-16 22:09:44 -05:00
2024-09-29 17:45:53 -04:00
[[package]]
name = "ryu"
version = "1.0.20"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2024-09-29 17:45:53 -04:00
[[package]]
name = "schannel"
2024-12-16 22:09:44 -05:00
version = "0.1.27"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2024-09-29 17:45:53 -04:00
dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "scraper"
version = "0.20.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b90460b31bfe1fc07be8262e42c665ad97118d4585869de9345a84d501a9eaf0"
2024-09-29 17:45:53 -04:00
dependencies = [
"ahash",
"cssparser",
"ego-tree",
"getopts",
2024-09-29 17:45:53 -04:00
"html5ever",
"once_cell",
2024-09-29 17:45:53 -04:00
"selectors",
"tendril",
]
[[package]]
name = "security-framework"
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
dependencies = [
"bitflags 2.9.0",
2024-09-29 17:45:53 -04:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.14.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2024-09-29 17:45:53 -04:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "selectors"
version = "0.25.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06"
2024-09-29 17:45:53 -04:00
dependencies = [
"bitflags 2.9.0",
2024-09-29 17:45:53 -04:00
"cssparser",
"derive_more",
"fxhash",
"log",
"new_debug_unreachable",
"phf 0.10.1",
"phf_codegen 0.10.0",
2024-09-29 17:45:53 -04:00
"precomputed-hash",
"servo_arc",
"smallvec",
]
[[package]]
name = "serde"
version = "1.0.219"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2024-09-29 17:45:53 -04:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.219"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2024-09-29 17:45:53 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "serde_json"
version = "1.0.140"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
2024-09-29 17:45:53 -04:00
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "servo_arc"
version = "0.3.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d036d71a959e00c77a63538b90a6c2390969f9772b096ea837205c6bd0491a44"
2024-09-29 17:45:53 -04:00
dependencies = [
"stable_deref_trait",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "siphasher"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[package]]
name = "siphasher"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "smallvec"
version = "1.14.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
2024-09-29 17:45:53 -04:00
[[package]]
name = "socket2"
2025-03-31 16:07:31 -04:00
version = "0.5.9"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
2024-09-29 17:45:53 -04:00
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2024-09-29 17:45:53 -04:00
[[package]]
name = "string_cache"
2025-03-31 16:07:31 -04:00
version = "0.8.9"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
2024-09-29 17:45:53 -04:00
dependencies = [
"new_debug_unreachable",
"parking_lot",
"phf_shared 0.11.3",
2024-09-29 17:45:53 -04:00
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
version = "0.5.4"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
2024-09-29 17:45:53 -04:00
dependencies = [
"phf_generator 0.11.3",
"phf_shared 0.11.3",
2024-09-29 17:45:53 -04:00
"proc-macro2",
"quote",
]
2024-12-16 22:09:44 -05:00
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[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",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "syn"
version = "2.0.100"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
2024-09-29 17:45:53 -04:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
2024-12-16 22:09:44 -05:00
version = "1.0.2"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2024-09-29 17:45:53 -04:00
dependencies = [
"futures-core",
]
2024-12-16 22:09:44 -05:00
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2024-12-16 22:09:44 -05:00
]
[[package]]
name = "system-configuration"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
dependencies = [
"bitflags 2.9.0",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
dependencies = [
"core-foundation-sys",
"libc",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "tempfile"
2025-03-31 16:07:31 -04:00
version = "3.19.1"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
2024-09-29 17:45:53 -04:00
dependencies = [
"fastrand",
2025-03-31 16:07:31 -04:00
"getrandom 0.3.2",
2024-09-29 17:45:53 -04:00
"once_cell",
2025-03-31 16:07:31 -04:00
"rustix 1.0.3",
2024-09-29 17:45:53 -04:00
"windows-sys 0.59.0",
]
[[package]]
name = "tendril"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
dependencies = [
"futf",
"mac",
"utf-8",
]
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "thiserror"
2024-12-16 22:09:44 -05:00
version = "1.0.69"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2024-09-29 17:45:53 -04:00
dependencies = [
2025-03-31 16:07:31 -04:00
"thiserror-impl",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "thiserror-impl"
2024-12-16 22:09:44 -05:00
version = "1.0.69"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2024-09-29 17:45:53 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2024-09-29 17:45:53 -04:00
]
[[package]]
2024-12-16 22:09:44 -05:00
name = "tinystr"
version = "0.7.6"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "tokio"
2025-03-31 16:07:31 -04:00
version = "1.44.1"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
2024-09-29 17:45:53 -04:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"pin-project-lite",
"socket2",
"tokio-macros",
2024-09-29 17:45:53 -04:00
"windows-sys 0.52.0",
]
[[package]]
name = "tokio-macros"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
dependencies = [
"rustls",
"tokio",
]
[[package]]
name = "tokio-util"
2025-03-31 16:07:31 -04:00
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tower"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
dependencies = [
"futures-core",
"futures-util",
"pin-project-lite",
"sync_wrapper",
"tokio",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-layer"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2024-09-29 17:45:53 -04:00
[[package]]
name = "tower-service"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
[[package]]
name = "tracing"
2024-12-16 22:09:44 -05:00
version = "0.1.41"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2024-09-29 17:45:53 -04:00
dependencies = [
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2024-12-16 22:09:44 -05:00
version = "0.1.33"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2024-09-29 17:45:53 -04:00
dependencies = [
"once_cell",
]
[[package]]
name = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "unicode-ident"
version = "1.0.18"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2024-09-29 17:45:53 -04:00
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2024-09-29 17:45:53 -04:00
[[package]]
name = "unicode-width"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2025-03-31 16:07:31 -04:00
[[package]]
name = "unicode-width"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2024-09-29 17:45:53 -04:00
[[package]]
name = "url"
2024-12-16 22:09:44 -05:00
version = "2.5.4"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-16 22:09:44 -05:00
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2024-09-29 17:45:53 -04:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2024-12-16 22:09:44 -05:00
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2024-09-29 17:45:53 -04: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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "versions"
version = "6.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f25d498b63d1fdb376b4250f39ab3a5ee8d103957346abacd911e2d8b612c139"
dependencies = [
"itertools 0.13.0",
"nom",
]
2024-09-29 17:45:53 -04: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"
[[package]]
name = "wasi"
2025-03-31 16:07:31 -04:00
version = "0.14.2+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
dependencies = [
"wit-bindgen-rt",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "wasm-bindgen"
version = "0.2.100"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2024-09-29 17:45:53 -04:00
dependencies = [
"cfg-if",
"once_cell",
"rustversion",
2024-09-29 17:45:53 -04:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.100"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2024-09-29 17:45:53 -04:00
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
"syn 2.0.100",
2024-09-29 17:45:53 -04:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.50"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
2024-09-29 17:45:53 -04:00
dependencies = [
"cfg-if",
"js-sys",
2024-12-16 22:09:44 -05:00
"once_cell",
2024-09-29 17:45:53 -04:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.100"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2024-09-29 17:45:53 -04:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.100"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2024-09-29 17:45:53 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2024-09-29 17:45:53 -04:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.100"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
dependencies = [
"unicode-ident",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "web-sys"
version = "0.3.77"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
2024-09-29 17:45:53 -04:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "which"
version = "7.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
dependencies = [
"either",
"env_home",
"rustix 0.38.44",
"winsafe",
]
[[package]]
name = "winapi-util"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
]
2025-03-31 16:07:31 -04:00
[[package]]
name = "windows-link"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
2024-09-29 17:45:53 -04:00
[[package]]
name = "windows-registry"
2025-03-31 16:07:31 -04:00
version = "0.4.0"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
2024-09-29 17:45:53 -04:00
dependencies = [
"windows-result",
"windows-strings",
2025-03-31 16:07:31 -04:00
"windows-targets 0.53.0",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "windows-result"
2025-03-31 16:07:31 -04:00
version = "0.3.2"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
2024-09-29 17:45:53 -04:00
dependencies = [
2025-03-31 16:07:31 -04:00
"windows-link",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "windows-strings"
2025-03-31 16:07:31 -04:00
version = "0.3.1"
2024-09-29 17:45:53 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
2024-09-29 17:45:53 -04:00
dependencies = [
2025-03-31 16:07:31 -04:00
"windows-link",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2025-03-31 16:07:31 -04:00
"windows-targets 0.52.6",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
2025-03-31 16:07:31 -04:00
"windows-targets 0.52.6",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
2025-03-31 16:07:31 -04:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm 0.52.6",
"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",
]
[[package]]
name = "windows-targets"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
dependencies = [
"windows_aarch64_gnullvm 0.53.0",
"windows_aarch64_msvc 0.53.0",
"windows_i686_gnu 0.53.0",
"windows_i686_gnullvm 0.53.0",
"windows_i686_msvc 0.53.0",
"windows_x86_64_gnu 0.53.0",
"windows_x86_64_gnullvm 0.53.0",
"windows_x86_64_msvc 0.53.0",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2025-03-31 16:07:31 -04:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2024-09-29 17:45:53 -04:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2025-03-31 16:07:31 -04:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2024-09-29 17:45:53 -04:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2025-03-31 16:07:31 -04:00
[[package]]
name = "windows_i686_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2024-09-29 17:45:53 -04:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2025-03-31 16:07:31 -04:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2024-09-29 17:45:53 -04:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2025-03-31 16:07:31 -04:00
[[package]]
name = "windows_i686_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2024-09-29 17:45:53 -04:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2025-03-31 16:07:31 -04:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2024-09-29 17:45:53 -04:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2025-03-31 16:07:31 -04:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2024-09-29 17:45:53 -04:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
2025-03-31 16:07:31 -04:00
name = "windows_x86_64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
[[package]]
name = "winsafe"
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
[[package]]
name = "wit-bindgen-rt"
2025-03-31 16:07:31 -04:00
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
dependencies = [
"bitflags 2.9.0",
]
2024-12-16 22:09:44 -05:00
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "yoke"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2024-12-16 22:09:44 -05:00
"synstructure",
]
2024-09-29 17:45:53 -04:00
[[package]]
name = "zerocopy"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"zerocopy-derive 0.7.35",
]
[[package]]
name = "zerocopy"
2025-03-31 16:07:31 -04:00
version = "0.8.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
dependencies = [
2025-03-31 16:07:31 -04:00
"zerocopy-derive 0.8.24",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
]
[[package]]
name = "zerocopy-derive"
2025-03-31 16:07:31 -04:00
version = "0.8.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2024-12-16 22:09:44 -05:00
]
[[package]]
name = "zerofrom"
version = "0.1.6"
2024-12-16 22:09:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2024-12-16 22:09:44 -05:00
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.6"
2024-12-16 22:09:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2024-12-16 22:09:44 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2024-12-16 22:09:44 -05:00
"synstructure",
2024-09-29 17:45:53 -04:00
]
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2024-12-16 22:09:44 -05:00
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.100",
2024-12-16 22:09:44 -05:00
]
[[package]]
name = "zip"
2025-03-31 16:07:31 -04:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 16:07:31 -04:00
checksum = "27c03817464f64e23f6f37574b4fdc8cf65925b5bfd2b0f2aedf959791941f88"
dependencies = [
"arbitrary",
"crc32fast",
"crossbeam-utils",
"indexmap",
"memchr",
]
2025-03-31 16:07:31 -04:00
[[package]]
name = "zlib-rs"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b20717f0917c908dc63de2e44e97f1e6b126ca58d0e391cee86d504eb8fbd05"