rustdesk/Cargo.lock

6118 lines
144 KiB
Plaintext
Raw Normal View History

2021-03-29 15:59:14 +08:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-06-25 19:42:51 +08:00
version = 3
2021-03-29 15:59:14 +08:00
[[package]]
name = "addr2line"
2022-01-18 12:24:07 +08:00
version = "0.17.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 12:24:07 +08:00
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2021-03-29 15:59:14 +08:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
2021-05-02 00:37:32 +08:00
version = "1.0.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-03-29 15:59:14 +08:00
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2022-08-10 11:33:50 +08:00
[[package]]
name = "ahash"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
2022-08-27 13:13:19 +08:00
[[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",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "aho-corasick"
2022-01-18 12:24:07 +08:00
version = "0.7.18"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 12:24:07 +08:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2021-03-29 15:59:14 +08:00
dependencies = [
"memchr",
]
[[package]]
name = "allo-isolate"
2022-08-27 13:13:19 +08:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "ccb993621e6bf1b67591005b0adad126159a0ab31af379743906158aed5330d0"
dependencies = [
"atomic",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "alsa"
2021-12-26 15:34:10 +08:00
version = "0.6.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b"
2021-03-29 15:59:14 +08:00
dependencies = [
"alsa-sys",
"bitflags",
2021-03-29 15:59:14 +08:00
"libc",
2021-12-26 15:34:10 +08:00
"nix 0.23.1",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "alsa-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "android_log-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e"
2022-05-12 17:35:25 +08:00
[[package]]
name = "android_logger"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9ed09b18365ed295d722d0b5ed59c01b79a826ff2d2a8f73d5ecca8e6fb2f66"
dependencies = [
"android_log-sys",
"env_logger 0.8.4",
"lazy_static",
"log",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "android_logger"
2022-08-27 13:13:19 +08:00
version = "0.11.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "b5e9dd62f37dea550caf48c77591dc50bd1a378ce08855be1a0c42a97b7550fb"
2021-03-29 15:59:14 +08:00
dependencies = [
"android_log-sys",
2022-05-12 17:35:25 +08:00
"env_logger 0.9.0",
"log",
2022-04-06 10:51:24 +08:00
"once_cell",
2021-03-29 15:59:14 +08:00
]
2022-08-27 13:13:19 +08:00
[[package]]
name = "android_system_properties"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e"
dependencies = [
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "ansi_term"
2021-12-26 15:34:10 +08:00
version = "0.12.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2021-03-29 15:59:14 +08:00
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "anyhow"
2022-08-27 13:13:19 +08:00
version = "1.0.62"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305"
2021-03-29 15:59:14 +08:00
[[package]]
name = "arboard"
2022-06-13 21:00:22 +08:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "dc120354d1b5ec6d7aaf4876b602def75595937b5e15d356eb554ab5177e08bb"
dependencies = [
"clipboard-win",
"core-graphics 0.22.3",
"image",
"log",
"objc",
"objc-foundation",
"objc_id",
2022-06-13 21:00:22 +08:00
"parking_lot 0.12.1",
"thiserror",
"winapi 0.3.9",
"x11rb",
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "async-broadcast"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61"
dependencies = [
"event-listener",
"futures-core",
"parking_lot 0.12.1",
]
2021-03-29 15:59:14 +08:00
[[package]]
2022-05-12 17:35:25 +08:00
name = "async-channel"
2022-08-27 13:13:19 +08:00
version = "1.7.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"concurrent-queue",
"event-listener",
"futures-core",
2021-03-29 15:59:14 +08:00
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "async-executor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
dependencies = [
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
"slab",
]
2021-12-28 14:18:37 +08:00
[[package]]
2022-05-12 17:35:25 +08:00
name = "async-io"
2022-08-27 13:13:19 +08:00
version = "1.8.0"
2021-12-28 14:18:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "0ab006897723d9352f63e2b13047177c3982d8d79709d713ce7747a8f19fd1b0"
2021-12-28 14:18:37 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"autocfg 1.1.0",
2022-05-12 17:35:25 +08:00
"concurrent-queue",
"futures-lite",
"libc",
2022-05-12 17:35:25 +08:00
"log",
"once_cell",
"parking",
"polling",
"slab",
2022-08-27 13:13:19 +08:00
"socket2 0.4.6",
2022-05-12 17:35:25 +08:00
"waker-fn",
"winapi 0.3.9",
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "async-lock"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
dependencies = [
"event-listener",
]
[[package]]
2022-05-12 17:35:25 +08:00
name = "async-process"
2022-08-27 13:13:19 +08:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"
dependencies = [
2022-05-12 17:35:25 +08:00
"async-io",
2022-08-27 13:13:19 +08:00
"autocfg 1.1.0",
2022-05-12 17:35:25 +08:00
"blocking",
"cfg-if 1.0.0",
"event-listener",
"futures-lite",
2021-12-28 14:18:37 +08:00
"libc",
2022-05-12 17:35:25 +08:00
"once_cell",
"signal-hook",
"winapi 0.3.9",
2021-12-28 14:18:37 +08:00
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "async-recursion"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-12-28 14:18:37 +08:00
[[package]]
2022-05-12 17:35:25 +08:00
name = "async-task"
2022-08-27 13:13:19 +08:00
version = "4.3.0"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
2022-05-12 17:35:25 +08:00
[[package]]
name = "async-trait"
2022-08-27 13:13:19 +08:00
version = "0.1.57"
2021-12-28 14:18:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
2021-12-28 14:18:37 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "atk"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd"
dependencies = [
"atk-sys",
"bitflags",
2022-08-27 13:13:19 +08:00
"glib 0.15.12",
2021-12-28 14:18:37 +08:00
"libc",
]
[[package]]
name = "atk-sys"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
dependencies = [
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
"libc",
"system-deps 6.0.2",
2021-12-28 14:18:37 +08:00
]
[[package]]
name = "atomic"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
dependencies = [
"autocfg 1.1.0",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
2021-03-29 15:59:14 +08:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
]
[[package]]
name = "autocfg"
2022-03-01 10:38:31 +08:00
version = "0.1.8"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
dependencies = [
"autocfg 1.1.0",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "autocfg"
2022-03-01 10:38:31 +08:00
version = "1.1.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-03-29 15:59:14 +08:00
[[package]]
name = "backtrace"
2022-08-27 13:13:19 +08:00
version = "0.3.66"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
2021-03-29 15:59:14 +08:00
dependencies = [
"addr2line",
2021-05-02 00:37:32 +08:00
"cc",
2021-03-29 15:59:14 +08:00
"cfg-if 1.0.0",
"libc",
2022-06-13 21:00:22 +08:00
"miniz_oxide 0.5.3",
2021-03-29 15:59:14 +08:00
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
2021-12-26 15:34:10 +08:00
version = "0.13.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2021-03-29 15:59:14 +08:00
[[package]]
name = "bindgen"
2021-12-26 15:34:10 +08:00
version = "0.59.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
"cexpr",
2021-03-29 15:59:14 +08:00
"clang-sys",
2022-01-15 13:47:57 +08:00
"clap 2.34.0",
2022-05-12 17:35:25 +08:00
"env_logger 0.9.0",
2021-03-29 15:59:14 +08:00
"lazy_static",
"lazycell",
"log",
2021-03-29 15:59:14 +08:00
"peeking_take_while",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"regex",
"rustc-hash",
"shlex",
"which 4.2.5",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "bitflags"
2021-12-26 15:34:10 +08:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "block-buffer"
2022-03-01 10:38:31 +08:00
version = "0.10.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
2021-03-29 15:59:14 +08:00
dependencies = [
"generic-array",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "blocking"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
dependencies = [
"async-channel",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"once_cell",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "bumpalo"
2022-08-27 13:13:19 +08:00
version = "3.11.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
2021-03-29 15:59:14 +08:00
[[package]]
name = "bytemuck"
2022-08-27 13:13:19 +08:00
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da"
2021-03-29 15:59:14 +08:00
[[package]]
name = "byteorder"
2021-05-02 00:37:32 +08:00
version = "1.4.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2021-03-29 15:59:14 +08:00
[[package]]
name = "bytes"
version = "1.2.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
dependencies = [
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
]
2021-03-29 15:59:14 +08:00
[[package]]
2022-05-12 17:35:25 +08:00
name = "cache-padded"
version = "1.2.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
[[package]]
name = "cairo-rs"
2022-08-27 13:13:19 +08:00
version = "0.15.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc"
dependencies = [
"bitflags",
2022-05-12 17:35:25 +08:00
"cairo-sys-rs",
2022-08-27 13:13:19 +08:00
"glib 0.15.12",
2021-12-28 14:18:37 +08:00
"libc",
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
2022-05-12 17:35:25 +08:00
version = "0.15.1"
2021-12-28 14:18:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
2021-12-28 14:18:37 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"glib-sys 0.15.10",
"libc",
2022-05-12 17:35:25 +08:00
"system-deps 6.0.2",
]
[[package]]
2022-05-12 17:35:25 +08:00
name = "calloop"
2022-07-18 12:15:10 +08:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "bf2eec61efe56aa1e813f5126959296933cf0700030e4314786c48779a66ab82"
dependencies = [
2022-05-12 17:35:25 +08:00
"log",
2022-07-18 12:15:10 +08:00
"nix 0.22.3",
2021-12-28 14:18:37 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "camino"
2022-08-27 13:13:19 +08:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"
dependencies = [
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
]
[[package]]
name = "cargo-platform"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
dependencies = [
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
]
[[package]]
name = "cargo_metadata"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
dependencies = [
"camino",
"cargo-platform",
2022-08-27 13:13:19 +08:00
"semver 1.0.13",
"serde 1.0.144",
"serde_json 1.0.85",
]
[[package]]
name = "cbindgen"
2022-07-15 01:29:52 +08:00
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "5b6d248e3ca02f3fbfabcb9284464c596baec223a26d91bbf44a5a62ddb0d900"
dependencies = [
2022-08-27 13:13:19 +08:00
"clap 3.2.17",
"heck 0.4.0",
"indexmap",
"log",
"proc-macro2",
"quote",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
"serde_json 1.0.85",
"syn",
"tempfile",
"toml",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "cc"
2022-03-01 10:38:31 +08:00
version = "1.0.73"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2021-03-29 15:59:14 +08:00
dependencies = [
"jobserver",
]
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cexpr"
2021-12-26 15:34:10 +08:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "cfg-expr"
2022-06-13 21:00:22 +08:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"
dependencies = [
"smallvec",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-04-21 22:16:15 +08:00
[[package]]
name = "chrono"
2022-08-27 13:13:19 +08:00
version = "0.4.22"
2022-04-21 22:16:15 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
2022-04-21 22:16:15 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"iana-time-zone",
2022-04-21 22:16:15 +08:00
"num-integer",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2022-04-21 22:16:15 +08:00
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "clang-sys"
2022-06-13 21:00:22 +08:00
version = "1.3.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
2021-03-29 15:59:14 +08:00
dependencies = [
"glob",
2021-03-29 15:59:14 +08:00
"libc",
2022-07-18 12:15:10 +08:00
"libloading",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "clap"
2021-12-26 15:34:10 +08:00
version = "2.34.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2021-03-29 15:59:14 +08:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
2021-03-29 15:59:14 +08:00
"strsim 0.8.0",
2022-01-15 13:47:57 +08:00
"textwrap 0.11.0",
2021-03-29 15:59:14 +08:00
"unicode-width",
"vec_map",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "clap"
2022-08-27 13:13:19 +08:00
version = "3.2.17"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b"
2022-01-15 13:47:57 +08:00
dependencies = [
"atty",
"bitflags",
"clap_derive",
"clap_lex",
2022-01-15 13:47:57 +08:00
"indexmap",
2022-08-27 13:13:19 +08:00
"once_cell",
2022-01-15 13:47:57 +08:00
"strsim 0.10.0",
"termcolor",
"textwrap 0.15.0",
2022-01-15 13:47:57 +08:00
]
[[package]]
name = "clap_derive"
2022-08-27 13:13:19 +08:00
version = "3.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "13547f7012c01ab4a0e8f8967730ada8f9fdf419e8b6c792788f39cf4e46eefa"
dependencies = [
"heck 0.4.0",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2022-08-27 13:13:19 +08:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "clipboard"
version = "0.1.0"
dependencies = [
"cc",
"hbb_common",
"lazy_static",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
"serde_derive",
"thiserror",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "clipboard-win"
2022-08-27 13:13:19 +08:00
version = "4.4.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "c4ab1b92798304eedc095b53942963240037c0516452cb11aeba709d420b2219"
2021-03-29 15:59:14 +08:00
dependencies = [
"error-code",
"str-buf",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "cmake"
2022-01-07 16:21:56 +08:00
version = "0.1.48"
2021-08-01 11:01:04 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-07 16:21:56 +08:00
checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
2021-08-01 11:01:04 +08:00
dependencies = [
"cc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "cocoa"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"block",
"cocoa-foundation",
2022-03-01 10:38:31 +08:00
"core-foundation 0.9.3",
"core-graphics 0.22.3",
2021-03-29 15:59:14 +08:00
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"block",
2022-03-01 10:38:31 +08:00
"core-foundation 0.9.3",
2021-03-29 15:59:14 +08:00
"core-graphics-types",
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2021-03-29 15:59:14 +08:00
[[package]]
name = "combine"
2022-08-27 13:13:19 +08:00
version = "4.6.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"bytes",
2021-03-29 15:59:14 +08:00
"memchr",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "concurrent-queue"
2022-08-27 13:13:19 +08:00
version = "1.2.4"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
2022-05-12 17:35:25 +08:00
dependencies = [
"cache-padded",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "confy"
2022-04-26 11:43:16 +08:00
version = "0.4.0"
source = "git+https://github.com/open-trade/confy#630cc28a396cb7d01eefdd9f3824486fe4d8554b"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-04-26 11:43:16 +08:00
"directories-next",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2022-04-26 11:43:16 +08:00
"thiserror",
2021-03-29 15:59:14 +08:00
"toml",
]
[[package]]
name = "convert_case"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8"
2021-03-29 15:59:14 +08:00
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"core-foundation-sys 0.7.0",
"libc",
]
[[package]]
name = "core-foundation"
2022-03-01 10:38:31 +08:00
version = "0.9.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2021-03-29 15:59:14 +08:00
dependencies = [
"core-foundation-sys 0.8.3",
2021-03-29 15:59:14 +08:00
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
[[package]]
name = "core-foundation-sys"
2021-12-26 15:34:10 +08:00
version = "0.8.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2021-03-29 15:59:14 +08:00
[[package]]
name = "core-graphics"
version = "0.19.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
"core-foundation 0.7.0",
"foreign-types",
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "core-graphics"
2021-12-26 15:34:10 +08:00
version = "0.22.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
2022-03-01 10:38:31 +08:00
"core-foundation 0.9.3",
2021-03-29 15:59:14 +08:00
"core-graphics-types",
"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",
2022-03-01 10:38:31 +08:00
"core-foundation 0.9.3",
2021-03-29 15:59:14 +08:00
"foreign-types",
"libc",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "core-video-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
dependencies = [
"cfg-if 0.1.10",
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
"libc",
"objc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "coreaudio-rs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88"
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"coreaudio-sys",
]
[[package]]
name = "coreaudio-sys"
version = "0.2.10"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dff444d80630d7073077d38d40b4501fd518bd2b922c2a55edcc8b0f7be57e6"
2021-03-29 15:59:14 +08:00
dependencies = [
"bindgen",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "cpal"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74117836a5124f3629e4b474eed03e479abaf98988b4bb317e29f08cfe0e4116"
2021-03-29 15:59:14 +08:00
dependencies = [
"alsa",
"core-foundation-sys 0.8.3",
2021-03-29 15:59:14 +08:00
"coreaudio-rs",
2021-12-26 15:34:10 +08:00
"jni",
2021-03-29 15:59:14 +08:00
"js-sys",
"lazy_static",
"libc",
"mach",
2022-05-12 17:35:25 +08:00
"ndk 0.6.0",
"ndk-glue 0.6.2",
2021-12-26 15:34:10 +08:00
"nix 0.23.1",
2021-03-29 15:59:14 +08:00
"oboe",
2022-03-01 10:38:31 +08:00
"parking_lot 0.11.2",
2021-05-02 00:37:32 +08:00
"stdweb",
2021-03-29 15:59:14 +08:00
"thiserror",
"web-sys",
"winapi 0.3.9",
]
[[package]]
name = "cpufeatures"
2022-08-27 13:13:19 +08:00
version = "0.2.4"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "dc948ebb96241bb40ab73effeb80d9f93afaad49359d159a5e61be51619fe813"
dependencies = [
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "crc32fast"
2022-03-01 10:38:31 +08:00
version = "1.3.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "crossbeam-channel"
2022-08-27 13:13:19 +08:00
version = "0.5.6"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
2022-01-15 13:47:57 +08:00
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2022-08-27 13:13:19 +08:00
version = "0.8.2"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
2022-01-15 13:47:57 +08:00
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2022-08-27 13:13:19 +08:00
version = "0.9.10"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
2022-01-15 13:47:57 +08:00
dependencies = [
"autocfg 1.1.0",
2022-01-15 13:47:57 +08:00
"cfg-if 1.0.0",
"crossbeam-utils",
"memoffset",
2022-08-27 13:13:19 +08:00
"once_cell",
2022-01-15 13:47:57 +08:00
"scopeguard",
]
2022-04-21 22:16:15 +08:00
[[package]]
name = "crossbeam-queue"
2022-08-27 13:13:19 +08:00
version = "0.3.6"
2022-04-21 22:16:15 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"
2022-04-21 22:16:15 +08:00
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "crossbeam-utils"
2022-08-27 13:13:19 +08:00
version = "0.8.11"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
2022-01-15 13:47:57 +08:00
dependencies = [
"cfg-if 1.0.0",
2022-08-27 13:13:19 +08:00
"once_cell",
2022-01-15 13:47:57 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
2021-12-26 15:34:10 +08:00
name = "crypto-common"
2022-08-27 13:13:19 +08:00
version = "0.1.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"generic-array",
2022-03-01 10:38:31 +08:00
"typenum",
2021-12-25 16:45:22 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
2021-12-26 15:34:10 +08:00
name = "cstr_core"
2022-08-27 13:13:19 +08:00
version = "0.2.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "dd98742e4fdca832d40cab219dc2e3048de17d873248f83f17df47c1bea70956"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"cty",
"memchr",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "ctrlc"
2022-08-27 13:13:19 +08:00
version = "3.2.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "1d91974fbbe88ec1df0c24a4f00f99583667a7e2e6272b2b92d294d81e462173"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"nix 0.25.0",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
2021-12-25 16:45:22 +08:00
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
2022-08-10 11:33:50 +08:00
[[package]]
name = "dark-light"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b83576e2eee2d9cdaa8d08812ae59cbfe1b5ac7ac5ac4b8400303c6148a88c1"
dependencies = [
"dconf_rs",
"detect-desktop-environment",
"dirs",
"objc",
"rust-ini",
"web-sys",
"winreg 0.8.0",
"zbus",
"zvariant",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "darling"
version = "0.13.4"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-07-18 12:15:10 +08:00
"darling_core",
"darling_macro",
2021-03-29 15:59:14 +08:00
]
2022-01-14 01:15:03 +08:00
[[package]]
name = "darling_core"
version = "0.13.4"
2022-01-14 01:15:03 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
2022-01-14 01:15:03 +08:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.10.0",
"syn",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "darling_macro"
version = "0.13.4"
2022-01-14 01:15:03 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
2022-01-14 01:15:03 +08:00
dependencies = [
2022-07-18 12:15:10 +08:00
"darling_core",
2021-07-24 18:25:07 +08:00
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "dasp"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7381b67da416b639690ac77c73b86a7b5e64a29e31d1f75fb3b1102301ef355a"
dependencies = [
"dasp_envelope",
"dasp_frame",
"dasp_interpolate",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample",
"dasp_signal",
"dasp_slice",
"dasp_window",
]
[[package]]
name = "dasp_envelope"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ec617ce7016f101a87fe85ed44180839744265fae73bb4aa43e7ece1b7668b6"
dependencies = [
"dasp_frame",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample",
]
[[package]]
name = "dasp_frame"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2a3937f5fe2135702897535c8d4a5553f8b116f76c1529088797f2eee7c5cd6"
dependencies = [
"dasp_sample",
]
[[package]]
name = "dasp_interpolate"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc975a6563bb7ca7ec0a6c784ead49983a21c24835b0bc96eea11ee407c7486"
dependencies = [
"dasp_frame",
"dasp_ring_buffer",
"dasp_sample",
]
[[package]]
name = "dasp_peak"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cf88559d79c21f3d8523d91250c397f9a15b5fc72fbb3f87fdb0a37b79915bf"
dependencies = [
"dasp_frame",
"dasp_sample",
]
[[package]]
name = "dasp_ring_buffer"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07d79e19b89618a543c4adec9c5a347fe378a19041699b3278e616e387511ea1"
[[package]]
name = "dasp_rms"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6c5dcb30b7e5014486e2822537ea2beae50b19722ffe2ed7549ab03774575aa"
dependencies = [
"dasp_frame",
"dasp_ring_buffer",
"dasp_sample",
]
[[package]]
name = "dasp_sample"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
[[package]]
name = "dasp_signal"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa1ab7d01689c6ed4eae3d38fe1cea08cba761573fbd2d592528d55b421077e7"
dependencies = [
"dasp_envelope",
"dasp_frame",
"dasp_interpolate",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample",
"dasp_window",
]
[[package]]
name = "dasp_slice"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e1c7335d58e7baedafa516cb361360ff38d6f4d3f9d9d5ee2a2fc8e27178fa1"
dependencies = [
"dasp_frame",
"dasp_sample",
]
[[package]]
name = "dasp_window"
2021-05-02 00:37:32 +08:00
version = "0.11.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "99ded7b88821d2ce4e8b842c9f1c86ac911891ab89443cc1de750cae764c5076"
2021-03-29 15:59:14 +08:00
dependencies = [
"dasp_sample",
]
2021-07-24 18:25:07 +08:00
[[package]]
name = "dbus"
2022-08-27 13:13:19 +08:00
version = "0.9.6"
2021-07-24 18:25:07 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "6f8bcdd56d2e5c4ed26a529c5a9029f5db8290d433497506f958eae3be148eb6"
2021-07-24 18:25:07 +08:00
dependencies = [
"libc",
"libdbus-sys",
"winapi 0.3.9",
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "dconf_rs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7046468a81e6a002061c01e6a7c83139daf91b11c30e66795b13217c2d885c8b"
[[package]]
name = "default-net"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05e70d471b0ba4e722c85651b3bb04b6880dfdb1224a43ade80c1295314db646"
dependencies = [
"libc",
"memalloc",
"system-configuration",
"windows",
]
[[package]]
name = "deflate"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
dependencies = [
"adler32",
"byteorder",
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "detect-desktop-environment"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21d8ad60dd5b13a4ee6bd8fa2d5d88965c597c67bce32b5fc49c94f55cb50810"
2021-03-29 15:59:14 +08:00
[[package]]
name = "digest"
2022-03-01 10:38:31 +08:00
version = "0.10.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"block-buffer",
"crypto-common",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "directories-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
dependencies = [
"cfg-if 1.0.0",
"dirs-sys-next",
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if 1.0.0",
"dirs-sys-next",
]
2022-08-10 11:33:50 +08:00
[[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 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
2021-05-02 00:37:32 +08:00
"redox_users",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2022-05-12 17:35:25 +08:00
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
2022-07-18 12:15:10 +08:00
"libloading",
2022-05-12 17:35:25 +08:00
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "dlv-list"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68df3f2b690c1b86e65ef7830956aededf3cb0a16f898f79b9a6f421a7b6211b"
dependencies = [
"rand 0.8.5",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "docopt"
2021-05-02 00:37:32 +08:00
version = "1.1.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f"
2021-03-29 15:59:14 +08:00
dependencies = [
"lazy_static",
"regex",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2021-05-02 00:37:32 +08:00
"strsim 0.10.0",
2021-03-29 15:59:14 +08:00
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2021-03-29 15:59:14 +08:00
[[package]]
name = "dtoa"
2021-05-02 00:37:32 +08:00
version = "0.4.8"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
2021-03-29 15:59:14 +08:00
[[package]]
name = "ed25519"
2022-06-13 21:00:22 +08:00
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"
dependencies = [
"signature",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "either"
2022-08-27 13:13:19 +08:00
version = "1.8.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2021-03-29 15:59:14 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "encoding_rs"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
dependencies = [
"cfg-if 1.0.0",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "enigo"
version = "0.0.14"
dependencies = [
"core-graphics 0.22.3",
"hbb_common",
2021-03-29 15:59:14 +08:00
"libc",
"log",
2021-03-29 15:59:14 +08:00
"objc",
"pkg-config",
"rdev",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2021-03-29 15:59:14 +08:00
"serde_derive",
2022-09-05 23:50:42 +08:00
"tfc",
2021-03-29 15:59:14 +08:00
"unicode-segmentation",
"winapi 0.3.9",
]
2022-07-12 19:40:38 +08:00
[[package]]
name = "enum-map"
2022-08-27 09:29:46 +08:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5a56d54c8dd9b3ad34752ed197a4eb2a6601bc010808eb097a04a58ae4c43e1"
2022-07-12 19:40:38 +08:00
dependencies = [
"enum-map-derive",
]
[[package]]
name = "enum-map-derive"
2022-08-27 09:29:46 +08:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9045e2676cd5af83c3b167d917b0a5c90a4d8e266e2683d6631b235c457fc27"
2022-07-12 19:40:38 +08:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "enum_dispatch"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eb359f1476bf611266ac1f5355bc14aeca37b299d0ebccc038ee7058891c9cb"
dependencies = [
"once_cell",
"proc-macro2",
"quote",
"syn",
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "enumflags2"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
dependencies = [
"enumflags2_derive",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2022-08-10 11:33:50 +08:00
]
[[package]]
name = "enumflags2_derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "env_logger"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
dependencies = [
"log",
"regex",
]
2021-08-09 04:21:42 +08:00
[[package]]
name = "env_logger"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
dependencies = [
"atty",
"humantime",
"log",
2021-08-09 04:21:42 +08:00
"regex",
"termcolor",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "err-derive"
2022-03-01 10:38:31 +08:00
version = "0.3.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "c34a887c8df3ed90498c1c437ce21f211c8e27672921a8ffa293cb8d6d4caa9e"
2021-03-29 15:59:14 +08:00
dependencies = [
"proc-macro-error",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"rustversion",
"syn",
"synstructure",
]
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi 0.3.9",
]
[[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",
]
[[package]]
name = "evdev"
version = "0.11.5"
source = "git+https://github.com/fufesou/evdev#cec616e37790293d2cd2aa54a96601ed6b1b35a9"
dependencies = [
"bitvec",
"libc",
"nix 0.23.1",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "event-listener"
2022-08-27 13:13:19 +08:00
version = "2.5.3"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2022-05-12 17:35:25 +08:00
2021-03-29 15:59:14 +08:00
[[package]]
name = "failure"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
dependencies = [
"backtrace",
]
2022-01-09 23:59:30 +08:00
[[package]]
name = "fastrand"
2022-08-27 13:13:19 +08:00
version = "1.8.0"
2022-01-09 23:59:30 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
2022-01-09 23:59:30 +08:00
dependencies = [
"instant",
]
[[package]]
name = "field-offset"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
dependencies = [
"memoffset",
"rustc_version",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "filetime"
2022-08-27 13:13:19 +08:00
version = "0.2.17"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2021-07-24 18:25:07 +08:00
"redox_syscall",
2022-08-27 13:13:19 +08:00
"windows-sys 0.36.1",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "flate2"
2022-06-13 21:00:22 +08:00
version = "1.0.24"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
2021-03-29 15:59:14 +08:00
dependencies = [
"crc32fast",
2022-06-13 21:00:22 +08:00
"miniz_oxide 0.5.3",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "flexi_logger"
2022-08-27 13:13:19 +08:00
version = "0.22.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"ansi_term",
2021-03-29 15:59:14 +08:00
"atty",
2022-04-21 22:16:15 +08:00
"chrono",
2022-08-27 13:13:19 +08:00
"crossbeam-channel",
"crossbeam-queue",
"glob",
2021-03-29 15:59:14 +08:00
"lazy_static",
"log",
2021-03-29 15:59:14 +08:00
"regex",
2021-12-26 15:34:10 +08:00
"rustversion",
2021-03-29 15:59:14 +08:00
"thiserror",
2021-12-26 15:34:10 +08:00
"time",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "flutter_rust_bridge"
2022-06-02 16:13:34 +08:00
version = "1.32.0"
source = "git+https://github.com/SoLongAndThanksForAllThePizza/flutter_rust_bridge#e5adce55eea0b74d3680e66a2c5252edf17b07e1"
dependencies = [
"allo-isolate",
"anyhow",
"flutter_rust_bridge_macros",
"lazy_static",
2022-06-13 21:00:22 +08:00
"parking_lot 0.12.1",
"threadpool",
]
[[package]]
name = "flutter_rust_bridge_codegen"
version = "1.32.0"
2022-06-01 15:09:48 +08:00
source = "git+https://github.com/SoLongAndThanksForAllThePizza/flutter_rust_bridge#e5adce55eea0b74d3680e66a2c5252edf17b07e1"
dependencies = [
"anyhow",
"cargo_metadata",
"cbindgen",
"convert_case",
"enum_dispatch",
"env_logger 0.9.0",
"lazy_static",
"log",
"pathdiff",
"quote",
"regex",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
"serde_yaml",
"structopt",
"syn",
"tempfile",
"thiserror",
"toml",
]
[[package]]
name = "flutter_rust_bridge_macros"
2022-06-02 16:13:34 +08:00
version = "1.32.0"
source = "git+https://github.com/SoLongAndThanksForAllThePizza/flutter_rust_bridge#e5adce55eea0b74d3680e66a2c5252edf17b07e1"
2021-03-29 15:59:14 +08: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 = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2022-05-12 17:35:25 +08:00
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2021-03-29 15:59:14 +08:00
[[package]]
name = "futures"
2022-08-27 13:13:19 +08:00
version = "0.3.23"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "ab30e97ab6aacfe635fad58f22c2bb06c8b685f7421eb1e064a729e2a5f481fa"
2021-03-29 15:59:14 +08:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2022-08-27 13:13:19 +08:00
version = "0.3.23"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "2bfc52cbddcfd745bf1740338492bb0bd83d76c67b445f91c5fb29fae29ecaa1"
2021-03-29 15:59:14 +08:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2022-08-27 13:13:19 +08:00
version = "0.3.23"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115"
2021-03-29 15:59:14 +08:00
[[package]]
name = "futures-executor"
2022-08-27 13:13:19 +08:00
version = "0.3.23"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "1d11aa21b5b587a64682c0094c2bdd4df0076c5324961a40cc3abd7f37930528"
2021-03-29 15:59:14 +08:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2022-08-27 13:13:19 +08:00
version = "0.3.23"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "93a66fc6d035a26a3ae255a6d2bca35eda63ae4c5512bef54449113f7a1228e5"
2021-03-29 15:59:14 +08:00
2022-05-12 17:35:25 +08: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",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "futures-macro"
2022-08-27 13:13:19 +08:00
version = "0.3.23"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "0db9cce532b0eae2ccf2766ab246f114b56b9cf6d445e00c2549fbc100ca045d"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "futures-sink"
2022-08-27 13:13:19 +08:00
version = "0.3.23"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "ca0bae1fe9752cf7fd9b0064c674ae63f97b37bc714d745cbde0afb7ec4e6765"
2021-03-29 15:59:14 +08:00
[[package]]
name = "futures-task"
2022-08-27 13:13:19 +08:00
version = "0.3.23"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "842fc63b931f4056a24d59de13fb1272134ce261816e063e634ad0c15cdc5306"
2021-03-29 15:59:14 +08:00
[[package]]
name = "futures-util"
2022-08-27 13:13:19 +08:00
version = "0.3.23"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "f0828a5471e340229c11c77ca80017937ce3c58cb788a17e5f1c2d5c485a9577"
2021-03-29 15:59:14 +08:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-12-26 15:34:10 +08:00
"pin-project-lite",
2021-03-29 15:59:14 +08:00
"pin-utils",
"slab",
]
2021-12-26 15:34:10 +08:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "gdk"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8"
dependencies = [
"bitflags",
2022-05-12 17:35:25 +08:00
"cairo-rs",
"gdk-pixbuf",
"gdk-sys",
"gio",
2022-08-27 13:13:19 +08:00
"glib 0.15.12",
"libc",
2022-05-12 17:35:25 +08:00
"pango",
]
[[package]]
name = "gdk-pixbuf"
version = "0.15.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a"
dependencies = [
"bitflags",
2022-05-12 17:35:25 +08:00
"gdk-pixbuf-sys",
"gio",
2022-08-27 13:13:19 +08:00
"glib 0.15.12",
2021-12-28 14:18:37 +08:00
"libc",
]
[[package]]
name = "gdk-pixbuf-sys"
2022-05-12 17:35:25 +08:00
version = "0.15.10"
2021-12-28 14:18:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
2021-12-28 14:18:37 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"gio-sys",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
"libc",
"system-deps 6.0.2",
2021-12-28 14:18:37 +08:00
]
[[package]]
name = "gdk-sys"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88"
dependencies = [
2022-05-12 17:35:25 +08:00
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
"libc",
2022-05-12 17:35:25 +08:00
"pango-sys",
"pkg-config",
"system-deps 6.0.2",
2021-12-28 14:18:37 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "generic-array"
2022-08-27 13:13:19 +08:00
version = "0.14.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
2021-03-29 15:59:14 +08:00
dependencies = [
"typenum",
"version_check",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "gethostname"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
dependencies = [
"libc",
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "getrandom"
2022-08-27 13:13:19 +08:00
version = "0.2.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2022-08-27 13:13:19 +08:00
"wasi",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "gimli"
2022-08-27 13:13:19 +08:00
version = "0.26.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
2021-03-29 15:59:14 +08:00
[[package]]
name = "gio"
2022-08-27 13:13:19 +08:00
version = "0.15.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b"
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-io",
2022-05-12 17:35:25 +08:00
"gio-sys",
2022-08-27 13:13:19 +08:00
"glib 0.15.12",
2021-03-29 15:59:14 +08:00
"libc",
2021-12-28 14:18:37 +08:00
"once_cell",
"thiserror",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "gio-sys"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
dependencies = [
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-12-28 14:18:37 +08:00
"libc",
"system-deps 6.0.2",
2021-12-28 14:18:37 +08:00
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "glib"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c685013b7515e668f1b57a165b009d4d28cb139a8a989bbd699c10dad29d0c5"
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
"glib-macros 0.10.1",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-03-29 15:59:14 +08:00
"libc",
"once_cell",
]
[[package]]
name = "glib"
2022-08-27 13:13:19 +08:00
version = "0.15.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d"
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"glib-macros 0.15.11",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
"libc",
"once_cell",
"smallvec",
"thiserror",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "glib-macros"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41486a26d1366a8032b160b59065a59fb528530a46a49f627e7048fb8c064039"
dependencies = [
"anyhow",
"heck 0.3.3",
2021-03-29 15:59:14 +08:00
"itertools",
"proc-macro-crate 0.1.5",
2021-03-29 15:59:14 +08:00
"proc-macro-error",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "glib-macros"
version = "0.15.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a68131a662b04931e71891fb14aaf65ee4b44d08e8abc10f49e77418c86c64"
dependencies = [
"anyhow",
"heck 0.4.0",
2022-08-27 13:13:19 +08:00
"proc-macro-crate 1.2.1",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "glib-sys"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1"
dependencies = [
"libc",
"system-deps 1.3.2",
]
[[package]]
name = "glib-sys"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
dependencies = [
"libc",
"system-deps 6.0.2",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "gobject-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c"
dependencies = [
"glib-sys 0.10.1",
2021-03-29 15:59:14 +08:00
"libc",
"system-deps 1.3.2",
]
[[package]]
name = "gobject-sys"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
dependencies = [
"glib-sys 0.15.10",
"libc",
"system-deps 6.0.2",
2021-03-29 15:59:14 +08:00
]
2021-07-24 18:25:07 +08:00
[[package]]
name = "gstreamer"
version = "0.16.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ff5d0f7ff308ae37e6eb47b6ded17785bdea06e438a708cd09e0288c1862f33"
dependencies = [
"bitflags",
2021-07-24 18:25:07 +08:00
"cfg-if 1.0.0",
"futures-channel",
"futures-core",
"futures-util",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"gstreamer-sys",
"libc",
"muldiv",
"num-rational",
"once_cell",
"paste",
"pretty-hex",
"thiserror",
]
[[package]]
name = "gstreamer-app"
version = "0.16.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc80888271338c3ede875d8cafc452eb207476ff5539dcbe0018a8f5b827af0e"
dependencies = [
"bitflags",
2021-07-24 18:25:07 +08:00
"futures-core",
"futures-sink",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"gstreamer",
"gstreamer-app-sys",
"gstreamer-base",
"gstreamer-sys",
"libc",
"once_cell",
]
[[package]]
name = "gstreamer-app-sys"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "813f64275c9e7b33b828b9efcf9dfa64b95996766d4de996e84363ac65b87e3d"
dependencies = [
"glib-sys 0.10.1",
2021-07-24 18:25:07 +08:00
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
"system-deps 1.3.2",
2021-07-24 18:25:07 +08:00
]
[[package]]
name = "gstreamer-base"
version = "0.16.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bafd01c56f59cb10f4b5a10f97bb4bdf8c2b2784ae5b04da7e2d400cf6e6afcf"
dependencies = [
"bitflags",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"gstreamer",
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
]
[[package]]
name = "gstreamer-base-sys"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4b7b6dc2d6e160a1ae28612f602bd500b3fa474ce90bf6bb2f08072682beef5"
dependencies = [
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"gstreamer-sys",
"libc",
"system-deps 1.3.2",
2021-07-24 18:25:07 +08:00
]
[[package]]
name = "gstreamer-sys"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc1f154082d01af5718c5f8a8eb4f565a4ea5586ad8833a8fc2c2aa6844b601d"
dependencies = [
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"libc",
"system-deps 1.3.2",
2021-07-24 18:25:07 +08:00
]
[[package]]
name = "gstreamer-video"
version = "0.16.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7bbb1485d87469849ec45c08e03c2f280d3ea20ff3c439d03185be54e3ce98e"
dependencies = [
"bitflags",
2021-07-24 18:25:07 +08:00
"futures-channel",
"futures-util",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"gstreamer",
"gstreamer-base",
"gstreamer-base-sys",
"gstreamer-sys",
"gstreamer-video-sys",
"libc",
"once_cell",
]
[[package]]
name = "gstreamer-video-sys"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92347e46438007d6a2386302125f62cb9df6769cdacb931af5c0f12c1ee21de4"
dependencies = [
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
"system-deps 1.3.2",
2021-07-24 18:25:07 +08:00
]
[[package]]
name = "gtk"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0"
dependencies = [
2022-05-12 17:35:25 +08:00
"atk",
"bitflags",
2022-05-12 17:35:25 +08:00
"cairo-rs",
"field-offset",
"futures-channel",
2022-05-12 17:35:25 +08:00
"gdk",
"gdk-pixbuf",
"gio",
2022-08-27 13:13:19 +08:00
"glib 0.15.12",
2022-05-12 17:35:25 +08:00
"gtk-sys",
"gtk3-macros",
"libc",
"once_cell",
2022-05-12 17:35:25 +08:00
"pango",
2021-12-28 14:18:37 +08:00
"pkg-config",
]
[[package]]
name = "gtk-sys"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84"
dependencies = [
2022-05-12 17:35:25 +08:00
"atk-sys",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
"gio-sys",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-12-28 14:18:37 +08:00
"libc",
2022-05-12 17:35:25 +08:00
"pango-sys",
"system-deps 6.0.2",
]
[[package]]
name = "gtk3-macros"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24f518afe90c23fba585b2d7697856f9e6a7bbc62f65588035e66f6afb01a2e9"
dependencies = [
"anyhow",
2022-08-27 13:13:19 +08:00
"proc-macro-crate 1.2.1",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2021-12-28 14:18:37 +08:00
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "h2"
2022-08-27 13:13:19 +08:00
version = "0.3.14"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"
2022-05-12 17:35:25 +08:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
2022-08-27 13:13:19 +08:00
"tokio-util",
2022-05-12 17:35:25 +08:00
"tracing",
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
dependencies = [
2022-08-27 13:13:19 +08:00
"ahash 0.4.7",
2022-08-10 11:33:50 +08:00
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "hashbrown"
2022-08-27 13:13:19 +08:00
version = "0.12.3"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash 0.7.6",
]
2022-01-15 13:47:57 +08:00
2021-03-29 15:59:14 +08:00
[[package]]
name = "hbb_common"
version = "0.1.0"
dependencies = [
"anyhow",
2021-12-26 15:34:10 +08:00
"bytes",
2021-03-29 15:59:14 +08:00
"confy",
"directories-next",
"dirs-next",
2022-05-12 17:35:25 +08:00
"env_logger 0.9.0",
2021-03-29 15:59:14 +08:00
"filetime",
"futures",
"futures-util",
"lazy_static",
"log",
2021-03-29 15:59:14 +08:00
"mac_address",
"machine-uid",
2021-03-29 15:59:14 +08:00
"protobuf",
2022-07-14 23:26:03 +08:00
"protobuf-codegen",
2021-03-29 15:59:14 +08:00
"quinn",
2022-03-01 10:38:31 +08:00
"rand 0.8.5",
"regex",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2021-03-29 15:59:14 +08:00
"serde_derive",
2022-08-27 13:13:19 +08:00
"serde_json 1.0.85",
"serde_with",
2021-12-26 15:34:10 +08:00
"socket2 0.3.19",
2021-03-29 15:59:14 +08:00
"sodiumoxide",
2021-12-26 15:34:10 +08:00
"tokio",
"tokio-socks",
2022-08-27 13:13:19 +08:00
"tokio-util",
2021-03-29 15:59:14 +08:00
"toml",
"winapi 0.3.9",
"zstd",
]
[[package]]
name = "heck"
version = "0.3.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2021-03-29 15:59:14 +08:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2021-03-29 15:59:14 +08:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2021-03-29 15:59:14 +08:00
[[package]]
name = "hound"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
2022-05-12 17:35:25 +08:00
[[package]]
name = "http"
2022-08-27 13:13:19 +08:00
version = "0.2.8"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
2022-05-12 17:35:25 +08:00
dependencies = [
"bytes",
"fnv",
2022-08-27 13:13:19 +08:00
"itoa 1.0.3",
2022-05-12 17:35:25 +08:00
]
[[package]]
name = "http-body"
2022-06-13 21:00:22 +08:00
version = "0.4.5"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2022-05-12 17:35:25 +08:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-03-29 15:59:14 +08:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hwcodec"
version = "0.1.0"
source = "git+https://github.com/21pages/hwcodec#890204e0703a3d361fc7a45f035fe75c0575bb1d"
dependencies = [
"bindgen",
"cc",
"log",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
"serde_derive",
2022-08-27 13:13:19 +08:00
"serde_json 1.0.85",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "hyper"
2022-08-27 13:13:19 +08:00
version = "0.14.20"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
2022-05-12 17:35:25 +08:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2022-08-27 13:13:19 +08:00
"itoa 1.0.3",
2022-05-12 17:35:25 +08:00
"pin-project-lite",
2022-08-27 13:13:19 +08:00
"socket2 0.4.6",
2022-05-12 17:35:25 +08:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
2022-05-16 15:46:09 +08:00
name = "hyper-rustls"
version = "0.23.0"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-16 15:46:09 +08:00
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-05-16 15:46:09 +08:00
"http",
2022-05-12 17:35:25 +08:00
"hyper",
2022-05-16 15:46:09 +08:00
"rustls",
2022-05-12 17:35:25 +08:00
"tokio",
2022-05-16 15:46:09 +08:00
"tokio-rustls",
2022-05-12 17:35:25 +08:00
]
2022-08-27 13:13:19 +08:00
[[package]]
name = "iana-time-zone"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad2bfd338099682614d3ee3fe0cd72e0b6a41ca6a87f6a74a3bd593c91650501"
dependencies = [
"android_system_properties",
"core-foundation-sys 0.8.3",
"js-sys",
"wasm-bindgen",
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-05-12 17:35:25 +08:00
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "image"
version = "0.23.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-iter",
"num-rational",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
"png",
"tiff",
]
[[package]]
name = "include_dir"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "482a2e29200b7eed25d7fdbd14423326760b7f6658d21a4cf12d55a50713c69f"
dependencies = [
"include_dir_macros",
]
[[package]]
name = "include_dir_macros"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e074c19deab2501407c91ba1860fa3d6820bfde307db6d8cb851b55a10be89b"
dependencies = [
"proc-macro2",
"quote",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "indexmap"
2022-08-27 13:13:19 +08:00
version = "1.9.1"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
2022-01-15 13:47:57 +08:00
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2022-08-27 13:13:19 +08:00
"hashbrown 0.12.3",
2022-01-15 13:47:57 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "instant"
2021-12-26 15:34:10 +08:00
version = "0.1.12"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
2022-07-18 12:15:10 +08:00
"js-sys",
"wasm-bindgen",
"web-sys",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "ipnet"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
2021-03-29 15:59:14 +08:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
[[package]]
2021-12-26 15:34:10 +08:00
name = "itoa"
2022-08-27 13:13:19 +08:00
version = "1.0.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
2021-03-29 15:59:14 +08:00
2021-08-13 13:02:03 +08:00
[[package]]
name = "jni"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
dependencies = [
"cesu8",
"combine",
"jni-sys",
"log",
2021-08-13 13:02:03 +08:00
"thiserror",
"walkdir",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "jobserver"
2021-12-26 15:34:10 +08:00
version = "0.1.24"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
]
[[package]]
name = "jpeg-decoder"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
2021-03-29 15:59:14 +08:00
[[package]]
name = "js-sys"
2022-08-27 13:13:19 +08:00
version = "0.3.59"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
2021-03-29 15:59:14 +08:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libappindicator"
2022-08-27 13:13:19 +08:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "db2d3cb96d092b4824cb306c9e544c856a4cb6210c1081945187f7f1924b47e8"
dependencies = [
2022-08-27 13:13:19 +08:00
"glib 0.15.12",
2022-05-12 17:35:25 +08:00
"gtk",
"gtk-sys",
"libappindicator-sys",
"log",
2021-12-28 14:18:37 +08:00
]
[[package]]
name = "libappindicator-sys"
2022-08-27 13:13:19 +08:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "f1b3b6681973cea8cc3bce7391e6d7d5502720b80a581c9a95c9cbaf592826aa"
dependencies = [
2022-05-12 17:35:25 +08:00
"gtk-sys",
2022-07-18 12:15:10 +08:00
"libloading",
2022-06-13 21:00:22 +08:00
"once_cell",
2021-12-28 14:18:37 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "libc"
2022-08-27 13:13:19 +08:00
version = "0.2.132"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
2021-03-29 15:59:14 +08:00
2021-07-24 18:25:07 +08:00
[[package]]
name = "libdbus-sys"
2021-12-26 15:34:10 +08:00
version = "0.2.2"
2021-07-24 18:25:07 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "c185b5b7ad900923ef3a8ff594083d4d9b5aea80bb4f32b8342363138c0d456b"
2021-07-24 18:25:07 +08:00
dependencies = [
"pkg-config",
]
2021-05-02 00:37:32 +08:00
[[package]]
name = "libloading"
2022-01-18 12:24:07 +08:00
version = "0.7.3"
2021-05-02 00:37:32 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 12:24:07 +08:00
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
2021-05-02 00:37:32 +08:00
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "libpulse-binding"
2022-01-18 12:24:07 +08:00
version = "2.26.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 12:24:07 +08:00
checksum = "17be42160017e0ae993c03bfdab4ecb6f82ce3f8d515bd8da8fdf18d10703663"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"libc",
"libpulse-sys",
"num-derive",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
[[package]]
name = "libpulse-simple-binding"
2022-01-18 12:24:07 +08:00
version = "2.25.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 12:24:07 +08:00
checksum = "7cbf1a1dfd69a48cb60906399fa1d17f1b75029ef51c0789597be792dfd0bcd5"
2021-03-29 15:59:14 +08:00
dependencies = [
"libpulse-binding",
"libpulse-simple-sys",
"libpulse-sys",
]
[[package]]
name = "libpulse-simple-sys"
2021-12-26 15:34:10 +08:00
version = "1.19.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "7c73f96f9ca34809692c4760cfe421225860aa000de50edab68a16221fd27cc1"
2021-03-29 15:59:14 +08:00
dependencies = [
"libpulse-sys",
"pkg-config",
]
[[package]]
name = "libpulse-sys"
2021-12-26 15:34:10 +08:00
version = "1.19.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "991e6bd0efe2a36e6534e136e7996925e4c1a8e35b7807fe533f2beffff27c30"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
"num-derive",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-03-29 15:59:14 +08:00
"pkg-config",
"winapi 0.3.9",
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "libsamplerate-sys"
2022-06-13 21:00:22 +08:00
version = "0.1.12"
2021-08-01 11:01:04 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "28853b399f78f8281cd88d333b54a63170c4275f6faea66726a2bea5cca72e0d"
2021-08-01 11:01:04 +08:00
dependencies = [
"cmake",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "libsodium-sys"
version = "0.2.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd"
2021-03-29 15:59:14 +08:00
dependencies = [
"cc",
"libc",
"pkg-config",
"walkdir",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "linked-hash-map"
2022-08-27 13:13:19 +08:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2021-03-29 15:59:14 +08:00
[[package]]
name = "lock_api"
version = "0.4.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2021-03-29 15:59:14 +08:00
dependencies = [
"autocfg 1.1.0",
2021-03-29 15:59:14 +08:00
"scopeguard",
]
[[package]]
name = "log"
2022-06-13 21:00:22 +08:00
version = "0.4.17"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "mac_address"
2022-03-01 10:38:31 +08:00
version = "1.1.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "df1d1bc1084549d60725ccc53a2bfa07f67fe4689fda07b05a36531f2988104a"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-03-01 10:38:31 +08:00
"nix 0.23.1",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[package]]
name = "machine-uid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f1595709b0a7386bcd56ba34d250d626e5503917d05d32cdccddcd68603e212"
dependencies = [
"winreg 0.6.2",
]
[[package]]
name = "magnum-opus"
2021-12-26 15:34:10 +08:00
version = "0.4.0"
2022-06-02 16:13:34 +08:00
source = "git+https://github.com/SoLongAndThanksForAllThePizza/magnum-opus#6247071a64af7b18e2d553e235729e6865f63ece"
2021-03-29 15:59:14 +08:00
dependencies = [
"bindgen",
2021-03-29 15:59:14 +08:00
"target_build_utils",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "matches"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "memalloc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df39d232f5c40b0891c10216992c2f250c054105cb1e56f0fc9032db6203ecc1"
2021-03-29 15:59:14 +08:00
[[package]]
name = "memchr"
2022-06-13 21:00:22 +08:00
version = "2.5.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-03-29 15:59:14 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "memmap2"
2022-07-18 12:15:10 +08:00
version = "0.3.1"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
2022-05-12 17:35:25 +08:00
dependencies = [
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "memoffset"
2021-12-26 15:34:10 +08:00
version = "0.6.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2021-03-29 15:59:14 +08:00
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2021-12-26 15:34:10 +08:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-08-12 01:25:32 +08:00
[[package]]
name = "miniz_oxide"
version = "0.3.7"
2021-08-12 01:25:32 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
2021-08-12 01:25:32 +08:00
dependencies = [
"adler32",
2021-08-12 01:25:32 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "miniz_oxide"
2021-05-02 00:37:32 +08:00
version = "0.4.4"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2021-03-29 15:59:14 +08:00
dependencies = [
"adler",
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "miniz_oxide"
2022-06-13 21:00:22 +08:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
dependencies = [
"adler",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "mio"
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
2021-03-29 15:59:14 +08:00
"miow 0.2.2",
"net2",
"slab",
"winapi 0.2.8",
]
2022-03-01 10:38:31 +08:00
[[package]]
name = "mio"
2022-08-27 13:13:19 +08:00
version = "0.8.4"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
2022-03-01 10:38:31 +08:00
dependencies = [
"libc",
"log",
2022-08-27 13:13:19 +08:00
"wasi",
2022-06-13 21:00:22 +08:00
"windows-sys 0.36.1",
2022-03-01 10:38:31 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
2021-06-25 19:42:51 +08:00
name = "mio-named-pipes"
version = "0.1.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-25 19:42:51 +08:00
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
2021-03-29 15:59:14 +08:00
dependencies = [
"log",
2021-06-25 19:42:51 +08:00
"mio 0.6.23",
"miow 0.3.7",
"winapi 0.3.9",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "miow"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "miow"
2021-05-02 00:37:32 +08:00
version = "0.3.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2021-03-29 15:59:14 +08:00
dependencies = [
"winapi 0.3.9",
]
2021-12-26 15:34:10 +08:00
[[package]]
name = "miow"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7377f7792b3afb6a3cba68daa54ca23c032137010460d667fda53a8d66be00e"
dependencies = [
2022-03-01 10:38:31 +08:00
"windows-sys 0.28.0",
2021-12-26 15:34:10 +08:00
]
[[package]]
name = "mouce"
version = "0.2.1"
source = "git+https://github.com/fufesou/mouce.git#26da8d4b0009b7f96996799c2a5c0990a8dbf08b"
dependencies = [
"glob",
"libc",
]
2021-07-24 18:25:07 +08:00
[[package]]
name = "muldiv"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0419348c027fa7be448d2ae7ea0e4e04c2334c31dc4e74ab29f00a2a7ca69204"
2022-05-12 17:35:25 +08:00
[[package]]
name = "ndk"
2022-07-18 12:15:10 +08:00
version = "0.5.0"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "96d868f654c72e75f8687572699cdabe755f03effbb62542768e995d5b8d699d"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-07-18 12:15:10 +08:00
"bitflags",
2022-05-12 17:35:25 +08:00
"jni-sys",
"ndk-sys 0.2.2",
"num_enum",
"thiserror",
]
2022-01-14 01:15:03 +08:00
[[package]]
name = "ndk"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
dependencies = [
"bitflags",
2022-01-14 01:15:03 +08:00
"jni-sys",
2022-05-12 17:35:25 +08:00
"ndk-sys 0.3.0",
2021-03-29 15:59:14 +08:00
"num_enum",
"thiserror",
]
2022-03-01 10:38:31 +08:00
[[package]]
name = "ndk-context"
version = "0.1.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2022-01-14 01:15:03 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "ndk-glue"
2022-07-18 12:15:10 +08:00
version = "0.5.2"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "c71bee8ea72d685477e28bd004cfe1bf99c754d688cd78cad139eae4089484d4"
2022-05-12 17:35:25 +08:00
dependencies = [
"lazy_static",
"libc",
"log",
2022-07-18 12:15:10 +08:00
"ndk 0.5.0",
"ndk-context",
"ndk-macro",
2022-05-12 17:35:25 +08:00
"ndk-sys 0.2.2",
]
2022-01-14 01:15:03 +08:00
[[package]]
name = "ndk-glue"
version = "0.6.2"
2022-01-14 01:15:03 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0c4a7b83860226e6b4183edac21851f05d5a51756e97a1144b7f5a6b63e65f"
2022-01-14 01:15:03 +08:00
dependencies = [
"lazy_static",
"libc",
"log",
2022-05-12 17:35:25 +08:00
"ndk 0.6.0",
2022-03-01 10:38:31 +08:00
"ndk-context",
2022-07-18 12:15:10 +08:00
"ndk-macro",
2022-05-12 17:35:25 +08:00
"ndk-sys 0.3.0",
]
2022-01-14 01:15:03 +08:00
[[package]]
name = "ndk-macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
dependencies = [
2022-07-18 12:15:10 +08:00
"darling",
2022-08-27 13:13:19 +08:00
"proc-macro-crate 1.2.1",
2022-01-14 01:15:03 +08:00
"proc-macro2",
"quote",
"syn",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "ndk-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
2022-01-14 01:15:03 +08:00
[[package]]
name = "ndk-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
dependencies = [
"jni-sys",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "net2"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
]
[[package]]
name = "nix"
version = "0.22.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"cc",
2021-12-26 15:34:10 +08:00
"cfg-if 1.0.0",
2021-03-29 15:59:14 +08:00
"libc",
"memoffset",
2021-03-29 15:59:14 +08:00
]
2021-08-12 01:25:32 +08:00
[[package]]
name = "nix"
2021-12-26 15:34:10 +08:00
version = "0.23.1"
2021-08-12 01:25:32 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
2021-08-12 01:25:32 +08:00
dependencies = [
"bitflags",
2021-08-12 01:25:32 +08:00
"cc",
"cfg-if 1.0.0",
"libc",
"memoffset",
]
2022-04-26 11:43:16 +08:00
[[package]]
name = "nix"
2022-08-27 13:13:19 +08:00
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"libc",
"memoffset",
]
[[package]]
name = "nix"
version = "0.25.0"
2022-04-26 11:43:16 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb"
2022-04-26 11:43:16 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"autocfg 1.1.0",
2022-04-26 11:43:16 +08:00
"bitflags",
"cfg-if 1.0.0",
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "nom"
version = "7.1.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2021-03-29 15:59:14 +08:00
dependencies = [
"memchr",
2021-12-26 15:34:10 +08:00
"minimal-lexical",
2021-03-29 15:59:14 +08:00
]
2021-06-25 19:42:51 +08:00
[[package]]
name = "ntapi"
2022-03-01 10:38:31 +08:00
version = "0.3.7"
2021-06-25 19:42:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
2021-06-25 19:42:51 +08:00
dependencies = [
"winapi 0.3.9",
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "num-complex"
2022-08-27 13:13:19 +08:00
version = "0.4.2"
2021-08-01 11:01:04 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"
2021-08-01 11:01:04 +08:00
dependencies = [
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-08-01 11:01:04 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "num-integer"
2022-06-13 21:00:22 +08:00
version = "0.1.45"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "num-iter"
2022-06-13 21:00:22 +08:00
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
"num-integer",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
]
2021-07-24 18:25:07 +08:00
[[package]]
name = "num-rational"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2021-07-24 18:25:07 +08:00
"num-integer",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-07-24 18:25:07 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
dependencies = [
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "num-traits"
2022-06-13 21:00:22 +08:00
version = "0.2.15"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "num_cpus"
2021-12-26 15:34:10 +08:00
version = "1.13.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2021-03-29 15:59:14 +08:00
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_enum"
2022-03-07 16:19:10 +08:00
version = "0.5.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 16:19:10 +08:00
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
2021-03-29 15:59:14 +08:00
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2022-03-07 16:19:10 +08:00
version = "0.5.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 16:19:10 +08:00
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"proc-macro-crate 1.2.1",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "num_threads"
2022-06-13 21:00:22 +08:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
2021-03-29 15:59:14 +08:00
[[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_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "object"
2022-08-27 13:13:19 +08:00
version = "0.29.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2022-01-18 12:24:07 +08:00
dependencies = [
"memchr",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "oboe"
2022-06-13 21:00:22 +08:00
version = "0.4.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "27f63c358b4fa0fbcfefd7c8be5cfc39c08ce2389f5325687e7762a48d30a5c1"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"jni",
2022-05-12 17:35:25 +08:00
"ndk 0.6.0",
2022-06-13 21:00:22 +08:00
"ndk-context",
2021-03-29 15:59:14 +08:00
"num-derive",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-03-29 15:59:14 +08:00
"oboe-sys",
]
[[package]]
name = "oboe-sys"
2022-01-14 01:15:03 +08:00
version = "0.4.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 01:15:03 +08:00
checksum = "3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-05-02 00:37:32 +08:00
"cc",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "once_cell"
2022-08-27 09:55:27 +08:00
version = "1.13.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 09:55:27 +08:00
checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
2021-03-29 15:59:14 +08:00
[[package]]
name = "openssl-probe"
2022-01-14 01:15:03 +08:00
version = "0.1.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 01:15:03 +08:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2021-03-29 15:59:14 +08:00
2022-08-10 11:33:50 +08:00
[[package]]
name = "ordered-multimap"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c672c7ad9ec066e428c00eb917124a06f08db19e2584de982cc34b1f4c12485"
dependencies = [
"dlv-list",
"hashbrown 0.9.1",
]
[[package]]
name = "ordered-stream"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1"
dependencies = [
"futures-core",
"pin-project-lite",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "os_str_bytes"
2022-08-27 13:13:19 +08:00
version = "6.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
2021-12-28 14:18:37 +08:00
[[package]]
2022-05-12 17:35:25 +08:00
name = "padlock"
version = "0.2.0"
2021-12-28 14:18:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "c10569378a1dacd9f30dbe7ae49e054d2c45dc2f8ee49899903e09c3924e8b6f"
[[package]]
name = "pango"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
dependencies = [
"bitflags",
2022-08-27 13:13:19 +08:00
"glib 0.15.12",
2021-12-28 14:18:37 +08:00
"libc",
"once_cell",
2022-05-12 17:35:25 +08:00
"pango-sys",
]
[[package]]
name = "pango-sys"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
dependencies = [
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
"libc",
"system-deps 6.0.2",
2021-12-28 14:18:37 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "parity-tokio-ipc"
2022-08-27 13:13:19 +08:00
version = "0.7.3-1"
source = "git+https://github.com/open-trade/parity-tokio-ipc#20b2895910161605210657f3e751edd55321f698"
2021-03-29 15:59:14 +08:00
dependencies = [
"futures",
"libc",
"log",
2021-03-29 15:59:14 +08:00
"mio-named-pipes",
2021-12-26 15:34:10 +08:00
"miow 0.4.0",
2022-03-01 10:38:31 +08:00
"rand 0.8.5",
2021-12-26 15:34:10 +08:00
"tokio",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2021-03-29 15:59:14 +08:00
[[package]]
name = "parking_lot"
2021-12-26 15:34:10 +08:00
version = "0.11.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2021-03-29 15:59:14 +08:00
dependencies = [
"instant",
2021-07-24 18:25:07 +08:00
"lock_api",
2022-03-01 10:38:31 +08:00
"parking_lot_core 0.8.5",
]
[[package]]
name = "parking_lot"
2022-06-13 21:00:22 +08:00
version = "0.12.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-03-01 10:38:31 +08:00
dependencies = [
"lock_api",
2022-06-13 21:00:22 +08:00
"parking_lot_core 0.9.3",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "parking_lot_core"
2021-12-26 15:34:10 +08:00
version = "0.8.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
2021-07-24 18:25:07 +08:00
"redox_syscall",
"smallvec",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
2022-03-01 10:38:31 +08:00
[[package]]
name = "parking_lot_core"
2022-06-13 21:00:22 +08:00
version = "0.9.3"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
2022-03-01 10:38:31 +08:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"smallvec",
2022-06-13 21:00:22 +08:00
"windows-sys 0.36.1",
2022-03-01 10:38:31 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
2021-07-24 18:25:07 +08:00
name = "paste"
2022-08-27 13:13:19 +08:00
version = "1.0.8"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
2021-03-29 15:59:14 +08:00
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2021-05-23 10:55:19 +08:00
[[package]]
2021-07-24 18:25:07 +08:00
name = "peeking_take_while"
version = "0.1.2"
2021-05-23 10:55:19 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-24 18:25:07 +08:00
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2021-05-23 10:55:19 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pest"
2022-08-27 13:13:19 +08:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "4b0560d531d1febc25a3c9398a62a71256c0178f2e3443baedd9ad4bb8c9deb4"
dependencies = [
2022-08-27 13:13:19 +08:00
"thiserror",
"ucd-trie",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "phf"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
dependencies = [
"phf_shared",
"rand 0.6.5",
]
[[package]]
name = "phf_shared"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project"
2022-08-27 13:13:19 +08:00
version = "1.0.12"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2022-08-27 13:13:19 +08:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "pin-project-lite"
2022-06-13 21:00:22 +08:00
version = "0.2.9"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2021-03-29 15:59:14 +08:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.25"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2021-03-29 15:59:14 +08:00
[[package]]
name = "png"
version = "0.16.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
dependencies = [
"bitflags",
"crc32fast",
"deflate",
"miniz_oxide 0.3.7",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "polling"
2022-08-27 13:13:19 +08:00
version = "2.3.0"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "899b00b9c8ab553c743b3e11e87c5c7d423b2a2de229ba95b24a756344748011"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"autocfg 1.1.0",
2022-05-12 17:35:25 +08:00
"cfg-if 1.0.0",
"libc",
"log",
"wepoll-ffi",
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "ppv-lite86"
2022-01-02 13:56:47 +08:00
version = "0.2.16"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-02 13:56:47 +08:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2021-03-29 15:59:14 +08:00
2021-07-24 18:25:07 +08:00
[[package]]
name = "pretty-hex"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5c99d529f0d30937f6f4b8a86d988047327bb88d04d2c4afc356de74722131"
2021-08-01 11:01:04 +08:00
[[package]]
name = "primal-check"
2022-08-27 13:13:19 +08:00
version = "0.3.2"
2021-08-01 11:01:04 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "8b264861209b0641a9b7571695029f516698bd3f2bf46eb61fca408675630b8c"
2021-08-01 11:01:04 +08:00
dependencies = [
"num-integer",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
[[package]]
name = "proc-macro-crate"
2022-08-27 13:13:19 +08:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
dependencies = [
2022-08-27 13:13:19 +08:00
"once_cell",
"thiserror",
"toml",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
"version_check",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
"version_check",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "proc-macro2"
2022-08-27 13:13:19 +08:00
version = "1.0.43"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-06-13 21:00:22 +08:00
"unicode-ident",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "protobuf"
2022-07-14 23:26:03 +08:00
version = "3.1.0"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-14 23:26:03 +08:00
checksum = "4ee4a7d8b91800c8f167a6268d1a1026607368e1adc84e98fe044aeb905302f7"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-07-14 23:26:03 +08:00
"bytes",
"once_cell",
"protobuf-support",
2021-12-26 15:34:10 +08:00
"thiserror",
2021-03-29 15:59:14 +08:00
]
[[package]]
2022-07-14 23:26:03 +08:00
name = "protobuf-codegen"
version = "3.1.0"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-14 23:26:03 +08:00
checksum = "07b893e5e7d3395545d5244f8c0d33674025bd566b26c03bfda49b82c6dec45e"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"anyhow",
2022-07-14 23:26:03 +08:00
"once_cell",
2021-03-29 15:59:14 +08:00
"protobuf",
2021-12-26 15:34:10 +08:00
"protobuf-parse",
2022-07-14 23:26:03 +08:00
"regex",
"tempfile",
2021-12-26 15:34:10 +08:00
"thiserror",
]
[[package]]
name = "protobuf-parse"
2022-07-14 23:26:03 +08:00
version = "3.1.0"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-14 23:26:03 +08:00
checksum = "9b1447dd751c434cc1b415579837ebd0411ed7d67d465f38010da5d7cd33af4d"
2021-12-26 15:34:10 +08:00
dependencies = [
"anyhow",
2022-07-14 23:26:03 +08:00
"indexmap",
"log",
2021-12-26 15:34:10 +08:00
"protobuf",
2022-07-14 23:26:03 +08:00
"protobuf-support",
2021-12-26 15:34:10 +08:00
"tempfile",
"thiserror",
2022-07-14 23:26:03 +08:00
"which 4.2.5",
2021-12-26 15:34:10 +08:00
]
[[package]]
2022-07-14 23:26:03 +08:00
name = "protobuf-support"
version = "3.1.0"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-14 23:26:03 +08:00
checksum = "8ca157fe12fc7ee2e315f2f735e27df41b3d97cdd70ea112824dac1ffb08ee1c"
2021-12-26 15:34:10 +08:00
dependencies = [
"thiserror",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "quest"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556af5f5c953a2ee13f45753e581a38f9778e6551bc3ccc56d90b14628fe59d8"
dependencies = [
2022-05-12 17:35:25 +08:00
"cfg-if 0.1.10",
"rpassword 2.1.0",
"tempfile",
"termios",
"winapi 0.3.9",
2021-12-26 15:34:10 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "quinn"
2022-08-27 13:13:19 +08:00
version = "0.8.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "5b435e71d9bfa0d8889927231970c51fb89c58fa63bffcab117c9c7a41e5ef8f"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"bytes",
"futures-channel",
"futures-util",
"fxhash",
2021-03-29 15:59:14 +08:00
"quinn-proto",
2021-12-26 15:34:10 +08:00
"quinn-udp",
2021-05-02 00:37:32 +08:00
"rustls",
2021-12-26 15:34:10 +08:00
"thiserror",
"tokio",
2021-03-29 15:59:14 +08:00
"tracing",
"webpki",
]
[[package]]
name = "quinn-proto"
2022-08-27 13:13:19 +08:00
version = "0.8.4"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "3fce546b9688f767a57530652488420d419a8b1f44a478b451c3d1ab6d992a55"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"bytes",
"fxhash",
2022-03-01 10:38:31 +08:00
"rand 0.8.5",
2021-03-29 15:59:14 +08:00
"ring",
2021-05-02 00:37:32 +08:00
"rustls",
2021-03-29 15:59:14 +08:00
"rustls-native-certs",
"rustls-pemfile 0.2.1",
2021-03-29 15:59:14 +08:00
"slab",
2021-12-26 15:34:10 +08:00
"thiserror",
"tinyvec",
2021-03-29 15:59:14 +08:00
"tracing",
"webpki",
]
[[package]]
2021-12-26 15:34:10 +08:00
name = "quinn-udp"
2022-08-27 13:13:19 +08:00
version = "0.1.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "9f832d8958db3e84d2ec93b5eb2272b45aa23cf7f8fe6e79f578896f4e6c231b"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"futures-util",
"libc",
"quinn-proto",
2022-08-27 13:13:19 +08:00
"socket2 0.4.6",
2021-12-26 15:34:10 +08:00
"tokio",
"tracing",
2021-03-29 15:59:14 +08:00
]
[[package]]
2021-12-26 15:34:10 +08:00
name = "quote"
2022-08-27 13:13:19 +08:00
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
2021-12-26 15:34:10 +08:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2021-03-29 15:59:14 +08:00
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 0.1.8",
2021-03-29 15:59:14 +08:00
"libc",
"rand_chacha 0.1.1",
"rand_core 0.4.2",
2022-03-01 10:38:31 +08:00
"rand_hc",
2021-03-29 15:59:14 +08:00
"rand_isaac",
"rand_jitter",
"rand_os",
"rand_pcg",
"rand_xorshift",
"winapi 0.3.9",
]
[[package]]
name = "rand"
2022-03-01 10:38:31 +08:00
version = "0.8.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.3",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 0.1.8",
2021-03-29 15:59:14 +08:00
"rand_core 0.3.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-03-29 15:59:14 +08:00
dependencies = [
"ppv-lite86",
"rand_core 0.6.3",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rand_core"
version = "0.6.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"getrandom",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
dependencies = [
"libc",
"rand_core 0.4.2",
"winapi 0.3.9",
]
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
dependencies = [
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.4.2",
"rdrand",
"winapi 0.3.9",
]
[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 0.1.8",
2021-03-29 15:59:14 +08:00
"rand_core 0.4.2",
]
[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
dependencies = [
"rand_core 0.3.1",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "raw-window-handle"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
dependencies = [
"cty",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "rayon"
2022-06-13 21:00:22 +08:00
version = "1.5.3"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2022-01-15 13:47:57 +08:00
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2022-01-15 13:47:57 +08:00
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-06-13 21:00:22 +08:00
version = "1.9.3"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
2022-01-15 13:47:57 +08:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "rdev"
2022-07-13 09:56:08 +08:00
version = "0.5.0-2"
2022-09-14 17:37:52 +08:00
source = "git+https://github.com/asur4s/rdev#22c737fe4dadb7f16c8ded2c13bd6f578a1db4ce"
dependencies = [
2022-07-28 11:01:42 +08:00
"cocoa",
"core-foundation 0.9.3",
"core-foundation-sys 0.8.3",
"core-graphics 0.22.3",
2022-07-12 19:40:38 +08:00
"enum-map",
"lazy_static",
"libc",
2022-07-28 11:01:42 +08:00
"widestring 1.0.2",
"winapi 0.3.9",
2022-09-01 14:07:52 +08:00
"x11 2.20.0",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
"rand_core 0.3.1",
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "realfft"
2022-08-27 13:13:19 +08:00
version = "3.0.1"
2021-08-01 11:01:04 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "8028eb3fabd68ddf331f744ba9c25a939804e276d820f9b218ab25a4bd7b91b8"
2021-08-01 11:01:04 +08:00
dependencies = [
"rustfft",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "redox_syscall"
2022-08-27 13:13:19 +08:00
version = "0.2.16"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "redox_users"
version = "0.4.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"getrandom",
2021-07-24 18:25:07 +08:00
"redox_syscall",
"thiserror",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "regex"
2022-08-27 13:13:19 +08:00
version = "1.6.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2021-03-29 15:59:14 +08:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-08-27 13:13:19 +08:00
version = "0.6.27"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2021-03-29 15:59:14 +08:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "repng"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd57cd2cb5cc699b3eb4824d654e5a32f3bc013766da4966f71fe94805abbda"
dependencies = [
"byteorder",
"flate2",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "reqwest"
2022-08-27 13:13:19 +08:00
version = "0.11.11"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
2022-05-12 17:35:25 +08:00
dependencies = [
"base64",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
2022-05-16 15:46:09 +08:00
"hyper-rustls",
2022-05-12 17:35:25 +08:00
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"percent-encoding",
"pin-project-lite",
2022-05-16 15:46:09 +08:00
"rustls",
2022-08-27 13:13:19 +08:00
"rustls-pemfile 1.0.1",
"serde 1.0.144",
"serde_json 1.0.85",
2022-05-12 17:35:25 +08:00
"serde_urlencoded",
"tokio",
2022-05-16 15:46:09 +08:00
"tokio-rustls",
2022-08-27 13:13:19 +08:00
"tower-service",
2022-05-12 17:35:25 +08:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-05-16 15:46:09 +08:00
"webpki-roots",
2022-05-12 17:35:25 +08:00
"winreg 0.10.1",
]
2021-03-29 15:59:14 +08:00
[[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",
"untrusted",
"web-sys",
"winapi 0.3.9",
]
[[package]]
name = "rpassword"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d37473170aedbe66ffa3ad3726939ba677d83c646ad4fd99e5b4bc38712f45ec"
dependencies = [
"kernel32-sys",
"libc",
"winapi 0.2.8",
]
[[package]]
name = "rpassword"
2022-07-18 12:15:10 +08:00
version = "7.0.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "26b763cb66df1c928432cc35053f8bd4cec3335d8559fc16010017d16b3c1680"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
"winapi 0.3.9",
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "rubato"
2022-04-06 10:51:24 +08:00
version = "0.12.0"
2021-08-01 11:01:04 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-06 10:51:24 +08:00
checksum = "cd70209c27d5b08f5528bdc779ea3ffb418954e28987f9f9775c6eac41003f9c"
2021-08-01 11:01:04 +08:00
dependencies = [
"num-complex",
"num-integer",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-08-01 11:01:04 +08:00
"realfft",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "runas"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a620b0994a180cdfa25c0439e6d58c0628272571501880d626ffff58e96a0799"
dependencies = [
"cc",
2021-12-26 15:34:10 +08:00
"which 3.1.1",
2021-03-29 15:59:14 +08:00
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "rust-ini"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63471c4aa97a1cf8332a5f97709a79a4234698de6a1f5087faf66f2dae810e22"
dependencies = [
"cfg-if 1.0.0",
"ordered-multimap",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "rust-pulsectl"
version = "0.2.12"
source = "git+https://github.com/open-trade/pulsectl#5e68f4c2b7c644fa321984688602d71e8ad0bba3"
2021-03-29 15:59:14 +08:00
dependencies = [
"libpulse-binding",
]
[[package]]
name = "rustc-demangle"
2021-12-26 15:34:10 +08:00
version = "0.1.21"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2021-03-29 15:59:14 +08:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
"semver 0.11.0",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "rustdesk"
2022-09-08 18:21:17 +08:00
version = "1.2.0"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"android_logger 0.11.1",
"arboard",
2022-05-12 17:35:25 +08:00
"async-process",
2021-03-29 15:59:14 +08:00
"async-trait",
"base64",
"bytes",
2021-03-29 15:59:14 +08:00
"cc",
"cfg-if 1.0.0",
2022-08-27 13:13:19 +08:00
"clap 3.2.17",
"clipboard",
2022-07-28 11:01:42 +08:00
"cocoa",
2022-03-01 10:38:31 +08:00
"core-foundation 0.9.3",
"core-graphics 0.22.3",
2021-03-29 15:59:14 +08:00
"cpal",
"ctrlc",
2022-08-10 11:33:50 +08:00
"dark-light",
2021-03-29 15:59:14 +08:00
"dasp",
"default-net",
2021-03-29 15:59:14 +08:00
"dispatch",
"enigo",
"errno",
"evdev",
2021-03-29 15:59:14 +08:00
"flexi_logger",
"flutter_rust_bridge",
"flutter_rust_bridge_codegen",
2021-03-29 15:59:14 +08:00
"hbb_common",
"hound",
"include_dir",
2022-05-12 17:35:25 +08:00
"jni",
2021-03-29 15:59:14 +08:00
"lazy_static",
"libc",
"libpulse-binding",
"libpulse-simple-binding",
"mac_address",
"machine-uid",
"magnum-opus",
"mouce",
"num_cpus",
2021-03-29 15:59:14 +08:00
"objc",
"parity-tokio-ipc",
"rdev",
2021-03-29 15:59:14 +08:00
"repng",
2022-05-12 17:35:25 +08:00
"reqwest",
2022-07-18 12:15:10 +08:00
"rpassword 7.0.0",
2021-08-01 11:01:04 +08:00
"rubato",
2021-03-29 15:59:14 +08:00
"runas",
"rust-pulsectl",
2021-08-01 11:01:04 +08:00
"samplerate",
2021-03-29 15:59:14 +08:00
"sciter-rs",
"scrap",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2021-03-29 15:59:14 +08:00
"serde_derive",
2022-08-27 13:13:19 +08:00
"serde_json 1.0.85",
2021-03-29 15:59:14 +08:00
"sha2",
"simple_rc",
2021-12-25 16:45:22 +08:00
"sys-locale",
2022-01-15 14:08:24 +08:00
"sysinfo",
"system_shutdown",
"tray-item",
2022-05-12 17:35:25 +08:00
"trayicon",
2021-03-29 15:59:14 +08:00
"uuid",
"virtual_display",
2021-03-29 15:59:14 +08:00
"whoami",
"winapi 0.3.9",
"windows-service",
2022-05-12 17:35:25 +08:00
"winit",
2021-12-26 15:34:10 +08:00
"winreg 0.10.1",
2021-03-29 15:59:14 +08:00
"winres",
"wol-rs",
2021-03-29 15:59:14 +08:00
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "rustfft"
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d089e5c57521629a59f5f39bca7434849ff89bd6873b521afe389c1c602543"
dependencies = [
"num-complex",
"num-integer",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-08-01 11:01:04 +08:00
"primal-check",
"strength_reduce",
"transpose",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "rustls"
2022-06-13 21:00:22 +08:00
version = "0.20.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-05-16 15:46:09 +08:00
"log",
2021-03-29 15:59:14 +08:00
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-native-certs"
version = "0.6.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
2021-03-29 15:59:14 +08:00
dependencies = [
"openssl-probe",
2022-08-27 13:13:19 +08:00
"rustls-pemfile 1.0.1",
2021-03-29 15:59:14 +08:00
"schannel",
"security-framework",
]
2021-12-26 15:34:10 +08:00
[[package]]
name = "rustls-pemfile"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
dependencies = [
"base64",
]
2022-05-16 15:46:09 +08:00
[[package]]
name = "rustls-pemfile"
2022-08-27 13:13:19 +08:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
dependencies = [
"base64",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "rustversion"
2022-08-27 13:13:19 +08:00
version = "1.0.9"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
2021-03-29 15:59:14 +08:00
[[package]]
name = "ryu"
2022-08-27 13:13:19 +08:00
version = "1.0.11"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
2021-03-29 15:59:14 +08:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "samplerate"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e032b2b24715c4f982f483ea3abdb3c9ba444d9f63e87b2843d6f998f5ba2698"
dependencies = [
"libsamplerate-sys",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "schannel"
2022-06-13 21:00:22 +08:00
version = "0.1.20"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2021-03-29 15:59:14 +08:00
dependencies = [
"lazy_static",
2022-06-13 21:00:22 +08:00
"windows-sys 0.36.1",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "sciter-rs"
2021-07-24 18:25:07 +08:00
version = "0.5.57"
source = "git+https://github.com/open-trade/rust-sciter?branch=dyn#82025b9ba77d5ae14543009444033036dbe25917"
2021-03-29 15:59:14 +08:00
dependencies = [
"lazy_static",
"libc",
"objc",
"objc-foundation",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2021-03-29 15:59:14 +08:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scrap"
version = "0.5.0"
dependencies = [
2022-05-12 17:35:25 +08:00
"android_logger 0.10.1",
"bindgen",
2021-03-29 15:59:14 +08:00
"block",
"cfg-if 1.0.0",
2021-07-24 18:25:07 +08:00
"dbus",
2021-03-29 15:59:14 +08:00
"docopt",
2021-07-24 18:25:07 +08:00
"gstreamer",
"gstreamer-app",
"gstreamer-video",
"hbb_common",
"hwcodec",
2022-05-12 17:35:25 +08:00
"jni",
"lazy_static",
2021-03-29 15:59:14 +08:00
"libc",
2022-05-12 17:35:25 +08:00
"log",
2021-03-29 15:59:14 +08:00
"num_cpus",
"quest",
"repng",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
"serde_json 1.0.85",
2021-03-29 15:59:14 +08:00
"target_build_utils",
2021-07-24 18:25:07 +08:00
"tracing",
2021-03-29 15:59:14 +08:00
"webm",
"winapi 0.3.9",
]
[[package]]
name = "sct"
2021-12-26 15:34:10 +08:00
version = "0.7.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2021-03-29 15:59:14 +08:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "security-framework"
2022-08-27 13:13:19 +08:00
version = "2.7.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
2022-03-01 10:38:31 +08:00
"core-foundation 0.9.3",
"core-foundation-sys 0.8.3",
2021-03-29 15:59:14 +08:00
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2022-03-01 10:38:31 +08:00
version = "2.6.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2021-03-29 15:59:14 +08:00
dependencies = [
"core-foundation-sys 0.8.3",
2021-03-29 15:59:14 +08:00
"libc",
]
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser",
]
[[package]]
name = "semver"
2022-08-27 13:13:19 +08:00
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
dependencies = [
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
]
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "serde"
version = "0.9.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af"
[[package]]
name = "serde"
2022-08-27 13:13:19 +08:00
version = "1.0.144"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"
2021-03-29 15:59:14 +08:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-08-27 13:13:19 +08:00
version = "1.0.144"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "serde_json"
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1"
dependencies = [
"dtoa",
"itoa 0.3.4",
"num-traits 0.1.43",
"serde 0.9.15",
]
[[package]]
name = "serde_json"
2022-08-27 13:13:19 +08:00
version = "1.0.85"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"itoa 1.0.3",
2021-03-29 15:59:14 +08:00
"ryu",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2021-03-29 15:59:14 +08:00
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "serde_repr"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2022-08-27 13:13:19 +08:00
"itoa 1.0.3",
2022-05-12 17:35:25 +08:00
"ryu",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2022-05-12 17:35:25 +08:00
]
[[package]]
name = "serde_with"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
dependencies = [
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
"serde_with_macros",
]
[[package]]
name = "serde_with_macros"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
dependencies = [
2022-07-18 12:15:10 +08:00
"darling",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_yaml"
2022-08-27 13:13:19 +08:00
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
"indexmap",
"ryu",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
"yaml-rust",
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "sha1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2021-03-29 15:59:14 +08:00
[[package]]
name = "sha2"
2022-03-01 10:38:31 +08:00
version = "0.10.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
2021-03-29 15:59:14 +08:00
"digest",
]
[[package]]
name = "shlex"
2021-12-26 15:34:10 +08:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2022-05-12 17:35:25 +08:00
[[package]]
name = "signal-hook"
2022-06-13 21:00:22 +08:00
version = "0.3.14"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
2022-05-12 17:35:25 +08:00
dependencies = [
"libc",
"signal-hook-registry",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
]
[[package]]
name = "signature"
2022-08-27 13:13:19 +08:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "f0ea32af43239f0d353a7dd75a22d94c329c8cdaafdcb4c1c1335aa10c298a4a"
[[package]]
name = "simple_rc"
version = "0.1.0"
dependencies = [
"confy",
"hbb_common",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
"serde_derive",
"walkdir",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "siphasher"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
[[package]]
name = "slab"
2022-08-27 13:13:19 +08:00
version = "0.4.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg 1.1.0",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "smallvec"
2022-08-27 13:13:19 +08:00
version = "1.9.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
2021-03-29 15:59:14 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "smithay-client-toolkit"
2022-07-18 12:15:10 +08:00
version = "0.15.4"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "8a28f16a97fa0e8ce563b2774d1e732dd5d4025d2772c5dba0a41a0f90a29da3"
2022-05-12 17:35:25 +08:00
dependencies = [
"bitflags",
"calloop",
2022-07-18 12:15:10 +08:00
"dlib",
2022-05-12 17:35:25 +08:00
"lazy_static",
"log",
"memmap2",
2022-07-18 12:15:10 +08:00
"nix 0.22.3",
"pkg-config",
2022-05-12 17:35:25 +08:00
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "socket2"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi 0.3.9",
]
[[package]]
2022-01-10 18:05:42 +08:00
name = "socket2"
2022-08-27 13:13:19 +08:00
version = "0.4.6"
2022-01-10 18:05:42 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "10c98bba371b9b22a71a9414e420f92ddeb2369239af08200816169d5e2dd7aa"
dependencies = [
2021-12-26 15:34:10 +08:00
"libc",
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "sodiumoxide"
version = "0.2.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028"
2021-03-29 15:59:14 +08:00
dependencies = [
"ed25519",
2021-03-29 15:59:14 +08:00
"libc",
"libsodium-sys",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-08-10 11:33:50 +08:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2021-03-29 15:59:14 +08:00
[[package]]
name = "stdweb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
[[package]]
name = "str-buf"
2022-06-13 21:00:22 +08:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
2021-08-01 11:01:04 +08:00
[[package]]
name = "strength_reduce"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3ff2f71c82567c565ba4b3009a9350a96a7269eaa4001ebedae926230bc2254"
2021-03-29 15:59:14 +08:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2021-05-02 00:37:32 +08:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "structopt"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
dependencies = [
"clap 2.34.0",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
dependencies = [
"heck 0.3.3",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "strum"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
[[package]]
name = "strum_macros"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
dependencies = [
"heck 0.3.3",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "syn"
2022-08-27 13:13:19 +08:00
version = "1.0.99"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2022-06-13 21:00:22 +08:00
"unicode-ident",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "synstructure"
2021-12-26 15:34:10 +08:00
version = "0.12.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
"unicode-xid",
2021-03-29 15:59:14 +08:00
]
2021-12-25 16:45:22 +08:00
[[package]]
name = "sys-locale"
2022-08-27 13:13:19 +08:00
version = "0.2.1"
2021-12-25 16:45:22 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "658ee915b6c7b73ec4c1ffcd838506b5c5a4087eadc1ec8f862f1066cf2c8132"
2021-12-25 16:45:22 +08:00
dependencies = [
"cc",
"cstr_core",
2022-08-27 13:13:19 +08:00
"js-sys",
2021-12-25 16:45:22 +08:00
"libc",
2022-08-27 13:13:19 +08:00
"wasm-bindgen",
2021-12-25 16:45:22 +08:00
"web-sys",
"winapi 0.3.9",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "sysinfo"
version = "0.24.7"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54cb4ebf3d49308b99e6e9dc95e989e2fdbdc210e4f67c39db0bb89ba927001c"
2022-01-15 13:47:57 +08:00
dependencies = [
"cfg-if 1.0.0",
"core-foundation-sys 0.8.3",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi 0.3.9",
]
[[package]]
name = "system-configuration"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"
dependencies = [
"bitflags",
"core-foundation 0.9.3",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys 0.8.3",
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "system-deps"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
dependencies = [
"heck 0.3.3",
2021-03-29 15:59:14 +08:00
"pkg-config",
"strum",
"strum_macros",
"thiserror",
"toml",
"version-compare 0.0.10",
]
[[package]]
name = "system-deps"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a45a1c4c9015217e12347f2a411b57ce2c4fc543913b14b6fe40483328e709"
dependencies = [
"cfg-expr",
"heck 0.4.0",
"pkg-config",
"toml",
"version-compare 0.1.0",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "system_shutdown"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "035e081d603551d8d78db27d2232913269c749ea67648c369100049820406a14"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2021-03-29 15:59:14 +08:00
[[package]]
name = "target_build_utils"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "013d134ae4a25ee744ad6129db589018558f620ddfa44043887cdd45fa08e75c"
dependencies = [
"phf",
"phf_codegen",
"serde_json 0.9.10",
]
[[package]]
name = "tempfile"
2022-01-09 23:59:30 +08:00
version = "3.3.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-09 23:59:30 +08:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
2022-01-09 23:59:30 +08:00
"fastrand",
2021-03-29 15:59:14 +08:00
"libc",
2021-07-24 18:25:07 +08:00
"redox_syscall",
2021-03-29 15:59:14 +08:00
"remove_dir_all",
"winapi 0.3.9",
]
[[package]]
name = "termcolor"
version = "1.1.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2021-03-29 15:59:14 +08:00
dependencies = [
"winapi-util",
]
[[package]]
name = "termios"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
dependencies = [
"libc",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "textwrap"
version = "0.15.0"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
2022-01-15 13:47:57 +08:00
2022-08-02 18:47:29 +08:00
[[package]]
name = "tfc"
version = "0.6.1"
2022-09-04 16:50:25 +08:00
source = "git+https://github.com/asur4s/The-Fat-Controller#48303c5dacded6ea1873bc5d69bdde3175cf336a"
2022-08-02 18:47:29 +08:00
dependencies = [
"core-graphics 0.22.3",
"unicode-segmentation",
2022-08-03 01:48:56 +08:00
"winapi 0.3.9",
2022-09-01 14:07:52 +08:00
"x11 2.19.0",
2022-08-02 18:47:29 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "thiserror"
2022-08-27 13:13:19 +08:00
version = "1.0.32"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
2021-03-29 15:59:14 +08:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-08-27 13:13:19 +08:00
version = "1.0.32"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
[[package]]
name = "tiff"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
dependencies = [
"jpeg-decoder",
"miniz_oxide 0.4.4",
"weezl",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "time"
version = "0.3.9"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"itoa 1.0.3",
2021-03-29 15:59:14 +08:00
"libc",
"num_threads",
2021-12-26 15:34:10 +08:00
"time-macros",
2021-03-29 15:59:14 +08:00
]
[[package]]
2021-12-26 15:34:10 +08:00
name = "time-macros"
version = "0.2.4"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2021-12-26 15:34:10 +08:00
[[package]]
name = "tinyvec"
2022-04-26 11:43:16 +08:00
version = "1.6.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 11:43:16 +08:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"tinyvec_macros",
2021-06-25 19:42:51 +08:00
]
2021-12-26 15:34:10 +08:00
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2021-06-25 19:42:51 +08:00
[[package]]
name = "tokio"
version = "1.20.1"
2021-06-25 19:42:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
2021-06-25 19:42:51 +08:00
dependencies = [
2022-07-15 01:29:52 +08:00
"autocfg 1.1.0",
2021-12-26 15:34:10 +08:00
"bytes",
2021-03-29 15:59:14 +08:00
"libc",
"memchr",
2022-08-27 13:13:19 +08:00
"mio 0.8.4",
2021-03-29 15:59:14 +08:00
"num_cpus",
2021-06-25 19:42:51 +08:00
"once_cell",
2022-06-13 21:00:22 +08:00
"parking_lot 0.12.1",
2021-12-26 15:34:10 +08:00
"pin-project-lite",
2021-03-29 15:59:14 +08:00
"signal-hook-registry",
2022-08-27 13:13:19 +08:00
"socket2 0.4.6",
2021-03-29 15:59:14 +08:00
"tokio-macros",
"winapi 0.3.9",
]
[[package]]
name = "tokio-macros"
2022-08-27 13:13:19 +08:00
version = "1.8.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
2022-05-12 17:35:25 +08:00
[[package]]
2022-05-16 15:46:09 +08:00
name = "tokio-rustls"
version = "0.23.4"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-16 15:46:09 +08:00
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-05-16 15:46:09 +08:00
"rustls",
2022-05-12 17:35:25 +08:00
"tokio",
2022-05-16 15:46:09 +08:00
"webpki",
2022-05-12 17:35:25 +08:00
]
[[package]]
name = "tokio-socks"
2022-08-27 13:13:19 +08:00
version = "0.5.1-1"
source = "git+https://github.com/open-trade/tokio-socks#7034e79263ce25c348be072808d7601d82cd892d"
dependencies = [
"bytes",
"either",
"futures-core",
"futures-sink",
"futures-util",
"pin-project",
"thiserror",
"tokio",
2022-08-27 13:13:19 +08:00
"tokio-util",
2021-03-29 15:59:14 +08:00
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "tokio-util"
2022-08-27 13:13:19 +08:00
version = "0.7.3"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
2022-05-12 17:35:25 +08:00
dependencies = [
"bytes",
"futures-core",
2022-07-15 01:29:52 +08:00
"futures-io",
2022-05-12 17:35:25 +08:00
"futures-sink",
2022-07-15 01:29:52 +08:00
"futures-util",
2022-08-27 13:13:19 +08:00
"hashbrown 0.12.3",
2022-05-12 17:35:25 +08:00
"pin-project-lite",
2022-07-15 01:29:52 +08:00
"slab",
2022-05-12 17:35:25 +08:00
"tokio",
"tracing",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "toml"
version = "0.5.9"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2021-03-29 15:59:14 +08:00
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "tower-service"
2022-08-27 13:13:19 +08:00
version = "0.3.2"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-05-12 17:35:25 +08:00
2021-03-29 15:59:14 +08:00
[[package]]
name = "tracing"
2022-08-27 13:13:19 +08:00
version = "0.1.36"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
2021-12-26 15:34:10 +08:00
"pin-project-lite",
2021-03-29 15:59:14 +08:00
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2022-08-27 13:13:19 +08:00
version = "0.1.22"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "tracing-core"
2022-08-27 13:13:19 +08:00
version = "0.1.29"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"once_cell",
2021-03-29 15:59:14 +08:00
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "transpose"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95f9c900aa98b6ea43aee227fd680550cdec726526aab8ac801549eadb25e39f"
dependencies = [
"num-integer",
"strength_reduce",
]
[[package]]
name = "tray-item"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76863575f7842ed64fda361f417a787efa82811b4617267709066969cd4ccf3b"
dependencies = [
2022-07-28 11:01:42 +08:00
"cocoa",
"core-graphics 0.22.3",
2022-05-12 17:35:25 +08:00
"gtk",
"libappindicator",
"libc",
"objc",
"objc-foundation",
"objc_id",
"padlock",
"winapi 0.3.9",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "trayicon"
2022-07-18 12:15:10 +08:00
version = "0.1.3-1"
source = "git+https://github.com/open-trade/trayicon-rs#8d9c4489287752cc5be4a35c103198f7111112f9"
2022-05-12 17:35:25 +08:00
dependencies = [
"winapi 0.3.9",
"winit",
]
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2021-03-29 15:59:14 +08:00
[[package]]
name = "typenum"
2021-12-26 15:34:10 +08:00
version = "1.15.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2021-03-29 15:59:14 +08:00
[[package]]
name = "ucd-trie"
2022-08-27 13:13:19 +08:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
2022-08-10 11:33:50 +08:00
[[package]]
name = "uds_windows"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
dependencies = [
"tempfile",
"winapi 0.3.9",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "unicode-bidi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2022-06-13 21:00:22 +08:00
[[package]]
name = "unicode-ident"
2022-08-27 13:13:19 +08:00
version = "1.0.3"
2022-06-13 21:00:22 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
2022-06-13 21:00:22 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "unicode-normalization"
2022-08-27 13:13:19 +08:00
version = "0.1.21"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
2022-05-12 17:35:25 +08:00
dependencies = [
"tinyvec",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "unicode-segmentation"
2022-03-01 10:38:31 +08:00
version = "1.9.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2021-03-29 15:59:14 +08:00
[[package]]
name = "unicode-width"
2021-12-26 15:34:10 +08:00
version = "0.1.9"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2021-03-29 15:59:14 +08:00
[[package]]
name = "unicode-xid"
2022-06-13 21:00:22 +08:00
version = "0.2.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
2021-03-29 15:59:14 +08:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2022-05-12 17:35:25 +08:00
[[package]]
name = "url"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "uuid"
2022-08-27 13:13:19 +08:00
version = "1.1.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"getrandom",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version-compare"
version = "0.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
[[package]]
name = "version-compare"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
2021-03-29 15:59:14 +08:00
[[package]]
name = "version_check"
2022-01-02 13:56:47 +08:00
version = "0.9.4"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-02 13:56:47 +08:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-03-29 15:59:14 +08:00
[[package]]
name = "virtual_display"
version = "0.1.0"
dependencies = [
"cc",
"hbb_common",
"lazy_static",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
"serde_derive",
"thiserror",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2021-03-29 15:59:14 +08:00
[[package]]
name = "walkdir"
2021-05-02 00:37:32 +08:00
version = "2.3.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2021-03-29 15:59:14 +08:00
dependencies = [
"same-file",
"winapi 0.3.9",
"winapi-util",
]
2022-05-12 17:35:25 +08:00
[[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"
2021-03-29 15:59:14 +08:00
[[package]]
name = "wasm-bindgen"
2022-08-27 13:13:19 +08:00
version = "0.2.82"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-08-27 13:13:19 +08:00
version = "0.2.82"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
2021-03-29 15:59:14 +08:00
dependencies = [
"bumpalo",
"log",
2022-08-27 13:13:19 +08:00
"once_cell",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
"wasm-bindgen-shared",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "wasm-bindgen-futures"
2022-08-27 13:13:19 +08:00
version = "0.4.32"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"
2022-05-12 17:35:25 +08:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "wasm-bindgen-macro"
2022-08-27 13:13:19 +08:00
version = "0.2.82"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"quote",
2021-03-29 15:59:14 +08:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-08-27 13:13:19 +08:00
version = "0.2.82"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-08-27 13:13:19 +08:00
version = "0.2.82"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
2021-03-29 15:59:14 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "wayland-client"
2022-08-27 13:13:19 +08:00
version = "0.29.5"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
2022-05-12 17:35:25 +08:00
dependencies = [
"bitflags",
"downcast-rs",
"libc",
2022-08-27 13:13:19 +08:00
"nix 0.24.2",
2022-05-12 17:35:25 +08:00
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
]
[[package]]
name = "wayland-commons"
2022-08-27 13:13:19 +08:00
version = "0.29.5"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"nix 0.24.2",
2022-05-12 17:35:25 +08:00
"once_cell",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-cursor"
2022-08-27 13:13:19 +08:00
version = "0.29.5"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-08-27 13:13:19 +08:00
"nix 0.24.2",
2022-05-12 17:35:25 +08:00
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-protocols"
2022-08-27 13:13:19 +08:00
version = "0.29.5"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
2022-05-12 17:35:25 +08:00
dependencies = [
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
2022-08-27 13:13:19 +08:00
version = "0.29.5"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
2022-05-12 17:35:25 +08:00
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
]
[[package]]
name = "wayland-sys"
2022-08-27 13:13:19 +08:00
version = "0.29.5"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-07-18 12:15:10 +08:00
"dlib",
2022-05-12 17:35:25 +08:00
"lazy_static",
"pkg-config",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "web-sys"
2022-08-27 13:13:19 +08:00
version = "0.3.59"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
2021-03-29 15:59:14 +08:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webm"
version = "1.0.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecb047148a12ef1fd8ab26302bca7e82036f005c3073b48e17cc1b44ec577136"
2021-03-29 15:59:14 +08:00
dependencies = [
"webm-sys",
]
[[package]]
name = "webm-sys"
2022-03-01 10:38:31 +08:00
version = "1.0.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "0ded6ec82ccf51fe265b0b2b1579cac839574ed910c17baac58e807f8a9de7f3"
2021-03-29 15:59:14 +08:00
dependencies = [
"cc",
]
[[package]]
name = "webpki"
2021-12-26 15:34:10 +08:00
version = "0.22.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
2021-03-29 15:59:14 +08:00
dependencies = [
"ring",
"untrusted",
]
2022-05-16 15:46:09 +08:00
[[package]]
name = "webpki-roots"
2022-08-27 13:13:19 +08:00
version = "0.22.4"
2022-05-16 15:46:09 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf"
2022-05-16 15:46:09 +08:00
dependencies = [
"webpki",
]
[[package]]
name = "weezl"
2022-08-27 13:13:19 +08:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2022-05-12 17:35:25 +08:00
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "which"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
dependencies = [
"failure",
"libc",
]
2021-12-26 15:34:10 +08:00
[[package]]
name = "which"
version = "4.2.5"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
2021-12-26 15:34:10 +08:00
dependencies = [
"either",
"lazy_static",
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "whoami"
2021-12-26 15:34:10 +08:00
version = "1.2.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8"
2021-06-25 19:42:51 +08:00
dependencies = [
"wasm-bindgen",
"web-sys",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "widestring"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
2022-07-28 11:01:42 +08:00
[[package]]
name = "widestring"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
2021-03-29 15:59:14 +08:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[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-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[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 0.3.9",
]
[[package]]
name = "winapi-wsapoll"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
dependencies = [
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08: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.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b749ebd2304aa012c5992d11a25d07b406bdbe5f79d371cb7a918ce501a19eb0"
dependencies = [
"windows_aarch64_msvc 0.30.0",
"windows_i686_gnu 0.30.0",
"windows_i686_msvc 0.30.0",
"windows_x86_64_gnu 0.30.0",
"windows_x86_64_msvc 0.30.0",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "windows-service"
2021-08-13 13:02:03 +08:00
version = "0.4.0"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c643e10139d127d30d6d753398c8a6f0a43532e8370f6c9d29ebbff29b984ab"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
2021-12-26 15:34:10 +08:00
"err-derive",
2022-07-28 11:01:42 +08:00
"widestring 0.4.3",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
2021-12-26 15:34:10 +08:00
[[package]]
name = "windows-sys"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82ca39602d5cbfa692c4b67e3bcbb2751477355141c1ed434c94da4186836ff6"
dependencies = [
2022-03-01 10:38:31 +08:00
"windows_aarch64_msvc 0.28.0",
"windows_i686_gnu 0.28.0",
"windows_i686_msvc 0.28.0",
"windows_x86_64_gnu 0.28.0",
"windows_x86_64_msvc 0.28.0",
]
[[package]]
name = "windows-sys"
2022-06-13 21:00:22 +08:00
version = "0.36.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2022-03-01 10:38:31 +08:00
dependencies = [
2022-06-13 21:00:22 +08:00
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
2021-12-26 15:34:10 +08:00
]
[[package]]
name = "windows_aarch64_msvc"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52695a41e536859d5308cc613b4a022261a274390b25bd29dfff4bf08505f3c2"
[[package]]
name = "windows_aarch64_msvc"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29277a4435d642f775f63c7d1faeb927adba532886ce0287bd985bffb16b6bca"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_aarch64_msvc"
2022-06-13 21:00:22 +08:00
version = "0.36.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-03-01 10:38:31 +08:00
2021-12-26 15:34:10 +08:00
[[package]]
name = "windows_i686_gnu"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f54725ac23affef038fecb177de6c9bf065787c2f432f79e3c373da92f3e1d8a"
[[package]]
name = "windows_i686_gnu"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1145e1989da93956c68d1864f32fb97c8f561a8f89a5125f6a2b7ea75524e4b8"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_i686_gnu"
2022-06-13 21:00:22 +08:00
version = "0.36.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-03-01 10:38:31 +08:00
2021-12-26 15:34:10 +08:00
[[package]]
name = "windows_i686_msvc"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d5158a43cc43623c0729d1ad6647e62fa384a3d135fd15108d37c683461f64"
[[package]]
name = "windows_i686_msvc"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a09e3a0d4753b73019db171c1339cd4362c8c44baf1bcea336235e955954a6"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_i686_msvc"
2022-06-13 21:00:22 +08:00
version = "0.36.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-03-01 10:38:31 +08:00
2021-12-26 15:34:10 +08:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc31f409f565611535130cfe7ee8e6655d3fa99c1c61013981e491921b5ce954"
[[package]]
name = "windows_x86_64_gnu"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ca64fcb0220d58db4c119e050e7af03c69e6f4f415ef69ec1773d9aab422d5a"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_x86_64_gnu"
2022-06-13 21:00:22 +08:00
version = "0.36.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-03-01 10:38:31 +08:00
2021-12-26 15:34:10 +08:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2b8c7cbd3bfdddd9ab98769f9746a7fad1bca236554cd032b78d768bc0e89f"
[[package]]
name = "windows_x86_64_msvc"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08cabc9f0066848fef4bc6a1c1668e6efce38b661d2aeec75d18d8617eebb5f1"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_x86_64_msvc"
2022-06-13 21:00:22 +08:00
version = "0.36.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-03-01 10:38:31 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "winit"
2022-07-18 12:15:10 +08:00
version = "0.26.1"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a"
2022-05-12 17:35:25 +08:00
dependencies = [
"bitflags",
2022-07-28 11:01:42 +08:00
"cocoa",
2022-05-12 17:35:25 +08:00
"core-foundation 0.9.3",
"core-graphics 0.22.3",
"core-video-sys",
"dispatch",
"instant",
"lazy_static",
"libc",
"log",
2022-08-27 13:13:19 +08:00
"mio 0.8.4",
2022-07-18 12:15:10 +08:00
"ndk 0.5.0",
"ndk-glue 0.5.2",
2022-05-12 17:35:25 +08:00
"ndk-sys 0.2.2",
"objc",
"parking_lot 0.11.2",
"percent-encoding",
2022-07-18 12:15:10 +08:00
"raw-window-handle",
2022-05-12 17:35:25 +08:00
"smithay-client-toolkit",
2022-07-18 12:15:10 +08:00
"wasm-bindgen",
2022-05-12 17:35:25 +08:00
"wayland-client",
2022-07-18 12:15:10 +08:00
"wayland-protocols",
"web-sys",
2022-05-12 17:35:25 +08:00
"winapi 0.3.9",
"x11-dl",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
"winapi 0.3.9",
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "winreg"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d107f8c6e916235c4c01cabb3e8acf7bea8ef6a63ca2e7fa0527c049badfc48c"
dependencies = [
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "winreg"
2021-12-26 15:34:10 +08:00
version = "0.10.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2021-03-29 15:59:14 +08:00
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "winres"
2021-12-26 15:34:10 +08:00
version = "0.1.12"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
2021-03-29 15:59:14 +08:00
dependencies = [
"toml",
]
[[package]]
name = "wol-rs"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f97e69b28b256ccfb02472c25057132e234aa8368fea3bb0268def564ce1f2"
dependencies = [
2022-08-27 13:13:19 +08:00
"clap 3.2.17",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "wyz"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"
dependencies = [
"tap",
]
2022-09-01 14:07:52 +08:00
[[package]]
name = "x11"
version = "2.19.0"
source = "git+https://github.com/bjornsnoen/x11-rs#c2e9bfaa7b196938f8700245564d8ac5d447786a"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "x11"
2022-08-27 13:13:19 +08:00
version = "2.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "f7ae97874a928d821b061fce3d1fc52f08071dd53c89a6102bc06efcac3b2908"
dependencies = [
"libc",
"pkg-config",
]
2021-10-22 16:02:01 +08:00
[[package]]
2022-05-12 17:35:25 +08:00
name = "x11-dl"
2022-08-27 13:13:19 +08:00
version = "2.20.0"
2021-10-22 16:02:01 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-27 13:13:19 +08:00
checksum = "0c83627bc137605acc00bb399c7b908ef460b621fc37c953db2b09f88c449ea6"
2021-10-22 16:02:01 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"lazy_static",
"libc",
"pkg-config",
2021-10-22 16:02:01 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "x11rb"
version = "0.9.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e99be55648b3ae2a52342f9a870c0e138709a3493261ce9b469afe6e4df6d8a"
2021-03-29 15:59:14 +08:00
dependencies = [
"gethostname",
"nix 0.22.3",
"winapi 0.3.9",
"winapi-wsapoll",
2021-03-29 15:59:14 +08:00
]
2021-10-22 16:02:01 +08:00
[[package]]
2022-05-12 17:35:25 +08:00
name = "xcursor"
version = "0.3.4"
2021-10-22 16:02:01 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
2021-10-22 16:02:01 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"nom",
]
[[package]]
name = "xml-rs"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "zbus"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d8f1a037b2c4a67d9654dc7bdfa8ff2e80555bbefdd3c1833c1d1b27c963a6b"
dependencies = [
"async-broadcast",
"async-channel",
"async-executor",
"async-io",
"async-lock",
"async-recursion",
"async-task",
"async-trait",
"byteorder",
"derivative",
"dirs",
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"lazy_static",
"nix 0.23.1",
"once_cell",
"ordered-stream",
"rand 0.8.5",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2022-08-10 11:33:50 +08:00
"serde_repr",
"sha1",
"static_assertions",
"tracing",
"uds_windows",
"winapi 0.3.9",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f8fb5186d1c87ae88cf234974c240671238b4a679158ad3b94ec465237349a6"
dependencies = [
2022-08-27 13:13:19 +08:00
"proc-macro-crate 1.2.1",
2022-08-10 11:33:50 +08:00
"proc-macro2",
"quote",
"regex",
"syn",
]
[[package]]
name = "zbus_names"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41a408fd8a352695690f53906dc7fd036be924ec51ea5e05666ff42685ed0af5"
dependencies = [
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2022-08-10 11:33:50 +08:00
"static_assertions",
"zvariant",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "zstd"
2022-01-07 16:21:56 +08:00
version = "0.9.2+zstd.1.5.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-07 16:21:56 +08:00
checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"
2021-03-29 15:59:14 +08:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2022-01-07 16:21:56 +08:00
version = "4.1.3+zstd.1.5.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-07 16:21:56 +08:00
checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2021-12-26 15:34:10 +08:00
version = "1.6.2+zstd.1.5.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"
2021-03-29 15:59:14 +08:00
dependencies = [
"cc",
"libc",
]
2022-08-10 11:33:50 +08:00
[[package]]
name = "zvariant"
version = "3.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bd68e4e6432ef19df47d7e90e2e72b5e7e3d778e0ae3baddf12b951265cc758"
dependencies = [
"byteorder",
"enumflags2",
"libc",
2022-08-27 13:13:19 +08:00
"serde 1.0.144",
2022-08-10 11:33:50 +08:00
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
version = "3.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08e977eaa3af652f63d479ce50d924254ad76722a6289ec1a1eac3231ca30430"
dependencies = [
2022-08-27 13:13:19 +08:00
"proc-macro-crate 1.2.1",
2022-08-10 11:33:50 +08:00
"proc-macro2",
"quote",
"syn",
]