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"
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2025-03-15 19:34:29 -04:00
|
|
|
version = "0.1.88"
|
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 = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
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 = "axum"
|
|
|
|
version = "0.6.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2025-03-16 20:55:51 -04:00
|
|
|
"bitflags 1.3.2",
|
2023-10-05 12:09:05 -04:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2023-10-06 17:46:58 -04:00
|
|
|
"headers",
|
2023-10-05 12:09:05 -04:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"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"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
|
|
|
"rustversion",
|
|
|
|
"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
|
|
|
]
|
|
|
|
|
2023-10-06 17:46:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-05-11 12:17:33 -04:00
|
|
|
version = "0.21.7"
|
2023-10-06 17:46:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 12:17:33 -04:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-10-06 17:46:58 -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"
|
|
|
|
|
2023-10-06 17:46:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "1.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
|
|
|
|
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"
|
|
|
|
|
2023-10-06 17:46:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.2.17"
|
2023-10-06 17:46:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2023-10-06 17:46:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2023-10-06 17:46:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
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-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-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
|
|
|
]
|
|
|
|
|
2023-10-06 17:46:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-05-11 12:30:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
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]]
|
|
|
|
name = "headers"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
|
|
|
"http",
|
|
|
|
"httpdate",
|
|
|
|
"mime",
|
|
|
|
"sha1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-05-11 12:17:33 -04:00
|
|
|
version = "0.2.12"
|
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 = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-05-11 12:17:33 -04:00
|
|
|
version = "0.4.6"
|
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 = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"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-08 21:13:00 -05:00
|
|
|
version = "0.14.32"
|
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 = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-05-11 12:17:33 -04:00
|
|
|
"socket2",
|
2023-10-05 12:09:05 -04:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
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-08 15:27:28 -05:00
|
|
|
"md5",
|
2024-05-11 13:58:58 -04:00
|
|
|
"minijinja",
|
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",
|
|
|
|
]
|
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
|
|
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",
|
|
|
|
"wasi",
|
2025-03-08 21:13:00 -05:00
|
|
|
"windows-sys",
|
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
|
|
|
|
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"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "1.1.10"
|
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 = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
2023-10-04 19:06:59 -04:00
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"pin-project-internal",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "1.1.10"
|
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 = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
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 = "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
|
|
|
]
|
|
|
|
|
2024-05-11 12:30:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[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-06 17:46:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-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"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"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 = "try-lock"
|
2024-05-11 12:17:33 -04:00
|
|
|
version = "0.2.5"
|
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 = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2023-10-04 19:06:59 -04:00
|
|
|
|
2023-10-06 17:46:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "1.18.0"
|
2023-10-06 17:46:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
2023-10-06 17:46:58 -04:00
|
|
|
|
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]]
|
|
|
|
name = "version_check"
|
2025-03-08 21:13:00 -05:00
|
|
|
version = "0.9.5"
|
2023-10-06 17:46:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-08 21:13:00 -05:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2023-10-06 17:46:58 -04:00
|
|
|
|
2023-10-04 19:06:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
dependencies = [
|
2023-10-05 12:09:05 -04:00
|
|
|
"try-lock",
|
2023-10-04 19:06:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[package]]
|
2025-03-08 21:13:00 -05:00
|
|
|
name = "zerocopy"
|
2025-03-12 16:58:18 -04:00
|
|
|
version = "0.8.23"
|
2024-05-11 12:17:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-12 16:58:18 -04:00
|
|
|
checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6"
|
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-12 16:58:18 -04:00
|
|
|
version = "0.8.23"
|
2025-03-08 15:27:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-12 16:58:18 -04:00
|
|
|
checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154"
|
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"
|