gossip/Cargo.lock

4687 lines
111 KiB
Plaintext
Raw Normal View History

2022-12-20 04:51:16 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ab_glyph"
2023-02-10 07:48:01 +00:00
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "fe21446ad43aa56417a767f3e2f3d7c4ca522904de1dd640529a76e9c5c3b33c"
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
2023-01-22 06:14:45 +00:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
[[package]]
name = "accesskit"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "704d532b1cd3d912bb37499c55a81ac748cc1afa737eedd100ba441acdd47d38"
dependencies = [
2023-02-10 07:51:32 +00:00
"enumn",
2022-12-20 22:45:15 +00:00
"serde",
]
[[package]]
name = "accesskit_consumer"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48ba8b23cfca3944012ee2e5c71c02077a400e034c720eed6bd927cb6b4d1fd9"
dependencies = [
"accesskit",
]
[[package]]
name = "accesskit_macos"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58d062544d6cc36f4213323b7cb3a0d74ddff4b0d2311ab5e7596f4278bb2cc9"
dependencies = [
"accesskit",
"accesskit_consumer",
"objc2",
"once_cell",
]
2023-02-10 07:51:32 +00:00
[[package]]
name = "accesskit_unix"
version = "0.3.2"
2023-02-10 07:51:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f8df4021f31969877b295fa80c4b07fcc7eb83f1985b0d3aa4f889c3427c3d5"
2023-02-10 07:51:32 +00:00
dependencies = [
"accesskit",
"accesskit_consumer",
"async-channel",
"atspi",
"futures-lite",
"serde",
"zbus",
]
[[package]]
name = "accesskit_windows"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf5b3c3828397ee832ba4a72fb1a4ace10f781e31885f774cbd531014059115"
dependencies = [
"accesskit",
"accesskit_consumer",
2023-02-10 07:51:32 +00:00
"arrayvec",
"once_cell",
"paste",
"windows 0.44.0",
]
[[package]]
name = "accesskit_winit"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbcb615217efc79c4bed3094c4ca76c4bc554751d1da16f3ed4ba0459b1e8f31"
dependencies = [
"accesskit",
"accesskit_macos",
2023-02-10 07:51:32 +00:00
"accesskit_unix",
"accesskit_windows",
"winit",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-01-20 04:31:51 +00:00
[[package]]
name = "aead"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c192eb8f11fc081b0fe4259ba5af04217d4e0faddd02417310a927911abd7c8"
dependencies = [
"crypto-common",
"generic-array",
]
[[package]]
name = "aes"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
2023-01-28 01:00:16 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 01:00:16 +00:00
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
"once_cell",
2022-12-20 22:45:15 +00:00
"serde",
"version_check",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
2023-02-10 07:51:32 +00:00
[[package]]
name = "android-activity"
version = "0.4.1"
2023-02-10 07:51:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c77a0045eda8b888c76ea473c2b0515ba6f471d318f8927c5c72240937035a6"
2023-02-10 07:51:32 +00:00
dependencies = [
"android-properties",
"bitflags",
"cc",
"jni-sys",
"libc",
"log",
"ndk",
"ndk-context",
"ndk-sys",
"num_enum",
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
[[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 = "arboard"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6041616acea41d67c4a984709ddab1587fd0b10efe5cc563fee954d2f011854"
dependencies = [
"clipboard-win",
"log",
"objc",
"objc-foundation",
"objc_id",
"once_cell",
"parking_lot",
"thiserror",
"winapi",
"x11rb",
]
[[package]]
name = "arrayref"
2023-03-25 22:08:17 +00:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
2022-12-20 07:56:22 +00:00
[[package]]
name = "async-broadcast"
2023-03-07 06:31:31 +00:00
version = "0.5.1"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
2022-12-20 07:56:22 +00:00
dependencies = [
"event-listener",
"futures-core",
]
2023-02-10 07:51:32 +00:00
[[package]]
name = "async-channel"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-compression"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
dependencies = [
"brotli",
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "async-executor"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
dependencies = [
"async-lock",
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"slab",
]
2023-03-11 23:40:26 +00:00
[[package]]
name = "async-fs"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
dependencies = [
"async-lock",
"autocfg",
"blocking",
"futures-lite",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "async-io"
2023-03-25 22:08:17 +00:00
version = "1.13.0"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
2022-12-20 07:56:22 +00:00
dependencies = [
"async-lock",
"autocfg",
2023-03-25 22:08:17 +00:00
"cfg-if",
2022-12-20 07:56:22 +00:00
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
2023-03-25 22:08:17 +00:00
"rustix 0.37.3",
2022-12-20 07:56:22 +00:00
"slab",
"socket2",
"waker-fn",
]
[[package]]
name = "async-lock"
2023-03-07 06:31:31 +00:00
version = "2.7.0"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
2022-12-20 07:56:22 +00:00
dependencies = [
"event-listener",
]
[[package]]
name = "async-recursion"
2023-03-25 22:08:17 +00:00
version = "1.0.4"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
2022-12-20 07:56:22 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 2.0.10",
2022-12-20 07:56:22 +00:00
]
[[package]]
name = "async-task"
2023-03-25 22:08:17 +00:00
version = "4.4.0"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
2022-12-20 07:56:22 +00:00
[[package]]
name = "async-trait"
2023-03-25 22:08:17 +00:00
version = "0.1.68"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
2022-12-20 07:56:22 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 2.0.10",
2022-12-20 07:56:22 +00:00
]
2023-03-11 23:40:26 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
[[package]]
name = "atomic_refcell"
2023-01-22 06:14:45 +00:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8"
2023-02-10 07:51:32 +00:00
[[package]]
name = "atspi"
version = "0.10.1"
2023-02-10 07:51:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "674e7a3376837b2e7d12d34d58ac47073c491dc3bf6f71a7adaf687d4d817faa"
2023-02-10 07:51:32 +00:00
dependencies = [
"async-recursion",
"async-trait",
"atspi-macros",
"enumflags2",
"futures-lite",
"serde",
"tracing",
"zbus",
"zbus_names",
]
[[package]]
name = "atspi-macros"
version = "0.2.0"
2023-02-10 07:51:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fb4870a32c0eaa17e35bca0e6b16020635157121fb7d45593d242c295bc768"
2023-02-10 07:51:32 +00:00
dependencies = [
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
2023-02-10 07:51:32 +00:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base16ct"
2023-03-11 23:40:26 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2023-01-22 06:14:45 +00:00
[[package]]
name = "base64"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
[[package]]
name = "base64ct"
2023-03-07 06:31:31 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "bech32"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
2022-12-20 06:57:06 +00:00
[[package]]
name = "bit_field"
2023-03-07 06:31:31 +00:00
version = "0.10.2"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2022-12-20 06:57:06 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "block-buffer"
2023-03-11 23:40:26 +00:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "block-padding"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a90ec2df9600c28a01c56c4784c9207a96d2451833aeceb8cc97e4c9548bb78"
dependencies = [
"generic-array",
]
[[package]]
name = "block-sys"
version = "0.1.0-beta.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146"
dependencies = [
"objc-sys",
]
[[package]]
name = "block2"
version = "0.2.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42"
dependencies = [
"block-sys",
"objc2-encode",
]
2023-03-11 23:40:26 +00:00
[[package]]
name = "blocking"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
dependencies = [
"async-channel",
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
]
[[package]]
name = "brotli"
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "bumpalo"
2023-01-22 06:14:45 +00:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
[[package]]
name = "bytemuck"
2023-03-07 06:31:31 +00:00
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2023-03-25 22:08:17 +00:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 2.0.10",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2023-02-10 07:48:01 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "calloop"
2022-12-27 18:12:15 +00:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-27 18:12:15 +00:00
checksum = "1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192"
dependencies = [
"log",
"nix 0.25.1",
"slotmap",
"thiserror",
"vec_map",
]
[[package]]
name = "cbc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
dependencies = [
"cipher",
]
[[package]]
name = "cc"
2023-02-10 07:48:01 +00:00
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2023-02-10 07:51:32 +00:00
dependencies = [
"jobserver",
]
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2022-12-20 04:51:16 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "cgl"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
dependencies = [
"libc",
]
2023-01-20 04:31:51 +00:00
[[package]]
name = "chacha20"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fc89c7c5b9e7a02dfe45cd2367bae382f9ed31c61ca8debe5f827c420a2f08"
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
[[package]]
name = "chacha20poly1305"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
dependencies = [
"aead",
"chacha20",
"cipher",
"poly1305",
"zeroize",
]
2023-01-27 05:49:33 +00:00
[[package]]
name = "checked_int_cast"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919"
[[package]]
name = "chrono"
2023-03-25 22:08:17 +00:00
version = "0.4.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
dependencies = [
"iana-time-zone",
"num-integer",
"num-traits",
"winapi",
]
[[package]]
name = "cipher"
2023-03-11 23:40:26 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
2023-01-20 04:31:51 +00:00
"zeroize",
]
[[package]]
name = "clipboard-win"
2023-01-22 06:14:45 +00:00
version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
dependencies = [
"error-code",
"str-buf",
"winapi",
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "combine"
version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
dependencies = [
"bytes",
"memchr",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "concurrent-queue"
2023-01-22 06:14:45 +00:00
version = "2.1.0"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
2022-12-20 07:56:22 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "const-oid"
2023-03-07 06:31:31 +00:00
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "core-graphics"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags",
"core-foundation",
"core-graphics-types",
2023-02-10 07:51:32 +00:00
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
dependencies = [
"bitflags",
"core-foundation",
2023-02-10 07:51:32 +00:00
"foreign-types",
"libc",
]
2023-03-08 05:46:06 +00:00
[[package]]
name = "core-net"
version = "0.1.0"
2023-03-11 23:40:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40b0cbe828edee956fb81da4df1c5c515b86401b0720740977a952fec794b5e3"
2023-03-08 05:46:06 +00:00
[[package]]
name = "cpufeatures"
2023-03-25 22:08:17 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "crossbeam-channel"
2023-03-07 06:31:31 +00:00
version = "0.5.7"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
2022-12-20 06:57:06 +00:00
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2023-03-07 06:31:31 +00:00
version = "0.8.3"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2022-12-20 06:57:06 +00:00
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-03-07 06:31:31 +00:00
version = "0.9.14"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
2022-12-20 06:57:06 +00:00
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
2023-03-07 06:31:31 +00:00
"memoffset 0.8.0",
2022-12-20 06:57:06 +00:00
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-03-07 06:31:31 +00:00
version = "0.8.15"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
2022-12-20 06:57:06 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-bigint"
2023-03-25 22:08:17 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "7c2538c4e68e52548bacb3e83ac549f903d44f011ac9d5abb5e132e67d0808f7"
dependencies = [
"generic-array",
"rand_core",
"subtle",
"zeroize",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"rand_core",
"typenum",
]
[[package]]
name = "cxx"
2023-03-25 22:08:17 +00:00
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2023-03-25 22:08:17 +00:00
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
2023-03-25 22:08:17 +00:00
"syn 2.0.10",
]
[[package]]
name = "cxxbridge-flags"
2023-03-25 22:08:17 +00:00
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
[[package]]
name = "cxxbridge-macro"
2023-03-25 22:08:17 +00:00
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 2.0.10",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "dark-light"
2023-02-10 07:51:32 +00:00
version = "1.0.0"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:51:32 +00:00
checksum = "a62007a65515b3cd88c733dd3464431f05d2ad066999a824259d8edc3cf6f645"
2022-12-20 07:56:22 +00:00
dependencies = [
"dconf_rs",
"detect-desktop-environment",
"dirs",
"objc",
"rust-ini",
"web-sys",
"winreg",
"zbus",
"zvariant",
]
2023-01-06 18:55:17 +00:00
[[package]]
name = "dashmap"
version = "5.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
dependencies = [
"cfg-if",
"hashbrown",
"lock_api",
"once_cell",
"parking_lot_core",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "data-url"
2023-02-10 07:51:32 +00:00
version = "0.2.0"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:51:32 +00:00
checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5"
2022-12-20 06:57:06 +00:00
2022-12-20 07:56:22 +00:00
[[package]]
name = "dconf_rs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7046468a81e6a002061c01e6a7c83139daf91b11c30e66795b13217c2d885c8b"
[[package]]
name = "der"
2023-03-11 23:40:26 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "bc906908ea6458456e5eaa160a9c08543ec3d1e6f71e2235cedd660cb65f9df0"
dependencies = [
"const-oid",
"zeroize",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
2022-12-20 07:56:22 +00:00
]
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
"rustc_version",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "detect-desktop-environment"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21d8ad60dd5b13a4ee6bd8fa2d5d88965c597c67bce32b5fc49c94f55cb50810"
[[package]]
name = "digest"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
2022-12-20 22:45:15 +00:00
[[package]]
name = "directories-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
dependencies = [
"cfg-if",
"dirs-sys-next",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2022-12-20 22:45:15 +00:00
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
"libloading",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "dlv-list"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "ecdsa"
2023-03-11 23:40:26 +00:00
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "d1b0a1222f8072619e8a6b667a854020a03d363738303203c09468b3424a420a"
dependencies = [
"der",
"elliptic-curve",
"rfc6979",
"signature",
]
[[package]]
name = "ecolor"
2023-02-10 07:51:32 +00:00
version = "0.21.0"
2023-04-14 00:17:18 +00:00
source = "git+https://github.com/mikedilger/egui?branch=gossip#aed0550d232afbd983e00b6aa794c13b8d3d7020"
dependencies = [
"bytemuck",
2022-12-20 22:45:15 +00:00
"serde",
]
[[package]]
name = "eframe"
version = "0.21.3"
2023-04-14 00:17:18 +00:00
source = "git+https://github.com/mikedilger/egui?branch=gossip#aed0550d232afbd983e00b6aa794c13b8d3d7020"
dependencies = [
"bytemuck",
2022-12-20 07:56:22 +00:00
"dark-light",
2022-12-20 22:45:15 +00:00
"directories-next",
"egui",
"egui-winit",
"egui_glow",
"glow",
"glutin",
2023-02-10 07:51:32 +00:00
"glutin-winit",
"js-sys",
"percent-encoding",
2023-02-10 07:51:32 +00:00
"raw-window-handle",
2022-12-20 22:45:15 +00:00
"ron",
"serde",
2023-02-10 07:51:32 +00:00
"thiserror",
"tracing",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winit",
]
[[package]]
name = "egui"
2023-02-10 07:51:32 +00:00
version = "0.21.0"
2023-04-14 00:17:18 +00:00
source = "git+https://github.com/mikedilger/egui?branch=gossip#aed0550d232afbd983e00b6aa794c13b8d3d7020"
dependencies = [
"accesskit",
2023-01-28 01:00:16 +00:00
"ahash 0.8.3",
"epaint",
"nohash-hasher",
2022-12-20 22:45:15 +00:00
"ron",
"serde",
"tracing",
]
[[package]]
name = "egui-winit"
version = "0.21.1"
2023-04-14 00:17:18 +00:00
source = "git+https://github.com/mikedilger/egui?branch=gossip#aed0550d232afbd983e00b6aa794c13b8d3d7020"
dependencies = [
"accesskit_winit",
2023-02-10 07:51:32 +00:00
"android-activity",
"arboard",
"egui",
"instant",
2022-12-20 22:45:15 +00:00
"serde",
"smithay-clipboard",
"tracing",
"webbrowser",
"winit",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "egui_extras"
2023-02-10 07:51:32 +00:00
version = "0.21.0"
2023-04-14 00:17:18 +00:00
source = "git+https://github.com/mikedilger/egui?branch=gossip#aed0550d232afbd983e00b6aa794c13b8d3d7020"
2022-12-20 06:57:06 +00:00
dependencies = [
"egui",
2023-01-16 06:08:40 +00:00
"image",
2022-12-20 06:57:06 +00:00
"resvg",
"serde",
2023-02-10 07:51:32 +00:00
"tiny-skia",
2022-12-20 06:57:06 +00:00
"tracing",
"usvg",
]
[[package]]
name = "egui_glow"
2023-02-10 07:51:32 +00:00
version = "0.21.0"
2023-04-14 00:17:18 +00:00
source = "git+https://github.com/mikedilger/egui?branch=gossip#aed0550d232afbd983e00b6aa794c13b8d3d7020"
dependencies = [
"bytemuck",
"egui",
"glow",
2022-12-20 06:57:06 +00:00
"memoffset 0.6.5",
"tracing",
"wasm-bindgen",
"web-sys",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "either"
2023-01-28 01:00:16 +00:00
version = "1.8.1"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 01:00:16 +00:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2022-12-20 06:57:06 +00:00
[[package]]
name = "elliptic-curve"
2023-03-11 23:40:26 +00:00
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "6ea5a92946e8614bb585254898bb7dd1ddad241ace60c52149e3765e34cc039d"
dependencies = [
"base16ct",
"crypto-bigint",
"digest",
"ff",
"generic-array",
"group",
2023-02-22 23:33:52 +00:00
"hkdf",
"pkcs8",
"rand_core",
"sec1",
"subtle",
"zeroize",
]
[[package]]
name = "emath"
2023-02-10 07:51:32 +00:00
version = "0.21.0"
2023-04-14 00:17:18 +00:00
source = "git+https://github.com/mikedilger/egui?branch=gossip#aed0550d232afbd983e00b6aa794c13b8d3d7020"
dependencies = [
"bytemuck",
2022-12-20 22:45:15 +00:00
"serde",
]
[[package]]
name = "encoding_rs"
2023-02-10 07:48:01 +00:00
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
dependencies = [
"cfg-if",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "enumflags2"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
2022-12-20 07:56:22 +00:00
]
[[package]]
2023-02-10 07:51:32 +00:00
name = "enumn"
2023-03-25 22:08:17 +00:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "48016319042fb7c87b78d2993084a831793a897a5cd1a2a67cab9d1eeb4b7d76"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 2.0.10",
]
[[package]]
name = "epaint"
2023-02-10 07:51:32 +00:00
version = "0.21.0"
2023-04-14 00:17:18 +00:00
source = "git+https://github.com/mikedilger/egui?branch=gossip#aed0550d232afbd983e00b6aa794c13b8d3d7020"
dependencies = [
"ab_glyph",
2023-01-28 01:00:16 +00:00
"ahash 0.8.3",
"atomic_refcell",
"bytemuck",
"ecolor",
"emath",
"nohash-hasher",
"parking_lot",
2022-12-20 22:45:15 +00:00
"serde",
]
2023-03-07 06:31:31 +00:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
2023-03-25 22:08:17 +00:00
[[package]]
name = "errno"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.45.0",
]
2023-03-07 06:31:31 +00:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "error-code"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
dependencies = [
"libc",
"str-buf",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2022-12-20 06:57:06 +00:00
[[package]]
name = "exr"
2023-03-11 23:40:26 +00:00
version = "1.6.3"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "bdd2162b720141a91a054640662d3edce3d50a944a50ffca5313cd951abb35b4"
2022-12-20 06:57:06 +00:00
dependencies = [
"bit_field",
"flume",
"half",
"lebe",
"miniz_oxide",
2023-03-11 23:40:26 +00:00
"rayon-core",
2022-12-20 06:57:06 +00:00
"smallvec",
2023-02-10 07:48:01 +00:00
"zune-inflate",
2022-12-20 06:57:06 +00:00
]
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2022-12-20 07:56:22 +00:00
[[package]]
name = "fastrand"
version = "1.9.0"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-12-20 07:56:22 +00:00
dependencies = [
"instant",
]
[[package]]
name = "ff"
2023-03-11 23:40:26 +00:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
dependencies = [
"rand_core",
"subtle",
]
[[package]]
name = "flate2"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
dependencies = [
"crc32fast",
"miniz_oxide",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
[[package]]
name = "flume"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
2023-03-25 22:08:17 +00:00
"spin 0.9.6",
2022-12-20 06:57:06 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
2023-02-10 07:51:32 +00:00
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
2023-03-11 23:40:26 +00:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-03-11 23:40:26 +00:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
dependencies = [
"futures-core",
"futures-sink",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "futures-core"
2023-03-11 23:40:26 +00:00
version = "0.3.27"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
2022-12-20 06:57:06 +00:00
[[package]]
name = "futures-executor"
2023-03-11 23:40:26 +00:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "futures-io"
2023-03-11 23:40:26 +00:00
version = "0.3.27"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
2022-12-20 07:56:22 +00:00
[[package]]
name = "futures-lite"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
2023-03-11 23:40:26 +00:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "futures-sink"
2023-03-11 23:40:26 +00:00
version = "0.3.27"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
2022-12-20 06:57:06 +00:00
2022-12-20 07:56:22 +00:00
[[package]]
name = "futures-task"
2023-03-11 23:40:26 +00:00
version = "0.3.27"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
2022-12-20 07:56:22 +00:00
[[package]]
name = "futures-util"
2023-03-11 23:40:26 +00:00
version = "0.3.27"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
2022-12-20 07:56:22 +00:00
dependencies = [
"futures-channel",
2022-12-20 07:56:22 +00:00
"futures-core",
"futures-io",
"futures-macro",
2022-12-20 07:56:22 +00:00
"futures-sink",
"futures-task",
"memchr",
2022-12-20 07:56:22 +00:00
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
"version_check",
2023-03-11 23:40:26 +00:00
"zeroize",
]
[[package]]
name = "gethostname"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "getrandom"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
"cfg-if",
2022-12-20 06:57:06 +00:00
"js-sys",
"libc",
"wasi",
2022-12-20 06:57:06 +00:00
"wasm-bindgen",
]
[[package]]
name = "gif"
2023-03-25 22:08:17 +00:00
version = "0.12.0"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
2022-12-20 06:57:06 +00:00
dependencies = [
"color_quant",
"weezl",
]
[[package]]
name = "gl_generator"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
dependencies = [
"khronos_api",
"log",
"xml-rs",
]
[[package]]
name = "glow"
2023-03-07 06:31:31 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "4e007a07a24de5ecae94160f141029e9a347282cfe25d1d58d85d845cf3130f1"
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "glutin"
2023-03-25 22:08:17 +00:00
version = "0.30.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "f89bab9ec7715de13d5d5402238e66f48e3a5ae636ebb45aba4013c962e2ff15"
dependencies = [
"bitflags",
"cfg_aliases",
"cgl",
"core-foundation",
2023-02-10 07:48:01 +00:00
"dispatch",
"glutin_egl_sys",
"glutin_glx_sys",
"glutin_wgl_sys",
"libloading",
2023-02-10 07:48:01 +00:00
"objc2",
"once_cell",
2023-02-10 07:51:32 +00:00
"raw-window-handle",
"wayland-sys 0.30.1",
2023-02-10 07:48:01 +00:00
"windows-sys 0.45.0",
"x11-dl",
]
2023-02-10 07:51:32 +00:00
[[package]]
name = "glutin-winit"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629a873fc04062830bfe8f97c03773bcd7b371e23bcc465d0a61448cd1588fa4"
dependencies = [
"cfg_aliases",
"glutin",
"raw-window-handle",
"winit",
]
[[package]]
name = "glutin_egl_sys"
2023-02-10 07:48:01 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "e5aaf0abb5c4148685b33101ae326a207946b4d3764d6cdc79f8316cdaa8367d"
dependencies = [
"gl_generator",
2023-02-10 07:48:01 +00:00
"windows-sys 0.45.0",
]
[[package]]
name = "glutin_glx_sys"
2023-02-10 07:48:01 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "1b53cb5fe568964aa066a3ba91eac5ecbac869fb0842cd0dc9e412434f1a1494"
dependencies = [
"gl_generator",
"x11-dl",
]
[[package]]
name = "glutin_wgl_sys"
2023-02-10 07:48:01 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "ef89398e90033fc6bc65e9bd42fd29bbbfd483bda5b56dc5562f455550618165"
dependencies = [
"gl_generator",
]
2022-12-20 04:51:16 +00:00
[[package]]
name = "gossip"
2023-03-11 23:57:15 +00:00
version = "0.6.0-unstable"
2022-12-20 04:51:16 +00:00
dependencies = [
2023-01-14 20:35:50 +00:00
"async-recursion",
"async-trait",
"base64 0.21.0",
2023-01-06 18:55:17 +00:00
"dashmap",
"dirs",
"eframe",
2023-02-27 20:53:08 +00:00
"egui-winit",
2022-12-20 06:57:06 +00:00
"egui_extras",
"encoding_rs",
2023-03-08 05:47:01 +00:00
"fallible-iterator",
"futures",
"futures-util",
"gossip-relay-picker",
"hex",
"http",
"humansize",
2022-12-20 06:57:06 +00:00
"image",
"lazy_static",
2023-01-01 18:22:55 +00:00
"linkify",
"memoize",
"mime",
"nostr-types",
2023-01-02 22:17:47 +00:00
"parking_lot",
2023-01-27 05:49:33 +00:00
"qrcode",
"rand",
"regex",
"reqwest",
"rusqlite",
"serde",
"serde_json",
"sha2",
"time",
"tokio",
"tokio-tungstenite",
2022-12-20 04:51:16 +00:00
"tracing",
"tracing-subscriber",
2023-01-22 07:07:28 +00:00
"tungstenite",
"vecmap-rs",
"zeroize",
]
[[package]]
name = "gossip-relay-picker"
2023-03-11 23:40:26 +00:00
version = "0.2.0-unstable"
source = "git+https://github.com/mikedilger/gossip-relay-picker#10df7ae5c48c521aa9ba8cb92931ea4721ed3cfa"
dependencies = [
"async-trait",
"dashmap",
"nostr-types",
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "group"
2023-03-11 23:40:26 +00:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
dependencies = [
"ff",
"rand_core",
"subtle",
]
[[package]]
name = "h2"
2023-03-07 06:31:31 +00:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "half"
2023-01-22 06:14:45 +00:00
version = "2.2.1"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
2022-12-20 06:57:06 +00:00
dependencies = [
"crunchy",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash 0.7.6",
]
[[package]]
name = "hashlink"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
dependencies = [
"hashbrown",
]
[[package]]
name = "hermit-abi"
2022-12-20 19:23:30 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 19:23:30 +00:00
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2023-03-25 22:08:17 +00:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2023-02-22 23:33:52 +00:00
[[package]]
name = "hkdf"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "http"
2023-03-07 06:31:31 +00:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "humansize"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
dependencies = [
"libm",
]
[[package]]
name = "hyper"
2023-03-11 23:40:26 +00:00
version = "0.14.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
dependencies = [
"http",
"hyper",
"rustls",
"tokio",
"tokio-rustls",
]
2023-03-04 08:05:57 +00:00
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
[[package]]
name = "iana-time-zone"
2023-03-25 22:08:17 +00:00
version = "0.1.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-03-25 22:08:17 +00:00
"windows 0.46.0",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "image"
2023-03-25 22:08:17 +00:00
version = "0.24.6"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
2022-12-20 06:57:06 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"exr",
"gif",
2023-02-10 07:51:32 +00:00
"jpeg-decoder",
2022-12-20 06:57:06 +00:00
"num-rational",
"num-traits",
"png",
2023-03-25 22:08:17 +00:00
"qoi",
2022-12-20 06:57:06 +00:00
"tiff",
]
2023-02-10 07:51:32 +00:00
[[package]]
name = "imagesize"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df19da1e92fbfec043ca97d622955381b1f3ee72a180ec999912df31b1ccd951"
[[package]]
name = "indexmap"
2023-03-25 22:08:17 +00:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"block-padding",
"generic-array",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2023-03-07 06:31:31 +00:00
[[package]]
name = "io-lifetimes"
2023-03-25 22:08:17 +00:00
version = "1.0.9"
2023-03-07 06:31:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb"
2023-03-07 06:31:31 +00:00
dependencies = [
2023-03-25 22:08:17 +00:00
"hermit-abi 0.3.1",
2023-03-07 06:31:31 +00:00
"libc",
"windows-sys 0.45.0",
]
[[package]]
name = "ipnet"
2023-01-22 06:14:45 +00:00
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
[[package]]
name = "itoa"
2023-03-07 06:31:31 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
[[package]]
name = "jni"
2023-03-25 22:08:17 +00:00
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
dependencies = [
"cesu8",
2023-03-25 22:08:17 +00:00
"cfg-if",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
2023-03-25 22:08:17 +00:00
"windows-sys 0.45.0",
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2022-12-20 06:57:06 +00:00
[[package]]
2023-02-10 07:51:32 +00:00
name = "jobserver"
2023-03-07 06:31:31 +00:00
version = "0.1.26"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2023-02-10 07:51:32 +00:00
dependencies = [
"libc",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "jpeg-decoder"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
dependencies = [
"rayon",
]
[[package]]
name = "js-sys"
2023-02-10 07:48:01 +00:00
version = "0.3.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "k256"
2023-03-11 23:40:26 +00:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "955890845095ccf31ef83ad41a05aabb4d8cc23dc3cac5a9f5c89cf26dd0da75"
dependencies = [
"cfg-if",
"ecdsa",
"elliptic-curve",
2023-01-22 07:07:28 +00:00
"once_cell",
"sha2",
2023-01-22 07:07:28 +00:00
"signature",
2022-12-20 04:51:16 +00:00
]
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]]
name = "kurbo"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449"
dependencies = [
2023-02-10 07:51:32 +00:00
"arrayvec",
]
2022-12-20 04:51:16 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-12-20 06:57:06 +00:00
[[package]]
name = "lebe"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2022-12-20 04:51:16 +00:00
[[package]]
name = "libc"
2023-03-11 23:40:26 +00:00
version = "0.2.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "libm"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
[[package]]
name = "libsqlite3-sys"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "link-cplusplus"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
2023-01-01 18:22:55 +00:00
[[package]]
name = "linkify"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96dd5884008358112bc66093362197c7248ece00d46624e2cf71e50029f8cff5"
dependencies = [
"memchr",
]
2023-03-07 06:31:31 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2023-03-25 22:08:17 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d"
[[package]]
name = "lock_api"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
[[package]]
name = "lru"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
dependencies = [
"hashbrown",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2022-12-26 08:02:08 +00:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
2023-03-07 06:31:31 +00:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
2023-03-11 23:40:26 +00:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "memoffset"
2023-03-07 06:31:31 +00:00
version = "0.8.0"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
2022-12-20 06:57:06 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "memoize"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b2ae6b7c9fbefd9bad492a5c65013e9fd10d6db3f971ee1e2d1c55485dd5135"
dependencies = [
"lazy_static",
"lru",
"memoize-inner",
]
[[package]]
name = "memoize-inner"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bfde264c318ec8c2de5c39e0ba3910fac8d1065e3b947b183ebd884b799719b"
dependencies = [
"lazy_static",
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
]
[[package]]
name = "mime"
2023-03-25 22:08:17 +00:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
[[package]]
name = "mio"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
dependencies = [
"libc",
"log",
"wasi",
"windows-sys 0.45.0",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom",
2022-12-20 06:57:06 +00:00
]
2023-03-04 08:05:57 +00:00
[[package]]
name = "native-tls"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "ndk"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
dependencies = [
"bitflags",
"jni-sys",
2022-12-28 21:56:17 +00:00
"ndk-sys",
"num_enum",
2023-02-10 07:51:32 +00:00
"raw-window-handle",
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-sys"
version = "0.4.1+23.1.7779620"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
dependencies = [
"jni-sys",
]
[[package]]
name = "nix"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
"bitflags",
"cfg-if",
"libc",
2022-12-20 06:57:06 +00:00
"memoffset 0.6.5",
]
[[package]]
name = "nix"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
dependencies = [
"autocfg",
"bitflags",
"cfg-if",
"libc",
2022-12-20 06:57:06 +00:00
"memoffset 0.6.5",
2023-03-11 23:40:26 +00:00
]
[[package]]
name = "nix"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
"bitflags",
"cfg-if",
"libc",
"memoffset 0.7.1",
2022-12-20 07:56:22 +00:00
"pin-utils",
2023-03-11 23:40:26 +00:00
"static_assertions",
]
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
2023-01-22 06:14:45 +00:00
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nostr-types"
2023-03-11 23:40:26 +00:00
version = "0.5.0-unstable"
2023-04-22 00:01:33 +00:00
source = "git+https://github.com/mikedilger/nostr-types#4bd0e4bea287245a602537bfb849ac3877cc023d"
dependencies = [
"aes",
2023-01-22 07:07:28 +00:00
"base64 0.21.0",
"bech32",
"cbc",
2023-01-20 04:31:51 +00:00
"chacha20poly1305",
2023-03-08 05:46:06 +00:00
"core-net",
"derive_more",
"hex",
"hmac",
2022-12-25 22:31:02 +00:00
"http",
2023-02-22 23:33:52 +00:00
"inout",
"k256",
2023-03-30 21:37:02 +00:00
"lazy_static",
2023-04-11 01:41:23 +00:00
"linkify",
"num_cpus",
"pbkdf2",
"rand_core",
2023-03-30 21:37:02 +00:00
"regex",
2023-01-20 04:31:51 +00:00
"scrypt",
"serde",
"serde_json",
"sha2",
"thiserror",
2023-03-08 05:46:06 +00:00
"url",
"zeroize",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.15"
2022-12-20 04:51:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2022-12-20 04:51:16 +00:00
dependencies = [
"autocfg",
2022-12-20 04:51:16 +00:00
]
[[package]]
name = "num_cpus"
2022-12-20 19:23:30 +00:00
version = "1.15.0"
2022-12-20 04:51:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 19:23:30 +00:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-12-20 04:51:16 +00:00
dependencies = [
2023-03-25 22:08:17 +00:00
"hermit-abi 0.2.6",
"libc",
2022-12-20 04:51:16 +00:00
]
[[package]]
name = "num_enum"
2023-03-07 06:31:31 +00:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2023-03-07 06:31:31 +00:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
]
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
[[package]]
name = "objc-sys"
version = "0.2.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7"
[[package]]
name = "objc2"
version = "0.3.0-beta.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe31e5425d3d0b89a15982c024392815da40689aceb34bad364d58732bcfd649"
dependencies = [
"block2",
"objc-sys",
"objc2-encode",
]
[[package]]
name = "objc2-encode"
version = "2.0.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512"
dependencies = [
"objc-sys",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
2022-12-20 04:51:16 +00:00
[[package]]
name = "once_cell"
version = "1.17.1"
2022-12-20 04:51:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2022-12-20 04:51:16 +00:00
2023-01-20 04:31:51 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2023-03-04 08:05:57 +00:00
[[package]]
name = "openssl"
2023-03-25 22:08:17 +00:00
version = "0.10.48"
2023-03-04 08:05:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2"
2023-03-04 08:05:57 +00:00
dependencies = [
"bitflags",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
2023-03-04 08:05:57 +00:00
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2023-03-25 22:08:17 +00:00
version = "0.9.83"
2023-03-04 08:05:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b"
2023-03-04 08:05:57 +00:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2023-02-10 07:51:32 +00:00
[[package]]
name = "orbclient"
2023-03-11 23:40:26 +00:00
version = "0.3.43"
2023-02-10 07:51:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "974465c5e83cf9df05c1e4137b271d29035c902e39e5ad4c1939837e22160af8"
2023-02-10 07:51:32 +00:00
dependencies = [
"cfg-if",
"redox_syscall 0.2.16",
"wasm-bindgen",
"web-sys",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "ordered-multimap"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
dependencies = [
"dlv-list",
"hashbrown",
]
[[package]]
name = "ordered-stream"
version = "0.2.0"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2022-12-20 07:56:22 +00:00
dependencies = [
"futures-core",
"pin-project-lite",
]
2022-12-20 04:51:16 +00:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "owned_ttf_parser"
2023-02-10 07:48:01 +00:00
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "e25e9fb15717794fae58ab55c26e044103aad13186fbb625893f9a3bbcc24228"
dependencies = [
2023-02-10 07:51:32 +00:00
"ttf-parser",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-02-10 07:48:01 +00:00
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
dependencies = [
"cfg-if",
"libc",
2023-02-10 07:51:32 +00:00
"redox_syscall 0.2.16",
"smallvec",
2023-02-10 07:48:01 +00:00
"windows-sys 0.45.0",
]
[[package]]
name = "password-hash"
2023-03-11 23:40:26 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
[[package]]
name = "paste"
2023-03-07 06:31:31 +00:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
[[package]]
name = "pbkdf2"
2023-03-11 23:40:26 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "f0ca0b5a68607598bf3bad68f32227a8164f6254833f84eafaac409cd6746c31"
dependencies = [
"digest",
"hmac",
"password-hash",
"sha2",
]
[[package]]
name = "percent-encoding"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2022-12-20 06:57:06 +00:00
[[package]]
name = "pico-args"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
[[package]]
name = "pin-project"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
2022-12-20 06:57:06 +00:00
]
2022-12-20 04:51:16 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2022-12-20 07:56:22 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkcs8"
2023-03-11 23:40:26 +00:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "3d2820d87d2b008616e5c27212dd9e0e694fb4c6b522de06094106813328cb49"
dependencies = [
"der",
"spki",
]
[[package]]
name = "pkg-config"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
[[package]]
name = "png"
version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
dependencies = [
"bitflags",
"crc32fast",
"flate2",
"miniz_oxide",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "polling"
2023-03-11 23:40:26 +00:00
version = "2.6.0"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa"
2022-12-20 07:56:22 +00:00
dependencies = [
"autocfg",
2023-03-11 23:40:26 +00:00
"bitflags",
2022-12-20 07:56:22 +00:00
"cfg-if",
2023-03-11 23:40:26 +00:00
"concurrent-queue",
2022-12-20 07:56:22 +00:00
"libc",
"log",
2023-03-11 23:40:26 +00:00
"pin-project-lite",
"windows-sys 0.45.0",
2022-12-20 07:56:22 +00:00
]
2023-01-20 04:31:51 +00:00
[[package]]
name = "poly1305"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
dependencies = [
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro-crate"
2023-03-07 06:31:31 +00:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
2023-01-28 01:00:16 +00:00
"toml_edit",
]
2022-12-20 04:51:16 +00:00
[[package]]
name = "proc-macro2"
2023-03-25 22:08:17 +00:00
version = "1.0.53"
2022-12-20 04:51:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
2022-12-20 04:51:16 +00:00
dependencies = [
"unicode-ident",
]
2023-03-25 22:08:17 +00:00
[[package]]
name = "qoi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
dependencies = [
"bytemuck",
]
2023-01-27 05:49:33 +00:00
[[package]]
name = "qrcode"
version = "0.12.0"
source = "git+https://github.com/mikedilger/qrcode-rust#519b77b3efa3f84961169b47d3de08c5ddd86548"
dependencies = [
"checked_int_cast",
"image",
]
2022-12-20 04:51:16 +00:00
[[package]]
name = "quote"
2023-03-25 22:08:17 +00:00
version = "1.0.26"
2022-12-20 04:51:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
2022-12-20 04:51:16 +00:00
dependencies = [
"proc-macro2",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
2022-12-20 07:56:22 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
2022-12-20 07:56:22 +00:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "raw-window-handle"
2023-03-11 23:40:26 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "4f851a03551ceefd30132e447f07f96cb7011d6b658374f3aed847333adb5559"
2022-12-20 06:57:06 +00:00
[[package]]
name = "rayon"
2023-03-07 06:31:31 +00:00
version = "1.7.0"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2022-12-20 06:57:06 +00:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-03-07 06:31:31 +00:00
version = "1.11.0"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2022-12-20 06:57:06 +00:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "rctree"
2023-02-10 07:51:32 +00:00
version = "0.5.0"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:51:32 +00:00
checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f"
2022-12-20 06:57:06 +00:00
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
2023-02-10 07:51:32 +00:00
[[package]]
name = "redox_syscall"
2023-03-25 22:08:17 +00:00
version = "0.3.5"
2023-02-10 07:51:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2023-02-10 07:51:32 +00:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
2023-02-10 07:51:32 +00:00
"redox_syscall 0.2.16",
"thiserror",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "regex"
2023-03-25 22:08:17 +00:00
version = "1.7.3"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
2022-12-20 07:56:22 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2022-12-26 08:02:08 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "regex-syntax"
2023-03-25 22:08:17 +00:00
version = "0.6.29"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-12-20 07:56:22 +00:00
[[package]]
name = "reqwest"
2023-03-25 22:08:17 +00:00
version = "0.11.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949"
dependencies = [
"async-compression",
2023-01-22 06:14:45 +00:00
"base64 0.21.0",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-rustls",
2023-03-04 08:05:57 +00:00
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
2023-03-04 08:05:57 +00:00
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls",
"rustls-pemfile",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2023-03-04 08:05:57 +00:00
"tokio-native-tls",
"tokio-rustls",
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"winreg",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "resvg"
2023-02-10 07:51:32 +00:00
version = "0.28.0"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:51:32 +00:00
checksum = "c115863f2d3621999cf187e318bc92b16402dfeff6a48c74df700d77381394c1"
2022-12-20 06:57:06 +00:00
dependencies = [
"log",
"pico-args",
"rgb",
"svgtypes",
2023-02-10 07:51:32 +00:00
"tiny-skia",
2022-12-20 06:57:06 +00:00
"usvg",
]
[[package]]
name = "rfc6979"
2023-03-11 23:40:26 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
dependencies = [
"hmac",
2023-03-11 23:40:26 +00:00
"subtle",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "rgb"
2023-03-07 06:31:31 +00:00
version = "0.8.36"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
2022-12-20 06:57:06 +00:00
dependencies = [
"bytemuck",
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
"untrusted",
"web-sys",
"winapi",
]
2022-12-20 22:45:15 +00:00
[[package]]
name = "ron"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff"
dependencies = [
"base64 0.13.1",
"bitflags",
"serde",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "roxmltree"
2023-02-10 07:51:32 +00:00
version = "0.15.1"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:51:32 +00:00
checksum = "6b9de9831a129b122e7e61f242db509fa9d0838008bf0b29bb0624669edfe48a"
2022-12-20 06:57:06 +00:00
dependencies = [
"xmlparser",
]
[[package]]
name = "rusqlite"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01e213bc3ecb39ac32e81e51ebe31fd888a940515173e3a18a35f8c6e896422a"
dependencies = [
"bitflags",
"chrono",
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"serde_json",
"smallvec",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "rust-ini"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
dependencies = [
"cfg-if",
"ordered-multimap",
]
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2023-03-07 06:31:31 +00:00
[[package]]
name = "rustix"
2023-03-25 22:08:17 +00:00
version = "0.36.11"
2023-03-07 06:31:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e"
2023-03-07 06:31:31 +00:00
dependencies = [
"bitflags",
2023-03-25 22:08:17 +00:00
"errno 0.2.8",
2023-03-07 06:31:31 +00:00
"io-lifetimes",
"libc",
2023-03-25 22:08:17 +00:00
"linux-raw-sys 0.1.4",
"windows-sys 0.45.0",
]
[[package]]
name = "rustix"
version = "0.37.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2"
dependencies = [
"bitflags",
"errno 0.3.0",
"io-lifetimes",
"libc",
"linux-raw-sys 0.3.0",
2023-03-07 06:31:31 +00:00
"windows-sys 0.45.0",
]
[[package]]
name = "rustls"
2023-01-22 06:14:45 +00:00
version = "0.20.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-pemfile"
2023-01-22 06:14:45 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
dependencies = [
2023-01-22 06:14:45 +00:00
"base64 0.21.0",
]
[[package]]
name = "ryu"
2023-03-07 06:31:31 +00:00
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2023-01-20 04:31:51 +00:00
[[package]]
name = "salsa20"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
dependencies = [
"cipher",
]
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2023-03-04 08:05:57 +00:00
[[package]]
name = "schannel"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
dependencies = [
"windows-sys 0.42.0",
]
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scratch"
2023-03-07 06:31:31 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
2023-01-20 04:31:51 +00:00
[[package]]
name = "scrypt"
2023-03-11 23:40:26 +00:00
version = "0.11.0"
2023-01-20 04:31:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
2023-01-20 04:31:51 +00:00
dependencies = [
"password-hash",
"pbkdf2",
"salsa20",
"sha2",
]
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "sctk-adwaita"
2023-02-10 07:51:32 +00:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:51:32 +00:00
checksum = "cc56402866c717f54e48b122eb93c69f709bc5a6359c403598992fd92f017931"
dependencies = [
2023-02-10 07:51:32 +00:00
"ab_glyph",
"log",
2023-02-10 07:51:32 +00:00
"memmap2",
"smithay-client-toolkit",
2023-02-10 07:51:32 +00:00
"tiny-skia",
]
[[package]]
name = "sec1"
2023-03-11 23:40:26 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "48518a2b5775ba8ca5b46596aae011caa431e6ce7e4a67ead66d92f08884220e"
dependencies = [
"base16ct",
"der",
"generic-array",
"pkcs8",
"subtle",
"zeroize",
]
2023-03-04 08:05:57 +00:00
[[package]]
name = "security-framework"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
2023-03-25 22:08:17 +00:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
[[package]]
name = "serde"
2023-03-25 22:08:17 +00:00
version = "1.0.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-03-25 22:08:17 +00:00
version = "1.0.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 2.0.10",
]
[[package]]
name = "serde_json"
2023-03-07 06:31:31 +00:00
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
dependencies = [
"itoa",
"ryu",
"serde",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "serde_repr"
2023-03-25 22:08:17 +00:00
version = "0.1.12"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
2022-12-20 07:56:22 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 2.0.10",
2022-12-20 07:56:22 +00:00
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "sha1"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2022-12-20 04:51:16 +00:00
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
[[package]]
name = "signature"
2023-01-22 07:07:28 +00:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 07:07:28 +00:00
checksum = "8fe458c98333f9c8152221191a77e2a44e8325d0193484af2e9421a53019e57d"
dependencies = [
"digest",
"rand_core",
]
2023-02-10 07:48:01 +00:00
[[package]]
name = "simd-adler32"
2023-03-25 22:08:17 +00:00
version = "0.3.5"
2023-02-10 07:48:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
2023-02-10 07:48:01 +00:00
2022-12-20 06:57:06 +00:00
[[package]]
name = "simplecss"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
dependencies = [
"log",
]
[[package]]
name = "siphasher"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2022-12-20 07:56:22 +00:00
[[package]]
name = "slab"
2023-03-07 06:31:31 +00:00
version = "0.4.8"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-12-20 07:56:22 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "slotmap"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
2022-12-20 04:51:16 +00:00
[[package]]
name = "smallvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "smithay-client-toolkit"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
dependencies = [
"bitflags",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2",
"nix 0.24.3",
"pkg-config",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
[[package]]
name = "smithay-clipboard"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8"
dependencies = [
"smithay-client-toolkit",
"wayland-client",
]
[[package]]
name = "socket2"
2023-03-07 06:31:31 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-12-20 06:57:06 +00:00
[[package]]
name = "spin"
2023-03-25 22:08:17 +00:00
version = "0.9.6"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "b5d6e0250b93c8427a177b849d144a96d5acc57006149479403d7861ab721e34"
2022-12-20 06:57:06 +00:00
dependencies = [
"lock_api",
]
[[package]]
name = "spki"
2023-03-11 23:40:26 +00:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "c0445c905640145c7ea8c1993555957f65e7c46d0535b91ba501bc9bfc85522f"
dependencies = [
"base64ct",
"der",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "str-buf"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
[[package]]
2023-02-10 07:51:32 +00:00
name = "strict-num"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:51:32 +00:00
checksum = "9df65f20698aeed245efdde3628a6b559ea1239bbb871af1b6e3b58c413b2bd1"
dependencies = [
"float-cmp",
]
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2022-12-20 06:57:06 +00:00
[[package]]
name = "svgtypes"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22975e8a2bac6a76bb54f898a6b18764633b00e780330f0b689f65afb3975564"
dependencies = [
"siphasher",
]
2022-12-20 04:51:16 +00:00
[[package]]
name = "syn"
2023-03-07 06:31:31 +00:00
version = "1.0.109"
2022-12-20 04:51:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-12-20 04:51:16 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-03-25 22:08:17 +00:00
[[package]]
name = "syn"
version = "2.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aad1363ed6d37b84299588d62d3a7d95b5a5c2d9aad5c85609fda12afaa1f40"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "tempfile"
2023-03-07 06:31:31 +00:00
version = "3.4.0"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
2022-12-20 07:56:22 +00:00
dependencies = [
"cfg-if",
"fastrand",
2023-02-10 07:51:32 +00:00
"redox_syscall 0.2.16",
2023-03-25 22:08:17 +00:00
"rustix 0.36.11",
2023-03-07 06:31:31 +00:00
"windows-sys 0.42.0",
2022-12-20 07:56:22 +00:00
]
[[package]]
name = "termcolor"
2023-01-22 06:14:45 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
2023-03-25 22:08:17 +00:00
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-03-25 22:08:17 +00:00
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 2.0.10",
]
2022-12-20 04:51:16 +00:00
[[package]]
name = "thread_local"
version = "1.1.7"
2022-12-20 04:51:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2022-12-20 04:51:16 +00:00
dependencies = [
2023-02-10 07:48:01 +00:00
"cfg-if",
2022-12-20 04:51:16 +00:00
"once_cell",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "tiff"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471"
dependencies = [
"flate2",
2023-02-10 07:51:32 +00:00
"jpeg-decoder",
2022-12-20 06:57:06 +00:00
"weezl",
]
[[package]]
name = "time"
2023-03-07 06:31:31 +00:00
version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
dependencies = [
"itoa",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "time-macros"
2023-03-07 06:31:31 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
dependencies = [
"time-core",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "tiny-skia"
2023-02-10 07:51:32 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:51:32 +00:00
checksum = "bfef3412c6975196fdfac41ef232f910be2bb37b9dd3313a49a1a6bc815a5bdb"
dependencies = [
"arrayref",
2023-02-10 07:51:32 +00:00
"arrayvec",
"bytemuck",
"cfg-if",
"png",
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
2023-02-10 07:51:32 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:51:32 +00:00
checksum = "a4b5edac058fc98f51c935daea4d805b695b38e2f151241cad125ade2a2ac20d"
dependencies = [
"arrayref",
"bytemuck",
2023-02-10 07:51:32 +00:00
"strict-num",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-02-10 07:48:01 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2023-03-07 06:31:31 +00:00
version = "1.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
dependencies = [
"autocfg",
"bytes",
"libc",
"memchr",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
2023-03-07 06:31:31 +00:00
"windows-sys 0.45.0",
]
[[package]]
name = "tokio-macros"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
]
2023-03-04 08:05:57 +00:00
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
"rustls",
"tokio",
"webpki",
]
[[package]]
name = "tokio-tungstenite"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
dependencies = [
"futures-util",
"log",
2023-03-04 08:05:57 +00:00
"native-tls",
"rustls",
"tokio",
2023-03-04 08:05:57 +00:00
"tokio-native-tls",
"tokio-rustls",
2023-01-22 07:07:28 +00:00
"tungstenite",
"webpki",
"webpki-roots",
]
[[package]]
name = "tokio-util"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
2023-01-28 01:00:16 +00:00
name = "toml_datetime"
2023-03-07 06:31:31 +00:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
2023-01-28 01:00:16 +00:00
[[package]]
name = "toml_edit"
2023-03-25 22:08:17 +00:00
version = "0.19.8"
2023-01-28 01:00:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
dependencies = [
2023-01-28 01:00:16 +00:00
"indexmap",
"toml_datetime",
2023-03-07 06:31:31 +00:00
"winnow",
]
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-12-20 04:51:16 +00:00
[[package]]
name = "tracing"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
2022-12-20 04:51:16 +00:00
]
[[package]]
name = "tracing-core"
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
dependencies = [
2022-12-26 08:02:08 +00:00
"matchers",
2022-12-20 04:51:16 +00:00
"nu-ansi-term",
2022-12-26 08:02:08 +00:00
"once_cell",
"regex",
2022-12-20 04:51:16 +00:00
"sharded-slab",
"smallvec",
"thread_local",
2022-12-26 08:02:08 +00:00
"tracing",
2022-12-20 04:51:16 +00:00
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
2023-01-22 06:14:45 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2023-01-22 06:14:45 +00:00
[[package]]
name = "ttf-parser"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633"
[[package]]
name = "tungstenite"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
dependencies = [
"base64 0.13.1",
"byteorder",
"bytes",
"http",
"httparse",
"log",
2023-03-04 08:05:57 +00:00
"native-tls",
"rand",
"rustls",
"sha1",
"thiserror",
"url",
"utf-8",
"webpki",
"webpki-roots",
]
[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-12-20 07:56:22 +00:00
[[package]]
name = "uds_windows"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
dependencies = [
"tempfile",
"winapi",
]
[[package]]
name = "unicode-bidi"
2023-03-25 22:08:17 +00:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-12-20 04:51:16 +00:00
[[package]]
name = "unicode-ident"
2023-03-07 06:31:31 +00:00
version = "1.0.8"
2022-12-20 04:51:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 06:31:31 +00:00
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2022-12-20 04:51:16 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2023-01-20 04:31:51 +00:00
[[package]]
name = "universal-hash"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d3160b73c9a19f7e2939a2fdad446c57c1bbbbf4d919d3213ff1267a580d8b5"
dependencies = [
"crypto-common",
"subtle",
]
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "usvg"
2023-02-10 07:51:32 +00:00
version = "0.28.0"
2022-12-20 06:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:51:32 +00:00
checksum = "8b5b7c2b30845b3348c067ca3d09e20cc6e327c288f0ca4c48698712abf432e9"
2022-12-20 06:57:06 +00:00
dependencies = [
"base64 0.13.1",
2022-12-20 06:57:06 +00:00
"data-url",
"flate2",
2023-02-10 07:51:32 +00:00
"imagesize",
2022-12-20 06:57:06 +00:00
"kurbo",
"log",
"rctree",
2023-02-10 07:51:32 +00:00
"roxmltree",
2022-12-20 06:57:06 +00:00
"simplecss",
"siphasher",
2023-02-10 07:51:32 +00:00
"strict-num",
2022-12-20 06:57:06 +00:00
"svgtypes",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2022-12-20 04:51:16 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "vecmap-rs"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfd18cb0279ed472822644fed8a86507fa8578241d4e047eddb3129591350cc0"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2022-12-20 07:56:22 +00:00
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "walkdir"
2023-03-25 22:08:17 +00:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2023-02-10 07:48:01 +00:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-02-10 07:48:01 +00:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-02-10 07:48:01 +00:00
version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-02-10 07:48:01 +00:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-02-10 07:48:01 +00:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-02-10 07:48:01 +00:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
[[package]]
name = "wayland-client"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
dependencies = [
"bitflags",
"downcast-rs",
"libc",
"nix 0.24.3",
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys 0.29.5",
]
[[package]]
name = "wayland-commons"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
dependencies = [
"nix 0.24.3",
"once_cell",
"smallvec",
"wayland-sys 0.29.5",
]
[[package]]
name = "wayland-cursor"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
dependencies = [
"nix 0.24.3",
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-protocols"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
dependencies = [
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
]
[[package]]
name = "wayland-sys"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
dependencies = [
"dlib",
"lazy_static",
"pkg-config",
]
[[package]]
name = "wayland-sys"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06"
dependencies = [
"dlib",
"lazy_static",
"log",
"pkg-config",
]
[[package]]
name = "web-sys"
2023-02-10 07:48:01 +00:00
version = "0.3.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 07:48:01 +00:00
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webbrowser"
2023-03-25 22:08:17 +00:00
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "579cc485bd5ce5bfa0d738e4921dd0b956eca9800be1fd2e5257ebe95bc4617e"
dependencies = [
2023-01-22 06:14:45 +00:00
"core-foundation",
"dirs",
2022-12-28 21:56:17 +00:00
"jni",
2023-01-22 06:14:45 +00:00
"log",
"ndk-context",
"objc",
2023-02-10 07:51:32 +00:00
"raw-window-handle",
"url",
"web-sys",
]
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
dependencies = [
"webpki",
]
2022-12-20 06:57:06 +00:00
[[package]]
name = "weezl"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2022-12-20 04:51:16 +00: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"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-wsapoll"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
dependencies = [
"winapi",
]
2022-12-20 04:51:16 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
dependencies = [
"windows-implement",
"windows-interface",
"windows-targets",
]
2023-03-25 22:08:17 +00:00
[[package]]
name = "windows"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-implement"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce87ca8e3417b02dc2a8a22769306658670ec92d78f1bd420d6310a67c245c6"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "windows-interface"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "853f69a591ecd4f810d29f17e902d40e349fb05b0b11fff63b08b826bfe39c7f"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
2023-02-10 07:51:32 +00:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
2023-02-10 07:51:32 +00:00
"windows_x86_64_msvc",
]
2023-02-10 07:48:01 +00:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
2023-03-25 22:08:17 +00:00
version = "0.42.2"
2023-02-10 07:48:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-02-10 07:48:01 +00:00
dependencies = [
"windows_aarch64_gnullvm",
2023-02-10 07:51:32 +00:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2023-02-10 07:48:01 +00:00
"windows_x86_64_gnullvm",
2023-02-10 07:51:32 +00:00
"windows_x86_64_msvc",
2023-02-10 07:48:01 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-25 22:08:17 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_msvc"
2023-03-25 22:08:17 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_i686_gnu"
2023-03-25 22:08:17 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_msvc"
2023-03-25 22:08:17 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_x86_64_gnu"
2023-03-25 22:08:17 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-25 22:08:17 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_msvc"
2023-03-25 22:08:17 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "winit"
2023-03-25 22:08:17 +00:00
version = "0.28.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874"
dependencies = [
2023-02-10 07:51:32 +00:00
"android-activity",
"bitflags",
2023-02-10 07:51:32 +00:00
"cfg_aliases",
"core-foundation",
"core-graphics",
"dispatch",
"instant",
"libc",
"log",
"mio",
2022-12-28 21:56:17 +00:00
"ndk",
2023-02-10 07:51:32 +00:00
"objc2",
"once_cell",
2023-02-10 07:51:32 +00:00
"orbclient",
"percent-encoding",
2023-02-10 07:51:32 +00:00
"raw-window-handle",
2023-03-25 22:08:17 +00:00
"redox_syscall 0.3.5",
"sctk-adwaita",
"smithay-client-toolkit",
"wasm-bindgen",
"wayland-client",
2023-02-10 07:51:32 +00:00
"wayland-commons",
"wayland-protocols",
2023-02-10 07:51:32 +00:00
"wayland-scanner",
"web-sys",
2023-02-10 07:51:32 +00:00
"windows-sys 0.45.0",
"x11-dl",
]
2023-03-07 06:31:31 +00:00
[[package]]
name = "winnow"
2023-03-25 22:08:17 +00:00
version = "0.4.1"
2023-03-07 06:31:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
2023-03-07 06:31:31 +00:00
dependencies = [
"memchr",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "x11-dl"
2023-01-22 06:14:45 +00:00
version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
dependencies = [
"libc",
2023-01-22 06:14:45 +00:00
"once_cell",
"pkg-config",
]
[[package]]
name = "x11rb"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507"
dependencies = [
"gethostname",
"nix 0.24.3",
"winapi",
"winapi-wsapoll",
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67"
dependencies = [
"nix 0.24.3",
]
[[package]]
name = "xcursor"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [
"nom",
]
[[package]]
name = "xml-rs"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
2022-12-20 06:57:06 +00:00
[[package]]
name = "xmlparser"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
2022-12-20 07:56:22 +00:00
[[package]]
name = "zbus"
2023-03-25 22:08:17 +00:00
version = "3.11.1"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "3dc29e76f558b2cb94190e8605ecfe77dd40f5df8c072951714b4b71a97f5848"
2022-12-20 07:56:22 +00:00
dependencies = [
"async-broadcast",
"async-executor",
2023-03-11 23:40:26 +00:00
"async-fs",
2022-12-20 07:56:22 +00:00
"async-io",
"async-lock",
"async-recursion",
"async-task",
"async-trait",
"byteorder",
"derivative",
"dirs",
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
2023-03-11 23:40:26 +00:00
"nix 0.26.2",
2022-12-20 07:56:22 +00:00
"once_cell",
"ordered-stream",
"rand",
2022-12-20 07:56:22 +00:00
"serde",
"serde_repr",
"sha1",
"static_assertions",
"tracing",
"uds_windows",
"winapi",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2023-03-25 22:08:17 +00:00
version = "3.11.1"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "62a80fd82c011cd08459eaaf1fd83d3090c1b61e6d5284360074a7475af3a85d"
2022-12-20 07:56:22 +00:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
2023-03-11 23:40:26 +00:00
"zvariant_utils",
2022-12-20 07:56:22 +00:00
]
[[package]]
name = "zbus_names"
2023-01-22 06:14:45 +00:00
version = "2.5.0"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-22 06:14:45 +00:00
checksum = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3"
2022-12-20 07:56:22 +00:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
[[package]]
name = "zeroize"
version = "1.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
2022-12-20 07:56:22 +00:00
2023-02-10 07:48:01 +00:00
[[package]]
name = "zune-inflate"
2023-03-25 22:08:17 +00:00
version = "0.2.52"
2023-02-10 07:48:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 22:08:17 +00:00
checksum = "10ca8ee3897e213bf74d46641942575fb9b4bd9933cbce0b40eb320836da67e0"
2023-02-10 07:48:01 +00:00
dependencies = [
"simd-adler32",
]
2022-12-20 07:56:22 +00:00
[[package]]
name = "zvariant"
2023-03-11 23:40:26 +00:00
version = "3.12.0"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "46fe4914a985446d6fd287019b5fceccce38303d71407d9e6e711d44954a05d8"
2022-12-20 07:56:22 +00:00
dependencies = [
"byteorder",
"enumflags2",
"libc",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2023-03-11 23:40:26 +00:00
version = "3.12.0"
2022-12-20 07:56:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 23:40:26 +00:00
checksum = "34c20260af4b28b3275d6676c7e2a6be0d4332e8e0aba4616d34007fd84e462a"
2022-12-20 07:56:22 +00:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
2023-03-11 23:40:26 +00:00
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 22:08:17 +00:00
"syn 1.0.109",
2022-12-20 07:56:22 +00:00
]