Files
Alfis/Cargo.lock
T

2014 lines
49 KiB
TOML
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2025-10-22 22:55:38 +02:00
version = 4
2021-06-30 13:25:43 +02:00
[[package]]
2024-11-17 13:39:23 +01:00
name = "adler2"
2025-10-22 22:55:38 +02:00
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
[[package]]
name = "aead"
2024-01-11 01:32:18 +01:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
dependencies = [
2024-01-11 01:32:18 +01:00
"crypto-common",
"generic-array",
]
[[package]]
name = "aes"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
dependencies = [
2024-01-11 01:32:18 +01:00
"cfg-if",
"cipher",
"cpufeatures",
]
[[package]]
name = "aes-gcm"
2024-01-11 01:32:18 +01:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
dependencies = [
2024-01-11 01:32:18 +01:00
"aead",
"aes",
2024-01-11 01:32:18 +01:00
"cipher",
"ctr",
"ghash",
"subtle",
]
[[package]]
name = "alfis"
2024-11-18 00:44:04 +01:00
version = "0.8.6"
dependencies = [
"bincode",
"blakeout",
"byteorder",
"chacha20poly1305",
"chrono",
"derive_more",
2024-01-11 01:32:18 +01:00
"ecies-ed25519-ng",
"ed25519-dalek",
"getopts",
"lazy_static",
"log",
"lru",
"mio",
"num-bigint",
"num_cpus",
"open",
2024-01-11 01:32:18 +01:00
"rand",
"serde",
"serde_cbor",
"serde_json",
2024-01-11 01:32:18 +01:00
"sha2",
"simplelog",
2022-11-03 14:46:35 +01:00
"spmc",
"sqlite",
"thread-priority",
2024-01-11 01:32:18 +01:00
"time",
"tinyfiledialogs",
2025-10-22 22:55:38 +02:00
"toml 0.8.23",
"ureq",
"uuid",
"web-view",
"winapi",
2023-06-08 00:07:15 +02:00
"windows-service",
"winres",
"x25519-dalek",
]
2024-01-11 01:32:18 +01:00
[[package]]
name = "allocator-api2"
2025-10-22 22:55:38 +02:00
version = "0.2.21"
2024-01-11 01:32:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
2024-01-11 01:32:18 +01:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-09-05 19:19:19 +02:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "atk-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f530e4af131d94cc4fa15c5c9d0348f0ef28bac64ba660b6b2a1cf2605dedfce"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "autocfg"
2025-10-22 22:55:38 +02:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2023-01-30 15:19:36 +01:00
[[package]]
2024-01-11 01:32:18 +01:00
name = "base64ct"
2025-10-22 22:55:38 +02:00
version = "1.8.0"
2023-01-30 15:19:36 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
2023-01-30 15:19:36 +01:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2025-10-22 22:55:38 +02:00
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
[[package]]
name = "blake2"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"
dependencies = [
2024-01-11 01:32:18 +01:00
"crypto-mac",
2021-12-13 03:06:20 +00:00
"digest 0.9.0",
"opaque-debug",
]
[[package]]
name = "blakeout"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81efe7c4220f454dd7fb0eeea7f44f0eb7785dae55115c8fad02b52ef578ac37"
dependencies = [
"blake2",
2021-12-13 03:06:20 +00:00
"digest 0.9.0",
]
[[package]]
name = "block-buffer"
2024-01-11 01:32:18 +01:00
version = "0.10.4"
2021-12-13 03:06:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2021-12-13 03:06:20 +00:00
dependencies = [
"generic-array",
]
[[package]]
name = "boxfnonce"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5988cb1d626264ac94100be357308f29ff7cbdd3b36bda27f450a4ee3f713426"
[[package]]
name = "bumpalo"
2025-10-22 22:55:38 +02:00
version = "3.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
[[package]]
name = "byteorder"
2024-01-11 01:32:18 +01:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2025-10-22 22:55:38 +02:00
[[package]]
name = "bytes"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
[[package]]
name = "cairo-sys-rs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ed2639b9ad5f1d6efa76de95558e11339e7318426d84ac4890b86c03e828ca7"
dependencies = [
"libc",
"system-deps",
]
[[package]]
name = "cc"
2025-10-22 22:55:38 +02:00
version = "1.2.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc"
2024-11-17 13:39:23 +01:00
dependencies = [
"shlex",
]
[[package]]
name = "cfg-if"
2025-10-22 22:55:38 +02:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
[[package]]
name = "chacha20"
2024-01-11 01:32:18 +01:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
dependencies = [
"cfg-if",
2024-01-11 01:32:18 +01:00
"cipher",
"cpufeatures",
]
[[package]]
name = "chacha20poly1305"
2024-01-11 01:32:18 +01:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
dependencies = [
2024-01-11 01:32:18 +01:00
"aead",
"chacha20",
2024-01-11 01:32:18 +01:00
"cipher",
"poly1305",
"zeroize",
]
[[package]]
name = "chrono"
2025-10-22 22:55:38 +02:00
version = "0.4.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
dependencies = [
2024-01-11 01:32:18 +01:00
"android-tzdata",
2022-09-05 19:19:19 +02:00
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
2022-09-05 19:19:19 +02:00
"wasm-bindgen",
2025-10-22 22:55:38 +02:00
"windows-link",
]
[[package]]
name = "cipher"
2024-01-11 01:32:18 +01:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
2024-01-11 01:32:18 +01:00
"crypto-common",
"inout",
"zeroize",
]
[[package]]
2024-01-11 01:32:18 +01:00
name = "const-oid"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2022-09-05 19:19:19 +02:00
[[package]]
name = "core-foundation-sys"
2024-11-17 13:39:23 +01:00
version = "0.8.7"
2022-09-05 19:19:19 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-17 13:39:23 +01:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2022-09-05 19:19:19 +02:00
2021-08-30 03:04:15 +00:00
[[package]]
name = "cpufeatures"
2025-10-22 22:55:38 +02:00
version = "0.2.17"
2021-08-30 03:04:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
2021-08-30 03:04:15 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
"cfg-if",
]
2021-12-13 03:06:20 +00:00
[[package]]
name = "crypto-common"
2024-01-11 01:32:18 +01:00
version = "0.1.6"
2021-12-13 03:06:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2021-12-13 03:06:20 +00:00
dependencies = [
"generic-array",
2024-01-11 01:32:18 +01:00
"rand_core",
2022-02-16 21:28:30 +01:00
"typenum",
2021-12-13 03:06:20 +00:00
]
[[package]]
name = "crypto-mac"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
"generic-array",
"subtle",
]
[[package]]
2024-01-11 01:32:18 +01:00
name = "ctr"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
dependencies = [
2024-01-11 01:32:18 +01:00
"cipher",
]
[[package]]
name = "curve25519-dalek"
version = "4.1.3"
2024-01-11 01:32:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
2024-01-11 01:32:18 +01:00
dependencies = [
"cfg-if",
"cpufeatures",
"curve25519-dalek-derive",
"digest 0.10.7",
"fiat-crypto",
"rustc_version",
"subtle",
2024-01-11 01:32:18 +01:00
"zeroize",
]
[[package]]
2024-01-11 01:32:18 +01:00
name = "curve25519-dalek-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
dependencies = [
2024-01-11 01:32:18 +01:00
"proc-macro2",
"quote",
2025-10-22 22:55:38 +02:00
"syn 2.0.104",
]
[[package]]
2024-01-11 01:32:18 +01:00
name = "der"
2025-10-22 22:55:38 +02:00
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
dependencies = [
2024-01-11 01:32:18 +01:00
"const-oid",
"zeroize",
]
2024-01-11 01:32:18 +01:00
[[package]]
name = "deranged"
2025-10-22 22:55:38 +02:00
version = "0.4.0"
2024-01-11 01:32:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
2024-01-11 01:32:18 +01:00
dependencies = [
"powerfmt",
]
[[package]]
name = "derive_more"
2024-11-17 13:39:23 +01:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-17 13:39:23 +01:00
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
dependencies = [
"derive_more-impl",
]
[[package]]
name = "derive_more-impl"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
dependencies = [
"proc-macro2",
"quote",
2025-10-22 22:55:38 +02:00
"syn 2.0.104",
2024-11-17 13:39:23 +01:00
"unicode-xid",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
2021-12-13 03:06:20 +00:00
[[package]]
name = "digest"
2024-01-11 01:32:18 +01:00
version = "0.10.7"
2021-12-13 03:06:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2021-12-13 03:06:20 +00:00
dependencies = [
2024-01-11 01:32:18 +01:00
"block-buffer",
2021-12-13 03:06:20 +00:00
"crypto-common",
2024-01-11 01:32:18 +01:00
"subtle",
2021-12-13 03:06:20 +00:00
]
[[package]]
2024-01-11 01:32:18 +01:00
name = "ecies-ed25519-ng"
version = "0.5.3"
source = "git+https://github.com/Revertron/ecies-ed25519-ng?rev=554ca29#554ca29a1bbd55f0c7e2f75cb3c7e0e3030afc15"
dependencies = [
"aes-gcm",
"curve25519-dalek",
2024-01-11 01:32:18 +01:00
"digest 0.10.7",
"hex",
"hkdf",
2024-01-11 01:32:18 +01:00
"rand",
"sha2",
"thiserror",
"zeroize",
]
[[package]]
name = "ed25519"
2024-01-11 01:32:18 +01:00
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
dependencies = [
2024-01-11 01:32:18 +01:00
"pkcs8",
"signature",
]
[[package]]
name = "ed25519-dalek"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
dependencies = [
"curve25519-dalek",
"ed25519",
"serde",
2024-01-11 01:32:18 +01:00
"sha2",
"subtle",
"zeroize",
]
2024-01-11 01:32:18 +01:00
[[package]]
name = "equivalent"
2025-10-22 22:55:38 +02:00
version = "1.0.2"
2024-01-11 01:32:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2024-01-11 01:32:18 +01:00
[[package]]
name = "fiat-crypto"
version = "0.2.9"
2024-01-11 01:32:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
2024-01-11 01:32:18 +01:00
[[package]]
name = "flate2"
2025-10-22 22:55:38 +02:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
dependencies = [
"crc32fast",
"miniz_oxide",
]
2024-11-17 13:39:23 +01:00
[[package]]
2025-10-22 22:55:38 +02:00
name = "fnv"
version = "1.0.7"
2024-11-17 13:39:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2024-11-17 13:39:23 +01:00
[[package]]
2025-10-22 22:55:38 +02:00
name = "foldhash"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
[[package]]
name = "gdk-pixbuf-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bfe468a7f43e97b8d193a762b6c5cf67a7d36cacbc0b9291dbcae24bfea1e8f"
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "gdk-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a9653cfc500fd268015b1ac055ddbc3df7a5c9ea3f4ccef147b3957bd140d69"
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
"system-deps",
]
[[package]]
name = "generic-array"
2024-01-11 01:32:18 +01:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getopts"
2025-10-22 22:55:38 +02:00
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "cba6ae63eb948698e300f645f87c70f76630d505f23b8907cf1e193ee85048c1"
dependencies = [
"unicode-width",
]
[[package]]
name = "getrandom"
2025-10-22 22:55:38 +02:00
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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
dependencies = [
"cfg-if",
"libc",
2025-10-22 22:55:38 +02:00
"r-efi",
"wasi 0.14.2+wasi-0.2.4",
]
[[package]]
name = "ghash"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
dependencies = [
"opaque-debug",
"polyval",
]
[[package]]
name = "gio-sys"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e24fb752f8f5d2cf6bbc2c606fd2bc989c81c5e2fe321ab974d54f8b6344eac"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib-sys"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1"
dependencies = [
"libc",
"system-deps",
]
[[package]]
name = "gobject-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c"
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "gtk-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89acda6f084863307d948ba64a4b1ef674e8527dddab147ee4cdcc194c880457"
dependencies = [
"atk-sys",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"system-deps",
]
[[package]]
name = "half"
version = "1.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
[[package]]
name = "hashbrown"
2025-10-22 22:55:38 +02:00
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
dependencies = [
2024-01-11 01:32:18 +01:00
"allocator-api2",
2024-11-17 13:39:23 +01:00
"equivalent",
"foldhash",
]
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
2025-10-22 22:55:38 +02:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hkdf"
2024-01-11 01:32:18 +01:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
2024-01-11 01:32:18 +01:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
2024-01-11 01:32:18 +01:00
"digest 0.10.7",
]
2025-10-22 22:55:38 +02:00
[[package]]
name = "http"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "httparse"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2022-09-05 19:19:19 +02:00
[[package]]
name = "iana-time-zone"
2025-10-22 22:55:38 +02:00
version = "0.1.63"
2022-09-05 19:19:19 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
2022-09-05 19:19:19 +02:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
2024-01-11 01:32:18 +01:00
"iana-time-zone-haiku",
2022-09-05 19:19:19 +02:00
"js-sys",
2025-10-22 22:55:38 +02:00
"log",
2022-09-05 19:19:19 +02:00
"wasm-bindgen",
2024-01-11 01:32:18 +01:00
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
2022-09-05 19:19:19 +02:00
]
2023-03-01 13:18:18 +01:00
[[package]]
name = "indexmap"
2025-10-22 22:55:38 +02:00
version = "2.9.0"
2023-03-01 13:18:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
2023-03-01 13:18:18 +01:00
dependencies = [
2024-01-11 01:32:18 +01:00
"equivalent",
"hashbrown",
]
[[package]]
name = "inout"
2025-10-22 22:55:38 +02:00
version = "0.1.4"
2024-01-11 01:32:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
2024-01-11 01:32:18 +01:00
dependencies = [
"generic-array",
]
[[package]]
name = "is-docker"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
dependencies = [
"once_cell",
]
[[package]]
name = "is-wsl"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
dependencies = [
"is-docker",
"once_cell",
2023-03-01 13:18:18 +01:00
]
[[package]]
name = "itoa"
2025-10-22 22:55:38 +02:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "javascriptcore-rs-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f46ada8a08dcd75a10afae872fbfb51275df4a8ae0d46b8cc7c708f08dd2998"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2025-10-22 22:55:38 +02:00
version = "0.3.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
dependencies = [
2025-10-22 22:55:38 +02:00
"once_cell",
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
2025-10-22 22:55:38 +02:00
version = "0.2.174"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
[[package]]
name = "log"
2025-10-22 22:55:38 +02:00
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "lru"
2024-11-17 13:39:23 +01:00
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-17 13:39:23 +01:00
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
dependencies = [
2024-01-11 01:32:18 +01:00
"hashbrown",
]
2023-03-01 13:18:18 +01:00
[[package]]
name = "memchr"
2025-10-22 22:55:38 +02:00
version = "2.7.5"
2023-03-01 13:18:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
2023-03-01 13:18:18 +01:00
[[package]]
name = "miniz_oxide"
2025-10-22 22:55:38 +02:00
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
dependencies = [
2024-11-17 13:39:23 +01:00
"adler2",
]
[[package]]
name = "mio"
2025-10-22 22:55:38 +02:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
dependencies = [
"libc",
"log",
2025-10-22 22:55:38 +02:00
"wasi 0.11.1+wasi-snapshot-preview1",
"windows-sys 0.59.0",
]
[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2025-10-22 22:55:38 +02:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
dependencies = [
"hermit-abi",
"libc",
]
2022-05-12 15:17:25 +02:00
[[package]]
name = "num_threads"
version = "0.1.7"
2022-05-12 15:17:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
2022-05-12 15:17:25 +02:00
dependencies = [
"libc",
]
[[package]]
name = "once_cell"
2025-10-22 22:55:38 +02:00
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "opaque-debug"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "open"
2025-10-22 22:55:38 +02:00
version = "5.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
dependencies = [
2024-01-11 01:32:18 +01:00
"is-wsl",
"libc",
2021-07-19 03:03:27 +00:00
"pathdiff",
]
[[package]]
name = "pango-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d2650c8b62d116c020abd0cea26a4ed96526afda89b1c4ea567131fdefc890"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
2021-07-19 03:03:27 +00:00
[[package]]
name = "pathdiff"
2025-10-22 22:55:38 +02:00
version = "0.2.3"
2021-07-19 03:03:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
2021-07-19 03:03:27 +00:00
[[package]]
name = "percent-encoding"
2024-01-11 01:32:18 +01:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
"der",
"spki",
]
[[package]]
name = "pkg-config"
2025-10-22 22:55:38 +02:00
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
[[package]]
name = "poly1305"
2024-01-11 01:32:18 +01:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
dependencies = [
"cpufeatures",
"opaque-debug",
"universal-hash",
]
[[package]]
name = "polyval"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
dependencies = [
2024-01-11 01:32:18 +01:00
"cfg-if",
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2024-01-11 01:32:18 +01:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
2025-10-22 22:55:38 +02:00
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2024-11-17 13:39:23 +01:00
dependencies = [
"zerocopy",
]
[[package]]
name = "proc-macro2"
2025-10-22 22:55:38 +02:00
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [
2023-03-01 13:18:18 +01:00
"unicode-ident",
]
[[package]]
name = "quote"
2025-10-22 22:55:38 +02:00
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
dependencies = [
"proc-macro2",
]
2025-10-22 22:55:38 +02:00
[[package]]
name = "r-efi"
version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
[[package]]
name = "rand"
2022-02-16 21:28:30 +01:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-16 21:28:30 +01:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2024-01-11 01:32:18 +01:00
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2024-01-11 01:32:18 +01:00
"rand_core",
]
[[package]]
name = "rand_core"
2024-01-11 01:32:18 +01:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2025-10-22 22:55:38 +02:00
"getrandom 0.2.16",
]
[[package]]
name = "ring"
2025-10-22 22:55:38 +02:00
version = "0.17.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
dependencies = [
"cc",
"cfg-if",
2025-10-22 22:55:38 +02:00
"getrandom 0.2.16",
"libc",
"untrusted",
2024-11-17 13:39:23 +01:00
"windows-sys 0.52.0",
]
2021-07-12 03:04:34 +00:00
[[package]]
name = "rustc_version"
2024-11-17 13:39:23 +01:00
version = "0.4.1"
2021-07-12 03:04:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-17 13:39:23 +01:00
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2021-07-12 03:04:34 +00:00
dependencies = [
"semver",
]
[[package]]
name = "rustls"
2025-10-22 22:55:38 +02:00
version = "0.23.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643"
dependencies = [
"log",
"once_cell",
"ring",
2024-01-11 01:32:18 +01:00
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
2025-10-22 22:55:38 +02:00
[[package]]
name = "rustls-pemfile"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
dependencies = [
"rustls-pki-types",
]
[[package]]
2024-01-11 01:32:18 +01:00
name = "rustls-pki-types"
2025-10-22 22:55:38 +02:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
dependencies = [
"zeroize",
]
[[package]]
2024-01-11 01:32:18 +01:00
name = "rustls-webpki"
2025-10-22 22:55:38 +02:00
version = "0.103.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
dependencies = [
"ring",
2024-01-11 01:32:18 +01:00
"rustls-pki-types",
"untrusted",
]
2024-01-11 01:32:18 +01:00
[[package]]
name = "rustversion"
2025-10-22 22:55:38 +02:00
version = "1.0.21"
2024-01-11 01:32:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
2024-01-11 01:32:18 +01:00
[[package]]
name = "ryu"
2025-10-22 22:55:38 +02:00
version = "1.0.20"
2024-01-11 01:32:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2024-01-11 01:32:18 +01:00
2021-07-12 03:04:34 +00:00
[[package]]
name = "semver"
2025-10-22 22:55:38 +02:00
version = "1.0.26"
2021-07-12 03:04:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
2021-07-12 03:04:34 +00:00
[[package]]
name = "serde"
2025-10-22 22:55:38 +02:00
version = "1.0.219"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_cbor"
2021-08-23 10:32:10 +00:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 10:32:10 +00:00
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
dependencies = [
"half",
"serde",
]
[[package]]
name = "serde_derive"
2025-10-22 22:55:38 +02:00
version = "1.0.219"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
dependencies = [
"proc-macro2",
"quote",
2025-10-22 22:55:38 +02:00
"syn 2.0.104",
]
[[package]]
name = "serde_json"
2025-10-22 22:55:38 +02:00
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
dependencies = [
"itoa",
2024-11-17 13:39:23 +01:00
"memchr",
"ryu",
"serde",
]
2023-03-01 13:18:18 +01:00
[[package]]
name = "serde_spanned"
2025-10-22 22:55:38 +02:00
version = "0.6.9"
2023-03-01 13:18:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2023-03-01 13:18:18 +01:00
dependencies = [
"serde",
]
[[package]]
name = "sha2"
2025-10-22 22:55:38 +02:00
version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
dependencies = [
"cfg-if",
"cpufeatures",
2024-01-11 01:32:18 +01:00
"digest 0.10.7",
]
2024-11-17 13:39:23 +01:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2021-12-13 03:06:20 +00:00
[[package]]
2024-01-11 01:32:18 +01:00
name = "signature"
version = "2.2.0"
2021-12-13 03:06:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2021-12-13 03:06:20 +00:00
dependencies = [
2024-01-11 01:32:18 +01:00
"rand_core",
2021-12-13 03:06:20 +00:00
]
[[package]]
name = "simplelog"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
dependencies = [
"log",
"termcolor",
2024-01-11 01:32:18 +01:00
"time",
]
[[package]]
name = "soup-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7adf08565630bbb71f955f11f8a68464817ded2703a3549747c235b58a13e"
dependencies = [
"bitflags 1.3.2",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pkg-config",
"system-deps",
]
2024-01-11 01:32:18 +01:00
[[package]]
name = "spki"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
dependencies = [
"base64ct",
"der",
]
2022-11-03 14:46:35 +01:00
[[package]]
name = "spmc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02a8428da277a8e3a15271d79943e80ccc2ef254e78813a166a08d65e4c3ece5"
[[package]]
name = "sqlite"
2025-10-22 22:55:38 +02:00
version = "0.36.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "6843ff5d46230ca95be07e59876757d7c4dd88f5204eeede7271dab03ac4bed3"
dependencies = [
"sqlite3-sys",
]
[[package]]
name = "sqlite3-src"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "174d4a6df77c27db281fb23de1a6d968f3aaaa4807c2a1afa8056b971f947b4a"
dependencies = [
"cc",
"pkg-config",
]
[[package]]
name = "sqlite3-sys"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3901ada7090c3c3584dc92ec7ef1b7091868d13bfe6d7de9f0bcaffee7d0ade5"
dependencies = [
"sqlite3-src",
]
[[package]]
name = "strum"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
[[package]]
name = "strum_macros"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
dependencies = [
"heck",
"proc-macro2",
"quote",
2024-01-11 01:32:18 +01:00
"syn 1.0.109",
]
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
2023-03-01 13:18:18 +01:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-01 13:18:18 +01:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
2023-03-01 13:18:18 +01:00
"unicode-ident",
]
[[package]]
2024-01-11 01:32:18 +01:00
name = "syn"
2025-10-22 22:55:38 +02:00
version = "2.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
dependencies = [
"proc-macro2",
"quote",
2024-01-11 01:32:18 +01:00
"unicode-ident",
]
[[package]]
name = "system-deps"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
dependencies = [
"heck",
"pkg-config",
"strum",
"strum_macros",
"thiserror",
2024-01-11 01:32:18 +01:00
"toml 0.5.11",
"version-compare",
]
[[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"
2024-11-17 13:39:23 +01:00
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-17 13:39:23 +01:00
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-11-17 13:39:23 +01:00
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-17 13:39:23 +01:00
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",
2025-10-22 22:55:38 +02:00
"syn 2.0.104",
]
[[package]]
name = "thread-priority"
2024-11-17 13:39:23 +01:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-17 13:39:23 +01:00
checksum = "cfe075d7053dae61ac5413a34ea7d4913b6e6207844fd726bdd858b37ff72bf5"
dependencies = [
2025-10-22 22:55:38 +02:00
"bitflags 2.9.1",
2022-02-16 21:28:30 +01:00
"cfg-if",
"libc",
2021-12-06 03:04:51 +00:00
"log",
"rustversion",
"winapi",
]
[[package]]
name = "time"
2025-10-22 22:55:38 +02:00
version = "0.3.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
2022-05-12 15:17:25 +02:00
dependencies = [
2024-01-11 01:32:18 +01:00
"deranged",
2022-05-12 15:17:25 +02:00
"itoa",
"libc",
"num-conv",
2022-05-12 15:17:25 +02:00
"num_threads",
2024-01-11 01:32:18 +01:00
"powerfmt",
"serde",
"time-core",
2022-05-12 15:17:25 +02:00
"time-macros",
]
2024-01-11 01:32:18 +01:00
[[package]]
name = "time-core"
2025-10-22 22:55:38 +02:00
version = "0.1.4"
2024-01-11 01:32:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
2024-01-11 01:32:18 +01:00
2022-05-12 15:17:25 +02:00
[[package]]
name = "time-macros"
2025-10-22 22:55:38 +02:00
version = "0.2.22"
2022-05-12 15:17:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
2024-01-11 01:32:18 +01:00
dependencies = [
"num-conv",
2024-01-11 01:32:18 +01:00
"time-core",
]
2022-05-12 15:17:25 +02:00
[[package]]
name = "tinyfiledialogs"
version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e25fa0bc43a6566e2cc6d7ac96df3fa5a57beba34445bead1b368ba8fe9ca568"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "toml"
2024-01-11 01:32:18 +01:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
2023-03-01 13:18:18 +01:00
[[package]]
name = "toml"
2025-10-22 22:55:38 +02:00
version = "0.8.23"
2023-03-01 13:18:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
2023-03-01 13:18:18 +01:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
2025-10-22 22:55:38 +02:00
version = "0.6.11"
2023-03-01 13:18:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
2023-03-01 13:18:18 +01:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2025-10-22 22:55:38 +02:00
version = "0.22.27"
2023-03-01 13:18:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
2023-03-01 13:18:18 +01:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
2025-10-22 22:55:38 +02:00
"toml_write",
2023-03-01 13:18:18 +01:00
"winnow",
]
2025-10-22 22:55:38 +02:00
[[package]]
name = "toml_write"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
[[package]]
name = "typenum"
2025-10-22 22:55:38 +02:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2023-03-01 13:18:18 +01:00
[[package]]
name = "unicode-ident"
2025-10-22 22:55:38 +02:00
version = "1.0.18"
2023-03-01 13:18:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2023-03-01 13:18:18 +01:00
[[package]]
2024-11-17 13:39:23 +01:00
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-17 13:39:23 +01:00
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]]
2024-11-17 13:39:23 +01:00
name = "unicode-width"
2025-10-22 22:55:38 +02:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
[[package]]
2024-11-17 13:39:23 +01:00
name = "unicode-xid"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-17 13:39:23 +01:00
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
[[package]]
name = "universal-hash"
2024-01-11 01:32:18 +01:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
dependencies = [
2024-01-11 01:32:18 +01:00
"crypto-common",
"subtle",
]
[[package]]
name = "untrusted"
2024-01-11 01:32:18 +01:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "ureq"
2025-10-22 22:55:38 +02:00
version = "3.0.12"
2024-11-17 13:39:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "9f0fde9bc91026e381155f8c67cb354bcd35260b2f4a29bcc84639f762760c39"
dependencies = [
2024-01-11 01:32:18 +01:00
"base64",
"flate2",
"log",
2025-10-22 22:55:38 +02:00
"percent-encoding",
"rustls",
2025-10-22 22:55:38 +02:00
"rustls-pemfile",
2024-01-11 01:32:18 +01:00
"rustls-pki-types",
2025-10-22 22:55:38 +02:00
"ureq-proto",
"utf-8",
"webpki-roots 0.26.11",
]
[[package]]
2025-10-22 22:55:38 +02:00
name = "ureq-proto"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "59db78ad1923f2b1be62b6da81fe80b173605ca0d57f85da2e005382adf693f7"
dependencies = [
2025-10-22 22:55:38 +02:00
"base64",
"http",
"httparse",
"log",
]
[[package]]
name = "urlencoding"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb"
2024-11-17 13:39:23 +01:00
[[package]]
2025-10-22 22:55:38 +02:00
name = "utf-8"
version = "0.7.6"
2024-11-17 13:39:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2024-11-17 13:39:23 +01:00
[[package]]
name = "uuid"
2025-10-22 22:55:38 +02:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
dependencies = [
2025-10-22 22:55:38 +02:00
"getrandom 0.3.3",
"js-sys",
"serde",
2025-10-22 22:55:38 +02:00
"wasm-bindgen",
]
[[package]]
name = "version-compare"
version = "0.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
[[package]]
name = "version_check"
2024-11-17 13:39:23 +01:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-17 13:39:23 +01:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "wasi"
2025-10-22 22:55:38 +02:00
version = "0.11.1+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
[[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",
]
[[package]]
name = "wasm-bindgen"
2025-10-22 22:55:38 +02:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
dependencies = [
"cfg-if",
2024-11-17 13:39:23 +01:00
"once_cell",
2025-10-22 22:55:38 +02:00
"rustversion",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2025-10-22 22:55:38 +02:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
2025-10-22 22:55:38 +02:00
"syn 2.0.104",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2025-10-22 22:55:38 +02:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2025-10-22 22:55:38 +02:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
dependencies = [
"proc-macro2",
"quote",
2025-10-22 22:55:38 +02:00
"syn 2.0.104",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2025-10-22 22:55:38 +02:00
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
dependencies = [
"unicode-ident",
]
[[package]]
name = "web-view"
version = "0.7.3"
2024-01-11 01:49:06 +01:00
source = "git+https://github.com/Boscop/web-view#82d7cbce6228b1a964673cc0f22944ad808eab42"
dependencies = [
"boxfnonce",
"tinyfiledialogs",
"urlencoding",
"webview-sys",
]
[[package]]
name = "webkit2gtk-sys"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389e5138c85a0d111b9bda05b59efa8562315e1d657d72451410e12c858f0619"
dependencies = [
"atk-sys",
"bitflags 1.3.2",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"gtk-sys",
"javascriptcore-rs-sys",
"libc",
"pango-sys",
"pkg-config",
"soup-sys",
]
[[package]]
name = "webpki-roots"
2025-10-22 22:55:38 +02:00
version = "0.26.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
dependencies = [
"webpki-roots 1.0.1",
]
[[package]]
name = "webpki-roots"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502"
dependencies = [
2024-01-11 01:32:18 +01:00
"rustls-pki-types",
]
[[package]]
name = "webview-sys"
version = "0.6.2"
2024-01-11 01:32:18 +01:00
source = "git+https://github.com/Boscop/web-view#82d7cbce6228b1a964673cc0f22944ad808eab42"
dependencies = [
"cc",
"gdk-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"gtk-sys",
"javascriptcore-rs-sys",
"libc",
"pkg-config",
"webkit2gtk-sys",
]
2023-06-08 00:07:15 +02:00
[[package]]
name = "widestring"
2025-10-22 22:55:38 +02:00
version = "1.2.0"
2023-06-08 00:07:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
2023-06-08 00:07:15 +02:00
[[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"
2024-11-17 13:39:23 +01:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-17 13:39:23 +01:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
2024-11-17 13:39:23 +01:00
"windows-sys 0.59.0",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2024-01-11 01:32:18 +01:00
[[package]]
name = "windows-core"
2025-10-22 22:55:38 +02:00
version = "0.61.2"
2024-01-11 01:32:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
2024-01-11 01:32:18 +01:00
dependencies = [
2025-10-22 22:55:38 +02:00
"windows-implement",
"windows-interface",
"windows-link",
"windows-result",
"windows-strings",
]
[[package]]
name = "windows-implement"
version = "0.60.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.104",
]
[[package]]
name = "windows-interface"
version = "0.59.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.104",
]
[[package]]
name = "windows-link"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
[[package]]
name = "windows-result"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
dependencies = [
"windows-link",
2024-01-11 01:32:18 +01:00
]
2023-06-08 00:07:15 +02:00
[[package]]
name = "windows-service"
version = "0.7.0"
2023-06-08 00:07:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24d6bcc7f734a4091ecf8d7a64c5f7d7066f45585c1861eba06449909609c8a"
2023-06-08 00:07:15 +02:00
dependencies = [
2025-10-22 22:55:38 +02:00
"bitflags 2.9.1",
2023-06-08 00:07:15 +02:00
"widestring",
2024-11-17 13:39:23 +01:00
"windows-sys 0.52.0",
2023-06-08 00:07:15 +02:00
]
2025-10-22 22:55:38 +02:00
[[package]]
name = "windows-strings"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets",
]
2024-11-17 13:39:23 +01:00
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets",
]
2024-01-11 01:32:18 +01:00
[[package]]
name = "windows-targets"
version = "0.52.6"
2024-01-11 01:32:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-01-11 01:32:18 +01:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2024-01-11 01:32:18 +01:00
]
[[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_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[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_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[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_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-01-11 01:32:18 +01:00
2023-03-01 13:18:18 +01:00
[[package]]
name = "winnow"
2025-10-22 22:55:38 +02:00
version = "0.7.11"
2023-03-01 13:18:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd"
2023-03-01 13:18:18 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "winres"
2021-10-04 03:03:50 +00:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-04 03:03:50 +00:00
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [
2024-01-11 01:32:18 +01:00
"toml 0.5.11",
]
2024-11-17 13:39:23 +01:00
[[package]]
2025-10-22 22:55:38 +02:00
name = "wit-bindgen-rt"
version = "0.39.0"
2024-11-17 13:39:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
dependencies = [
"bitflags 2.9.1",
]
2024-11-17 13:39:23 +01:00
[[package]]
name = "x25519-dalek"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
dependencies = [
"curve25519-dalek",
2024-01-11 01:32:18 +01:00
"rand_core",
"serde",
"zeroize",
]
2024-01-11 01:32:18 +01:00
[[package]]
name = "zerocopy"
2025-10-22 22:55:38 +02:00
version = "0.8.26"
2024-01-11 01:32:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
2024-01-11 01:32:18 +01:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2025-10-22 22:55:38 +02:00
version = "0.8.26"
2024-11-17 13:39:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-22 22:55:38 +02:00
checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
2024-11-17 13:39:23 +01:00
dependencies = [
"proc-macro2",
"quote",
2025-10-22 22:55:38 +02:00
"syn 2.0.104",
2024-01-11 01:32:18 +01:00
]
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
2024-01-11 01:32:18 +01:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 01:32:18 +01:00
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
2025-10-22 22:55:38 +02:00
"syn 2.0.104",
]