2084 lines
53 KiB
Plaintext
2084 lines
53 KiB
Plaintext
|
|
# This file is automatically @generated by Cargo.
|
||
|
|
# It is not intended for manual editing.
|
||
|
|
version = 4
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ahash"
|
||
|
|
version = "0.7.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.2.16",
|
||
|
|
"once_cell",
|
||
|
|
"version_check",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ahash"
|
||
|
|
version = "0.8.12"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"once_cell",
|
||
|
|
"version_check",
|
||
|
|
"zerocopy",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "aho-corasick"
|
||
|
|
version = "1.1.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
||
|
|
dependencies = [
|
||
|
|
"memchr",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "array-init-cursor"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ed51fe0f224d1d4ea768be38c51f9f831dee9d05c163c11fba0b8c44387b1fc3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ascii-canvas"
|
||
|
|
version = "3.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
||
|
|
dependencies = [
|
||
|
|
"term",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "askama"
|
||
|
|
version = "0.11.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139"
|
||
|
|
dependencies = [
|
||
|
|
"askama_derive",
|
||
|
|
"askama_escape",
|
||
|
|
"askama_shared",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "askama_derive"
|
||
|
|
version = "0.11.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71"
|
||
|
|
dependencies = [
|
||
|
|
"askama_shared",
|
||
|
|
"proc-macro2",
|
||
|
|
"syn 1.0.109",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "askama_escape"
|
||
|
|
version = "0.10.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "askama_shared"
|
||
|
|
version = "0.12.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0"
|
||
|
|
dependencies = [
|
||
|
|
"askama_escape",
|
||
|
|
"humansize",
|
||
|
|
"mime",
|
||
|
|
"mime_guess",
|
||
|
|
"nom",
|
||
|
|
"num-traits",
|
||
|
|
"percent-encoding",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"serde",
|
||
|
|
"syn 1.0.109",
|
||
|
|
"toml",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "async-channel"
|
||
|
|
version = "1.9.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
||
|
|
dependencies = [
|
||
|
|
"concurrent-queue",
|
||
|
|
"event-listener",
|
||
|
|
"futures-core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "async-executor"
|
||
|
|
version = "1.13.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
|
||
|
|
dependencies = [
|
||
|
|
"async-task",
|
||
|
|
"concurrent-queue",
|
||
|
|
"fastrand 2.3.0",
|
||
|
|
"futures-lite 2.6.1",
|
||
|
|
"pin-project-lite",
|
||
|
|
"slab",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "async-lock"
|
||
|
|
version = "2.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
||
|
|
dependencies = [
|
||
|
|
"event-listener",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "async-oneshot"
|
||
|
|
version = "0.5.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ae47de2a02d543205f3f5457a90b6ecbc9494db70557bd29590ec8f1ddff5463"
|
||
|
|
dependencies = [
|
||
|
|
"futures-micro",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "async-task"
|
||
|
|
version = "4.7.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "async-trait"
|
||
|
|
version = "0.1.89"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.111",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "atomic-take"
|
||
|
|
version = "1.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "atomic-waker"
|
||
|
|
version = "1.1.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "atty"
|
||
|
|
version = "0.2.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
||
|
|
dependencies = [
|
||
|
|
"hermit-abi",
|
||
|
|
"libc",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "autocfg"
|
||
|
|
version = "1.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "axum"
|
||
|
|
version = "0.8.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
|
||
|
|
dependencies = [
|
||
|
|
"axum-core",
|
||
|
|
"bytes",
|
||
|
|
"form_urlencoded",
|
||
|
|
"futures-util",
|
||
|
|
"http",
|
||
|
|
"http-body",
|
||
|
|
"http-body-util",
|
||
|
|
"hyper",
|
||
|
|
"hyper-util",
|
||
|
|
"itoa",
|
||
|
|
"matchit",
|
||
|
|
"memchr",
|
||
|
|
"mime",
|
||
|
|
"percent-encoding",
|
||
|
|
"pin-project-lite",
|
||
|
|
"serde_core",
|
||
|
|
"serde_json",
|
||
|
|
"serde_path_to_error",
|
||
|
|
"serde_urlencoded",
|
||
|
|
"sync_wrapper",
|
||
|
|
"tokio",
|
||
|
|
"tower",
|
||
|
|
"tower-layer",
|
||
|
|
"tower-service",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "axum-core"
|
||
|
|
version = "0.5.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"futures-core",
|
||
|
|
"http",
|
||
|
|
"http-body",
|
||
|
|
"http-body-util",
|
||
|
|
"mime",
|
||
|
|
"pin-project-lite",
|
||
|
|
"sync_wrapper",
|
||
|
|
"tower-layer",
|
||
|
|
"tower-service",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "beef"
|
||
|
|
version = "0.5.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bit-set"
|
||
|
|
version = "0.5.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
||
|
|
dependencies = [
|
||
|
|
"bit-vec",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bit-vec"
|
||
|
|
version = "0.6.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bitflags"
|
||
|
|
version = "1.3.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bitflags"
|
||
|
|
version = "2.9.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bitpattern"
|
||
|
|
version = "0.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3fc436c543b5fd522e5428d65c88e7bfb538ba267dad95cfb9d8fb8a465b0935"
|
||
|
|
dependencies = [
|
||
|
|
"paste",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "blackwriter-server"
|
||
|
|
version = "0.1.0"
|
||
|
|
dependencies = [
|
||
|
|
"axum",
|
||
|
|
"mediasoup",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
"tokio",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bumpalo"
|
||
|
|
version = "3.19.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bytes"
|
||
|
|
version = "1.11.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cfg-if"
|
||
|
|
version = "1.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "codespan"
|
||
|
|
version = "0.11.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3362992a0d9f1dd7c3d0e89e0ab2bb540b7a95fea8cd798090e758fda2899b5e"
|
||
|
|
dependencies = [
|
||
|
|
"codespan-reporting",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "codespan-reporting"
|
||
|
|
version = "0.11.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
||
|
|
dependencies = [
|
||
|
|
"termcolor",
|
||
|
|
"unicode-width",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "concurrent-queue"
|
||
|
|
version = "2.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
||
|
|
dependencies = [
|
||
|
|
"crossbeam-utils",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "convert_case"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crossbeam-utils"
|
||
|
|
version = "0.8.21"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crunchy"
|
||
|
|
version = "0.2.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "derive_more"
|
||
|
|
version = "0.99.20"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
|
||
|
|
dependencies = [
|
||
|
|
"convert_case",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"rustc_version",
|
||
|
|
"syn 2.0.111",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "dirs-next"
|
||
|
|
version = "2.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"dirs-sys-next",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "dirs-sys-next"
|
||
|
|
version = "0.1.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"redox_users",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "either"
|
||
|
|
version = "1.15.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ena"
|
||
|
|
version = "0.14.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
|
||
|
|
dependencies = [
|
||
|
|
"log",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "equivalent"
|
||
|
|
version = "1.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "event-listener"
|
||
|
|
version = "2.5.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "event-listener-primitives"
|
||
|
|
version = "2.0.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5384093b4255393cc8c42f0fc3dd4f19977ad3b1025f968257854895a993028c"
|
||
|
|
dependencies = [
|
||
|
|
"nohash-hasher",
|
||
|
|
"parking_lot 0.11.2",
|
||
|
|
"smallvec",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "eyre"
|
||
|
|
version = "0.6.12"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
|
||
|
|
dependencies = [
|
||
|
|
"indenter",
|
||
|
|
"once_cell",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fastrand"
|
||
|
|
version = "1.9.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
||
|
|
dependencies = [
|
||
|
|
"instant",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fastrand"
|
||
|
|
version = "2.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fixedbitset"
|
||
|
|
version = "0.4.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fnv"
|
||
|
|
version = "1.0.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "form_urlencoded"
|
||
|
|
version = "1.2.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
||
|
|
dependencies = [
|
||
|
|
"percent-encoding",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-channel"
|
||
|
|
version = "0.3.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
||
|
|
dependencies = [
|
||
|
|
"futures-core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-core"
|
||
|
|
version = "0.3.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-io"
|
||
|
|
version = "0.3.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-lite"
|
||
|
|
version = "1.13.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
||
|
|
dependencies = [
|
||
|
|
"fastrand 1.9.0",
|
||
|
|
"futures-core",
|
||
|
|
"futures-io",
|
||
|
|
"memchr",
|
||
|
|
"parking",
|
||
|
|
"pin-project-lite",
|
||
|
|
"waker-fn",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-lite"
|
||
|
|
version = "2.6.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
||
|
|
dependencies = [
|
||
|
|
"fastrand 2.3.0",
|
||
|
|
"futures-core",
|
||
|
|
"futures-io",
|
||
|
|
"parking",
|
||
|
|
"pin-project-lite",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-micro"
|
||
|
|
version = "0.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b460264b3593d68b16a7bc35f7bc226ddfebdf9a1c8db1ed95d5cc6b7168c826"
|
||
|
|
dependencies = [
|
||
|
|
"pin-project-lite",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-task"
|
||
|
|
version = "0.3.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "futures-util"
|
||
|
|
version = "0.3.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
||
|
|
dependencies = [
|
||
|
|
"futures-core",
|
||
|
|
"futures-task",
|
||
|
|
"pin-project-lite",
|
||
|
|
"pin-utils",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "getrandom"
|
||
|
|
version = "0.1.16"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "getrandom"
|
||
|
|
version = "0.2.16"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"wasi 0.11.1+wasi-snapshot-preview1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "getrandom"
|
||
|
|
version = "0.3.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"r-efi",
|
||
|
|
"wasip2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "h264-profile-level-id"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "45d0dbf6a9847b64c9b06938660891f983434dcc009b5ae6a58f5e34af74a649"
|
||
|
|
dependencies = [
|
||
|
|
"bitpattern",
|
||
|
|
"log",
|
||
|
|
"thiserror 1.0.69",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hash_hasher"
|
||
|
|
version = "2.0.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1b4b9ebce26001bad2e6366295f64e381c1e9c479109202149b9e15e154973e9"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hashbrown"
|
||
|
|
version = "0.11.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
||
|
|
dependencies = [
|
||
|
|
"ahash 0.7.8",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hashbrown"
|
||
|
|
version = "0.12.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hashbrown"
|
||
|
|
version = "0.13.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
||
|
|
dependencies = [
|
||
|
|
"ahash 0.8.12",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hashbrown"
|
||
|
|
version = "0.16.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "heck"
|
||
|
|
version = "0.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hermit-abi"
|
||
|
|
version = "0.1.19"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "http"
|
||
|
|
version = "1.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"itoa",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "http-body"
|
||
|
|
version = "1.0.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"http",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "http-body-util"
|
||
|
|
version = "0.1.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"futures-core",
|
||
|
|
"http",
|
||
|
|
"http-body",
|
||
|
|
"pin-project-lite",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "httparse"
|
||
|
|
version = "1.10.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "httpdate"
|
||
|
|
version = "1.0.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "humansize"
|
||
|
|
version = "1.1.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hyper"
|
||
|
|
version = "1.8.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
|
||
|
|
dependencies = [
|
||
|
|
"atomic-waker",
|
||
|
|
"bytes",
|
||
|
|
"futures-channel",
|
||
|
|
"futures-core",
|
||
|
|
"http",
|
||
|
|
"http-body",
|
||
|
|
"httparse",
|
||
|
|
"httpdate",
|
||
|
|
"itoa",
|
||
|
|
"pin-project-lite",
|
||
|
|
"pin-utils",
|
||
|
|
"smallvec",
|
||
|
|
"tokio",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hyper-util"
|
||
|
|
version = "0.1.19"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"futures-core",
|
||
|
|
"http",
|
||
|
|
"http-body",
|
||
|
|
"hyper",
|
||
|
|
"pin-project-lite",
|
||
|
|
"tokio",
|
||
|
|
"tower-service",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "indenter"
|
||
|
|
version = "0.3.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "indexmap"
|
||
|
|
version = "1.9.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
||
|
|
dependencies = [
|
||
|
|
"autocfg",
|
||
|
|
"hashbrown 0.12.3",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "indexmap"
|
||
|
|
version = "2.12.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
|
||
|
|
dependencies = [
|
||
|
|
"equivalent",
|
||
|
|
"hashbrown 0.16.1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "instant"
|
||
|
|
version = "0.1.13"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "itertools"
|
||
|
|
version = "0.11.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
||
|
|
dependencies = [
|
||
|
|
"either",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "itoa"
|
||
|
|
version = "1.0.15"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "js-sys"
|
||
|
|
version = "0.3.83"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
|
||
|
|
dependencies = [
|
||
|
|
"once_cell",
|
||
|
|
"wasm-bindgen",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "lalrpop"
|
||
|
|
version = "0.20.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
|
||
|
|
dependencies = [
|
||
|
|
"ascii-canvas",
|
||
|
|
"bit-set",
|
||
|
|
"ena",
|
||
|
|
"itertools",
|
||
|
|
"lalrpop-util",
|
||
|
|
"petgraph",
|
||
|
|
"pico-args",
|
||
|
|
"regex",
|
||
|
|
"regex-syntax 0.8.8",
|
||
|
|
"string_cache",
|
||
|
|
"term",
|
||
|
|
"tiny-keccak",
|
||
|
|
"unicode-xid",
|
||
|
|
"walkdir",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "lalrpop-util"
|
||
|
|
version = "0.20.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
|
||
|
|
dependencies = [
|
||
|
|
"regex-automata",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libc"
|
||
|
|
version = "0.2.178"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libredox"
|
||
|
|
version = "0.1.10"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 2.9.0",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "lock_api"
|
||
|
|
version = "0.4.12"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
||
|
|
dependencies = [
|
||
|
|
"autocfg",
|
||
|
|
"scopeguard",
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "log"
|
||
|
|
version = "0.4.29"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "logos"
|
||
|
|
version = "0.12.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bf8b031682c67a8e3d5446840f9573eb7fe26efe7ec8d195c9ac4c0647c502f1"
|
||
|
|
dependencies = [
|
||
|
|
"logos-derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "logos-derive"
|
||
|
|
version = "0.12.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a1d849148dbaf9661a6151d1ca82b13bb4c4c128146a88d05253b38d4e2f496c"
|
||
|
|
dependencies = [
|
||
|
|
"beef",
|
||
|
|
"fnv",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"regex-syntax 0.6.29",
|
||
|
|
"syn 1.0.109",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "lru"
|
||
|
|
version = "0.8.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "matchit"
|
||
|
|
version = "0.8.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "mediasoup"
|
||
|
|
version = "0.20.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6e98865ad6bd08f48bf380cf11fd06d9d78638c11cae1f78f8dfa7dfbfead39e"
|
||
|
|
dependencies = [
|
||
|
|
"async-channel",
|
||
|
|
"async-executor",
|
||
|
|
"async-lock",
|
||
|
|
"async-oneshot",
|
||
|
|
"async-trait",
|
||
|
|
"atomic-take",
|
||
|
|
"event-listener-primitives",
|
||
|
|
"fastrand 1.9.0",
|
||
|
|
"futures-lite 1.13.0",
|
||
|
|
"h264-profile-level-id",
|
||
|
|
"hash_hasher",
|
||
|
|
"log",
|
||
|
|
"lru",
|
||
|
|
"mediasoup-sys",
|
||
|
|
"mediasoup-types",
|
||
|
|
"nohash-hasher",
|
||
|
|
"once_cell",
|
||
|
|
"parking_lot 0.12.3",
|
||
|
|
"planus",
|
||
|
|
"regex",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
"serde_repr",
|
||
|
|
"thiserror 1.0.69",
|
||
|
|
"uuid",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "mediasoup-sys"
|
||
|
|
version = "0.10.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ca610ebc75215b7530027e3f1a171bb35337eff96b9e9df5ad19f189136df61f"
|
||
|
|
dependencies = [
|
||
|
|
"planus",
|
||
|
|
"planus-codegen",
|
||
|
|
"planus-translation",
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "mediasoup-types"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "53ec9d899d198e0a9e992daef34a49f0031f1a2b44079e6a0ef6e91781b5b5bd"
|
||
|
|
dependencies = [
|
||
|
|
"once_cell",
|
||
|
|
"regex",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
"thiserror 2.0.17",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "memchr"
|
||
|
|
version = "2.7.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "mime"
|
||
|
|
version = "0.3.17"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "mime_guess"
|
||
|
|
version = "2.0.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
||
|
|
dependencies = [
|
||
|
|
"mime",
|
||
|
|
"unicase",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "minimal-lexical"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "mio"
|
||
|
|
version = "1.1.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"wasi 0.11.1+wasi-snapshot-preview1",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "new_debug_unreachable"
|
||
|
|
version = "1.0.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nohash-hasher"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "nom"
|
||
|
|
version = "7.1.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
||
|
|
dependencies = [
|
||
|
|
"memchr",
|
||
|
|
"minimal-lexical",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num-traits"
|
||
|
|
version = "0.2.19"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
||
|
|
dependencies = [
|
||
|
|
"autocfg",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "once_cell"
|
||
|
|
version = "1.21.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "parking"
|
||
|
|
version = "2.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "parking_lot"
|
||
|
|
version = "0.11.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
||
|
|
dependencies = [
|
||
|
|
"instant",
|
||
|
|
"lock_api",
|
||
|
|
"parking_lot_core 0.8.6",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "parking_lot"
|
||
|
|
version = "0.12.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
||
|
|
dependencies = [
|
||
|
|
"lock_api",
|
||
|
|
"parking_lot_core 0.9.10",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "parking_lot_core"
|
||
|
|
version = "0.8.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"instant",
|
||
|
|
"libc",
|
||
|
|
"redox_syscall 0.2.16",
|
||
|
|
"smallvec",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "parking_lot_core"
|
||
|
|
version = "0.9.10"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"redox_syscall 0.5.10",
|
||
|
|
"smallvec",
|
||
|
|
"windows-targets 0.52.6",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "paste"
|
||
|
|
version = "0.1.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
|
||
|
|
dependencies = [
|
||
|
|
"paste-impl",
|
||
|
|
"proc-macro-hack",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "paste-impl"
|
||
|
|
version = "0.1.18"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro-hack",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "percent-encoding"
|
||
|
|
version = "2.3.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "petgraph"
|
||
|
|
version = "0.6.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
||
|
|
dependencies = [
|
||
|
|
"fixedbitset",
|
||
|
|
"indexmap 2.12.1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "phf_shared"
|
||
|
|
version = "0.11.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
||
|
|
dependencies = [
|
||
|
|
"siphasher",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pico-args"
|
||
|
|
version = "0.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pin-project-lite"
|
||
|
|
version = "0.2.16"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pin-utils"
|
||
|
|
version = "0.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "planus"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2cbec589fda965e8d0cf7dddaa87d37ae5ccaed0c43986e8faf5998f24ef82f5"
|
||
|
|
dependencies = [
|
||
|
|
"array-init-cursor",
|
||
|
|
"hashbrown 0.13.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "planus-codegen"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "52d1bb11066c61d46d6d8f21d342d300f06d08bcce15f88399fdd40e1341c421"
|
||
|
|
dependencies = [
|
||
|
|
"askama",
|
||
|
|
"eyre",
|
||
|
|
"heck",
|
||
|
|
"planus-types",
|
||
|
|
"random_color",
|
||
|
|
"thiserror 1.0.69",
|
||
|
|
"vec_map",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "planus-lexer"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7ecb00082b1324541f02f323585333e88ed3bf90cdbad3741e52eabf166fbcd6"
|
||
|
|
dependencies = [
|
||
|
|
"codespan",
|
||
|
|
"derive_more",
|
||
|
|
"logos",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "planus-translation"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a7bd8ffea859844a23ea28d58354e9e466f3454981b368ba7d8226edac50398b"
|
||
|
|
dependencies = [
|
||
|
|
"atty",
|
||
|
|
"bitflags 2.9.0",
|
||
|
|
"codespan",
|
||
|
|
"codespan-reporting",
|
||
|
|
"indexmap 1.9.3",
|
||
|
|
"lalrpop",
|
||
|
|
"lalrpop-util",
|
||
|
|
"num-traits",
|
||
|
|
"planus-lexer",
|
||
|
|
"planus-types",
|
||
|
|
"string-interner",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "planus-types"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "10306bda3579cc7a43537cb3f81212d93ce4fea32a219d9c0a7788d8c5d8e114"
|
||
|
|
dependencies = [
|
||
|
|
"codespan",
|
||
|
|
"indexmap 1.9.3",
|
||
|
|
"lalrpop-util",
|
||
|
|
"planus-lexer",
|
||
|
|
"string-interner",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ppv-lite86"
|
||
|
|
version = "0.2.21"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
||
|
|
dependencies = [
|
||
|
|
"zerocopy",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "precomputed-hash"
|
||
|
|
version = "0.1.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "proc-macro-hack"
|
||
|
|
version = "0.5.20+deprecated"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "proc-macro2"
|
||
|
|
version = "1.0.103"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "quote"
|
||
|
|
version = "1.0.42"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "r-efi"
|
||
|
|
version = "5.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand"
|
||
|
|
version = "0.7.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.1.16",
|
||
|
|
"libc",
|
||
|
|
"rand_chacha",
|
||
|
|
"rand_core",
|
||
|
|
"rand_hc",
|
||
|
|
"rand_pcg",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_chacha"
|
||
|
|
version = "0.2.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
||
|
|
dependencies = [
|
||
|
|
"ppv-lite86",
|
||
|
|
"rand_core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_core"
|
||
|
|
version = "0.5.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.1.16",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_hc"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
||
|
|
dependencies = [
|
||
|
|
"rand_core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_pcg"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
||
|
|
dependencies = [
|
||
|
|
"rand_core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "random_color"
|
||
|
|
version = "0.6.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f5f34bd6526786b2ce5141fd37a4084b5da1ebae74595b5b0d05482a7cef7181"
|
||
|
|
dependencies = [
|
||
|
|
"rand",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "redox_syscall"
|
||
|
|
version = "0.2.16"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 1.3.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "redox_syscall"
|
||
|
|
version = "0.5.10"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
|
||
|
|
dependencies = [
|
||
|
|
"bitflags 2.9.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "redox_users"
|
||
|
|
version = "0.4.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.2.16",
|
||
|
|
"libredox",
|
||
|
|
"thiserror 1.0.69",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "regex"
|
||
|
|
version = "1.12.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
||
|
|
dependencies = [
|
||
|
|
"aho-corasick",
|
||
|
|
"memchr",
|
||
|
|
"regex-automata",
|
||
|
|
"regex-syntax 0.8.8",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "regex-automata"
|
||
|
|
version = "0.4.13"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
||
|
|
dependencies = [
|
||
|
|
"aho-corasick",
|
||
|
|
"memchr",
|
||
|
|
"regex-syntax 0.8.8",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "regex-syntax"
|
||
|
|
version = "0.6.29"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "regex-syntax"
|
||
|
|
version = "0.8.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustc_version"
|
||
|
|
version = "0.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
||
|
|
dependencies = [
|
||
|
|
"semver",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustversion"
|
||
|
|
version = "1.0.22"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ryu"
|
||
|
|
version = "1.0.20"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "same-file"
|
||
|
|
version = "1.0.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
||
|
|
dependencies = [
|
||
|
|
"winapi-util",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "scopeguard"
|
||
|
|
version = "1.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "semver"
|
||
|
|
version = "1.0.27"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde"
|
||
|
|
version = "1.0.228"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
||
|
|
dependencies = [
|
||
|
|
"serde_core",
|
||
|
|
"serde_derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_core"
|
||
|
|
version = "1.0.228"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
||
|
|
dependencies = [
|
||
|
|
"serde_derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_derive"
|
||
|
|
version = "1.0.228"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.111",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_json"
|
||
|
|
version = "1.0.145"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
||
|
|
dependencies = [
|
||
|
|
"itoa",
|
||
|
|
"memchr",
|
||
|
|
"ryu",
|
||
|
|
"serde",
|
||
|
|
"serde_core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_path_to_error"
|
||
|
|
version = "0.1.20"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
||
|
|
dependencies = [
|
||
|
|
"itoa",
|
||
|
|
"serde",
|
||
|
|
"serde_core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_repr"
|
||
|
|
version = "0.1.20"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.111",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_urlencoded"
|
||
|
|
version = "0.7.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
||
|
|
dependencies = [
|
||
|
|
"form_urlencoded",
|
||
|
|
"itoa",
|
||
|
|
"ryu",
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "signal-hook-registry"
|
||
|
|
version = "1.4.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "siphasher"
|
||
|
|
version = "1.0.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "slab"
|
||
|
|
version = "0.4.11"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "smallvec"
|
||
|
|
version = "1.15.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "socket2"
|
||
|
|
version = "0.6.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"windows-sys 0.60.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "string-interner"
|
||
|
|
version = "0.14.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "91e2531d8525b29b514d25e275a43581320d587b86db302b9a7e464bac579648"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"hashbrown 0.11.2",
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "string_cache"
|
||
|
|
version = "0.8.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
|
||
|
|
dependencies = [
|
||
|
|
"new_debug_unreachable",
|
||
|
|
"parking_lot 0.12.3",
|
||
|
|
"phf_shared",
|
||
|
|
"precomputed-hash",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "syn"
|
||
|
|
version = "2.0.111"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "sync_wrapper"
|
||
|
|
version = "1.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "term"
|
||
|
|
version = "0.7.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
||
|
|
dependencies = [
|
||
|
|
"dirs-next",
|
||
|
|
"rustversion",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "termcolor"
|
||
|
|
version = "1.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
||
|
|
dependencies = [
|
||
|
|
"winapi-util",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror"
|
||
|
|
version = "1.0.69"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
||
|
|
dependencies = [
|
||
|
|
"thiserror-impl 1.0.69",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror"
|
||
|
|
version = "2.0.17"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
||
|
|
dependencies = [
|
||
|
|
"thiserror-impl 2.0.17",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror-impl"
|
||
|
|
version = "1.0.69"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.111",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror-impl"
|
||
|
|
version = "2.0.17"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.111",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tiny-keccak"
|
||
|
|
version = "2.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
||
|
|
dependencies = [
|
||
|
|
"crunchy",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tokio"
|
||
|
|
version = "1.48.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
||
|
|
dependencies = [
|
||
|
|
"bytes",
|
||
|
|
"libc",
|
||
|
|
"mio",
|
||
|
|
"parking_lot 0.12.3",
|
||
|
|
"pin-project-lite",
|
||
|
|
"signal-hook-registry",
|
||
|
|
"socket2",
|
||
|
|
"tokio-macros",
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tokio-macros"
|
||
|
|
version = "2.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.111",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "toml"
|
||
|
|
version = "0.5.11"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
||
|
|
dependencies = [
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tower"
|
||
|
|
version = "0.5.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
||
|
|
dependencies = [
|
||
|
|
"futures-core",
|
||
|
|
"futures-util",
|
||
|
|
"pin-project-lite",
|
||
|
|
"sync_wrapper",
|
||
|
|
"tokio",
|
||
|
|
"tower-layer",
|
||
|
|
"tower-service",
|
||
|
|
"tracing",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tower-layer"
|
||
|
|
version = "0.3.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tower-service"
|
||
|
|
version = "0.3.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tracing"
|
||
|
|
version = "0.1.43"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
|
||
|
|
dependencies = [
|
||
|
|
"log",
|
||
|
|
"pin-project-lite",
|
||
|
|
"tracing-core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tracing-core"
|
||
|
|
version = "0.1.35"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
|
||
|
|
dependencies = [
|
||
|
|
"once_cell",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicase"
|
||
|
|
version = "2.8.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-ident"
|
||
|
|
version = "1.0.22"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-width"
|
||
|
|
version = "0.1.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-xid"
|
||
|
|
version = "0.2.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "uuid"
|
||
|
|
version = "1.19.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.3.4",
|
||
|
|
"js-sys",
|
||
|
|
"serde_core",
|
||
|
|
"wasm-bindgen",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "vec_map"
|
||
|
|
version = "0.8.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "version_check"
|
||
|
|
version = "0.9.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "waker-fn"
|
||
|
|
version = "1.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "walkdir"
|
||
|
|
version = "2.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
||
|
|
dependencies = [
|
||
|
|
"same-file",
|
||
|
|
"winapi-util",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasi"
|
||
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasi"
|
||
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasip2"
|
||
|
|
version = "1.0.1+wasi-0.2.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
||
|
|
dependencies = [
|
||
|
|
"wit-bindgen",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen"
|
||
|
|
version = "0.2.106"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"once_cell",
|
||
|
|
"rustversion",
|
||
|
|
"wasm-bindgen-macro",
|
||
|
|
"wasm-bindgen-shared",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-macro"
|
||
|
|
version = "0.2.106"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
|
||
|
|
dependencies = [
|
||
|
|
"quote",
|
||
|
|
"wasm-bindgen-macro-support",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-macro-support"
|
||
|
|
version = "0.2.106"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
|
||
|
|
dependencies = [
|
||
|
|
"bumpalo",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.111",
|
||
|
|
"wasm-bindgen-shared",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-shared"
|
||
|
|
version = "0.2.106"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "winapi"
|
||
|
|
version = "0.3.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
||
|
|
dependencies = [
|
||
|
|
"winapi-i686-pc-windows-gnu",
|
||
|
|
"winapi-x86_64-pc-windows-gnu",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "winapi-i686-pc-windows-gnu"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "winapi-util"
|
||
|
|
version = "0.1.11"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
||
|
|
dependencies = [
|
||
|
|
"windows-sys 0.61.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-link"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-sys"
|
||
|
|
version = "0.60.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
||
|
|
dependencies = [
|
||
|
|
"windows-targets 0.53.5",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-sys"
|
||
|
|
version = "0.61.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
||
|
|
dependencies = [
|
||
|
|
"windows-link",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-targets"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
||
|
|
dependencies = [
|
||
|
|
"windows_aarch64_gnullvm 0.52.6",
|
||
|
|
"windows_aarch64_msvc 0.52.6",
|
||
|
|
"windows_i686_gnu 0.52.6",
|
||
|
|
"windows_i686_gnullvm 0.52.6",
|
||
|
|
"windows_i686_msvc 0.52.6",
|
||
|
|
"windows_x86_64_gnu 0.52.6",
|
||
|
|
"windows_x86_64_gnullvm 0.52.6",
|
||
|
|
"windows_x86_64_msvc 0.52.6",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows-targets"
|
||
|
|
version = "0.53.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
||
|
|
dependencies = [
|
||
|
|
"windows-link",
|
||
|
|
"windows_aarch64_gnullvm 0.53.1",
|
||
|
|
"windows_aarch64_msvc 0.53.1",
|
||
|
|
"windows_i686_gnu 0.53.1",
|
||
|
|
"windows_i686_gnullvm 0.53.1",
|
||
|
|
"windows_i686_msvc 0.53.1",
|
||
|
|
"windows_x86_64_gnu 0.53.1",
|
||
|
|
"windows_x86_64_gnullvm 0.53.1",
|
||
|
|
"windows_x86_64_msvc 0.53.1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_aarch64_gnullvm"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_aarch64_gnullvm"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_aarch64_msvc"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_aarch64_msvc"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_gnu"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_gnu"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_gnullvm"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_gnullvm"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_msvc"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_i686_msvc"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_gnu"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_gnu"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_gnullvm"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_gnullvm"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_msvc"
|
||
|
|
version = "0.52.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "windows_x86_64_msvc"
|
||
|
|
version = "0.53.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wit-bindgen"
|
||
|
|
version = "0.46.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zerocopy"
|
||
|
|
version = "0.8.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
|
||
|
|
dependencies = [
|
||
|
|
"zerocopy-derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zerocopy-derive"
|
||
|
|
version = "0.8.31"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.111",
|
||
|
|
]
|