rustdesk/Cargo.lock

4649 lines
109 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"
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 = "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"
[[package]]
name = "android_logger"
2022-04-06 10:51:24 +08:00
version = "0.11.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-06 10:51:24 +08:00
checksum = "b74b7ddf197de32e415d197aa21c1c0cb36e01e4794fd801302280ac7847ee02"
2021-03-29 15:59:14 +08:00
dependencies = [
"android_log-sys",
2022-04-06 10:51:24 +08:00
"env_logger",
"log",
2022-04-06 10:51:24 +08:00
"once_cell",
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-03-08 12:14:52 +08:00
version = "1.0.56"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-08 12:14:52 +08:00
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
2021-03-29 15:59:14 +08:00
[[package]]
name = "arboard"
2021-12-26 15:34:10 +08:00
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "1d76e1fe0171b6d0857afca5671db12a44e71e80823db13ab39f776fb09ad079"
dependencies = [
"clipboard-win",
"core-graphics 0.22.3",
"image",
"log",
"objc",
"objc-foundation",
"objc_id",
"once_cell",
2022-03-01 10:38:31 +08:00
"parking_lot 0.11.2",
"scopeguard",
"thiserror",
"winapi 0.3.9",
"x11rb",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "async-trait"
2021-12-26 15:34:10 +08:00
version = "0.1.52"
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 = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
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",
]
2021-12-28 14:18:37 +08:00
[[package]]
name = "atk"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812b4911e210bd51b24596244523c856ca749e6223c50a7fbbba3f89ee37c426"
dependencies = [
"atk-sys",
"bitflags",
2021-12-28 14:18:37 +08:00
"glib",
"glib-sys",
"gobject-sys",
"libc",
]
[[package]]
name = "atk-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f530e4af131d94cc4fa15c5c9d0348f0ef28bac64ba660b6b2a1cf2605dedfce"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
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-03-01 10:38:31 +08:00
version = "0.3.64"
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 = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"
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",
"miniz_oxide 0.4.4",
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"
version = "0.56.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
"cexpr 0.4.0",
2021-03-29 15:59:14 +08:00
"clang-sys",
"lazy_static",
"lazycell",
"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 0.1.1",
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",
2021-12-26 15:34:10 +08:00
"cexpr 0.6.0",
2021-03-29 15:59:14 +08:00
"clang-sys",
2022-01-15 13:47:57 +08:00
"clap 2.34.0",
2022-04-06 10:51:24 +08:00
"env_logger",
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",
2021-12-26 15:34:10 +08:00
"shlex 1.1.0",
2022-03-01 10:38:31 +08:00
"which 4.2.4",
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"
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",
]
[[package]]
name = "bumpalo"
2022-01-07 16:21:56 +08:00
version = "3.9.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 = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2021-03-29 15:59:14 +08:00
[[package]]
name = "bytemuck"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e851ca7c24871e7336801608a4797d7376545b6928a10d32d75685687141ead"
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"
2021-12-26 15:34:10 +08:00
version = "1.1.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 = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-03-29 15:59:14 +08:00
[[package]]
2021-12-28 14:18:37 +08:00
name = "cairo-rs"
version = "0.9.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-28 14:18:37 +08:00
checksum = "c5c0f2e047e8ca53d0ff249c54ae047931d7a6ebe05d00af73e0ffeb6e34bdb8"
dependencies = [
"bitflags",
2021-12-28 14:18:37 +08:00
"cairo-sys-rs",
"glib",
"glib-sys",
"gobject-sys",
"libc",
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ed2639b9ad5f1d6efa76de95558e11339e7318426d84ac4890b86c03e828ca7"
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
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"
version = "0.4.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
2021-03-29 15:59:14 +08:00
dependencies = [
"nom 5.1.2",
]
[[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 = [
2021-12-26 15:34:10 +08:00
"nom 7.1.0",
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"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"libc",
"num-integer",
"num-traits 0.2.14",
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "clang-sys"
2022-03-01 10:38:31 +08:00
version = "1.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 = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
2021-03-29 15:59:14 +08:00
dependencies = [
"glob",
2021-03-29 15:59:14 +08:00
"libc",
"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-03-08 12:14:52 +08:00
version = "3.1.6"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-08 12:14:52 +08:00
checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"
2022-01-15 13:47:57 +08:00
dependencies = [
"atty",
"bitflags",
"indexmap",
"os_str_bytes",
"strsim 0.10.0",
"termcolor",
"textwrap 0.15.0",
2022-01-15 13:47:57 +08:00
]
[[package]]
name = "clipboard"
version = "0.1.0"
dependencies = [
"cc",
"hbb_common",
"lazy_static",
2022-03-01 10:38:31 +08:00
"serde 1.0.136",
"serde_derive",
"thiserror",
]
2021-10-22 16:02:01 +08:00
[[package]]
name = "clipboard-master"
2021-12-26 15:34:10 +08:00
version = "3.1.3"
2021-10-22 16:02:01 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "459887701008d8ee21f8de7f45f0f0707417c7eea3311973f6e67222bd686b7a"
2021-10-22 16:02:01 +08:00
dependencies = [
"objc",
"objc-foundation",
"objc_id",
"winapi 0.3.9",
"windows-win",
"x11-clipboard",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "clipboard-win"
2022-03-01 10:38:31 +08:00
version = "4.4.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 = "2f3e1238132dc01f081e1cbb9dace14e5ef4c3a51ee244bd982275fb514605db"
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",
]
[[package]]
name = "cocoa"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "667fdc068627a2816b9ff831201dd9864249d6ee8d190b9532357f1fc0f61ea7"
dependencies = [
"bitflags",
"block",
2022-03-01 10:38:31 +08:00
"core-foundation 0.9.3",
"core-graphics 0.21.0",
"foreign-types",
"libc",
"objc",
]
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-01-14 01:15:03 +08:00
version = "4.6.3"
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 = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062"
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",
]
[[package]]
name = "confy"
version = "0.4.1"
2021-07-24 18:25:07 +08:00
source = "git+https://github.com/open-trade/confy#27fa12941291b44ccd856aef4a5452c1eb646047"
2021-03-29 15:59:14 +08:00
dependencies = [
"directories",
2022-03-01 10:38:31 +08:00
"serde 1.0.136",
2021-03-29 15:59:14 +08:00
"toml",
]
[[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",
]
[[package]]
name = "core-graphics"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52a67c4378cf203eace8fb6567847eb641fd6ff933c1145a115c6ee820ebb978"
dependencies = [
"bitflags",
2022-03-01 10:38:31 +08:00
"core-foundation 0.9.3",
"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",
]
[[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"
2022-03-01 10:38:31 +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-03-01 10:38:31 +08:00
checksum = "ca4679a59dbd8c15f064c012dfe8c1163b9453224238b59bb9328c142b8b248b"
2021-03-29 15:59:14 +08:00
dependencies = [
"bindgen 0.56.0",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "cpal"
2021-08-13 13:02:03 +08:00
version = "0.13.4"
2021-12-26 15:34:10 +08:00
source = "git+https://github.com/open-trade/cpal#3a30569687271c2d5d67279c4883d63f4003d34c"
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-01-14 01:15:03 +08:00
"ndk 0.4.0",
2022-03-01 10:38:31 +08:00
"ndk-glue 0.4.1",
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"
2021-12-26 15:34:10 +08:00
version = "0.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 = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
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-04-21 22:16:15 +08:00
[[package]]
name = "crossbeam"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "crossbeam-channel"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2022-03-01 10:38:31 +08:00
version = "0.9.7"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "c00d6d2ea26e8b151d99093005cb442fb9a37aeaca582a03ec70946f49ab5ed9"
2022-01-15 13:47:57 +08:00
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
]
2022-04-21 22:16:15 +08:00
[[package]]
name = "crossbeam-queue"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "crossbeam-utils"
2022-03-01 10:38:31 +08:00
version = "0.8.7"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
2022-01-15 13:47:57 +08:00
dependencies = [
"cfg-if 1.0.0",
"lazy_static",
]
2021-03-29 15:59:14 +08:00
[[package]]
2021-12-26 15:34:10 +08:00
name = "crypto-common"
2022-03-01 10:38:31 +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-03-01 10:38:31 +08:00
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
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-01-05 13:21:14 +08:00
version = "0.2.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-05 13:21:14 +08:00
checksum = "644828c273c063ab0d39486ba42a5d1f3a499d35529c759e763a9c6cb8a0fb08"
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"
2021-12-26 15:34:10 +08:00
version = "3.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 = "a19c6cedffdc8c03a3346d723eb20bd85a13362bb96dc2ac000842c6381ec7bf"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"nix 0.23.1",
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"
2021-03-29 15:59:14 +08:00
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
2022-01-14 01:15:03 +08:00
"darling_core 0.10.2",
"darling_macro 0.10.2",
]
[[package]]
name = "darling"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"
dependencies = [
"darling_core 0.13.1",
"darling_macro 0.13.1",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"strsim 0.9.3",
"syn",
]
2022-01-14 01:15:03 +08:00
[[package]]
name = "darling_core"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"
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.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
2022-01-14 01:15:03 +08:00
"darling_core 0.10.2",
"quote",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"
dependencies = [
"darling_core 0.13.1",
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"
2021-12-26 15:34:10 +08:00
version = "0.9.5"
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 = "de0a745c25b32caa56b82a3950f5fec7893a960f4c10ca3b02060b0c38d8c2ce"
2021-07-24 18:25:07 +08:00
dependencies = [
"libc",
"libdbus-sys",
"winapi 0.3.9",
]
[[package]]
name = "deflate"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
dependencies = [
"adler32",
"byteorder",
]
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"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
dependencies = [
"cfg-if 0.1.10",
"dirs-sys",
]
[[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",
]
[[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",
]
[[package]]
name = "dirs-sys"
2021-05-02 00:37:32 +08:00
version = "0.3.6"
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 = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
2021-03-29 15:59:14 +08:00
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 = "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"
[[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-03-01 10:38:31 +08:00
"serde 1.0.136",
2021-05-02 00:37:32 +08:00
"strsim 0.10.0",
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-03-01 10:38:31 +08:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "eed12bbf7b5312f8da1c2722bc06d8c6b12c2d86a7fb35a194c7f3e6fc2bbe39"
dependencies = [
"signature",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "enigo"
version = "0.0.14"
dependencies = [
"core-graphics 0.22.3",
2021-03-29 15:59:14 +08:00
"libc",
"log",
2021-03-29 15:59:14 +08:00
"objc",
"pkg-config",
2022-03-01 10:38:31 +08:00
"serde 1.0.136",
2021-03-29 15:59:14 +08:00
"serde_derive",
"unicode-segmentation",
"winapi 0.3.9",
]
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 = "error-code"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
dependencies = [
"libc",
"str-buf",
]
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"
version = "1.7.0"
2022-01-09 23:59:30 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
2022-01-09 23:59:30 +08:00
dependencies = [
"instant",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "filetime"
2021-08-13 13:02:03 +08:00
version = "0.2.15"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-13 13:02:03 +08:00
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
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",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
[[package]]
name = "flate2"
2021-12-26 15:34:10 +08:00
version = "1.0.22"
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 = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"crc32fast",
"libc",
"miniz_oxide 0.4.4",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "flexi_logger"
2022-03-01 10:38:31 +08:00
version = "0.22.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 = "969940c39bc718475391e53a3a59b0157e64929c80cf83ad5dde5f770ecdc423"
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",
"crossbeam",
"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 = "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-01-13 15:26:57 +08:00
[[package]]
name = "fsevent"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
dependencies = [
"bitflags",
2022-01-13 15:26:57 +08:00
"fsevent-sys",
]
[[package]]
name = "fsevent-sys"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
dependencies = [
"libc",
]
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 = "futures"
2022-03-01 10:38:31 +08:00
version = "0.3.21"
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 = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
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-03-01 10:38:31 +08:00
version = "0.3.21"
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 = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2021-03-29 15:59:14 +08:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2022-03-01 10:38:31 +08:00
version = "0.3.21"
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 = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2021-03-29 15:59:14 +08:00
[[package]]
name = "futures-executor"
2022-03-01 10:38:31 +08:00
version = "0.3.21"
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 = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
2021-03-29 15:59:14 +08:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2022-03-01 10:38:31 +08:00
version = "0.3.21"
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 = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2021-03-29 15:59:14 +08:00
[[package]]
name = "futures-macro"
2022-03-01 10:38:31 +08:00
version = "0.3.21"
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 = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
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-03-01 10:38:31 +08:00
version = "0.3.21"
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 = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2021-03-29 15:59:14 +08:00
[[package]]
name = "futures-task"
2022-03-01 10:38:31 +08:00
version = "0.3.21"
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 = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2021-03-29 15:59:14 +08:00
[[package]]
name = "futures-util"
2022-03-01 10:38:31 +08:00
version = "0.3.21"
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 = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
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",
]
2021-12-28 14:18:37 +08:00
[[package]]
name = "gdk"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db00839b2a68a7a10af3fa28dfb3febaba3a20c3a9ac2425a33b7df1f84a6b7d"
dependencies = [
"bitflags",
2021-12-28 14:18:37 +08:00
"cairo-rs",
"cairo-sys-rs",
"gdk-pixbuf",
"gdk-sys",
"gio",
"gio-sys",
"glib",
"glib-sys",
"gobject-sys",
"libc",
"pango",
]
[[package]]
name = "gdk-pixbuf"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f6dae3cb99dd49b758b88f0132f8d401108e63ae8edd45f432d42cdff99998a"
dependencies = [
"gdk-pixbuf-sys",
"gio",
"gio-sys",
"glib",
"glib-sys",
"gobject-sys",
"libc",
]
[[package]]
name = "gdk-pixbuf-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bfe468a7f43e97b8d193a762b6c5cf67a7d36cacbc0b9291dbcae24bfea1e8f"
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "gdk-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a9653cfc500fd268015b1ac055ddbc3df7a5c9ea3f4ccef147b3957bd140d69"
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
"system-deps",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "generic-array"
2022-01-05 13:21:14 +08:00
version = "0.14.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-05 13:21:14 +08:00
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2021-03-29 15:59:14 +08:00
dependencies = [
"typenum",
"version_check",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "gethostname"
2022-01-18 12:24:07 +08:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 12:24:07 +08:00
checksum = "4addc164932852d066774c405dbbdb7914742d2b39e39e1a7ca949c856d054d1"
dependencies = [
"libc",
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "getrandom"
2022-03-01 10:38:31 +08:00
version = "0.2.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 = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2021-12-26 15:34:10 +08:00
"wasi",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "gimli"
2022-01-18 12:24:07 +08:00
version = "0.26.1"
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 = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2021-03-29 15:59:14 +08:00
2021-12-28 14:18:37 +08:00
[[package]]
name = "gio"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb60242bfff700772dae5d9e3a1f7aa2e4ebccf18b89662a16acb2822568561"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
2021-12-28 14:18:37 +08:00
"futures",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"gio-sys",
"glib",
"glib-sys",
"gobject-sys",
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]]
2021-12-28 14:18:37 +08:00
name = "gio-sys"
version = "0.10.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-28 14:18:37 +08:00
checksum = "5e24fb752f8f5d2cf6bbc2c606fd2bc989c81c5e2fe321ab974d54f8b6344eac"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"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",
"glib-sys",
"gobject-sys",
"libc",
"once_cell",
]
[[package]]
name = "glib-macros"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41486a26d1366a8032b160b59065a59fb528530a46a49f627e7048fb8c064039"
dependencies = [
"anyhow",
"heck",
"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-sys"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1"
dependencies = [
"libc",
"system-deps",
]
[[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",
"libc",
"system-deps",
]
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",
"glib-sys",
"gobject-sys",
"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",
"glib-sys",
"gobject-sys",
"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",
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-base"
version = "0.16.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bafd01c56f59cb10f4b5a10f97bb4bdf8c2b2784ae5b04da7e2d400cf6e6afcf"
dependencies = [
"bitflags",
2021-07-24 18:25:07 +08:00
"glib",
"glib-sys",
"gobject-sys",
"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",
"gobject-sys",
"gstreamer-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-sys"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc1f154082d01af5718c5f8a8eb4f565a4ea5586ad8833a8fc2c2aa6844b601d"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[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",
"glib-sys",
"gobject-sys",
"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",
"gobject-sys",
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
"system-deps",
]
2021-12-28 14:18:37 +08:00
[[package]]
name = "gtk"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f022f2054072b3af07666341984562c8e626a79daa8be27b955d12d06a5ad6a"
dependencies = [
"atk",
"bitflags",
2021-12-28 14:18:37 +08:00
"cairo-rs",
"cairo-sys-rs",
"cc",
"gdk",
"gdk-pixbuf",
"gdk-pixbuf-sys",
"gdk-sys",
"gio",
"gio-sys",
"glib",
"glib-sys",
"gobject-sys",
"gtk-sys",
"libc",
"once_cell",
"pango",
"pango-sys",
"pkg-config",
]
[[package]]
name = "gtk-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89acda6f084863307d948ba64a4b1ef674e8527dddab147ee4cdcc194c880457"
dependencies = [
"atk-sys",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"system-deps",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
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-04-06 10:51:24 +08:00
"env_logger",
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",
"protobuf",
"protobuf-codegen-pure",
"quinn",
2022-03-01 10:38:31 +08:00
"rand 0.8.5",
"regex",
2022-03-01 10:38:31 +08:00
"serde 1.0.136",
2021-03-29 15:59:14 +08:00
"serde_derive",
2022-03-01 10:38:31 +08:00
"serde_json 1.0.79",
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",
2021-03-29 15:59:14 +08:00
"tokio-util",
"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 = "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",
]
[[package]]
name = "hound"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[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",
"num-traits 0.2.14",
"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"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2022-01-15 13:47:57 +08:00
"hashbrown",
]
2022-01-13 15:26:57 +08:00
[[package]]
name = "inotify"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
dependencies = [
"bitflags",
2022-01-13 15:26:57 +08:00
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
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",
]
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
[[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"
version = "1.0.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 = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
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"
version = "0.3.56"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
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"
2021-12-28 14:18:37 +08:00
[[package]]
name = "libappindicator"
version = "0.6.1"
source = "git+https://github.com/liyue201/libappindicator-rs#3763cfd629dd90050af1feafa643cbfca0bf487e"
dependencies = [
"glib",
"gtk",
"gtk-sys",
"libappindicator-sys",
"log",
2021-12-28 14:18:37 +08:00
]
[[package]]
name = "libappindicator-sys"
version = "0.6.1"
source = "git+https://github.com/liyue201/libappindicator-rs#3763cfd629dd90050af1feafa643cbfca0bf487e"
dependencies = [
"gtk-sys",
"pkg-config",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "libc"
2022-03-01 10:38:31 +08:00
version = "0.2.119"
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 = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
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",
"num-traits 0.2.14",
"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",
"num-traits 0.2.14",
"pkg-config",
"winapi 0.3.9",
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "libsamplerate-sys"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "403163258e75b5780cd6245c04cddd7f3166c5f8dd2bf5462e596c9ca4eb9653"
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 = "lock_api"
2022-03-01 10:38:31 +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-03-01 10:38:31 +08:00
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
2021-03-29 15:59:14 +08:00
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
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"
source = "git+https://github.com/open-trade/magnum-opus#3c3d0b86ae95c84930bebffe4bcb03b3bd83342b"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"bindgen 0.59.2",
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",
]
[[package]]
name = "memchr"
2022-01-15 13:47:57 +08:00
version = "2.4.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 13:47:57 +08:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
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
]
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 = "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",
]
[[package]]
2021-06-25 19:42:51 +08:00
name = "mio"
2021-12-26 15:34:10 +08:00
version = "0.7.14"
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 = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-06-25 19:42:51 +08:00
"libc",
"log",
2021-05-02 00:37:32 +08:00
"miow 0.3.7",
2021-06-25 19:42:51 +08:00
"ntapi",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
2022-03-01 10:38:31 +08:00
[[package]]
name = "mio"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
dependencies = [
"libc",
"log",
"miow 0.3.7",
"ntapi",
"winapi 0.3.9",
]
2022-01-13 15:26:57 +08:00
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
"lazycell",
"log",
2022-01-13 15:26:57 +08:00
"mio 0.6.23",
"slab",
]
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
]
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"
2021-03-29 15:59:14 +08:00
[[package]]
name = "ndk"
2021-12-26 15:34:10 +08:00
version = "0.4.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 = "d64d6af06fde0e527b1ba5c7b79a6cc89cfc46325b0b2887dffe8f70197e0c3c"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"jni-sys",
2022-01-14 01:15:03 +08:00
"ndk-sys 0.2.2",
"num_enum",
"thiserror",
]
[[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",
"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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e3c5cc68637e21fe8f077f6a1c9e0b9ca495bb74895226b476310f613325884"
2021-03-29 15:59:14 +08:00
[[package]]
name = "ndk-glue"
2022-03-01 10:38:31 +08:00
version = "0.4.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 = "9b1454575120e3265d2442222299c711ace58ba417532ee4f0fc71b860016b93"
2021-03-29 15:59:14 +08:00
dependencies = [
"lazy_static",
"libc",
"log",
2022-01-14 01:15:03 +08:00
"ndk 0.4.0",
2022-03-01 10:38:31 +08:00
"ndk-context",
2022-01-14 01:15:03 +08:00
"ndk-macro 0.2.0",
"ndk-sys 0.2.2",
]
[[package]]
name = "ndk-glue"
2022-03-01 10:38:31 +08:00
version = "0.6.1"
2022-01-14 01:15:03 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "d9ffb7443daba48349d545028777ca98853b018b4c16624aa01223bc29e078da"
2022-01-14 01:15:03 +08:00
dependencies = [
"lazy_static",
"libc",
"log",
2022-01-14 01:15:03 +08:00
"ndk 0.6.0",
2022-03-01 10:38:31 +08:00
"ndk-context",
2022-01-14 01:15:03 +08:00
"ndk-macro 0.3.0",
"ndk-sys 0.3.0",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "ndk-macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
dependencies = [
2022-01-14 01:15:03 +08:00
"darling 0.10.2",
"proc-macro-crate 0.1.5",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
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 = [
"darling 0.13.1",
2022-03-01 10:38:31 +08:00
"proc-macro-crate 1.1.3",
2022-01-14 01:15:03 +08:00
"proc-macro2",
"quote",
"syn",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "ndk-sys"
2021-12-26 15:34:10 +08:00
version = "0.2.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 = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
2021-03-29 15:59:14 +08:00
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"
2021-12-26 15:34:10 +08:00
version = "0.20.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 = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
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",
]
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",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "nom"
version = "5.1.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2021-03-29 15:59:14 +08:00
dependencies = [
"memchr",
"version_check",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "nom"
2021-12-26 15:34:10 +08:00
version = "7.1.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 = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2021-03-29 15:59:14 +08:00
dependencies = [
"memchr",
2021-12-26 15:34:10 +08:00
"minimal-lexical",
"version_check",
2021-03-29 15:59:14 +08:00
]
2022-01-13 15:26:57 +08:00
[[package]]
name = "notify"
version = "4.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
dependencies = [
"bitflags",
2022-01-13 15:26:57 +08:00
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"libc",
"mio 0.6.23",
"mio-extras",
"walkdir",
"winapi 0.3.9",
]
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"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"
dependencies = [
"num-traits 0.2.14",
]
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"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2021-03-29 15:59:14 +08:00
"num-traits 0.2.14",
]
[[package]]
name = "num-iter"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
"num-integer",
"num-traits 0.2.14",
]
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",
"num-traits 0.2.14",
]
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 = [
"num-traits 0.2.14",
]
[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
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-03-01 10:38:31 +08:00
"proc-macro-crate 1.1.3",
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-03-01 10:38:31 +08:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15"
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-01-18 12:24:07 +08:00
version = "0.27.1"
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 = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
dependencies = [
"memchr",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "oboe"
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 = "2463c8f2e19b4e0d0710a21f8e4011501ff28db1c95d7a5482a553b2100502d2"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"jni",
2022-01-14 01:15:03 +08:00
"ndk 0.6.0",
2022-03-01 10:38:31 +08:00
"ndk-glue 0.6.1",
2021-03-29 15:59:14 +08:00
"num-derive",
"num-traits 0.2.14",
"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"
version = "1.10.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
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-01-15 13:47:57 +08:00
[[package]]
name = "os_str_bytes"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
dependencies = [
"memchr",
]
2021-12-28 14:18:37 +08:00
[[package]]
name = "pango"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9937068580bebd8ced19975938573803273ccbcbd598c58d4906efd4ac87c438"
dependencies = [
"bitflags",
2021-12-28 14:18:37 +08:00
"glib",
"glib-sys",
"gobject-sys",
"libc",
"once_cell",
"pango-sys",
]
[[package]]
name = "pango-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d2650c8b62d116c020abd0cea26a4ed96526afda89b1c4ea567131fdefc890"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "parity-tokio-ipc"
2021-12-26 15:34:10 +08:00
version = "0.7.3"
source = "git+https://github.com/open-trade/parity-tokio-ipc#52515618bd30ea8101bf46f6c7835e88cec9187f"
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",
]
[[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"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
dependencies = [
"lock_api",
"parking_lot_core 0.9.1",
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"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"smallvec",
"windows-sys 0.32.0",
]
2021-03-29 15:59:14 +08:00
[[package]]
2021-07-24 18:25:07 +08:00
name = "paste"
2021-12-26 15:34:10 +08:00
version = "1.0.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 = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
2021-03-29 15:59:14 +08:00
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
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"
version = "1.0.10"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "pin-project-lite"
2022-01-02 13:56:47 +08:00
version = "0.2.8"
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 = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
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"
2021-12-26 15:34:10 +08:00
version = "0.3.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 = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
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",
]
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"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01419cee72c1a1ca944554e23d83e483e1bccf378753344e881de28b5487511d"
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-03-01 10:38:31 +08:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
dependencies = [
"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"
2021-12-29 11:42:43 +08:00
version = "1.0.36"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 11:42:43 +08:00
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
2021-03-29 15:59:14 +08:00
dependencies = [
"unicode-xid",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "protobuf"
2021-12-26 15:34:10 +08:00
version = "3.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5ef59c35c7472ce5e1b6c5924b87585143d1fc2cf39eae0009bba6c4df62f1"
2021-03-29 15:59:14 +08:00
[[package]]
name = "protobuf-codegen"
2021-12-26 15:34:10 +08:00
version = "3.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89100ee819f69b77a4cab389fec9dd155a305af4c615e6413ec1ef9341f333ef"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"anyhow",
2021-03-29 15:59:14 +08:00
"protobuf",
2021-12-26 15:34:10 +08:00
"protobuf-parse",
"thiserror",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "protobuf-codegen-pure"
2021-12-26 15:34:10 +08:00
version = "3.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79453e74d08190551e821533ee42c447f9e21ca26f83520e120e6e8af27f6879"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"anyhow",
2021-03-29 15:59:14 +08:00
"protobuf",
"protobuf-codegen",
2021-12-26 15:34:10 +08:00
"protobuf-parse",
"thiserror",
]
[[package]]
name = "protobuf-parse"
version = "3.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c265ffc69976efc3056955b881641add3186ad0be893ef10622482d80d1d2b68"
dependencies = [
"anyhow",
"protobuf",
"protoc",
"tempfile",
"thiserror",
]
[[package]]
name = "protoc"
version = "3.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f1f8b318a54d18fbe542513331e058f4f8ce6502e542e057c50c7e5e803fdab"
dependencies = [
"anyhow",
"log",
2021-12-26 15:34:10 +08:00
"thiserror",
2022-03-01 10:38:31 +08:00
"which 4.2.4",
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 = [
"cfg-if 0.1.10",
"rpassword 2.1.0",
"tempfile",
"termios",
"winapi 0.3.9",
]
2021-12-26 15:34:10 +08:00
[[package]]
name = "quick-xml"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
dependencies = [
"memchr",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "quinn"
2022-03-01 10:38:31 +08:00
version = "0.8.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 = "584865613896a1f644d757e52c45c573441c8b04cac38ac13990b0235203db66"
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-03-01 10:38:31 +08:00
version = "0.8.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 = "d2b1562bf4998b0c6d1841a4742b7103bb82cdde61374833de826bab9e8ad498"
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",
2021-12-26 15:34:10 +08:00
"rustls-pemfile",
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-03-01 10:38:31 +08:00
version = "0.1.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 = "df185e5e5f7611fa6e628ed8f9633df10114b03bbaecab186ec55822c44ac727"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"futures-util",
"libc",
"mio 0.7.14",
"quinn-proto",
2022-03-01 10:38:31 +08:00
"socket2 0.4.4",
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"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
2021-12-26 15:34:10 +08:00
dependencies = [
"proc-macro2",
]
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-01-15 13:47:57 +08:00
[[package]]
name = "rayon"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
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"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"lazy_static",
"num_cpus",
]
[[package]]
name = "rdev"
version = "0.5.0"
2022-03-08 12:14:52 +08:00
source = "git+https://github.com/open-trade/rdev#fbbefd0b5d87095a7349965aec9ecd33de7035ac"
dependencies = [
"cocoa 0.22.0",
"core-foundation 0.7.0",
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
"lazy_static",
"libc",
"winapi 0.3.9",
"x11",
]
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-04-06 10:51:24 +08:00
version = "3.0.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 = "a83b876fe55da7e1bf5deeacb93d6411edf81eba0e1a497e79c067734729053a"
2021-08-01 11:01:04 +08:00
dependencies = [
"rustfft",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "redox_syscall"
2022-03-01 10:38:31 +08:00
version = "0.2.11"
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 = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
2021-12-26 15:34:10 +08:00
"getrandom",
2021-07-24 18:25:07 +08:00
"redox_syscall",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "regex"
2022-01-18 12:24:07 +08:00
version = "1.5.4"
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 = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2021-03-29 15:59:14 +08:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.25"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
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",
]
[[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-04-06 10:51:24 +08:00
version = "6.0.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-06 10:51:24 +08:00
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
2022-04-06 10:51:24 +08:00
"serde 1.0.136",
"serde_json 1.0.79",
2021-03-29 15:59:14 +08:00
"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",
"num-traits 0.2.14",
"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
]
[[package]]
name = "rust-pulsectl"
2021-12-26 15:34:10 +08:00
version = "0.2.11"
source = "git+https://github.com/open-trade/pulsectl#f8ed9c538d48e486ee2cc5678aa7aee26b377646"
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 = "rustdesk"
version = "1.1.9"
2021-03-29 15:59:14 +08:00
dependencies = [
"android_logger",
"arboard",
2021-03-29 15:59:14 +08:00
"async-trait",
"base64",
2021-03-29 15:59:14 +08:00
"cc",
"cfg-if 1.0.0",
2022-03-08 12:14:52 +08:00
"clap 3.1.6",
"clipboard",
2021-10-22 16:02:01 +08:00
"clipboard-master",
"cocoa 0.24.0",
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",
"dasp",
"dispatch",
"enigo",
"flexi_logger",
"hbb_common",
"hound",
"include_dir",
2021-03-29 15:59:14 +08:00
"lazy_static",
"libc",
"libpulse-binding",
"libpulse-simple-binding",
"mac_address",
"machine-uid",
"magnum-opus",
2022-01-13 15:26:57 +08:00
"notify",
"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-04-06 10:51:24 +08:00
"rpassword 6.0.1",
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-03-01 10:38:31 +08:00
"serde 1.0.136",
2021-03-29 15:59:14 +08:00
"serde_derive",
2022-03-01 10:38:31 +08:00
"serde_json 1.0.79",
2021-03-29 15:59:14 +08:00
"sha2",
2021-12-25 16:45:22 +08:00
"sys-locale",
2022-01-15 14:08:24 +08:00
"sysinfo",
2021-12-28 14:18:37 +08:00
"systray",
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",
2021-12-26 15:34:10 +08:00
"winreg 0.10.1",
2021-03-29 15:59:14 +08:00
"winres",
]
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",
"num-traits 0.2.14",
"primal-check",
"strength_reduce",
"transpose",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "rustls"
2022-03-01 10:38:31 +08:00
version = "0.20.4"
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 = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"
2021-03-29 15:59:14 +08:00
dependencies = [
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-native-certs"
2021-12-26 15:34:10 +08:00
version = "0.6.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 = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"
2021-03-29 15:59:14 +08:00
dependencies = [
"openssl-probe",
2021-12-26 15:34:10 +08:00
"rustls-pemfile",
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",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "rustversion"
2021-12-26 15:34:10 +08:00
version = "1.0.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 = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
2021-03-29 15:59:14 +08:00
[[package]]
name = "ryu"
2021-12-26 15:34:10 +08:00
version = "1.0.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 = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
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"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
dependencies = [
"lazy_static",
"winapi 0.3.9",
]
[[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",
]
[[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 = [
2021-12-26 15:34:10 +08:00
"bindgen 0.59.2",
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",
2021-03-29 15:59:14 +08:00
"libc",
"num_cpus",
"quest",
"repng",
2022-03-01 10:38:31 +08:00
"serde 1.0.136",
2021-03-29 15:59:14 +08:00
"target_build_utils",
2021-07-24 18:25:07 +08:00
"tracing",
2022-03-22 16:19:01 +08:00
"vcpkg",
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-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 = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
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 = "serde"
version = "0.9.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af"
[[package]]
name = "serde"
2022-03-01 10:38:31 +08:00
version = "1.0.136"
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 = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
2021-03-29 15:59:14 +08:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-03-01 10:38:31 +08:00
version = "1.0.136"
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 = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
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-03-01 10:38:31 +08:00
version = "1.0.79"
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 = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"itoa 1.0.1",
2021-03-29 15:59:14 +08:00
"ryu",
2022-03-01 10:38:31 +08:00
"serde 1.0.136",
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"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
[[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"
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-01-05 14:38:38 +08:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-05 14:38:38 +08:00
checksum = "f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4"
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"
2021-12-26 15:34:10 +08:00
version = "0.4.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 = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2021-03-29 15:59:14 +08:00
[[package]]
name = "smallvec"
2022-01-18 12:24:07 +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-01-18 12:24:07 +08:00
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
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-03-01 10:38:31 +08:00
version = "0.4.4"
2022-01-10 18:05:42 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
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-03-01 10:38:31 +08:00
"serde 1.0.136",
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"
[[package]]
name = "stdweb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
[[package]]
name = "str-buf"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d44a3643b4ff9caf57abcee9c2c621d6c03d9135e0d8b589bd9afb5992cb176a"
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"
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
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"
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",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "syn"
version = "1.0.86"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
"unicode-xid",
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-04-06 10:51:24 +08:00
version = "0.2.0"
2021-12-25 16:45:22 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-06 10:51:24 +08:00
checksum = "3913c5a3d30054d7f77cf07cdd800c8103ace15c6e44437c5db66a43dd3a92cf"
2021-12-25 16:45:22 +08:00
dependencies = [
"cc",
"cstr_core",
"libc",
"web-sys",
"winapi 0.3.9",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "sysinfo"
2022-03-01 10:38:31 +08:00
version = "0.23.5"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "07fa4c84a5305909b0eedfcc8d1f2fafdbede645bb700a45ecaafe681a0ac5d6"
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",
]
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",
"pkg-config",
"strum",
"strum_macros",
"thiserror",
"toml",
"version-compare",
]
[[package]]
2021-12-28 14:18:37 +08:00
name = "systray"
version = "0.4.1"
source = "git+https://github.com/liyue201/systray-rs#84cca4b4171661bc6c4d1ba5aaa2320ff8e085aa"
dependencies = [
"glib",
"gtk",
"libappindicator",
"libc",
"log",
2021-12-28 14:18:37 +08:00
"winapi 0.3.9",
]
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
2021-03-29 15:59:14 +08:00
[[package]]
name = "thiserror"
2021-12-26 15:34:10 +08:00
version = "1.0.30"
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 = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2021-03-29 15:59:14 +08:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2021-12-26 15:34:10 +08:00
version = "1.0.30"
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 = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
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 = "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"
2022-03-01 10:38:31 +08:00
version = "0.3.7"
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 = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d"
2021-03-29 15:59:14 +08:00
dependencies = [
"itoa 1.0.1",
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.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 = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
[[package]]
name = "tinyvec"
version = "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 = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
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"
2022-03-01 10:38:31 +08:00
version = "1.17.0"
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 = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
2021-06-25 19:42:51 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"bytes",
2021-03-29 15:59:14 +08:00
"libc",
"memchr",
2022-03-01 10:38:31 +08:00
"mio 0.8.0",
2021-03-29 15:59:14 +08:00
"num_cpus",
2021-06-25 19:42:51 +08:00
"once_cell",
2022-03-01 10:38:31 +08:00
"parking_lot 0.12.0",
2021-12-26 15:34:10 +08:00
"pin-project-lite",
2021-03-29 15:59:14 +08:00
"signal-hook-registry",
2022-03-01 10:38:31 +08:00
"socket2 0.4.4",
2021-03-29 15:59:14 +08:00
"tokio-macros",
"winapi 0.3.9",
]
[[package]]
name = "tokio-macros"
2021-12-26 15:34:10 +08:00
version = "1.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 = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
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 = "tokio-socks"
version = "0.5.1"
source = "git+https://github.com/open-trade/tokio-socks#3de8300fbce37e2cdaef042e016aa95058d007cf"
dependencies = [
"bytes",
"either",
"futures-core",
"futures-sink",
"futures-util",
"pin-project",
"thiserror",
"tokio",
"tokio-util",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "tokio-util"
2021-12-26 15:34:10 +08:00
version = "0.6.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 = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
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
"futures-core",
"futures-io",
"futures-sink",
"log",
2021-12-26 15:34:10 +08:00
"pin-project-lite",
2021-06-25 19:42:51 +08:00
"slab",
2021-12-26 15:34:10 +08:00
"tokio",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "toml"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
2022-03-01 10:38:31 +08:00
"serde 1.0.136",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "tracing"
2022-03-01 10:38:31 +08:00
version = "0.1.31"
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 = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f"
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-03-01 10:38:31 +08:00
version = "0.1.19"
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 = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"
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-03-01 10:38:31 +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-03-01 10:38:31 +08:00
checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"
2021-03-29 15:59:14 +08:00
dependencies = [
"lazy_static",
]
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",
]
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 = "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"
2021-05-02 00:37:32 +08:00
version = "0.2.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 = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
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"
[[package]]
name = "uuid"
2022-04-21 21:51:53 +08:00
version = "1.0.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-21 21:51:53 +08:00
checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0"
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
]
2022-03-22 16:19:01 +08:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
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_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",
"serde 1.0.136",
"serde_derive",
"thiserror",
]
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",
]
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wasm-bindgen"
version = "0.2.79"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.79"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
2021-03-29 15:59:14 +08:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.79"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
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"
version = "0.2.79"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
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"
version = "0.2.79"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
2021-03-29 15:59:14 +08:00
[[package]]
name = "web-sys"
version = "0.3.56"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
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",
]
[[package]]
name = "weezl"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
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"
2022-03-01 10:38:31 +08:00
version = "4.2.4"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2"
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"
[[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-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",
2021-03-29 15:59:14 +08:00
"widestring",
"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"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"
dependencies = [
"windows_aarch64_msvc 0.32.0",
"windows_i686_gnu 0.32.0",
"windows_i686_msvc 0.32.0",
"windows_x86_64_gnu 0.32.0",
"windows_x86_64_msvc 0.32.0",
2021-12-26 15:34:10 +08:00
]
2021-10-22 16:02:01 +08:00
[[package]]
name = "windows-win"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d4243ec23afe4e9b4e668b3c0a0e973f1b8265f6a46223cfcbc16fd267480c0"
dependencies = [
"winapi 0.3.9",
]
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"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
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"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_i686_gnu"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
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"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_i686_msvc"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
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"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
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"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
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",
]
[[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 = "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 = "x11"
version = "2.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dd0565fa8bfba8c5efe02725b14dff114c866724eff2cfd44d76cea74bcd87a"
dependencies = [
"libc",
"pkg-config",
]
2021-10-22 16:02:01 +08:00
[[package]]
name = "x11-clipboard"
2021-12-26 15:34:10 +08:00
version = "0.5.3"
2021-10-22 16:02:01 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "473068b7b80ac86a18328824f1054e5e007898c47b5bbc281bd7abe32bc3653c"
2021-10-22 16:02:01 +08:00
dependencies = [
"xcb",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "x11rb"
version = "0.8.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ffb080b3f2f616242a4eb8e7d325035312127901025b0052bc3154a282d0f19"
2021-03-29 15:59:14 +08:00
dependencies = [
"gethostname",
"nix 0.20.0",
"winapi 0.3.9",
"winapi-wsapoll",
2021-03-29 15:59:14 +08:00
]
2021-10-22 16:02:01 +08:00
[[package]]
name = "xcb"
2021-12-26 15:34:10 +08:00
version = "0.10.1"
2021-10-22 16:02:01 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "771e2b996df720cd1c6dd9ff90f62d91698fd3610cc078388d0564bdd6622a9c"
2021-10-22 16:02:01 +08:00
dependencies = [
"libc",
"log",
2021-12-26 15:34:10 +08:00
"quick-xml",
2021-10-22 16:02:01 +08:00
]
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",
]