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-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-22 21:44:28 -04:00
|
|
|
version = "0.8.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 = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8"
|
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-22 21:44:28 -04:00
|
|
|
version = "0.5.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 = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"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
|
|
|
]
|
|
|
|
|
|
|
|
[[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-03-08 21:13:00 -05:00
|
|
|
"windows-targets",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "1.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
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-16 20:55:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2025-03-22 21:44:28 -04:00
|
|
|
version = "1.2.17"
|
2025-03-16 20:55:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-22 21:44:28 -04:00
|
|
|
checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
|
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-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-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"
|
|
|
|
version = "0.3.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
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",
|
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"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1"
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
2023-10-05 12:09:05 -04:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
2025-03-22 16:47:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kawari"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"axum",
|
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-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",
|
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"
|
|
|
|
version = "0.4.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
|
|
|
|
[[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 = "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",
|
|
|
|
]
|
|
|
|
|
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-08 21:13:00 -05:00
|
|
|
version = "2.8.0"
|
2024-05-11 13:58:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "6e36f1329330bb1614c94b78632b9ce45dd7d761f3304a1bed07b2990a7c5097"
|
2024-05-11 13:58:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.8.5"
|
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 = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
|
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-08 21:13:00 -05:00
|
|
|
"windows-sys",
|
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",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-15 19:34:29 -04:00
|
|
|
version = "1.21.1"
|
2025-03-08 14:09:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-15 19:34:29 -04:00
|
|
|
checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc"
|
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",
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
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-17 17:36:43 -04:00
|
|
|
source = "git+https://github.com/redstrate/physis#020480e82c5537bdcd15ab3b9826f409d9e77e1a"
|
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"
|
|
|
|
|
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 = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2025-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.5.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.9.0",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
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 = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.5.8"
|
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 = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"libc",
|
2025-03-08 21:13:00 -05:00
|
|
|
"windows-sys",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
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"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2025-03-15 19:34:29 -04:00
|
|
|
version = "1.44.1"
|
2023-10-04 19:06:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-15 19:34:29 -04:00
|
|
|
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
|
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-08 21:13:00 -05:00
|
|
|
"windows-sys",
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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-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"
|
|
|
|
|
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-03-27 16:20:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "7.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"env_home",
|
|
|
|
"rustix",
|
|
|
|
"winsafe",
|
|
|
|
]
|
|
|
|
|
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-03-08 21:13:00 -05:00
|
|
|
"windows-targets",
|
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-03-08 21:13:00 -05:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-05-11 12:17:33 -04:00
|
|
|
"windows_i686_gnullvm",
|
2025-03-08 21:13:00 -05:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
|
|
[[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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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-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",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zlib-rs"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b20717f0917c908dc63de2e44e97f1e6b126ca58d0e391cee86d504eb8fbd05"
|