Files
greg-ng/Cargo.lock

2135 lines
52 KiB
Plaintext
Raw Permalink Normal View History

2024-04-14 00:55:00 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
2024-04-14 00:55:00 +02:00
[[package]]
name = "addr2line"
2024-10-20 19:47:36 +02:00
version = "0.24.2"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
2024-04-14 00:55:00 +02:00
dependencies = [
"gimli",
]
[[package]]
2024-10-20 19:47:36 +02:00
name = "adler2"
version = "2.0.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2024-04-14 00:55:00 +02:00
[[package]]
name = "aho-corasick"
2024-04-18 22:02:39 +02:00
version = "1.1.3"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 22:02:39 +02:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2024-04-14 00:55:00 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "anstream"
2025-01-06 19:11:40 +01:00
version = "0.6.18"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
2024-04-14 00:55:00 +02:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-10-20 19:47:36 +02:00
"is_terminal_polyfill",
2024-04-14 00:55:00 +02:00
"utf8parse",
]
[[package]]
name = "anstyle"
2025-01-06 19:11:40 +01:00
version = "1.0.10"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
2024-04-14 00:55:00 +02:00
[[package]]
name = "anstyle-parse"
2025-01-06 19:11:40 +01:00
version = "0.2.6"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
2024-04-14 00:55:00 +02:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2025-01-06 19:11:40 +01:00
version = "1.1.2"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
2024-04-14 00:55:00 +02:00
dependencies = [
2025-01-06 19:11:40 +01:00
"windows-sys 0.59.0",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "anstyle-wincon"
version = "3.0.7"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
2024-04-14 00:55:00 +02:00
dependencies = [
"anstyle",
"once_cell",
2025-01-06 19:11:40 +01:00
"windows-sys 0.59.0",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "anyhow"
version = "1.0.98"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
2024-04-14 00:55:00 +02:00
2024-10-30 01:29:09 +01:00
[[package]]
name = "arbitrary"
2025-01-06 19:11:40 +01:00
version = "1.4.1"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
2024-10-30 01:29:09 +01:00
dependencies = [
"derive_arbitrary",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "async-compression"
version = "0.4.23"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b37fc50485c4f3f736a4fb14199f6d5f5ba008d7f28fe710306c92780f004c07"
2024-04-14 00:55:00 +02:00
dependencies = [
"brotli",
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
"zstd",
"zstd-safe",
]
[[package]]
name = "autocfg"
2024-10-20 19:47:36 +02:00
version = "1.4.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2024-04-14 00:55:00 +02:00
[[package]]
name = "axum"
version = "0.8.4"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
2024-04-14 00:55:00 +02:00
dependencies = [
"axum-core",
"axum-macros",
"base64",
2024-04-14 00:55:00 +02:00
"bytes",
"form_urlencoded",
2024-04-14 00:55:00 +02:00
"futures-util",
"http",
"http-body",
2024-10-30 01:29:09 +01:00
"http-body-util",
2024-04-14 00:55:00 +02:00
"hyper",
2024-10-30 01:29:09 +01:00
"hyper-util",
2024-04-14 00:55:00 +02:00
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
2025-01-06 19:11:40 +01:00
"sha1",
"sync_wrapper",
2024-04-14 00:55:00 +02:00
"tokio",
2025-01-06 19:11:40 +01:00
"tokio-tungstenite",
"tower",
2024-04-14 00:55:00 +02:00
"tower-layer",
"tower-service",
2024-10-30 01:29:09 +01:00
"tracing",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "axum-core"
version = "0.5.2"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
2024-04-14 00:55:00 +02:00
dependencies = [
"bytes",
"futures-core",
"http",
"http-body",
2024-10-30 01:29:09 +01:00
"http-body-util",
2024-04-14 00:55:00 +02:00
"mime",
2024-10-30 01:29:09 +01:00
"pin-project-lite",
2024-04-14 00:55:00 +02:00
"rustversion",
2025-01-06 19:11:40 +01:00
"sync_wrapper",
2024-04-14 00:55:00 +02:00
"tower-layer",
"tower-service",
2024-10-30 01:29:09 +01:00
"tracing",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "axum-macros"
version = "0.5.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
2024-04-14 00:55:00 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "backtrace"
2024-10-20 19:47:36 +02:00
version = "0.3.74"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2024-04-14 00:55:00 +02:00
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2024-10-20 19:47:36 +02:00
"windows-targets",
2024-04-14 00:55:00 +02:00
]
2025-01-06 19:11:40 +01:00
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-04-14 00:55:00 +02:00
[[package]]
name = "bitflags"
version = "2.9.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2024-04-14 00:55:00 +02:00
[[package]]
2024-10-30 01:29:09 +01:00
name = "block-buffer"
version = "0.10.4"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-30 01:29:09 +01:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "brotli"
version = "8.0.1"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
2024-04-14 00:55:00 +02:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "5.0.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
2024-04-14 00:55:00 +02:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2024-10-30 01:29:09 +01:00
[[package]]
name = "bumpalo"
version = "3.17.0"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2024-10-30 01:29:09 +01:00
2024-04-14 00:55:00 +02:00
[[package]]
name = "byteorder"
2024-04-18 22:02:39 +02:00
version = "1.5.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 22:02:39 +02:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2024-04-14 00:55:00 +02:00
[[package]]
name = "bytes"
version = "1.10.1"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2024-04-14 00:55:00 +02:00
[[package]]
name = "cc"
version = "1.2.21"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8691782945451c1c383942c4874dbe63814f61cb57ef773cda2972682b7bb3c0"
2024-04-14 00:55:00 +02:00
dependencies = [
"jobserver",
"libc",
2024-10-20 19:47:36 +02:00
"shlex",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.5.37"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
2024-04-14 00:55:00 +02:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap-verbosity-flag"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2678fade3b77aa3a8ff3aae87e9c008d3fb00473a41c71fbf74e91c8c7b37e84"
dependencies = [
"clap",
"log",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "clap_builder"
version = "4.5.37"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
2024-04-14 00:55:00 +02:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
version = "4.5.32"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2024-04-14 00:55:00 +02:00
dependencies = [
2024-10-30 01:29:09 +01:00
"heck",
2024-04-14 00:55:00 +02:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2025-01-06 19:11:40 +01:00
version = "0.7.4"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2024-04-14 00:55:00 +02:00
[[package]]
name = "colorchoice"
2025-01-06 19:11:40 +01:00
version = "1.0.3"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2024-04-14 00:55:00 +02:00
2024-10-30 01:29:09 +01:00
[[package]]
name = "cpufeatures"
version = "0.2.17"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
2024-10-30 01:29:09 +01:00
dependencies = [
"libc",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "crc32fast"
2024-10-20 19:47:36 +02:00
version = "1.4.2"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2024-04-14 00:55:00 +02:00
dependencies = [
"cfg-if",
]
2024-10-30 01:29:09 +01:00
[[package]]
name = "crossbeam-utils"
2025-01-06 19:11:40 +01:00
version = "0.8.21"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
2024-10-30 01:29:09 +01: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",
]
2025-01-06 19:11:40 +01:00
[[package]]
name = "data-encoding"
version = "2.9.0"
2025-01-06 19:11:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
2025-01-06 19:11:40 +01:00
2024-10-30 01:29:09 +01:00
[[package]]
name = "derive_arbitrary"
2025-01-06 19:11:40 +01:00
version = "1.4.1"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
2024-10-30 01:29:09 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "env_filter"
version = "0.1.3"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
2024-04-14 00:55:00 +02:00
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
dependencies = [
"anstream",
"anstyle",
"env_filter",
"jiff",
"log",
2024-04-14 00:55:00 +02:00
]
2024-10-30 01:29:09 +01:00
[[package]]
name = "equivalent"
version = "1.0.2"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2024-10-30 01:29:09 +01:00
[[package]]
name = "errno"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
dependencies = [
"libc",
2025-01-06 19:11:40 +01:00
"windows-sys 0.59.0",
]
[[package]]
name = "fastrand"
2025-01-06 19:11:40 +01:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2024-04-14 00:55:00 +02:00
[[package]]
name = "flate2"
version = "1.1.1"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
2024-04-14 00:55:00 +02:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2024-04-18 22:02:39 +02:00
version = "1.2.1"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 22:02:39 +02:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2024-04-14 00:55:00 +02:00
dependencies = [
"percent-encoding",
]
2024-04-18 22:02:39 +02:00
[[package]]
name = "futures"
2024-10-20 19:47:36 +02:00
version = "0.3.31"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2024-04-18 22:02:39 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "futures-channel"
2024-10-20 19:47:36 +02:00
version = "0.3.31"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2024-04-14 00:55:00 +02:00
dependencies = [
"futures-core",
2024-04-18 22:02:39 +02:00
"futures-sink",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "futures-core"
2024-10-20 19:47:36 +02:00
version = "0.3.31"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2024-04-18 22:02:39 +02:00
[[package]]
name = "futures-executor"
2024-10-20 19:47:36 +02:00
version = "0.3.31"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
2024-04-18 22:02:39 +02:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2024-10-20 19:47:36 +02:00
version = "0.3.31"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2024-04-18 22:02:39 +02:00
[[package]]
name = "futures-macro"
2024-10-20 19:47:36 +02:00
version = "0.3.31"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
2024-04-18 22:02:39 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "futures-sink"
2024-10-20 19:47:36 +02:00
version = "0.3.31"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2024-04-14 00:55:00 +02:00
[[package]]
name = "futures-task"
2024-10-20 19:47:36 +02:00
version = "0.3.31"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2024-04-14 00:55:00 +02:00
[[package]]
name = "futures-util"
2024-10-20 19:47:36 +02:00
version = "0.3.31"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2024-04-14 00:55:00 +02:00
dependencies = [
2024-04-18 22:02:39 +02:00
"futures-channel",
2024-04-14 00:55:00 +02:00
"futures-core",
2024-04-18 22:02:39 +02:00
"futures-io",
"futures-macro",
"futures-sink",
2024-04-14 00:55:00 +02:00
"futures-task",
2024-04-18 22:02:39 +02:00
"memchr",
2024-04-14 00:55:00 +02:00
"pin-project-lite",
"pin-utils",
"slab",
]
2024-10-30 01:29:09 +01:00
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "getrandom"
version = "0.3.2"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
2024-04-14 00:55:00 +02:00
dependencies = [
"cfg-if",
"libc",
"r-efi",
"wasi 0.14.2+wasi-0.2.4",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "gimli"
2024-10-20 19:47:36 +02:00
version = "0.31.1"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2024-04-14 00:55:00 +02:00
[[package]]
name = "greg-ng"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"clap",
"clap-verbosity-flag",
2024-04-14 00:55:00 +02:00
"env_logger",
"futures",
2024-04-14 00:55:00 +02:00
"log",
2024-04-18 22:02:39 +02:00
"mpvipc-async",
"sd-notify",
2024-04-14 00:55:00 +02:00
"serde",
"serde_json",
"systemd-journal-logger",
"tempfile",
2024-04-14 00:55:00 +02:00
"tokio",
"tower",
2024-04-14 00:55:00 +02:00
"tower-http",
"tungstenite",
2024-10-30 01:29:09 +01:00
"utoipa",
"utoipa-axum",
"utoipa-swagger-ui",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "hashbrown"
version = "0.15.3"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
2024-10-30 01:29:09 +01:00
2024-04-14 00:55:00 +02:00
[[package]]
name = "hdrhistogram"
2024-04-18 22:02:39 +02:00
version = "7.5.4"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 22:02:39 +02:00
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
2024-04-14 00:55:00 +02:00
dependencies = [
"byteorder",
"num-traits",
]
2024-04-18 22:02:39 +02:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2024-04-14 00:55:00 +02:00
[[package]]
name = "http"
version = "1.3.1"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
2024-10-30 01:29:09 +01:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
"http",
2024-10-30 01:29:09 +01:00
]
[[package]]
name = "http-body-util"
version = "0.1.3"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2024-10-30 01:29:09 +01:00
dependencies = [
"bytes",
"futures-core",
"http",
"http-body",
2024-04-14 00:55:00 +02:00
"pin-project-lite",
]
[[package]]
name = "http-range-header"
version = "0.4.2"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
2024-04-14 00:55:00 +02:00
[[package]]
name = "httparse"
version = "1.10.1"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2024-04-14 00:55:00 +02:00
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "hyper"
version = "1.6.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
2024-04-14 00:55:00 +02:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http",
"http-body",
2024-04-14 00:55:00 +02:00
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-10-30 01:29:09 +01:00
"smallvec",
"tokio",
]
[[package]]
name = "hyper-util"
version = "0.1.11"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
2024-10-30 01:29:09 +01:00
dependencies = [
"bytes",
"futures-util",
"http",
"http-body",
2024-10-30 01:29:09 +01:00
"hyper",
"pin-project-lite",
2024-04-14 00:55:00 +02:00
"tokio",
"tower-service",
2024-10-30 01:29:09 +01:00
]
2025-01-06 19:11:40 +01:00
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.1"
2025-01-06 19:11:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
2025-01-06 19:11:40 +01:00
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.1"
2025-01-06 19:11:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
2025-01-06 19:11:40 +01:00
[[package]]
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.1"
2025-01-06 19:11:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
2025-01-06 19:11:40 +01:00
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-10-30 01:29:09 +01:00
[[package]]
name = "idna"
2025-01-06 19:11:40 +01:00
version = "1.0.3"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2024-10-30 01:29:09 +01:00
dependencies = [
2025-01-06 19:11:40 +01:00
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
dependencies = [
"icu_normalizer",
"icu_properties",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "indexmap"
version = "2.9.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
2024-10-30 01:29:09 +01:00
dependencies = [
"equivalent",
"hashbrown",
2024-10-30 01:29:09 +01:00
"serde",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "iri-string"
version = "0.7.8"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
2024-04-14 00:55:00 +02:00
dependencies = [
"memchr",
"serde",
]
2024-10-20 19:47:36 +02:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-04-14 00:55:00 +02:00
[[package]]
name = "itoa"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jiff"
version = "0.2.13"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f02000660d30638906021176af16b17498bd0d12813dbfe7b276d8bc7f3c0806"
dependencies = [
"jiff-static",
"log",
"portable-atomic",
"portable-atomic-util",
"serde",
]
[[package]]
name = "jiff-static"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3c30758ddd7188629c6713fc45d1188af4f44c90582311d0c8d8c9907f60c48"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "jobserver"
version = "0.1.33"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
2024-04-14 00:55:00 +02:00
dependencies = [
"getrandom",
2024-04-14 00:55:00 +02:00
"libc",
]
[[package]]
name = "libc"
version = "0.2.172"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
2024-04-14 00:55:00 +02:00
[[package]]
name = "linux-raw-sys"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2025-01-06 19:11:40 +01:00
[[package]]
name = "litemap"
version = "0.7.5"
2025-01-06 19:11:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
2025-01-06 19:11:40 +01:00
2024-04-14 00:55:00 +02:00
[[package]]
name = "lock_api"
2024-10-20 19:47:36 +02:00
version = "0.4.12"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2024-04-14 00:55:00 +02:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.27"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2024-04-14 00:55:00 +02:00
[[package]]
name = "matchit"
version = "0.8.4"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2024-04-14 00:55:00 +02:00
[[package]]
name = "memchr"
2024-10-20 19:47:36 +02:00
version = "2.7.4"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-04-14 00:55:00 +02:00
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
2024-10-20 19:47:36 +02:00
version = "2.0.5"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2024-04-14 00:55:00 +02:00
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "miniz_oxide"
version = "0.8.8"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
2024-04-14 00:55:00 +02:00
dependencies = [
2024-10-20 19:47:36 +02:00
"adler2",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "mio"
2025-01-06 19:11:40 +01:00
version = "1.0.3"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2024-04-14 00:55:00 +02:00
dependencies = [
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
2024-10-20 19:47:36 +02:00
"windows-sys 0.52.0",
2024-04-14 00:55:00 +02:00
]
[[package]]
2024-04-18 22:02:39 +02:00
name = "mpvipc-async"
version = "0.1.0"
2025-01-06 19:11:40 +01:00
source = "git+https://git.pvv.ntnu.no/Grzegorz/mpvipc-async.git?branch=main#a6c6bf4388c0e349c08b127a98ed480646618b3f"
2024-04-14 00:55:00 +02:00
dependencies = [
2024-04-18 22:02:39 +02:00
"futures",
2024-04-14 00:55:00 +02:00
"log",
2024-04-18 22:02:39 +02:00
"serde",
2024-04-14 00:55:00 +02:00
"serde_json",
2025-01-06 19:11:40 +01:00
"thiserror 1.0.69",
2024-04-18 22:02:39 +02:00
"tokio",
"tokio-stream",
"tokio-util",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "num-traits"
2024-10-20 19:47:36 +02:00
version = "0.2.19"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2024-04-14 00:55:00 +02:00
dependencies = [
"autocfg",
]
[[package]]
name = "object"
version = "0.36.7"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2024-04-14 00:55:00 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.21.3"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2024-04-14 00:55:00 +02:00
[[package]]
name = "parking_lot"
2024-10-20 19:47:36 +02:00
version = "0.12.3"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2024-04-14 00:55:00 +02:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-10-20 19:47:36 +02:00
version = "0.9.10"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2024-04-14 00:55:00 +02:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2024-10-20 19:47:36 +02:00
"windows-targets",
2024-04-14 00:55:00 +02:00
]
2024-10-30 01:29:09 +01:00
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2024-04-14 00:55:00 +02:00
[[package]]
name = "percent-encoding"
2024-04-18 22:02:39 +02:00
version = "2.3.1"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 22:02:39 +02:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2024-04-14 00:55:00 +02:00
[[package]]
name = "pin-project-lite"
version = "0.2.16"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2024-04-14 00:55:00 +02:00
[[package]]
name = "pin-utils"
version = "0.1.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2024-04-14 00:55:00 +02:00
[[package]]
name = "pkg-config"
version = "0.3.32"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2024-04-14 00:55:00 +02:00
[[package]]
name = "portable-atomic"
version = "1.11.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
2024-04-14 00:55:00 +02:00
[[package]]
name = "portable-atomic-util"
version = "0.2.4"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
dependencies = [
"portable-atomic",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "ppv-lite86"
version = "0.2.21"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2024-10-20 19:47:36 +02:00
dependencies = [
"zerocopy",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "proc-macro2"
version = "1.0.95"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2024-04-14 00:55:00 +02:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.40"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2024-04-14 00:55:00 +02:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "r-efi"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
2024-04-14 00:55:00 +02:00
[[package]]
name = "rand"
version = "0.9.1"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
2024-04-14 00:55:00 +02:00
dependencies = [
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.9.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2024-04-14 00:55:00 +02:00
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.9.3"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2024-04-14 00:55:00 +02:00
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
version = "0.5.12"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
2024-04-14 00:55:00 +02:00
dependencies = [
2024-10-30 01:29:09 +01:00
"bitflags",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "regex"
2025-01-06 19:11:40 +01:00
version = "1.11.1"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2024-04-14 00:55:00 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2025-01-06 19:11:40 +01:00
version = "0.4.9"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2024-04-14 00:55:00 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-10-20 19:47:36 +02:00
version = "0.8.5"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2024-04-14 00:55:00 +02:00
2024-10-30 01:29:09 +01:00
[[package]]
name = "rust-embed"
version = "8.7.1"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60e425e204264b144d4c929d126d0de524b40a961686414bab5040f7465c71be"
2024-10-30 01:29:09 +01:00
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
]
[[package]]
name = "rust-embed-impl"
version = "8.7.0"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
2024-10-30 01:29:09 +01:00
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
"syn",
"walkdir",
]
[[package]]
name = "rust-embed-utils"
version = "8.7.0"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
2024-10-30 01:29:09 +01:00
dependencies = [
"sha2",
"walkdir",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "rustc-demangle"
2024-10-20 19:47:36 +02:00
version = "0.1.24"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2024-04-14 00:55:00 +02:00
[[package]]
name = "rustix"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
dependencies = [
2024-10-30 01:29:09 +01:00
"bitflags",
"errno",
"libc",
"linux-raw-sys",
2025-01-06 19:11:40 +01:00
"windows-sys 0.59.0",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "rustversion"
version = "1.0.20"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
2024-04-14 00:55:00 +02:00
[[package]]
name = "ryu"
version = "1.0.20"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2024-04-14 00:55:00 +02:00
2024-10-30 01:29:09 +01:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "sd-notify"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b943eadf71d8b69e661330cb0e2656e31040acf21ee7708e2c238a0ec6af2bf4"
dependencies = [
"libc",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "serde"
version = "1.0.219"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2024-04-14 00:55:00 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.219"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2024-04-14 00:55:00 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.140"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
2024-04-14 00:55:00 +02:00
dependencies = [
"itoa",
2024-10-20 19:47:36 +02:00
"memchr",
2024-04-14 00:55:00 +02:00
"ryu",
"serde",
]
[[package]]
name = "serde_path_to_error"
version = "0.1.17"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
2024-04-14 00:55:00 +02:00
dependencies = [
"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",
]
2025-01-06 19:11:40 +01:00
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2024-10-30 01:29:09 +01:00
[[package]]
name = "sha2"
version = "0.10.9"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2024-10-30 01:29:09 +01:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2024-10-20 19:47:36 +02:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2024-04-14 00:55:00 +02:00
[[package]]
name = "signal-hook-registry"
version = "1.4.5"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
2024-04-14 00:55:00 +02:00
dependencies = [
"libc",
]
2024-10-30 01:29:09 +01:00
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2024-04-14 00:55:00 +02:00
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
version = "1.15.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
2024-04-14 00:55:00 +02:00
[[package]]
name = "socket2"
version = "0.5.9"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
2024-04-14 00:55:00 +02:00
dependencies = [
"libc",
2024-04-18 22:02:39 +02:00
"windows-sys 0.52.0",
2024-04-14 00:55:00 +02:00
]
2025-01-06 19:11:40 +01:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2024-04-14 00:55:00 +02:00
[[package]]
name = "strsim"
2024-04-18 22:02:39 +02:00
version = "0.11.1"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-18 22:02:39 +02:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-04-14 00:55:00 +02:00
[[package]]
name = "syn"
version = "2.0.101"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
2024-04-14 00:55:00 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
2025-01-06 19:11:40 +01:00
version = "1.0.2"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2024-04-14 00:55:00 +02:00
2024-10-30 01:29:09 +01:00
[[package]]
2025-01-06 19:11:40 +01:00
name = "synstructure"
version = "0.13.2"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2025-01-06 19:11:40 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-10-30 01:29:09 +01:00
[[package]]
name = "systemd-journal-logger"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7266304d24ca5a4b230545fc558c80e18bd3e1d2eb1be149b6bcd04398d3e79c"
dependencies = [
"log",
"rustix",
]
[[package]]
name = "tempfile"
version = "3.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
dependencies = [
"fastrand",
"getrandom",
"once_cell",
"rustix",
2024-10-20 19:47:36 +02:00
"windows-sys 0.59.0",
]
2024-04-18 22:02:39 +02:00
[[package]]
name = "thiserror"
2025-01-06 19:11:40 +01:00
version = "1.0.69"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2024-04-18 22:02:39 +02:00
dependencies = [
2025-01-06 19:11:40 +01:00
"thiserror-impl 1.0.69",
]
[[package]]
name = "thiserror"
version = "2.0.12"
2025-01-06 19:11:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
2025-01-06 19:11:40 +01:00
dependencies = [
"thiserror-impl 2.0.12",
2024-04-18 22:02:39 +02:00
]
[[package]]
name = "thiserror-impl"
2025-01-06 19:11:40 +01:00
version = "1.0.69"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2024-04-18 22:02:39 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-10-30 01:29:09 +01:00
[[package]]
2025-01-06 19:11:40 +01:00
name = "thiserror-impl"
version = "2.0.12"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
2024-10-30 01:29:09 +01:00
dependencies = [
2025-01-06 19:11:40 +01:00
"proc-macro2",
"quote",
"syn",
2024-10-30 01:29:09 +01:00
]
[[package]]
2025-01-06 19:11:40 +01:00
name = "tinystr"
version = "0.7.6"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
]
2024-10-30 01:29:09 +01:00
2024-04-14 00:55:00 +02:00
[[package]]
name = "tokio"
version = "1.45.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
2024-04-14 00:55:00 +02:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2024-04-18 22:02:39 +02:00
"socket2",
2024-04-14 00:55:00 +02:00
"tokio-macros",
2024-10-20 19:47:36 +02:00
"windows-sys 0.52.0",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "tokio-macros"
version = "2.5.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2024-04-14 00:55:00 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-04-18 22:02:39 +02:00
[[package]]
name = "tokio-stream"
2025-01-06 19:11:40 +01:00
version = "0.1.17"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2024-04-18 22:02:39 +02:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
"tokio-util",
]
2025-01-06 19:11:40 +01:00
[[package]]
name = "tokio-tungstenite"
version = "0.26.2"
2025-01-06 19:11:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
2025-01-06 19:11:40 +01:00
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "tokio-util"
version = "0.7.15"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
2024-04-14 00:55:00 +02:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
2024-10-30 01:29:09 +01:00
[[package]]
name = "tower"
2025-01-06 19:11:40 +01:00
version = "0.5.2"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2024-10-30 01:29:09 +01:00
dependencies = [
"futures-core",
"futures-util",
"hdrhistogram",
"indexmap",
2024-10-30 01:29:09 +01:00
"pin-project-lite",
"slab",
2025-01-06 19:11:40 +01:00
"sync_wrapper",
2024-10-30 01:29:09 +01:00
"tokio",
"tokio-util",
2024-10-30 01:29:09 +01:00
"tower-layer",
"tower-service",
"tracing",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "tower-http"
version = "0.6.2"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697"
2024-04-14 00:55:00 +02:00
dependencies = [
"async-compression",
"base64",
2024-10-30 01:29:09 +01:00
"bitflags",
2024-04-14 00:55:00 +02:00
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-body-util",
2024-04-14 00:55:00 +02:00
"http-range-header",
"httpdate",
"iri-string",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
"tokio",
"tokio-util",
"tower",
2024-04-14 00:55:00 +02:00
"tower-layer",
"tower-service",
"tracing",
"uuid",
]
[[package]]
name = "tower-layer"
2024-10-20 19:47:36 +02:00
version = "0.3.3"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2024-04-14 00:55:00 +02:00
[[package]]
name = "tower-service"
2024-10-20 19:47:36 +02:00
version = "0.3.3"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2024-04-14 00:55:00 +02:00
[[package]]
name = "tracing"
2025-01-06 19:11:40 +01:00
version = "0.1.41"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2024-04-14 00:55:00 +02:00
dependencies = [
"log",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2025-01-06 19:11:40 +01:00
version = "0.1.33"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2024-04-14 00:55:00 +02:00
dependencies = [
"once_cell",
]
2025-01-06 19:11:40 +01:00
[[package]]
name = "tungstenite"
version = "0.26.2"
2025-01-06 19:11:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
2025-01-06 19:11:40 +01:00
dependencies = [
"bytes",
"data-encoding",
"http",
2025-01-06 19:11:40 +01:00
"httparse",
"log",
"rand",
"sha1",
"thiserror 2.0.12",
2025-01-06 19:11:40 +01:00
"utf-8",
]
2024-04-14 00:55:00 +02:00
[[package]]
2024-10-30 01:29:09 +01:00
name = "typenum"
version = "1.18.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2024-04-14 00:55:00 +02:00
[[package]]
name = "unicase"
version = "2.8.1"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2024-04-14 00:55:00 +02:00
[[package]]
name = "unicode-ident"
version = "1.0.18"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2024-10-30 01:29:09 +01:00
[[package]]
name = "url"
2025-01-06 19:11:40 +01:00
version = "2.5.4"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-06 19:11:40 +01:00
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2024-10-30 01:29:09 +01:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2025-01-06 19:11:40 +01:00
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2024-04-14 00:55:00 +02:00
[[package]]
name = "utf8parse"
2024-10-20 19:47:36 +02:00
version = "0.2.2"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2024-04-14 00:55:00 +02:00
2024-10-30 01:29:09 +01:00
[[package]]
name = "utoipa"
version = "5.3.1"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435c6f69ef38c9017b4b4eea965dfb91e71e53d869e896db40d1cf2441dd75c0"
2024-10-30 01:29:09 +01:00
dependencies = [
"indexmap",
2024-10-30 01:29:09 +01:00
"serde",
"serde_json",
"utoipa-gen",
]
[[package]]
name = "utoipa-axum"
version = "0.2.0"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c25bae5bccc842449ec0c5ddc5cbb6a3a1eaeac4503895dc105a1138f8234a0"
2024-10-30 01:29:09 +01:00
dependencies = [
"axum",
"paste",
"tower-layer",
"tower-service",
"utoipa",
]
[[package]]
name = "utoipa-gen"
version = "5.3.1"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a77d306bc75294fd52f3e99b13ece67c02c1a2789190a6f31d32f736624326f7"
2024-10-30 01:29:09 +01:00
dependencies = [
"proc-macro2",
"quote",
"regex",
"syn",
]
[[package]]
name = "utoipa-swagger-ui"
version = "9.0.1"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29519b3c485df6b13f4478ac909a491387e9ef70204487c3b64b53749aec0be"
2024-10-30 01:29:09 +01:00
dependencies = [
"axum",
"base64",
2024-10-30 01:29:09 +01:00
"mime_guess",
"regex",
"rust-embed",
"serde",
"serde_json",
"url",
"utoipa",
"utoipa-swagger-ui-vendored",
"zip",
]
[[package]]
name = "utoipa-swagger-ui-vendored"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2eebbbfe4093922c2b6734d7c679ebfebd704a0d7e56dfcb0d05818ce28977d"
2024-04-14 00:55:00 +02:00
[[package]]
name = "uuid"
version = "1.16.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
2024-04-14 00:55:00 +02:00
dependencies = [
"getrandom",
]
[[package]]
2024-10-30 01:29:09 +01:00
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "walkdir"
version = "2.5.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-30 01:29:09 +01:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2024-04-14 00:55:00 +02:00
dependencies = [
2024-10-30 01:29:09 +01:00
"same-file",
"winapi-util",
2024-04-14 00:55:00 +02: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 = "wasi"
version = "0.14.2+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
dependencies = [
"wit-bindgen-rt",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "winapi-util"
2024-10-20 19:47:36 +02:00
version = "0.1.9"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2024-04-14 00:55:00 +02:00
dependencies = [
2024-10-20 19:47:36 +02:00
"windows-sys 0.59.0",
2024-04-18 22:02:39 +02:00
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-10-20 19:47:36 +02:00
"windows-targets",
2024-04-14 00:55:00 +02:00
]
[[package]]
2024-10-20 19:47:36 +02:00
name = "windows-sys"
version = "0.59.0"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2024-04-14 00:55:00 +02:00
dependencies = [
2024-10-20 19:47:36 +02:00
"windows-targets",
2024-04-18 22:02:39 +02:00
]
[[package]]
name = "windows-targets"
2024-10-20 19:47:36 +02:00
version = "0.52.6"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-04-18 22:02:39 +02:00
dependencies = [
2024-10-20 19:47:36 +02:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
2024-04-18 22:02:39 +02:00
"windows_i686_gnullvm",
2024-10-20 19:47:36 +02:00
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2024-04-14 00:55:00 +02:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-10-20 19:47:36 +02:00
version = "0.52.6"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-04-18 22:02:39 +02:00
2024-04-14 00:55:00 +02:00
[[package]]
name = "windows_aarch64_msvc"
2024-10-20 19:47:36 +02:00
version = "0.52.6"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-04-14 00:55:00 +02:00
2024-04-18 22:02:39 +02:00
[[package]]
name = "windows_i686_gnu"
2024-10-20 19:47:36 +02:00
version = "0.52.6"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-04-18 22:02:39 +02:00
[[package]]
name = "windows_i686_gnullvm"
2024-10-20 19:47:36 +02:00
version = "0.52.6"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-04-18 22:02:39 +02:00
2024-04-14 00:55:00 +02:00
[[package]]
name = "windows_i686_msvc"
2024-10-20 19:47:36 +02:00
version = "0.52.6"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-04-14 00:55:00 +02:00
2024-04-18 22:02:39 +02:00
[[package]]
name = "windows_x86_64_gnu"
2024-10-20 19:47:36 +02:00
version = "0.52.6"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-04-18 22:02:39 +02:00
2024-04-14 00:55:00 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-10-20 19:47:36 +02:00
version = "0.52.6"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-04-14 00:55:00 +02:00
2024-04-18 22:02:39 +02:00
[[package]]
2024-10-20 19:47:36 +02:00
name = "windows_x86_64_msvc"
version = "0.52.6"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 19:47:36 +02:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-04-18 22:02:39 +02:00
[[package]]
name = "wit-bindgen-rt"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
dependencies = [
"bitflags",
]
2025-01-06 19:11:40 +01:00
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "yoke"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
2024-04-14 00:55:00 +02:00
[[package]]
2024-10-20 19:47:36 +02:00
name = "zerocopy"
version = "0.8.25"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
2024-10-20 19:47:36 +02:00
dependencies = [
"zerocopy-derive",
]
2024-04-14 00:55:00 +02:00
2024-04-18 22:02:39 +02:00
[[package]]
2024-10-20 19:47:36 +02:00
name = "zerocopy-derive"
version = "0.8.25"
2024-04-18 22:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
2024-10-20 19:47:36 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-04-18 22:02:39 +02:00
2025-01-06 19:11:40 +01:00
[[package]]
name = "zerofrom"
version = "0.1.6"
2025-01-06 19:11:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2025-01-06 19:11:40 +01:00
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.6"
2025-01-06 19:11:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2025-01-06 19:11:40 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-10-30 01:29:09 +01:00
[[package]]
name = "zip"
version = "2.6.1"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dcb24d0152526ae49b9b96c1dcf71850ca1e0b882e4e28ed898a93c41334744"
2024-10-30 01:29:09 +01:00
dependencies = [
"arbitrary",
"crc32fast",
"crossbeam-utils",
"flate2",
"indexmap",
2024-10-30 01:29:09 +01:00
"memchr",
"zopfli",
]
[[package]]
name = "zopfli"
version = "0.8.2"
2024-10-30 01:29:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7"
2024-10-30 01:29:09 +01:00
dependencies = [
"bumpalo",
"crc32fast",
"log",
"simd-adler32",
]
2024-04-14 00:55:00 +02:00
[[package]]
name = "zstd"
version = "0.13.3"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
2024-04-14 00:55:00 +02:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "7.2.4"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
2024-04-14 00:55:00 +02:00
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "2.0.15+zstd.1.5.7"
2024-04-14 00:55:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
2024-04-14 00:55:00 +02:00
dependencies = [
"cc",
"pkg-config",
]