2024-11-20 16:32:37 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2025-02-21 11:05:58 +01:00
|
|
|
version = 4
|
2024-11-20 16:32:37 +01:00
|
|
|
|
2024-12-22 21:02:39 +01:00
|
|
|
[[package]]
|
2024-12-23 23:20:08 +01:00
|
|
|
name = "async-sqlite"
|
2026-01-21 13:20:47 +01:00
|
|
|
version = "0.5.4"
|
2024-12-22 21:02:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:20:47 +01:00
|
|
|
checksum = "c0d7f95be4bae0f9c86c7550b9ea890fa3283a06d71aef9a99d7f21de07a93a1"
|
2024-12-22 21:02:39 +01:00
|
|
|
dependencies = [
|
2024-12-23 23:20:08 +01:00
|
|
|
"crossbeam-channel",
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-util",
|
2024-12-22 21:02:39 +01:00
|
|
|
"rusqlite",
|
|
|
|
|
]
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2025-08-22 12:27:12 +02:00
|
|
|
version = "1.5.0"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-22 12:27:12 +02:00
|
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "2.10.0"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
|
|
|
|
version = "3.19.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cairo-rs"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "b01fe135c0bd16afe262b6dea349bd5ea30e6de50708cec639aae7c5c14cc7e4"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"cairo-sys-rs",
|
|
|
|
|
"glib",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cairo-sys-rs"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "06c28280c6b12055b5e39e4554271ae4e6630b27c0da9148c4cf6485fc6d245c"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"system-deps",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "1.2.53"
|
2026-01-21 13:20:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932"
|
2026-01-21 13:20:47 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"find-msvc-tools",
|
|
|
|
|
"shlex",
|
|
|
|
|
]
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-expr"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.20.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "21be0e1ce6cdb2ee7fff840f922fb04ead349e5cfb1e750b769132d44ce04720"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"smallvec",
|
|
|
|
|
"target-lexicon",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
|
|
|
2024-12-23 23:20:08 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-channel"
|
2025-08-22 12:27:12 +02:00
|
|
|
version = "0.5.15"
|
2024-12-23 23:20:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-22 12:27:12 +02:00
|
|
|
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
|
2024-12-23 23:20:08 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
|
version = "0.8.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "equivalent"
|
2025-02-21 11:05:58 +01:00
|
|
|
version = "1.0.2"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-21 11:05:58 +01:00
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fallible-iterator"
|
2024-12-23 23:20:08 +01:00
|
|
|
version = "0.3.0"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 23:20:08 +01:00
|
|
|
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
|
version = "0.1.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "field-offset"
|
|
|
|
|
version = "0.3.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memoffset",
|
|
|
|
|
"rustc_version",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "find-msvc-tools"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "0.1.8"
|
2026-01-21 13:20:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
|
2026-01-21 13:20:47 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "flume"
|
|
|
|
|
version = "0.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"nanorand",
|
|
|
|
|
"spin",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-12 10:29:07 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "foldhash"
|
2026-01-21 13:20:47 +01:00
|
|
|
version = "0.2.0"
|
2025-02-12 10:29:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:20:47 +01:00
|
|
|
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fragile"
|
|
|
|
|
version = "2.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619"
|
2025-02-12 10:29:07 +01:00
|
|
|
|
2025-02-12 10:27:29 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-executor",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-channel"
|
2024-12-23 22:11:37 +01:00
|
|
|
version = "0.3.31"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 22:11:37 +01:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
2025-02-12 10:27:29 +01:00
|
|
|
"futures-sink",
|
2024-11-20 16:32:37 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-core"
|
2024-12-23 22:11:37 +01:00
|
|
|
version = "0.3.31"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 22:11:37 +01:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-executor"
|
2024-12-23 22:11:37 +01:00
|
|
|
version = "0.3.31"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 22:11:37 +01:00
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-io"
|
2024-12-23 22:11:37 +01:00
|
|
|
version = "0.3.31"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 22:11:37 +01:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-macro"
|
2024-12-23 22:11:37 +01:00
|
|
|
version = "0.3.31"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 22:11:37 +01:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2025-02-12 10:27:29 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-sink"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-task"
|
2024-12-23 22:11:37 +01:00
|
|
|
version = "0.3.31"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 22:11:37 +01:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-util"
|
2024-12-23 22:11:37 +01:00
|
|
|
version = "0.3.31"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 22:11:37 +01:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
2025-02-12 10:27:29 +01:00
|
|
|
"futures-channel",
|
2024-11-20 16:32:37 +01:00
|
|
|
"futures-core",
|
2025-02-12 10:27:29 +01:00
|
|
|
"futures-io",
|
2024-11-20 16:32:37 +01:00
|
|
|
"futures-macro",
|
2025-02-12 10:27:29 +01:00
|
|
|
"futures-sink",
|
2024-11-20 16:32:37 +01:00
|
|
|
"futures-task",
|
2025-02-12 10:27:29 +01:00
|
|
|
"memchr",
|
2024-11-20 16:32:37 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
|
"pin-utils",
|
|
|
|
|
"slab",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gdk-pixbuf"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "debb0d39e3cdd84626edfd54d6e4a6ba2da9a0ef2e796e691c4e9f8646fda00c"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
|
"gio",
|
|
|
|
|
"glib",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gdk-pixbuf-sys"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "bd95ad50b9a3d2551e25dd4f6892aff0b772fe5372d84514e9d0583af60a0ce7"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"gio-sys",
|
|
|
|
|
"glib-sys",
|
|
|
|
|
"gobject-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"system-deps",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gdk4"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.10.3"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "756564212bbe4a4ce05d88ffbd2582581ac6003832d0d32822d0825cca84bfbf"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cairo-rs",
|
|
|
|
|
"gdk-pixbuf",
|
|
|
|
|
"gdk4-sys",
|
|
|
|
|
"gio",
|
|
|
|
|
"glib",
|
|
|
|
|
"libc",
|
|
|
|
|
"pango",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gdk4-sys"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.10.3"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "a6d4e5b3ccf591826a4adcc83f5f57b4e59d1925cb4bf620b0d645f79498b034"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cairo-sys-rs",
|
|
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
|
"gio-sys",
|
|
|
|
|
"glib-sys",
|
|
|
|
|
"gobject-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"pango-sys",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
"system-deps",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "0.2.17"
|
2026-01-21 13:20:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
2026-01-21 13:20:47 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"wasi",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "gio"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "c5ff48bf600c68b476e61dc6b7c762f2f4eb91deef66583ba8bb815c30b5811a"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"gio-sys",
|
|
|
|
|
"glib",
|
|
|
|
|
"libc",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"smallvec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gio-sys"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys",
|
|
|
|
|
"gobject-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"system-deps",
|
|
|
|
|
"windows-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glib"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-executor",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"gio-sys",
|
|
|
|
|
"glib-macros",
|
|
|
|
|
"glib-sys",
|
|
|
|
|
"gobject-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"memchr",
|
|
|
|
|
"smallvec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glib-macros"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"heck",
|
|
|
|
|
"proc-macro-crate",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glib-sys"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"system-deps",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gobject-sys"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"system-deps",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "graphene-rs"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "2730030ac9db663fd8bfe1e7093742c1cafb92db9c315c9417c29032341fe2f9"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"glib",
|
|
|
|
|
"graphene-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "graphene-sys"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "915e32091ea9ad241e4b044af62b7351c2d68aeb24f489a0d7f37a0fc484fd93"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
"system-deps",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gsk4"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.10.3"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "e755de9d8c5896c5beaa028b89e1969d067f1b9bf1511384ede971f5983aa153"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cairo-rs",
|
|
|
|
|
"gdk4",
|
|
|
|
|
"glib",
|
|
|
|
|
"graphene-rs",
|
|
|
|
|
"gsk4-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"pango",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gsk4-sys"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.10.3"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "7ce91472391146f482065f1041876d8f869057b195b95399414caa163d72f4f7"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cairo-sys-rs",
|
|
|
|
|
"gdk4-sys",
|
|
|
|
|
"glib-sys",
|
|
|
|
|
"gobject-sys",
|
|
|
|
|
"graphene-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"pango-sys",
|
|
|
|
|
"system-deps",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gtk4"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.10.3"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "acb21d53cfc6f7bfaf43549731c43b67ca47d87348d81c8cfc4dcdd44828e1a4"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cairo-rs",
|
|
|
|
|
"field-offset",
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"gdk-pixbuf",
|
|
|
|
|
"gdk4",
|
|
|
|
|
"gio",
|
|
|
|
|
"glib",
|
|
|
|
|
"graphene-rs",
|
|
|
|
|
"gsk4",
|
|
|
|
|
"gtk4-macros",
|
|
|
|
|
"gtk4-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"pango",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gtk4-macros"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.10.3"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "3ccfb5a14a3d941244815d5f8101fa12d4577b59cc47245778d8d907b0003e42"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-crate",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gtk4-sys"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.10.3"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "842577fe5a1ee15d166cd3afe804ce0cab6173bc789ca32e21308834f20088dd"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cairo-sys-rs",
|
|
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
|
"gdk4-sys",
|
|
|
|
|
"gio-sys",
|
|
|
|
|
"glib-sys",
|
|
|
|
|
"gobject-sys",
|
|
|
|
|
"graphene-sys",
|
|
|
|
|
"gsk4-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"pango-sys",
|
|
|
|
|
"system-deps",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2026-01-21 13:20:47 +01:00
|
|
|
version = "0.16.1"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:20:47 +01:00
|
|
|
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
2025-02-12 10:29:07 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"foldhash",
|
|
|
|
|
]
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hashlink"
|
2026-01-21 13:20:47 +01:00
|
|
|
version = "0.11.0"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:20:47 +01:00
|
|
|
checksum = "ea0b22561a9c04a7cb1a302c013e0259cd3b4bb619f145b32f72b8b4bcbed230"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
2026-01-21 13:20:47 +01:00
|
|
|
"hashbrown",
|
2024-11-20 16:32:37 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "heck"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "2.13.0"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"equivalent",
|
2026-01-21 13:20:47 +01:00
|
|
|
"hashbrown",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "0.3.85"
|
2026-01-21 13:20:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
|
2026-01-21 13:20:47 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
"wasm-bindgen",
|
2024-11-20 16:32:37 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libadwaita"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.8.1"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "fb09e12bf8f73342b3315c839d0a7668cc0ccebd78490c49fec48bab15d5484b"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"gdk4",
|
|
|
|
|
"gio",
|
|
|
|
|
"glib",
|
|
|
|
|
"gtk4",
|
|
|
|
|
"libadwaita-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"pango",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libadwaita-sys"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.8.1"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "6d7f94227ba87eb596fecada2491f04e357d507324142f77bf76d9e6be4a3e31"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"gdk4-sys",
|
|
|
|
|
"gio-sys",
|
|
|
|
|
"glib-sys",
|
|
|
|
|
"gobject-sys",
|
|
|
|
|
"gtk4-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"pango-sys",
|
|
|
|
|
"system-deps",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "0.2.180"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libsqlite3-sys"
|
2026-01-21 13:20:47 +01:00
|
|
|
version = "0.36.0"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:20:47 +01:00
|
|
|
checksum = "95b4103cffefa72eb8428cb6b47d6627161e51c2739fc5e3b734584157bc642a"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"pkg-config",
|
|
|
|
|
"vcpkg",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
|
|
|
|
version = "0.4.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"scopeguard",
|
|
|
|
|
]
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "2.7.6"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memoffset"
|
|
|
|
|
version = "0.9.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "nanorand"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
|
|
|
|
version = "1.21.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pango"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "52d1d85e2078077a065bb7fc072783d5bcd4e51b379f22d67107d0a16937eb69"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"gio",
|
|
|
|
|
"glib",
|
|
|
|
|
"libc",
|
|
|
|
|
"pango-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pango-sys"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.21.5"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "b4f06627d36ed5ff303d2df65211fc2e52ba5b17bf18dd80ff3d9628d6e06cfd"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys",
|
|
|
|
|
"gobject-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"system-deps",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-lite"
|
2025-01-17 12:59:03 +01:00
|
|
|
version = "0.2.16"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-17 12:59:03 +01:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-utils"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pkg-config"
|
2025-03-17 13:18:00 +01:00
|
|
|
version = "0.3.32"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-17 13:18:00 +01:00
|
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-crate"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "3.4.0"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"toml_edit",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "1.0.105"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "1.0.43"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "relm4"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6bae902de22fd92e62641f047975abf228573425b9b8de175e8ab5b6cda10379"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"flume",
|
|
|
|
|
"fragile",
|
|
|
|
|
"futures",
|
|
|
|
|
"gtk4",
|
|
|
|
|
"libadwaita",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"relm4-css",
|
|
|
|
|
"relm4-macros",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "relm4-css"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "37dbe7a114855a22618f0e13595ce6b3f165478c13c2dfc4f4f99614da105797"
|
|
|
|
|
|
2026-01-02 13:41:27 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "relm4-macros"
|
2026-01-21 13:20:47 +01:00
|
|
|
version = "0.10.0"
|
2026-01-02 13:41:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:20:47 +01:00
|
|
|
checksum = "175fce497fc6f11dde7ea56daa30ff7ad29a534bbc209d59d766659c880ba5f1"
|
2026-01-02 13:41:27 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-21 13:40:41 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rsqlite-vfs"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a8a1f2315036ef6b1fbacd1972e8ee7688030b0a2121edfc2a6550febd41574d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hashbrown",
|
|
|
|
|
"thiserror",
|
|
|
|
|
]
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rusqlite"
|
2026-01-21 13:20:47 +01:00
|
|
|
version = "0.38.0"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:20:47 +01:00
|
|
|
checksum = "f1c93dd1c9683b438c392c492109cb702b8090b2bfc8fed6f6e4eb4523f17af3"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"fallible-iterator",
|
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
|
"hashlink",
|
|
|
|
|
"libsqlite3-sys",
|
|
|
|
|
"smallvec",
|
2026-01-21 13:20:47 +01:00
|
|
|
"sqlite-wasm-rs",
|
2024-11-20 16:32:37 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustc_version"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"semver",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustversion"
|
|
|
|
|
version = "1.0.22"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "scopeguard"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "semver"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "1.0.27"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-01 12:22:55 +01:00
|
|
|
name = "serde_core"
|
|
|
|
|
version = "1.0.228"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "1.0.228"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_spanned"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "1.0.4"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
2026-01-01 12:22:55 +01:00
|
|
|
"serde_core",
|
2024-11-20 16:32:37 +01:00
|
|
|
]
|
|
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "shlex"
|
|
|
|
|
version = "1.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "slab"
|
2025-08-22 12:27:12 +02:00
|
|
|
version = "0.4.11"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-22 12:27:12 +02:00
|
|
|
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2025-08-22 12:27:12 +02:00
|
|
|
version = "1.15.1"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-22 12:27:12 +02:00
|
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "spin"
|
|
|
|
|
version = "0.9.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lock_api",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "sqlite-wasm-rs"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "0.5.2"
|
2026-01-21 13:20:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "2f4206ed3a67690b9c29b77d728f6acc3ce78f16bf846d83c94f76400320181b"
|
2026-01-21 13:20:47 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"js-sys",
|
2026-01-21 13:40:41 +01:00
|
|
|
"rsqlite-vfs",
|
2026-01-21 13:20:47 +01:00
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "2.0.114"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "system-deps"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "7.0.7"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-expr",
|
|
|
|
|
"heck",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
"toml",
|
|
|
|
|
"version-compare",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "target-lexicon"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.13.3"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "2.0.18"
|
2026-01-21 13:20:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
2026-01-21 13:20:47 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"thiserror-impl",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "2.0.18"
|
2026-01-21 13:20:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
2026-01-21 13:20:47 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio"
|
|
|
|
|
version = "1.49.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"tokio-macros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
|
]
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "0.9.11+spec-1.1.0"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
2026-01-01 12:22:55 +01:00
|
|
|
"indexmap",
|
|
|
|
|
"serde_core",
|
2024-11-20 16:32:37 +01:00
|
|
|
"serde_spanned",
|
|
|
|
|
"toml_datetime",
|
2026-01-01 12:22:55 +01:00
|
|
|
"toml_parser",
|
|
|
|
|
"toml_writer",
|
|
|
|
|
"winnow",
|
2024-11-20 16:32:37 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml_datetime"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.7.5+spec-1.1.0"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
2026-01-01 12:22:55 +01:00
|
|
|
"serde_core",
|
2024-11-20 16:32:37 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml_edit"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.23.10+spec-1.0.0"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"indexmap",
|
|
|
|
|
"toml_datetime",
|
2026-01-01 12:22:55 +01:00
|
|
|
"toml_parser",
|
|
|
|
|
"winnow",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml_parser"
|
|
|
|
|
version = "1.0.6+spec-1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
|
|
|
|
|
dependencies = [
|
2024-11-20 16:32:37 +01:00
|
|
|
"winnow",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-01 12:22:55 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml_writer"
|
|
|
|
|
version = "1.0.6+spec-1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
|
|
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "tracing"
|
|
|
|
|
version = "0.1.44"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"tracing-attributes",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-attributes"
|
|
|
|
|
version = "0.1.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-core"
|
|
|
|
|
version = "0.1.36"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
]
|
|
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ident"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "1.0.22"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "vcpkg"
|
|
|
|
|
version = "0.2.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "version-compare"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.2.1"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
|
2024-11-20 16:32:37 +01:00
|
|
|
|
2026-01-21 13:20:47 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasi"
|
|
|
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "0.2.108"
|
2026-01-21 13:20:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
|
2026-01-21 13:20:47 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"rustversion",
|
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "0.2.108"
|
2026-01-21 13:20:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
|
2026-01-21 13:20:47 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "0.2.108"
|
2026-01-21 13:20:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
|
2026-01-21 13:20:47 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bumpalo",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-shared"
|
2026-01-21 13:40:41 +01:00
|
|
|
version = "0.2.108"
|
2026-01-21 13:20:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-21 13:40:41 +01:00
|
|
|
checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
|
2026-01-21 13:20:47 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2025-08-22 12:27:12 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-link"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.2.1"
|
2025-08-22 12:27:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
2025-08-22 12:27:12 +02:00
|
|
|
|
2024-11-20 16:32:37 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.61.2"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
2025-08-22 12:27:12 +02:00
|
|
|
"windows-link",
|
2024-11-20 16:32:37 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winnow"
|
2026-01-01 12:22:55 +01:00
|
|
|
version = "0.7.14"
|
2024-11-20 16:32:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-01 12:22:55 +01:00
|
|
|
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
|
2024-11-20 16:32:37 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2026-01-21 13:35:28 +01:00
|
|
|
name = "zoodex"
|
2024-11-20 16:32:37 +01:00
|
|
|
version = "1.0.0"
|
|
|
|
|
dependencies = [
|
2024-12-23 23:20:08 +01:00
|
|
|
"async-sqlite",
|
2024-11-20 16:32:37 +01:00
|
|
|
"gtk4",
|
|
|
|
|
"libadwaita",
|
2026-01-21 13:20:47 +01:00
|
|
|
"relm4",
|
|
|
|
|
"tokio",
|
2024-11-20 16:32:37 +01:00
|
|
|
]
|