2023-10-04 19:06:59 -04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2025-03-08 13:51:50 -05:00
|
|
|
version = 4
|
2023-10-04 19:06:59 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.24.2"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"gimli",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-08 21:13:00 -05:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
2025-03-30 18:51:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
|
|
|
dependencies = [
|
|
|
|
"derive_arbitrary",
|
|
|
|
]
|
|
|
|
|
2025-03-08 14:09:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "array-init"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
|
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2025-03-28 22:34:34 -04:00
|
|
|
version = "0.8.3"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-28 22:34:34 -04:00
|
|
|
checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
2025-03-22 21:44:28 -04:00
|
|
|
"form_urlencoded",
|
2023-10-05 12:09:05 -04:00
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2025-03-22 21:44:28 -04:00
|
|
|
"http-body-util",
|
2023-10-05 12:09:05 -04:00
|
|
|
"hyper",
|
2025-03-22 21:44:28 -04:00
|
|
|
"hyper-util",
|
2023-10-05 12:09:05 -04:00
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2025-03-28 22:34:34 -04:00
|
|
|
version = "0.5.2"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-28 22:34:34 -04:00
|
|
|
checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"bytes",
|
2025-03-28 22:34:34 -04:00
|
|
|
"futures-core",
|
2023-10-05 12:09:05 -04:00
|
|
|
"http",
|
|
|
|
"http-body",
|
2025-03-22 21:44:28 -04:00
|
|
|
"http-body-util",
|
2023-10-05 12:09:05 -04:00
|
|
|
"mime",
|
2025-03-22 21:44:28 -04:00
|
|
|
"pin-project-lite",
|
2023-10-05 12:09:05 -04:00
|
|
|
"rustversion",
|
2025-03-22 21:44:28 -04:00
|
|
|
"sync_wrapper",
|
2023-10-05 12:09:05 -04:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2025-04-05 22:40:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "axum-extra"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d"
|
|
|
|
dependencies = [
|
|
|
|
"axum",
|
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
|
|
|
"cookie",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.3.74"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2025-04-05 21:36:56 -04:00
|
|
|
"windows-targets 0.52.6",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
2025-03-08 14:09:57 -05:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2025-03-16 20:55:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "1.12.0"
|
2025-03-27 16:20:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
|
2025-03-27 16:20:33 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2025-03-30 18:51:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
|
|
|
|
2025-03-08 14:09:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
|
|
|
version = "1.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
|
|
|
|
|
2025-03-30 18:51:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
2025-03-08 21:13:00 -05:00
|
|
|
name = "bytes"
|
|
|
|
version = "1.10.1"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
2025-03-30 18:51:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47"
|
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.13+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2025-03-16 20:55:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "1.2.19"
|
2025-03-16 20:55:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
|
2025-03-16 20:55:51 -04:00
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2025-04-05 22:40:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2025-03-30 18:51:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "3.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
|
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.8.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
|
|
2025-03-15 19:34:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
|
|
|
|
|
2025-04-05 22:40:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
|
|
|
|
2025-03-30 18:51:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "derive_arbitrary"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.100",
|
|
|
|
]
|
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.100",
|
|
|
|
]
|
|
|
|
|
2025-03-08 14:09:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "env_home"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
|
|
|
|
|
2025-03-22 16:47:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "0.3.11"
|
2025-03-27 16:20:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
|
2025-03-27 16:20:33 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-03-27 22:54:36 -04:00
|
|
|
"windows-sys 0.59.0",
|
2025-03-27 16:20:33 -04:00
|
|
|
]
|
|
|
|
|
2025-03-16 20:55:51 -04: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"
|
|
|
|
|
2025-03-30 18:51:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "1.1.1"
|
2025-03-30 18:51:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
|
2025-03-30 18:51:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2025-03-16 20:55:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "foldhash"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
|
|
2023-10-05 12:09:05 -04:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-05-11 12:17:33 -04:00
|
|
|
version = "1.2.1"
|
2023-10-05 12:09:05 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 12:17:33 -04:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2023-10-05 12:09:05 -04:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.3.31"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"futures-core",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.3.31"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.3.31"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.3.31"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
2025-03-27 22:54:36 -04:00
|
|
|
"slab",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2024-05-11 12:30:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2025-03-22 21:44:28 -04:00
|
|
|
version = "0.3.2"
|
2024-05-11 12:30:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
|
2024-05-11 12:30:53 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2025-03-22 21:44:28 -04:00
|
|
|
"r-efi",
|
|
|
|
"wasi 0.14.2+wasi-0.2.4",
|
2024-05-11 12:30:53 -04:00
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.31.1"
|
2025-03-08 15:27:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2025-03-08 15:27:28 -05:00
|
|
|
|
2025-03-15 19:34:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "2.6.0"
|
2025-03-15 19:34:29 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
|
2025-03-15 19:34:29 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
2025-03-16 20:55:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
|
|
dependencies = [
|
|
|
|
"foldhash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2023-10-06 17:46:58 -04:00
|
|
|
[[package]]
|
2025-03-22 21:44:28 -04:00
|
|
|
name = "http"
|
|
|
|
version = "1.3.1"
|
2023-10-06 17:46:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
|
2023-10-06 17:46:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2025-03-22 21:44:28 -04:00
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2023-10-06 17:46:58 -04:00
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
2025-03-22 21:44:28 -04:00
|
|
|
name = "http-body"
|
|
|
|
version = "1.0.1"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"bytes",
|
2025-03-22 21:44:28 -04:00
|
|
|
"http",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-22 21:44:28 -04:00
|
|
|
name = "http-body-util"
|
|
|
|
version = "0.1.3"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"bytes",
|
2025-03-22 21:44:28 -04:00
|
|
|
"futures-core",
|
2023-10-05 12:09:05 -04:00
|
|
|
"http",
|
2025-03-22 21:44:28 -04:00
|
|
|
"http-body",
|
2023-10-05 12:09:05 -04:00
|
|
|
"pin-project-lite",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "1.10.1"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2025-03-22 21:44:28 -04:00
|
|
|
version = "1.6.0"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2025-03-22 21:44:28 -04:00
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
2025-04-05 21:36:56 -04:00
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2025-03-22 21:44:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2025-03-31 17:26:56 -04:00
|
|
|
version = "0.1.11"
|
2025-03-22 21:44:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-31 17:26:56 -04:00
|
|
|
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
|
2025-03-22 21:44:28 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2025-04-05 21:36:56 -04:00
|
|
|
"futures-channel",
|
2025-03-22 21:44:28 -04:00
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2025-04-05 21:36:56 -04:00
|
|
|
"libc",
|
2025-03-22 21:44:28 -04:00
|
|
|
"pin-project-lite",
|
2025-04-05 21:36:56 -04:00
|
|
|
"socket2",
|
2023-10-05 12:09:05 -04:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
2025-04-05 21:36:56 -04:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
|
dependencies = [
|
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2025-03-22 16:47:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "2.9.0"
|
2025-03-22 16:47:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
2025-03-22 16:47:21 -04:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "1.0.15"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.77"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "kawari"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"axum",
|
2025-04-05 22:40:44 -04:00
|
|
|
"axum-extra",
|
2025-03-08 14:09:57 -05:00
|
|
|
"binrw",
|
2025-03-23 12:54:04 -04:00
|
|
|
"bitflags 1.3.2",
|
2025-03-08 15:27:28 -05:00
|
|
|
"md5",
|
2024-05-11 13:58:58 -04:00
|
|
|
"minijinja",
|
2025-03-27 16:20:33 -04:00
|
|
|
"mlua",
|
2025-03-15 19:34:29 -04:00
|
|
|
"physis",
|
2024-05-11 12:30:53 -04:00
|
|
|
"rand",
|
2025-04-05 21:36:56 -04:00
|
|
|
"reqwest",
|
2025-03-16 20:55:51 -04:00
|
|
|
"rusqlite",
|
2023-10-05 12:09:05 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2025-03-22 16:47:21 -04:00
|
|
|
"serde_yaml_ng",
|
2023-10-05 12:09:05 -04:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2025-03-30 18:51:11 -04:00
|
|
|
"zip",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "1.5.0"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2025-03-12 16:58:18 -04:00
|
|
|
version = "0.2.171"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-12 16:58:18 -04:00
|
|
|
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
2025-03-08 15:27:28 -05:00
|
|
|
|
2025-03-16 20:55:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2025-03-15 19:34:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libz-rs-sys"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "902bc563b5d65ad9bba616b490842ef0651066a1a1dc3ce1087113ffcb873c8d"
|
|
|
|
dependencies = [
|
|
|
|
"zlib-rs",
|
|
|
|
]
|
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "0.9.4"
|
2025-04-05 21:36:56 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
2025-04-05 21:36:56 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
|
|
|
|
2025-03-27 16:20:33 -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",
|
|
|
|
]
|
|
|
|
|
2025-03-30 18:51:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lockfree-object-pool"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-03-31 17:26:56 -04:00
|
|
|
version = "0.4.27"
|
2025-03-30 18:51:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-31 17:26:56 -04:00
|
|
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
2025-03-30 18:51:11 -04:00
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lua-src"
|
|
|
|
version = "547.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "luajit-src"
|
|
|
|
version = "210.5.12+a4f56a4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2025-03-30 18:51:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lzma-rs"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2025-03-22 21:44:28 -04:00
|
|
|
version = "0.8.4"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
2025-03-08 15:27:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "2.7.4"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
2024-05-11 13:58:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "minijinja"
|
2025-03-31 17:26:56 -04:00
|
|
|
version = "2.9.0"
|
2024-05-11 13:58:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-31 17:26:56 -04:00
|
|
|
checksum = "98642a6dfca91122779a307b77cd07a4aa951fbe32232aaf5bad9febc66be754"
|
2024-05-11 13:58:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "0.8.8"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2025-03-08 21:13:00 -05:00
|
|
|
"adler2",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "1.0.3"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"libc",
|
2025-03-22 21:44:28 -04:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2025-03-27 22:54:36 -04:00
|
|
|
"windows-sys 0.52.0",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mlua"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"either",
|
2025-03-27 22:54:36 -04:00
|
|
|
"futures-util",
|
2025-03-27 16:20:33 -04:00
|
|
|
"mlua-sys",
|
|
|
|
"num-traits",
|
|
|
|
"parking_lot",
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mlua-sys"
|
|
|
|
version = "0.6.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"lua-src",
|
|
|
|
"luajit-src",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2025-04-05 22:40:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.36.7"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"memchr",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2025-03-28 22:34:34 -04:00
|
|
|
version = "1.21.3"
|
2025-03-08 14:09:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-28 22:34:34 -04:00
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
2025-03-08 14:09:57 -05:00
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[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-04-05 21:36:56 -04:00
|
|
|
"windows-targets 0.52.6",
|
2025-03-27 16:20:33 -04:00
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-05-11 12:17:33 -04:00
|
|
|
version = "2.3.1"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 12:17:33 -04:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
2025-03-15 19:34:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "physis"
|
|
|
|
version = "0.4.0"
|
2025-03-31 17:26:56 -04:00
|
|
|
source = "git+https://github.com/redstrate/physis#d2e724227b3297025d51e5899a32827b0a74cd49"
|
2025-03-15 19:34:29 -04:00
|
|
|
dependencies = [
|
|
|
|
"binrw",
|
2025-03-16 20:55:51 -04:00
|
|
|
"bitflags 1.3.2",
|
2025-03-15 19:34:29 -04:00
|
|
|
"half",
|
|
|
|
"libz-rs-sys",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.2.16"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2025-03-16 20:55:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
|
|
|
2025-04-05 22:40:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2024-05-11 12:30:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2025-03-12 16:58:18 -04:00
|
|
|
version = "0.2.21"
|
2024-05-11 12:30:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-12 16:58:18 -04:00
|
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
2025-03-08 21:13:00 -05:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2024-05-11 12:30:53 -04:00
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "1.0.94"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"unicode-ident",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-03-12 16:58:18 -04:00
|
|
|
version = "1.0.40"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-12 16:58:18 -04:00
|
|
|
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"proc-macro2",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2025-03-22 21:44:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "r-efi"
|
|
|
|
version = "5.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
|
|
|
|
2024-05-11 12:30:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2025-03-22 21:44:28 -04:00
|
|
|
version = "0.9.0"
|
2024-05-11 12:30:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
|
2024-05-11 12:30:53 -04:00
|
|
|
dependencies = [
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2025-03-22 21:44:28 -04:00
|
|
|
"zerocopy",
|
2024-05-11 12:30:53 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2025-03-22 21:44:28 -04:00
|
|
|
version = "0.9.0"
|
2024-05-11 12:30:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
2024-05-11 12:30:53 -04:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2025-03-22 21:44:28 -04:00
|
|
|
version = "0.9.3"
|
2024-05-11 12:30:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
2024-05-11 12:30:53 -04:00
|
|
|
dependencies = [
|
2025-04-11 08:17:51 -04:00
|
|
|
"getrandom",
|
2024-05-11 12:30:53 -04:00
|
|
|
]
|
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "0.5.11"
|
2025-03-27 16:20:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
|
2025-03-27 16:20:33 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.9.0",
|
|
|
|
]
|
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
|
|
|
version = "0.12.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper",
|
|
|
|
"hyper-util",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"windows-registry",
|
|
|
|
]
|
|
|
|
|
2025-03-16 20:55:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rusqlite"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37e34486da88d8e051c7c0e23c3f15fd806ea8546260aa2fec247e97242ec143"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.9.0",
|
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
"hashlink",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-11 12:17:33 -04:00
|
|
|
version = "0.1.24"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 12:17:33 -04:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "2.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
2025-04-05 21:36:56 -04:00
|
|
|
name = "rustix"
|
|
|
|
version = "1.0.5"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-05 21:36:56 -04:00
|
|
|
checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.9.0",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
2025-04-11 08:17:51 -04:00
|
|
|
"linux-raw-sys",
|
2025-04-05 21:36:56 -04:00
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "1.0.20"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-03-12 16:58:18 -04:00
|
|
|
version = "1.0.219"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-12 16:58:18 -04:00
|
|
|
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"serde_derive",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-03-12 16:58:18 -04:00
|
|
|
version = "1.0.219"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-12 16:58:18 -04:00
|
|
|
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-12 16:58:18 -04:00
|
|
|
"syn 2.0.100",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "1.0.140"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"itoa",
|
2025-03-08 21:13:00 -05:00
|
|
|
"memchr",
|
2023-10-05 12:09:05 -04:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.1.17"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"itoa",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2025-03-22 16:47:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml_ng"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b4db627b98b36d4203a7b458cf3573730f2bb591b28871d916dfa9efabfd41f"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"unsafe-libyaml",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"lazy_static",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2025-03-16 20:55:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2025-03-30 18:51:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
|
|
|
2025-03-27 22:54:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2025-03-16 20:55:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "1.15.0"
|
2025-03-16 20:55:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
2025-03-16 20:55:51 -04:00
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2025-03-31 17:26:56 -04:00
|
|
|
version = "0.5.9"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-31 17:26:56 -04:00
|
|
|
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"libc",
|
2025-03-27 22:54:36 -04:00
|
|
|
"windows-sys 0.52.0",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2025-03-08 14:09:57 -05: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-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-03-12 16:58:18 -04:00
|
|
|
version = "2.0.100"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-12 16:58:18 -04:00
|
|
|
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2025-03-22 21:44:28 -04:00
|
|
|
version = "1.0.2"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
2025-04-05 21:36:56 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-05-11 12:17:33 -04:00
|
|
|
version = "1.1.8"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 12:17:33 -04:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2025-04-05 22:40:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.41"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
|
|
|
dependencies = [
|
|
|
|
"deranged",
|
|
|
|
"itoa",
|
|
|
|
"num-conv",
|
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.2.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
|
|
|
|
dependencies = [
|
|
|
|
"num-conv",
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "1.44.2"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"backtrace",
|
2025-03-08 13:51:50 -05:00
|
|
|
"bytes",
|
2023-10-05 12:09:05 -04:00
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"pin-project-lite",
|
2024-05-11 12:17:33 -04:00
|
|
|
"socket2",
|
2023-10-05 12:09:05 -04:00
|
|
|
"tokio-macros",
|
2025-03-27 22:54:36 -04:00
|
|
|
"windows-sys 0.52.0",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "2.5.0"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-12 16:58:18 -04:00
|
|
|
"syn 2.0.100",
|
2025-03-08 15:27:28 -05:00
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2025-03-22 21:44:28 -04:00
|
|
|
version = "0.5.2"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
2025-03-22 21:44:28 -04:00
|
|
|
"sync_wrapper",
|
2023-10-05 12:09:05 -04:00
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.3.3"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.3.3"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.1.41"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.1.33"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"once_cell",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.3.19"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"sharded-slab",
|
|
|
|
"thread_local",
|
|
|
|
"tracing-core",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "1.0.18"
|
2025-03-08 15:27:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
2025-03-08 15:27:28 -05:00
|
|
|
|
2025-03-22 16:47:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "2.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
2025-03-16 20:55:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2025-04-05 22:40:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2023-10-06 17:46:58 -04:00
|
|
|
[[package]]
|
2025-03-22 21:44:28 -04:00
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2023-10-06 17:46:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2023-10-06 17:46:58 -04:00
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
2025-03-22 21:44:28 -04:00
|
|
|
name = "wasi"
|
|
|
|
version = "0.14.2+wasi-0.2.4"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2025-03-22 21:44:28 -04:00
|
|
|
"wit-bindgen-rt",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"rustversion",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.100",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
|
|
|
version = "0.4.50"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"once_cell",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.100",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.77"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "7.0.3"
|
2025-03-27 16:20:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762"
|
2025-03-27 16:20:33 -04:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"env_home",
|
2025-04-11 08:17:51 -04:00
|
|
|
"rustix",
|
2025-03-27 16:20:33 -04:00
|
|
|
"winsafe",
|
|
|
|
]
|
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-link"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-registry"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
|
|
|
|
dependencies = [
|
|
|
|
"windows-result",
|
|
|
|
"windows-strings",
|
|
|
|
"windows-targets 0.53.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
|
|
|
|
dependencies = [
|
|
|
|
"windows-link",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-strings"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
|
|
|
|
dependencies = [
|
|
|
|
"windows-link",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-05-11 12:17:33 -04:00
|
|
|
version = "0.52.0"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 12:17:33 -04:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2025-04-05 21:36:56 -04:00
|
|
|
"windows-targets 0.52.6",
|
2024-05-11 12:17:33 -04:00
|
|
|
]
|
|
|
|
|
2025-03-27 22:54:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
2025-04-05 21:36:56 -04:00
|
|
|
"windows-targets 0.52.6",
|
2025-03-27 22:54:36 -04:00
|
|
|
]
|
|
|
|
|
2024-05-11 12:17:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.52.6"
|
2024-05-11 12:17:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-05-11 12:17:33 -04:00
|
|
|
dependencies = [
|
2025-04-05 21:36:56 -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",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.52.6"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
|
|
|
|
2024-05-11 12:17:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.52.6"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
|
|
|
2024-05-11 12:17:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.52.6"
|
2024-05-11 12:17:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-05-11 12:17:33 -04:00
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
|
|
|
|
2024-05-11 12:17:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.52.6"
|
2024-05-11 12:17:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-05-11 12:17:33 -04:00
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.52.6"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
|
|
|
|
2024-05-11 12:17:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.52.6"
|
2024-05-11 12:17:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-05-11 12:17:33 -04:00
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.52.6"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-05-11 12:17:33 -04:00
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.52.6"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-05-11 12:17:33 -04:00
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.53.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winsafe"
|
|
|
|
version = "0.0.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
|
|
|
|
2025-03-22 21:44:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.9.0",
|
|
|
|
]
|
|
|
|
|
2025-04-05 21:36:56 -04: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",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2024-05-11 12:17:33 -04:00
|
|
|
[[package]]
|
2025-03-08 21:13:00 -05:00
|
|
|
name = "zerocopy"
|
2025-03-22 21:44:28 -04:00
|
|
|
version = "0.8.24"
|
2024-05-11 12:17:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
|
2025-03-08 21:13:00 -05:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
2025-03-08 15:27:28 -05:00
|
|
|
|
|
|
|
[[package]]
|
2025-03-08 21:13:00 -05:00
|
|
|
name = "zerocopy-derive"
|
2025-03-22 21:44:28 -04:00
|
|
|
version = "0.8.24"
|
2025-03-08 15:27:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
|
2025-03-08 15:27:28 -05:00
|
|
|
dependencies = [
|
2025-03-08 21:13:00 -05:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-03-12 16:58:18 -04:00
|
|
|
"syn 2.0.100",
|
2025-03-08 15:27:28 -05:00
|
|
|
]
|
2025-03-15 19:34:29 -04:00
|
|
|
|
2025-04-05 21:36:56 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.100",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2025-03-30 18:51:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2025-04-11 08:17:51 -04:00
|
|
|
version = "2.6.1"
|
2025-03-30 18:51:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-11 08:17:51 -04:00
|
|
|
checksum = "1dcb24d0152526ae49b9b96c1dcf71850ca1e0b882e4e28ed898a93c41334744"
|
2025-03-30 18:51:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"arbitrary",
|
|
|
|
"bzip2",
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"flate2",
|
|
|
|
"indexmap",
|
|
|
|
"lzma-rs",
|
|
|
|
"memchr",
|
|
|
|
"zopfli",
|
|
|
|
]
|
|
|
|
|
2025-03-15 19:34:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zlib-rs"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b20717f0917c908dc63de2e44e97f1e6b126ca58d0e391cee86d504eb8fbd05"
|
2025-03-30 18:51:11 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zopfli"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"crc32fast",
|
|
|
|
"lockfree-object-pool",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"simd-adler32",
|
|
|
|
]
|