2023-12-29 01:15:52 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph"
|
|
|
|
version = "0.2.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225"
|
|
|
|
dependencies = [
|
|
|
|
"ab_glyph_rasterizer",
|
|
|
|
"owned_ttf_parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph_rasterizer"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
|
|
|
|
|
2024-02-16 00:42:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "accesskit"
|
|
|
|
version = "0.12.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6cb10ed32c63247e4e39a8f42e8e30fb9442fbf7878c8e4a9849e7e381619bea"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "accesskit_consumer"
|
|
|
|
version = "0.16.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c17cca53c09fbd7288667b22a201274b9becaa27f0b91bf52a526db95de45e6"
|
|
|
|
dependencies = [
|
|
|
|
"accesskit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "accesskit_macos"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd3b6ae1eabbfbced10e840fd3fce8a93ae84f174b3e4ba892ab7bcb42e477a7"
|
|
|
|
dependencies = [
|
|
|
|
"accesskit",
|
|
|
|
"accesskit_consumer",
|
|
|
|
"objc2 0.3.0-beta.3.patch-leaks.3",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "accesskit_unix"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09f46c18d99ba61ad7123dd13eeb0c104436ab6af1df6a1cd8c11054ed394a08"
|
|
|
|
dependencies = [
|
|
|
|
"accesskit",
|
|
|
|
"accesskit_consumer",
|
|
|
|
"async-channel",
|
|
|
|
"async-once-cell",
|
|
|
|
"atspi",
|
|
|
|
"futures-lite 1.13.0",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"zbus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "accesskit_windows"
|
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afcae27ec0974fc7c3b0b318783be89fd1b2e66dd702179fe600166a38ff4a0b"
|
|
|
|
dependencies = [
|
|
|
|
"accesskit",
|
|
|
|
"accesskit_consumer",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"static_assertions",
|
|
|
|
"windows 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "accesskit_winit"
|
|
|
|
version = "0.16.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5284218aca17d9e150164428a0ebc7b955f70e3a9a78b4c20894513aabf98a67"
|
|
|
|
dependencies = [
|
|
|
|
"accesskit",
|
|
|
|
"accesskit_macos",
|
|
|
|
"accesskit_unix",
|
|
|
|
"accesskit_windows",
|
|
|
|
"winit",
|
|
|
|
]
|
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2023-12-29 02:37:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-02-16 00:42:24 +02:00
|
|
|
"getrandom",
|
2024-02-15 23:24:22 +02:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-12-29 01:15:52 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.16"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
2023-12-29 01:15:52 +02:00
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "android-activity"
|
|
|
|
version = "0.5.2"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"android-properties",
|
|
|
|
"bitflags 2.4.2",
|
2024-02-15 23:24:22 +02:00
|
|
|
"cc",
|
2024-02-16 00:42:24 +02:00
|
|
|
"cesu8",
|
|
|
|
"jni",
|
|
|
|
"jni-sys",
|
2024-02-15 23:24:22 +02:00
|
|
|
"libc",
|
2024-02-16 00:42:24 +02:00
|
|
|
"log",
|
|
|
|
"ndk",
|
|
|
|
"ndk-context",
|
|
|
|
"ndk-sys",
|
|
|
|
"num_enum",
|
|
|
|
"thiserror",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
2023-12-29 01:15:52 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "android-properties"
|
|
|
|
version = "0.2.2"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
|
2023-12-29 01:15:52 +02:00
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-02-19 21:52:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
|
|
|
version = "0.6.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96b09b5178381e0874812a9b157f7fe84982617e48f71f4e3235482775e5b540"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2023-12-29 01:15:52 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.77"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9"
|
2023-12-29 01:15:52 +02:00
|
|
|
|
2023-12-29 02:37:50 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "arboard"
|
|
|
|
version = "3.3.1"
|
2023-12-29 02:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "1faa3c733d9a3dd6fbaf85da5d162a2e03b2e0033a90dceb0e2a90fdd1e5380a"
|
2023-12-29 02:37:50 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"clipboard-win",
|
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
"objc-foundation",
|
|
|
|
"objc_id",
|
|
|
|
"parking_lot",
|
|
|
|
"thiserror",
|
|
|
|
"x11rb",
|
2023-12-29 02:37:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.7"
|
2023-12-29 02:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2023-12-29 02:37:50 +02:00
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.4"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2024-02-15 23:24:22 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "as-raw-xcb-connection"
|
|
|
|
version = "1.0.1"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
|
2024-02-15 23:24:22 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "ash"
|
|
|
|
version = "0.37.3+1.3.251"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
|
|
|
|
dependencies = [
|
|
|
|
"libloading 0.7.4",
|
|
|
|
]
|
2024-02-15 23:24:22 +02:00
|
|
|
|
2023-12-29 02:37:50 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-broadcast"
|
|
|
|
version = "0.5.1"
|
2023-12-29 02:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener 2.5.3",
|
|
|
|
"futures-core",
|
|
|
|
]
|
2023-12-29 02:37:50 +02:00
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-channel"
|
|
|
|
version = "2.2.0"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener 5.0.0",
|
|
|
|
"event-listener-strategy 0.5.0",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-executor"
|
|
|
|
version = "1.8.0"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"async-lock 3.3.0",
|
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand 2.0.1",
|
|
|
|
"futures-lite 2.2.0",
|
|
|
|
"slab",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-fs"
|
|
|
|
version = "1.6.0"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"async-lock 2.8.0",
|
|
|
|
"autocfg",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite 1.13.0",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
2023-12-29 02:37:50 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-io"
|
|
|
|
version = "1.13.0"
|
2023-12-29 02:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
2023-12-29 02:37:50 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"async-lock 2.8.0",
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite 1.13.0",
|
|
|
|
"log",
|
|
|
|
"parking",
|
|
|
|
"polling 2.8.0",
|
|
|
|
"rustix 0.37.27",
|
|
|
|
"slab",
|
|
|
|
"socket2 0.4.10",
|
|
|
|
"waker-fn",
|
2023-12-29 02:37:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-io"
|
|
|
|
version = "2.3.1"
|
2023-12-29 02:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
|
2023-12-29 02:37:50 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"async-lock 3.3.0",
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite 2.2.0",
|
|
|
|
"parking",
|
|
|
|
"polling 3.4.0",
|
|
|
|
"rustix 0.38.31",
|
|
|
|
"slab",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.52.0",
|
2023-12-29 02:37:50 +02:00
|
|
|
]
|
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-lock"
|
|
|
|
version = "2.8.0"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"event-listener 2.5.3",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-lock"
|
|
|
|
version = "3.3.0"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"event-listener 4.0.3",
|
|
|
|
"event-listener-strategy 0.4.0",
|
|
|
|
"pin-project-lite",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-once-cell"
|
|
|
|
version = "0.5.3"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "9338790e78aa95a416786ec8389546c4b6a1dfc3dc36071ed9518a9413a542eb"
|
2024-02-15 23:24:22 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-process"
|
|
|
|
version = "1.8.1"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"async-io 1.13.0",
|
|
|
|
"async-lock 2.8.0",
|
|
|
|
"async-signal",
|
|
|
|
"blocking",
|
|
|
|
"cfg-if",
|
|
|
|
"event-listener 3.1.0",
|
|
|
|
"futures-lite 1.13.0",
|
|
|
|
"rustix 0.38.31",
|
|
|
|
"windows-sys 0.48.0",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-recursion"
|
|
|
|
version = "1.0.5"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-16 00:42:24 +02:00
|
|
|
"syn 2.0.48",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-signal"
|
|
|
|
version = "0.2.5"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"async-io 2.3.1",
|
|
|
|
"async-lock 2.8.0",
|
|
|
|
"atomic-waker",
|
|
|
|
"cfg-if",
|
2024-02-15 23:24:22 +02:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2024-02-16 00:42:24 +02:00
|
|
|
"rustix 0.38.31",
|
|
|
|
"signal-hook-registry",
|
2024-02-15 23:24:22 +02:00
|
|
|
"slab",
|
2024-02-16 00:42:24 +02:00
|
|
|
"windows-sys 0.48.0",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-task"
|
|
|
|
version = "4.7.0"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
|
2024-02-15 23:24:22 +02:00
|
|
|
|
2023-12-29 01:15:52 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.77"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.48",
|
|
|
|
]
|
2023-12-29 01:15:52 +02:00
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
2024-02-15 23:24:22 +02:00
|
|
|
|
2023-12-29 02:37:50 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "atspi"
|
|
|
|
version = "0.19.0"
|
2023-12-29 02:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "6059f350ab6f593ea00727b334265c4dfc7fd442ee32d264794bd9bdc68e87ca"
|
2023-12-29 02:37:50 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"atspi-common",
|
|
|
|
"atspi-connection",
|
|
|
|
"atspi-proxies",
|
2023-12-29 02:37:50 +02:00
|
|
|
]
|
|
|
|
|
2023-12-29 01:15:52 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "atspi-common"
|
|
|
|
version = "0.3.0"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "92af95f966d2431f962bc632c2e68eda7777330158bf640c4af4249349b2cdf5"
|
|
|
|
dependencies = [
|
|
|
|
"enumflags2",
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
|
|
|
"zbus",
|
|
|
|
"zbus_names",
|
|
|
|
"zvariant",
|
|
|
|
]
|
2023-12-29 01:15:52 +02:00
|
|
|
|
2023-12-29 02:37:50 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "atspi-connection"
|
|
|
|
version = "0.3.0"
|
2023-12-29 02:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "a0c65e7d70f86d4c0e3b2d585d9bf3f979f0b19d635a336725a88d279f76b939"
|
2023-12-29 02:37:50 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"atspi-common",
|
|
|
|
"atspi-proxies",
|
|
|
|
"futures-lite 1.13.0",
|
|
|
|
"zbus",
|
2023-12-29 02:37:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "atspi-proxies"
|
|
|
|
version = "0.3.0"
|
2023-12-29 02:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "6495661273703e7a229356dcbe8c8f38223d697aacfaf0e13590a9ac9977bb52"
|
|
|
|
dependencies = [
|
|
|
|
"atspi-common",
|
|
|
|
"serde",
|
|
|
|
"zbus",
|
|
|
|
]
|
2023-12-29 02:37:50 +02:00
|
|
|
|
2023-12-29 01:15:52 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2024-02-15 23:24:22 +02:00
|
|
|
|
2024-02-20 21:23:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1236b4b292f6c4d6dc34604bb5120d85c3fe1d1aa596bd5cc52ca054d13e7b9e"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-02-23 01:38:32 +02:00
|
|
|
"http 1.0.0",
|
|
|
|
"http-body 1.0.0",
|
2024-02-20 21:23:26 +02:00
|
|
|
"http-body-util",
|
2024-02-23 01:38:32 +02:00
|
|
|
"hyper 1.1.0",
|
2024-02-20 21:23:26 +02:00
|
|
|
"hyper-util",
|
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-02-23 01:38:32 +02:00
|
|
|
"http 1.0.0",
|
|
|
|
"http-body 1.0.0",
|
2024-02-20 21:23:26 +02:00
|
|
|
"http-body-util",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"addr2line",
|
|
|
|
"cc",
|
2024-02-15 23:24:22 +02:00
|
|
|
"cfg-if",
|
2024-02-16 00:42:24 +02:00
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
2023-12-29 01:15:52 +02:00
|
|
|
|
2024-02-23 01:38:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
2024-02-17 16:55:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.65.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"prettyplease",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
"syn 2.0.48",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2023-12-29 01:15:52 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2023-12-29 01:15:52 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"bit-vec",
|
2023-12-29 01:15:52 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2023-12-29 01:15:52 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2023-12-29 01:15:52 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "bitflags"
|
|
|
|
version = "2.4.2"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
2023-12-29 01:15:52 +02:00
|
|
|
|
2023-12-29 02:37:50 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
2023-12-29 02:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
2023-12-29 02:37:50 +02:00
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"generic-array",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "block-sys"
|
|
|
|
version = "0.1.0-beta.1"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146"
|
|
|
|
dependencies = [
|
|
|
|
"objc-sys 0.2.0-beta.2",
|
|
|
|
]
|
2024-02-15 23:24:22 +02:00
|
|
|
|
2023-12-29 01:15:52 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "block-sys"
|
|
|
|
version = "0.2.1"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7"
|
2023-12-29 01:15:52 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"objc-sys 0.3.2",
|
2023-12-29 01:15:52 +02:00
|
|
|
]
|
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "block2"
|
|
|
|
version = "0.2.0-alpha.6"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"block-sys 0.1.0-beta.1",
|
|
|
|
"objc2-encode 2.0.0-pre.2",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
2023-12-29 02:37:50 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "block2"
|
|
|
|
version = "0.3.0"
|
2023-12-29 02:37:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68"
|
|
|
|
dependencies = [
|
|
|
|
"block-sys 0.2.1",
|
|
|
|
"objc2 0.4.1",
|
|
|
|
]
|
2023-12-29 02:37:50 +02:00
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "blocking"
|
|
|
|
version = "1.5.1"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"async-channel",
|
|
|
|
"async-lock 3.3.0",
|
|
|
|
"async-task",
|
|
|
|
"fastrand 2.0.1",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite 2.2.0",
|
|
|
|
"piper",
|
|
|
|
"tracing",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
2024-02-23 01:38:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bracket-color"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7333827cf727ceb302cc4f638cc8befc87f5f1423873255d94cc0a24009e940a"
|
|
|
|
|
2023-12-29 01:15:52 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.15.0"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "d32a994c2b3ca201d9b263612a374263f05e7adde37c4707f693dcd375076d1f"
|
2023-12-29 01:15:52 +02:00
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "bytemuck"
|
|
|
|
version = "1.14.3"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"bytemuck_derive",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
2023-12-29 01:15:52 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "bytemuck_derive"
|
|
|
|
version = "1.5.0"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
|
2023-12-29 01:15:52 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.48",
|
2023-12-29 01:15:52 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298"
|
2023-12-29 01:15:52 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"bitflags 2.4.2",
|
|
|
|
"log",
|
|
|
|
"polling 3.4.0",
|
|
|
|
"rustix 0.38.31",
|
|
|
|
"slab",
|
|
|
|
"thiserror",
|
2023-12-29 01:15:52 +02:00
|
|
|
]
|
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "calloop-wayland-source"
|
|
|
|
version = "0.2.0"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
|
2024-02-15 23:24:22 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"calloop",
|
|
|
|
"rustix 0.38.31",
|
|
|
|
"wayland-backend",
|
|
|
|
"wayland-client",
|
2024-02-15 23:24:22 +02:00
|
|
|
]
|
|
|
|
|
2024-02-23 01:38:32 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cassowary"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "castaway"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc"
|
|
|
|
dependencies = [
|
|
|
|
"rustversion",
|
|
|
|
]
|
|
|
|
|
2023-12-29 01:15:52 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "cc"
|
|
|
|
version = "1.0.83"
|
2023-12-29 01:15:52 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-12-29 01:15:52 +02:00
|
|
|
dependencies = [
|
2024-02-16 00:42:24 +02:00
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2023-12-29 01:15:52 +02:00
|
|
|
]
|
|
|
|
|
2024-02-15 23:24:22 +02:00
|
|
|
[[package]]
|
2024-02-16 00:42:24 +02:00
|
|
|
name = "cesu8"
|
|
|
|
version = "1.1.0"
|
2024-02-15 23:24:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 00:42:24 +02:00
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
2024-02-15 23:24:22 +02:00
|
|
|
|
2024-02-17 16:55:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
|