rustdesk/Cargo.lock

5690 lines
134 KiB
Plaintext
Raw Normal View History

2021-03-29 15:59:14 +08:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-06-25 19:42:51 +08:00
version = 3
2021-03-29 15:59:14 +08:00
[[package]]
name = "addr2line"
2022-01-18 12:24:07 +08:00
version = "0.17.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 12:24:07 +08:00
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2021-03-29 15:59:14 +08:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
2021-05-02 00:37:32 +08:00
version = "1.0.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-03-29 15:59:14 +08:00
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2022-07-15 01:29:52 +08:00
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "aho-corasick"
2022-01-18 12:24:07 +08:00
version = "0.7.18"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 12:24:07 +08:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2021-03-29 15:59:14 +08:00
dependencies = [
"memchr",
]
[[package]]
name = "allo-isolate"
version = "0.1.13-beta.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c1a52c9b965fdaf940102bcb1a0aef4bc2f56489056f5872cef705651c7972e"
dependencies = [
"atomic",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "alsa"
2021-12-26 15:34:10 +08:00
version = "0.6.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b"
2021-03-29 15:59:14 +08:00
dependencies = [
"alsa-sys",
"bitflags",
2021-03-29 15:59:14 +08:00
"libc",
2021-12-26 15:34:10 +08:00
"nix 0.23.1",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "alsa-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "android_log-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e"
2022-05-12 17:35:25 +08:00
[[package]]
name = "android_logger"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9ed09b18365ed295d722d0b5ed59c01b79a826ff2d2a8f73d5ecca8e6fb2f66"
dependencies = [
"android_log-sys",
"env_logger 0.8.4",
"lazy_static",
"log",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "android_logger"
2022-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-05-12 17:35:25 +08:00
"env_logger 0.9.0",
"log",
2022-04-06 10:51:24 +08:00
"once_cell",
2021-03-29 15:59:14 +08:00
]
[[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-06-23 11:15:37 +08:00
version = "1.0.58"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
2021-03-29 15:59:14 +08:00
[[package]]
name = "arboard"
2022-06-13 21:00:22 +08:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "dc120354d1b5ec6d7aaf4876b602def75595937b5e15d356eb554ab5177e08bb"
dependencies = [
"clipboard-win",
"core-graphics 0.22.3",
"image",
"log",
"objc",
"objc-foundation",
"objc_id",
2022-06-13 21:00:22 +08:00
"parking_lot 0.12.1",
"thiserror",
"winapi 0.3.9",
"x11rb",
]
2021-03-29 15:59:14 +08:00
[[package]]
2022-05-12 17:35:25 +08:00
name = "async-channel"
version = "1.6.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"concurrent-queue",
"event-listener",
"futures-core",
2021-03-29 15:59:14 +08:00
]
2021-12-28 14:18:37 +08:00
[[package]]
2022-05-12 17:35:25 +08:00
name = "async-io"
2022-06-13 21:00:22 +08:00
version = "1.7.0"
2021-12-28 14:18:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"
2021-12-28 14:18:37 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"concurrent-queue",
"futures-lite",
"libc",
2022-05-12 17:35:25 +08:00
"log",
"once_cell",
"parking",
"polling",
"slab",
"socket2 0.4.4",
"waker-fn",
"winapi 0.3.9",
]
[[package]]
2022-05-12 17:35:25 +08:00
name = "async-process"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "cf2c06e30a24e8c78a3987d07f0930edf76ef35e027e7bdb063fccafdad1f60c"
dependencies = [
2022-05-12 17:35:25 +08:00
"async-io",
"blocking",
"cfg-if 1.0.0",
"event-listener",
"futures-lite",
2021-12-28 14:18:37 +08:00
"libc",
2022-05-12 17:35:25 +08:00
"once_cell",
"signal-hook",
"winapi 0.3.9",
2021-12-28 14:18:37 +08:00
]
[[package]]
2022-05-12 17:35:25 +08:00
name = "async-task"
2022-07-15 01:29:52 +08:00
version = "4.3.0"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
2022-05-12 17:35:25 +08:00
[[package]]
name = "async-trait"
2022-06-13 21:00:22 +08:00
version = "0.1.56"
2021-12-28 14:18:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
2021-12-28 14:18:37 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "atk"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd"
dependencies = [
"atk-sys",
"bitflags",
2022-07-15 01:29:52 +08:00
"glib 0.15.12",
2021-12-28 14:18:37 +08:00
"libc",
]
[[package]]
name = "atk-sys"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
dependencies = [
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
"libc",
"system-deps 6.0.2",
2021-12-28 14:18:37 +08:00
]
[[package]]
name = "atomic"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
dependencies = [
"autocfg 1.1.0",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
2021-03-29 15:59:14 +08:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
]
[[package]]
name = "autocfg"
2022-03-01 10:38:31 +08:00
version = "0.1.8"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
dependencies = [
"autocfg 1.1.0",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "autocfg"
2022-03-01 10:38:31 +08:00
version = "1.1.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-03-29 15:59:14 +08:00
[[package]]
name = "backtrace"
2022-07-15 01:29:52 +08:00
version = "0.3.66"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
2021-03-29 15:59:14 +08:00
dependencies = [
"addr2line",
2021-05-02 00:37:32 +08:00
"cc",
2021-03-29 15:59:14 +08:00
"cfg-if 1.0.0",
"libc",
2022-06-13 21:00:22 +08:00
"miniz_oxide 0.5.3",
2021-03-29 15:59:14 +08:00
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
2021-12-26 15:34:10 +08:00
version = "0.13.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2021-03-29 15:59:14 +08:00
[[package]]
name = "bindgen"
2021-12-26 15:34:10 +08:00
version = "0.59.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
"cexpr",
2021-03-29 15:59:14 +08:00
"clang-sys",
2022-01-15 13:47:57 +08:00
"clap 2.34.0",
2022-05-12 17:35:25 +08:00
"env_logger 0.9.0",
2021-03-29 15:59:14 +08:00
"lazy_static",
"lazycell",
"log",
2021-03-29 15:59:14 +08:00
"peeking_take_while",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"regex",
"rustc-hash",
"shlex",
"which 4.2.5",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "bitflags"
2021-12-26 15:34:10 +08:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitvec"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "block-buffer"
2022-03-01 10:38:31 +08:00
version = "0.10.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
2021-03-29 15:59:14 +08:00
dependencies = [
"generic-array",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "blocking"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
dependencies = [
"async-channel",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"once_cell",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "bumpalo"
2022-06-13 21:00:22 +08:00
version = "3.10.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
2021-03-29 15:59:14 +08:00
[[package]]
name = "bytemuck"
2022-07-15 01:29:52 +08:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "c53dfa917ec274df8ed3c572698f381a24eef2efba9492d797301b72b6db408a"
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]]
2022-05-12 17:35:25 +08:00
name = "cache-padded"
version = "1.2.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
[[package]]
name = "cairo-rs"
2022-07-15 01:29:52 +08:00
version = "0.15.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc"
dependencies = [
"bitflags",
2022-05-12 17:35:25 +08:00
"cairo-sys-rs",
2022-07-15 01:29:52 +08:00
"glib 0.15.12",
2021-12-28 14:18:37 +08:00
"libc",
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
2022-05-12 17:35:25 +08:00
version = "0.15.1"
2021-12-28 14:18:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
2021-12-28 14:18:37 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"glib-sys 0.15.10",
"libc",
2022-05-12 17:35:25 +08:00
"system-deps 6.0.2",
]
[[package]]
2022-05-12 17:35:25 +08:00
name = "calloop"
2022-07-18 12:15:10 +08:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "bf2eec61efe56aa1e813f5126959296933cf0700030e4314786c48779a66ab82"
dependencies = [
2022-05-12 17:35:25 +08:00
"log",
2022-07-18 12:15:10 +08:00
"nix 0.22.3",
2021-12-28 14:18:37 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "camino"
2022-06-13 21:00:22 +08:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"
dependencies = [
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
]
[[package]]
name = "cargo-platform"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
dependencies = [
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
]
[[package]]
name = "cargo_metadata"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
dependencies = [
"camino",
"cargo-platform",
2022-07-15 01:29:52 +08:00
"semver 1.0.12",
"serde 1.0.139",
"serde_json 1.0.82",
]
[[package]]
name = "cbindgen"
2022-07-15 01:29:52 +08:00
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "5b6d248e3ca02f3fbfabcb9284464c596baec223a26d91bbf44a5a62ddb0d900"
dependencies = [
2022-07-15 01:29:52 +08:00
"clap 3.2.12",
"heck 0.4.0",
"indexmap",
"log",
"proc-macro2",
"quote",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
"serde_json 1.0.82",
"syn",
"tempfile",
"toml",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "cc"
2022-03-01 10:38:31 +08:00
version = "1.0.73"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2021-03-29 15:59:14 +08:00
dependencies = [
"jobserver",
]
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cexpr"
2021-12-26 15:34:10 +08:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "cfg-expr"
2022-06-13 21:00:22 +08:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"
dependencies = [
"smallvec",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-04-21 22:16:15 +08:00
[[package]]
name = "chrono"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"libc",
"num-integer",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2022-04-21 22:16:15 +08:00
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "clang-sys"
2022-06-13 21:00:22 +08:00
version = "1.3.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
2021-03-29 15:59:14 +08:00
dependencies = [
"glob",
2021-03-29 15:59:14 +08:00
"libc",
2022-07-18 12:15:10 +08:00
"libloading",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "clap"
2021-12-26 15:34:10 +08:00
version = "2.34.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2021-03-29 15:59:14 +08:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
2021-03-29 15:59:14 +08:00
"strsim 0.8.0",
2022-01-15 13:47:57 +08:00
"textwrap 0.11.0",
2021-03-29 15:59:14 +08:00
"unicode-width",
"vec_map",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "clap"
2022-07-15 01:29:52 +08:00
version = "3.2.12"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "ab8b79fe3946ceb4a0b1c080b4018992b8d27e9ff363644c1c9b6387c854614d"
2022-01-15 13:47:57 +08:00
dependencies = [
"atty",
"bitflags",
"clap_derive",
"clap_lex",
2022-01-15 13:47:57 +08:00
"indexmap",
"once_cell",
2022-01-15 13:47:57 +08:00
"strsim 0.10.0",
"termcolor",
"textwrap 0.15.0",
2022-01-15 13:47:57 +08:00
]
[[package]]
name = "clap_derive"
version = "3.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902"
dependencies = [
"heck 0.4.0",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2022-07-15 01:29:52 +08:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "clipboard"
version = "0.1.0"
dependencies = [
"cc",
"hbb_common",
"lazy_static",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
"serde_derive",
"thiserror",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "clipboard-win"
2022-07-18 12:15:10 +08:00
version = "4.4.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "c4ab1b92798304eedc095b53942963240037c0516452cb11aeba709d420b2219"
2021-03-29 15:59:14 +08:00
dependencies = [
"error-code",
"str-buf",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "cmake"
2022-01-07 16:21:56 +08:00
version = "0.1.48"
2021-08-01 11:01:04 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-07 16:21:56 +08:00
checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
2021-08-01 11:01:04 +08:00
dependencies = [
"cc",
]
[[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-04-26 11:43:16 +08:00
version = "4.6.4"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 11:43:16 +08:00
checksum = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"bytes",
2021-03-29 15:59:14 +08:00
"memchr",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "concurrent-queue"
2022-07-18 12:15:10 +08:00
version = "1.2.3"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "83827793632c72fa4f73c2edb31e7a997527dd8ffe7077344621fc62c5478157"
2022-05-12 17:35:25 +08:00
dependencies = [
"cache-padded",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "confy"
2022-04-26 11:43:16 +08:00
version = "0.4.0"
source = "git+https://github.com/open-trade/confy#630cc28a396cb7d01eefdd9f3824486fe4d8554b"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-04-26 11:43:16 +08:00
"directories-next",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
2022-04-26 11:43:16 +08:00
"thiserror",
2021-03-29 15:59:14 +08:00
"toml",
]
[[package]]
name = "convert_case"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8"
2021-03-29 15:59:14 +08:00
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"core-foundation-sys 0.7.0",
"libc",
]
[[package]]
name = "core-foundation"
2022-03-01 10:38:31 +08:00
version = "0.9.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2021-03-29 15:59:14 +08:00
dependencies = [
"core-foundation-sys 0.8.3",
2021-03-29 15:59:14 +08:00
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
[[package]]
name = "core-foundation-sys"
2021-12-26 15:34:10 +08:00
version = "0.8.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2021-03-29 15:59:14 +08:00
[[package]]
name = "core-graphics"
version = "0.19.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
"core-foundation 0.7.0",
"foreign-types",
"libc",
]
[[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",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "core-video-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
dependencies = [
"cfg-if 0.1.10",
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
"libc",
"objc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "coreaudio-rs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88"
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"coreaudio-sys",
]
[[package]]
name = "coreaudio-sys"
version = "0.2.10"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dff444d80630d7073077d38d40b4501fd518bd2b922c2a55edcc8b0f7be57e6"
2021-03-29 15:59:14 +08:00
dependencies = [
"bindgen",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "cpal"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74117836a5124f3629e4b474eed03e479abaf98988b4bb317e29f08cfe0e4116"
2021-03-29 15:59:14 +08:00
dependencies = [
"alsa",
"core-foundation-sys 0.8.3",
2021-03-29 15:59:14 +08:00
"coreaudio-rs",
2021-12-26 15:34:10 +08:00
"jni",
2021-03-29 15:59:14 +08:00
"js-sys",
"lazy_static",
"libc",
"mach",
2022-05-12 17:35:25 +08:00
"ndk 0.6.0",
"ndk-glue 0.6.2",
2021-12-26 15:34:10 +08:00
"nix 0.23.1",
2021-03-29 15:59:14 +08:00
"oboe",
2022-03-01 10:38:31 +08:00
"parking_lot 0.11.2",
2021-05-02 00:37:32 +08:00
"stdweb",
2021-03-29 15:59:14 +08:00
"thiserror",
"web-sys",
"winapi 0.3.9",
]
[[package]]
name = "cpufeatures"
version = "0.2.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
dependencies = [
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "crc32fast"
2022-03-01 10:38:31 +08:00
version = "1.3.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "crossbeam-channel"
2022-06-23 11:15:37 +08:00
version = "0.5.5"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"
2022-01-15 13:47:57 +08:00
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-06-23 11:15:37 +08:00
version = "0.9.9"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d"
2022-01-15 13:47:57 +08:00
dependencies = [
"autocfg 1.1.0",
2022-01-15 13:47:57 +08:00
"cfg-if 1.0.0",
"crossbeam-utils",
"memoffset",
2022-06-23 11:15:37 +08:00
"once_cell",
2022-01-15 13:47:57 +08:00
"scopeguard",
]
2022-04-21 22:16:15 +08:00
[[package]]
name = "crossbeam-queue"
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-06-27 00:36:31 +08:00
version = "0.8.10"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 00:36:31 +08:00
checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
2022-01-15 13:47:57 +08:00
dependencies = [
"cfg-if 1.0.0",
2022-06-23 11:15:37 +08:00
"once_cell",
2022-01-15 13:47:57 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
2021-12-26 15:34:10 +08:00
name = "crypto-common"
2022-07-18 12:15:10 +08:00
version = "0.1.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"generic-array",
2022-03-01 10:38:31 +08:00
"typenum",
2021-12-25 16:45:22 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
2021-12-26 15:34:10 +08:00
name = "cstr_core"
2022-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"
2022-04-26 11:43:16 +08:00
version = "3.2.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 11:43:16 +08:00
checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-07-18 12:15:10 +08:00
"nix 0.24.2",
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.13.4"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-07-18 12:15:10 +08:00
"darling_core",
"darling_macro",
2021-03-29 15:59:14 +08:00
]
2022-01-14 01:15:03 +08:00
[[package]]
name = "darling_core"
version = "0.13.4"
2022-01-14 01:15:03 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
2022-01-14 01:15:03 +08:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.10.0",
"syn",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "darling_macro"
version = "0.13.4"
2022-01-14 01:15:03 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
2022-01-14 01:15:03 +08:00
dependencies = [
2022-07-18 12:15:10 +08:00
"darling_core",
2021-07-24 18:25:07 +08:00
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "dasp"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7381b67da416b639690ac77c73b86a7b5e64a29e31d1f75fb3b1102301ef355a"
dependencies = [
"dasp_envelope",
"dasp_frame",
"dasp_interpolate",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample",
"dasp_signal",
"dasp_slice",
"dasp_window",
]
[[package]]
name = "dasp_envelope"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ec617ce7016f101a87fe85ed44180839744265fae73bb4aa43e7ece1b7668b6"
dependencies = [
"dasp_frame",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample",
]
[[package]]
name = "dasp_frame"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2a3937f5fe2135702897535c8d4a5553f8b116f76c1529088797f2eee7c5cd6"
dependencies = [
"dasp_sample",
]
[[package]]
name = "dasp_interpolate"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc975a6563bb7ca7ec0a6c784ead49983a21c24835b0bc96eea11ee407c7486"
dependencies = [
"dasp_frame",
"dasp_ring_buffer",
"dasp_sample",
]
[[package]]
name = "dasp_peak"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cf88559d79c21f3d8523d91250c397f9a15b5fc72fbb3f87fdb0a37b79915bf"
dependencies = [
"dasp_frame",
"dasp_sample",
]
[[package]]
name = "dasp_ring_buffer"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07d79e19b89618a543c4adec9c5a347fe378a19041699b3278e616e387511ea1"
[[package]]
name = "dasp_rms"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6c5dcb30b7e5014486e2822537ea2beae50b19722ffe2ed7549ab03774575aa"
dependencies = [
"dasp_frame",
"dasp_ring_buffer",
"dasp_sample",
]
[[package]]
name = "dasp_sample"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
[[package]]
name = "dasp_signal"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa1ab7d01689c6ed4eae3d38fe1cea08cba761573fbd2d592528d55b421077e7"
dependencies = [
"dasp_envelope",
"dasp_frame",
"dasp_interpolate",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample",
"dasp_window",
]
[[package]]
name = "dasp_slice"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e1c7335d58e7baedafa516cb361360ff38d6f4d3f9d9d5ee2a2fc8e27178fa1"
dependencies = [
"dasp_frame",
"dasp_sample",
]
[[package]]
name = "dasp_window"
2021-05-02 00:37:32 +08:00
version = "0.11.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "99ded7b88821d2ce4e8b842c9f1c86ac911891ab89443cc1de750cae764c5076"
2021-03-29 15:59:14 +08:00
dependencies = [
"dasp_sample",
]
2021-07-24 18:25:07 +08:00
[[package]]
name = "dbus"
2022-07-15 01:29:52 +08:00
version = "0.9.6"
2021-07-24 18:25:07 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "6f8bcdd56d2e5c4ed26a529c5a9029f5db8290d433497506f958eae3be148eb6"
2021-07-24 18:25:07 +08:00
dependencies = [
"libc",
"libdbus-sys",
"winapi 0.3.9",
]
[[package]]
name = "default-net"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05e70d471b0ba4e722c85651b3bb04b6880dfdb1224a43ade80c1295314db646"
dependencies = [
"libc",
"memalloc",
"system-configuration",
"windows",
]
[[package]]
name = "deflate"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
dependencies = [
"adler32",
"byteorder",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "digest"
2022-03-01 10:38:31 +08:00
version = "0.10.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"block-buffer",
"crypto-common",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "directories-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
dependencies = [
"cfg-if 1.0.0",
"dirs-sys-next",
]
[[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-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
2021-05-02 00:37:32 +08:00
"redox_users",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2022-05-12 17:35:25 +08:00
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
2022-07-18 12:15:10 +08:00
"libloading",
2022-05-12 17:35:25 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "docopt"
2021-05-02 00:37:32 +08:00
version = "1.1.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f"
2021-03-29 15:59:14 +08:00
dependencies = [
"lazy_static",
"regex",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
2021-05-02 00:37:32 +08:00
"strsim 0.10.0",
2021-03-29 15:59:14 +08:00
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2021-03-29 15:59:14 +08:00
[[package]]
name = "dtoa"
2021-05-02 00:37:32 +08:00
version = "0.4.8"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
2021-03-29 15:59:14 +08:00
[[package]]
name = "ed25519"
2022-06-13 21:00:22 +08:00
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"
dependencies = [
"signature",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "either"
2022-07-15 01:29:52 +08:00
version = "1.7.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
2021-03-29 15:59:14 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "encoding_rs"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
dependencies = [
"cfg-if 1.0.0",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "enigo"
version = "0.0.14"
dependencies = [
"core-graphics 0.22.3",
2021-03-29 15:59:14 +08:00
"libc",
"log",
2021-03-29 15:59:14 +08:00
"objc",
"pkg-config",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
2021-03-29 15:59:14 +08:00
"serde_derive",
"unicode-segmentation",
"winapi 0.3.9",
]
[[package]]
name = "enum_dispatch"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eb359f1476bf611266ac1f5355bc14aeca37b299d0ebccc038ee7058891c9cb"
dependencies = [
"once_cell",
"proc-macro2",
"quote",
"syn",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "env_logger"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
dependencies = [
"log",
"regex",
]
2021-08-09 04:21:42 +08:00
[[package]]
name = "env_logger"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
dependencies = [
"atty",
"humantime",
"log",
2021-08-09 04:21:42 +08:00
"regex",
"termcolor",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "err-derive"
2022-03-01 10:38:31 +08:00
version = "0.3.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "c34a887c8df3ed90498c1c437ce21f211c8e27672921a8ffa293cb8d6d4caa9e"
2021-03-29 15:59:14 +08:00
dependencies = [
"proc-macro-error",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"rustversion",
"syn",
"synstructure",
]
[[package]]
name = "error-code"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
dependencies = [
"libc",
"str-buf",
]
[[package]]
name = "evdev"
version = "0.11.5"
source = "git+https://github.com/fufesou/evdev#cec616e37790293d2cd2aa54a96601ed6b1b35a9"
dependencies = [
"bitvec",
"libc",
"nix 0.23.1",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "event-listener"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
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",
]
[[package]]
name = "field-offset"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
dependencies = [
"memoffset",
"rustc_version",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "filetime"
2022-07-15 01:29:52 +08:00
version = "0.2.17"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2021-07-24 18:25:07 +08:00
"redox_syscall",
2022-07-15 01:29:52 +08:00
"windows-sys 0.36.1",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "flate2"
2022-06-13 21:00:22 +08:00
version = "1.0.24"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
2021-03-29 15:59:14 +08:00
dependencies = [
"crc32fast",
2022-06-13 21:00:22 +08:00
"miniz_oxide 0.5.3",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "flexi_logger"
2022-06-13 21:00:22 +08:00
version = "0.22.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "ee9a6796ff68a1014f6665dac55341820f26e63ec706e58bfaee468cf0ac174f"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"ansi_term",
2021-03-29 15:59:14 +08:00
"atty",
2022-04-21 22:16:15 +08:00
"chrono",
2022-06-13 21:00:22 +08:00
"crossbeam-channel",
"crossbeam-queue",
"glob",
2021-03-29 15:59:14 +08:00
"lazy_static",
"log",
2021-03-29 15:59:14 +08:00
"regex",
2021-12-26 15:34:10 +08:00
"rustversion",
2021-03-29 15:59:14 +08:00
"thiserror",
2021-12-26 15:34:10 +08:00
"time",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "flutter_rust_bridge"
2022-07-15 01:29:52 +08:00
version = "1.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "b7e7e4af55d6a36aad9573737a12fba774999e4d6dd5e668e29c25bb473f85f3"
dependencies = [
"allo-isolate",
"anyhow",
"flutter_rust_bridge_macros",
"lazy_static",
2022-06-13 21:00:22 +08:00
"parking_lot 0.12.1",
"threadpool",
]
[[package]]
name = "flutter_rust_bridge_codegen"
2022-07-15 01:29:52 +08:00
version = "1.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "3209735fd687b06b8d770ec008874119b91f7f46b4a73d17226d5c337435bb74"
dependencies = [
"anyhow",
"cargo_metadata",
"cbindgen",
"convert_case",
"enum_dispatch",
"env_logger 0.9.0",
"lazy_static",
"log",
"pathdiff",
"quote",
"regex",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
"serde_yaml",
"structopt",
"syn",
"tempfile",
"thiserror",
"toml",
]
[[package]]
name = "flutter_rust_bridge_macros"
2022-07-18 12:15:10 +08:00
version = "1.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "13652b9b71bc3bf4ea3bbb5cadc9bc2350fe0fba5145f6a949309fc452576d6d"
2021-03-29 15:59:14 +08:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2022-05-12 17:35:25 +08:00
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2021-03-29 15:59:14 +08:00
[[package]]
name = "futures"
2022-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
2022-05-12 17:35:25 +08:00
[[package]]
name = "futures-lite"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "futures-macro"
2022-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",
]
[[package]]
name = "gdk"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8"
dependencies = [
"bitflags",
2022-05-12 17:35:25 +08:00
"cairo-rs",
"gdk-pixbuf",
"gdk-sys",
"gio",
2022-07-15 01:29:52 +08:00
"glib 0.15.12",
"libc",
2022-05-12 17:35:25 +08:00
"pango",
]
[[package]]
name = "gdk-pixbuf"
version = "0.15.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a"
dependencies = [
"bitflags",
2022-05-12 17:35:25 +08:00
"gdk-pixbuf-sys",
"gio",
2022-07-15 01:29:52 +08:00
"glib 0.15.12",
2021-12-28 14:18:37 +08:00
"libc",
]
[[package]]
name = "gdk-pixbuf-sys"
2022-05-12 17:35:25 +08:00
version = "0.15.10"
2021-12-28 14:18:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
2021-12-28 14:18:37 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"gio-sys",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
"libc",
"system-deps 6.0.2",
2021-12-28 14:18:37 +08:00
]
[[package]]
name = "gdk-sys"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88"
dependencies = [
2022-05-12 17:35:25 +08:00
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
"libc",
2022-05-12 17:35:25 +08:00
"pango-sys",
"pkg-config",
"system-deps 6.0.2",
2021-12-28 14:18:37 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "generic-array"
2022-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"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
dependencies = [
"libc",
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "getrandom"
2022-06-23 11:15:37 +08:00
version = "0.2.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2022-06-23 11:15:37 +08:00
"wasi",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "gimli"
2022-07-18 12:15:10 +08:00
version = "0.26.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
2021-03-29 15:59:14 +08:00
[[package]]
name = "gio"
2022-07-15 01:29:52 +08:00
version = "0.15.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b"
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-io",
2022-05-12 17:35:25 +08:00
"gio-sys",
2022-07-15 01:29:52 +08:00
"glib 0.15.12",
2021-03-29 15:59:14 +08:00
"libc",
2021-12-28 14:18:37 +08:00
"once_cell",
"thiserror",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "gio-sys"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
dependencies = [
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-12-28 14:18:37 +08:00
"libc",
"system-deps 6.0.2",
2021-12-28 14:18:37 +08:00
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "glib"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c685013b7515e668f1b57a165b009d4d28cb139a8a989bbd699c10dad29d0c5"
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
"glib-macros 0.10.1",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-03-29 15:59:14 +08:00
"libc",
"once_cell",
]
[[package]]
name = "glib"
2022-07-15 01:29:52 +08:00
version = "0.15.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d"
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"glib-macros 0.15.11",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
"libc",
"once_cell",
"smallvec",
"thiserror",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "glib-macros"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41486a26d1366a8032b160b59065a59fb528530a46a49f627e7048fb8c064039"
dependencies = [
"anyhow",
"heck 0.3.3",
2021-03-29 15:59:14 +08:00
"itertools",
"proc-macro-crate 0.1.5",
2021-03-29 15:59:14 +08:00
"proc-macro-error",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "glib-macros"
version = "0.15.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a68131a662b04931e71891fb14aaf65ee4b44d08e8abc10f49e77418c86c64"
dependencies = [
"anyhow",
"heck 0.4.0",
"proc-macro-crate 1.1.3",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "glib-sys"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1"
dependencies = [
"libc",
"system-deps 1.3.2",
]
[[package]]
name = "glib-sys"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
dependencies = [
"libc",
"system-deps 6.0.2",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "gobject-sys"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c"
dependencies = [
"glib-sys 0.10.1",
2021-03-29 15:59:14 +08:00
"libc",
"system-deps 1.3.2",
]
[[package]]
name = "gobject-sys"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
dependencies = [
"glib-sys 0.15.10",
"libc",
"system-deps 6.0.2",
2021-03-29 15:59:14 +08:00
]
2021-07-24 18:25:07 +08:00
[[package]]
name = "gstreamer"
version = "0.16.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ff5d0f7ff308ae37e6eb47b6ded17785bdea06e438a708cd09e0288c1862f33"
dependencies = [
"bitflags",
2021-07-24 18:25:07 +08:00
"cfg-if 1.0.0",
"futures-channel",
"futures-core",
"futures-util",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"gstreamer-sys",
"libc",
"muldiv",
"num-rational",
"once_cell",
"paste",
"pretty-hex",
"thiserror",
]
[[package]]
name = "gstreamer-app"
version = "0.16.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc80888271338c3ede875d8cafc452eb207476ff5539dcbe0018a8f5b827af0e"
dependencies = [
"bitflags",
2021-07-24 18:25:07 +08:00
"futures-core",
"futures-sink",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"gstreamer",
"gstreamer-app-sys",
"gstreamer-base",
"gstreamer-sys",
"libc",
"once_cell",
]
[[package]]
name = "gstreamer-app-sys"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "813f64275c9e7b33b828b9efcf9dfa64b95996766d4de996e84363ac65b87e3d"
dependencies = [
"glib-sys 0.10.1",
2021-07-24 18:25:07 +08:00
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
"system-deps 1.3.2",
2021-07-24 18:25:07 +08:00
]
[[package]]
name = "gstreamer-base"
version = "0.16.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bafd01c56f59cb10f4b5a10f97bb4bdf8c2b2784ae5b04da7e2d400cf6e6afcf"
dependencies = [
"bitflags",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"gstreamer",
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
]
[[package]]
name = "gstreamer-base-sys"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4b7b6dc2d6e160a1ae28612f602bd500b3fa474ce90bf6bb2f08072682beef5"
dependencies = [
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"gstreamer-sys",
"libc",
"system-deps 1.3.2",
2021-07-24 18:25:07 +08:00
]
[[package]]
name = "gstreamer-sys"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc1f154082d01af5718c5f8a8eb4f565a4ea5586ad8833a8fc2c2aa6844b601d"
dependencies = [
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"libc",
"system-deps 1.3.2",
2021-07-24 18:25:07 +08:00
]
[[package]]
name = "gstreamer-video"
version = "0.16.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7bbb1485d87469849ec45c08e03c2f280d3ea20ff3c439d03185be54e3ce98e"
dependencies = [
"bitflags",
2021-07-24 18:25:07 +08:00
"futures-channel",
"futures-util",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"gstreamer",
"gstreamer-base",
"gstreamer-base-sys",
"gstreamer-sys",
"gstreamer-video-sys",
"libc",
"once_cell",
]
[[package]]
name = "gstreamer-video-sys"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92347e46438007d6a2386302125f62cb9df6769cdacb931af5c0f12c1ee21de4"
dependencies = [
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2021-07-24 18:25:07 +08:00
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
"system-deps 1.3.2",
2021-07-24 18:25:07 +08:00
]
[[package]]
name = "gtk"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0"
dependencies = [
2022-05-12 17:35:25 +08:00
"atk",
"bitflags",
2022-05-12 17:35:25 +08:00
"cairo-rs",
"field-offset",
"futures-channel",
2022-05-12 17:35:25 +08:00
"gdk",
"gdk-pixbuf",
"gio",
2022-07-15 01:29:52 +08:00
"glib 0.15.12",
2022-05-12 17:35:25 +08:00
"gtk-sys",
"gtk3-macros",
"libc",
"once_cell",
2022-05-12 17:35:25 +08:00
"pango",
2021-12-28 14:18:37 +08:00
"pkg-config",
]
[[package]]
name = "gtk-sys"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84"
dependencies = [
2022-05-12 17:35:25 +08:00
"atk-sys",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
"gio-sys",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-12-28 14:18:37 +08:00
"libc",
2022-05-12 17:35:25 +08:00
"pango-sys",
"system-deps 6.0.2",
]
[[package]]
name = "gtk3-macros"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24f518afe90c23fba585b2d7697856f9e6a7bbc62f65588035e66f6afb01a2e9"
dependencies = [
"anyhow",
"proc-macro-crate 1.1.3",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2021-12-28 14:18:37 +08:00
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "h2"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
2022-07-15 01:29:52 +08:00
"tokio-util",
2022-05-12 17:35:25 +08:00
"tracing",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "hashbrown"
2022-07-18 12:15:10 +08:00
version = "0.12.3"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-07-15 01:29:52 +08:00
dependencies = [
"ahash",
]
2022-01-15 13:47:57 +08:00
2021-03-29 15:59:14 +08:00
[[package]]
name = "hbb_common"
version = "0.1.0"
dependencies = [
"anyhow",
2021-12-26 15:34:10 +08:00
"bytes",
2021-03-29 15:59:14 +08:00
"confy",
"directories-next",
"dirs-next",
2022-05-12 17:35:25 +08:00
"env_logger 0.9.0",
2021-03-29 15:59:14 +08:00
"filetime",
"futures",
"futures-util",
"lazy_static",
"log",
2021-03-29 15:59:14 +08:00
"mac_address",
"machine-uid",
2021-03-29 15:59:14 +08:00
"protobuf",
2022-07-14 23:26:03 +08:00
"protobuf-codegen",
2021-03-29 15:59:14 +08:00
"quinn",
2022-03-01 10:38:31 +08:00
"rand 0.8.5",
"regex",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
2021-03-29 15:59:14 +08:00
"serde_derive",
2022-07-15 01:29:52 +08:00
"serde_json 1.0.82",
"serde_with",
2021-12-26 15:34:10 +08:00
"socket2 0.3.19",
2021-03-29 15:59:14 +08:00
"sodiumoxide",
2021-12-26 15:34:10 +08:00
"tokio",
"tokio-socks",
2022-07-15 01:29:52 +08:00
"tokio-util",
2021-03-29 15:59:14 +08:00
"toml",
"winapi 0.3.9",
"zstd",
]
[[package]]
name = "heck"
version = "0.3.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2021-03-29 15:59:14 +08:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2021-03-29 15:59:14 +08:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
]
[[package]]
name = "hound"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
2022-05-12 17:35:25 +08:00
[[package]]
name = "http"
2022-06-13 21:00:22 +08:00
version = "0.2.8"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
2022-05-12 17:35:25 +08:00
dependencies = [
"bytes",
"fnv",
2022-06-13 21:00:22 +08:00
"itoa 1.0.2",
2022-05-12 17:35:25 +08:00
]
[[package]]
name = "http-body"
2022-06-13 21:00:22 +08:00
version = "0.4.5"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2022-05-12 17:35:25 +08:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-03-29 15:59:14 +08:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hwcodec"
version = "0.1.0"
2022-07-18 12:15:10 +08:00
source = "git+https://github.com/21pages/hwcodec#91d1cd327c88490f917457072aeef0676ddb2be7"
dependencies = [
"bindgen",
"cc",
"log",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
"serde_derive",
2022-07-15 01:29:52 +08:00
"serde_json 1.0.82",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "hyper"
2022-07-15 01:29:52 +08:00
version = "0.14.20"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
2022-05-12 17:35:25 +08:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2022-06-13 21:00:22 +08:00
"itoa 1.0.2",
2022-05-12 17:35:25 +08:00
"pin-project-lite",
"socket2 0.4.4",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
2022-05-16 15:46:09 +08:00
name = "hyper-rustls"
version = "0.23.0"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-16 15:46:09 +08:00
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-05-16 15:46:09 +08:00
"http",
2022-05-12 17:35:25 +08:00
"hyper",
2022-05-16 15:46:09 +08:00
"rustls",
2022-05-12 17:35:25 +08:00
"tokio",
2022-05-16 15:46:09 +08:00
"tokio-rustls",
2022-05-12 17:35:25 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-05-12 17:35:25 +08:00
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "image"
version = "0.23.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-iter",
"num-rational",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
"png",
"tiff",
]
[[package]]
name = "include_dir"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "482a2e29200b7eed25d7fdbd14423326760b7f6658d21a4cf12d55a50713c69f"
dependencies = [
"include_dir_macros",
]
[[package]]
name = "include_dir_macros"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e074c19deab2501407c91ba1860fa3d6820bfde307db6d8cb851b55a10be89b"
dependencies = [
"proc-macro2",
"quote",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "indexmap"
2022-06-23 11:15:37 +08:00
version = "1.9.1"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
2022-01-15 13:47:57 +08:00
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2022-01-15 13:47:57 +08:00
"hashbrown",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "instant"
2021-12-26 15:34:10 +08:00
version = "0.1.12"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
2022-07-18 12:15:10 +08:00
"js-sys",
"wasm-bindgen",
"web-sys",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "ipnet"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
2021-03-29 15:59:14 +08:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
[[package]]
2021-12-26 15:34:10 +08:00
name = "itoa"
2022-06-13 21:00:22 +08:00
version = "1.0.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2021-03-29 15:59:14 +08:00
2021-08-13 13:02:03 +08:00
[[package]]
name = "jni"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
dependencies = [
"cesu8",
"combine",
"jni-sys",
"log",
2021-08-13 13:02:03 +08:00
"thiserror",
"walkdir",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "jobserver"
2021-12-26 15:34:10 +08:00
version = "0.1.24"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
]
[[package]]
name = "jpeg-decoder"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
2021-03-29 15:59:14 +08:00
[[package]]
name = "js-sys"
2022-06-23 11:15:37 +08:00
version = "0.3.58"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
2021-03-29 15:59:14 +08:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libappindicator"
2022-07-15 01:29:52 +08:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "db2d3cb96d092b4824cb306c9e544c856a4cb6210c1081945187f7f1924b47e8"
dependencies = [
2022-07-15 01:29:52 +08:00
"glib 0.15.12",
2022-05-12 17:35:25 +08:00
"gtk",
"gtk-sys",
"libappindicator-sys",
"log",
2021-12-28 14:18:37 +08:00
]
[[package]]
name = "libappindicator-sys"
2022-07-15 01:29:52 +08:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "f1b3b6681973cea8cc3bce7391e6d7d5502720b80a581c9a95c9cbaf592826aa"
dependencies = [
2022-05-12 17:35:25 +08:00
"gtk-sys",
2022-07-18 12:15:10 +08:00
"libloading",
2022-06-13 21:00:22 +08:00
"once_cell",
2021-12-28 14:18:37 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "libc"
2022-06-13 21:00:22 +08:00
version = "0.2.126"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2021-03-29 15:59:14 +08:00
2021-07-24 18:25:07 +08:00
[[package]]
name = "libdbus-sys"
2021-12-26 15:34:10 +08:00
version = "0.2.2"
2021-07-24 18:25:07 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "c185b5b7ad900923ef3a8ff594083d4d9b5aea80bb4f32b8342363138c0d456b"
2021-07-24 18:25:07 +08:00
dependencies = [
"pkg-config",
]
2021-05-02 00:37:32 +08:00
[[package]]
name = "libloading"
2022-01-18 12:24:07 +08:00
version = "0.7.3"
2021-05-02 00:37:32 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 12:24:07 +08:00
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
2021-05-02 00:37:32 +08:00
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "libpulse-binding"
2022-01-18 12:24:07 +08:00
version = "2.26.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 12:24:07 +08:00
checksum = "17be42160017e0ae993c03bfdab4ecb6f82ce3f8d515bd8da8fdf18d10703663"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"libc",
"libpulse-sys",
"num-derive",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
[[package]]
name = "libpulse-simple-binding"
2022-01-18 12:24:07 +08:00
version = "2.25.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 12:24:07 +08:00
checksum = "7cbf1a1dfd69a48cb60906399fa1d17f1b75029ef51c0789597be792dfd0bcd5"
2021-03-29 15:59:14 +08:00
dependencies = [
"libpulse-binding",
"libpulse-simple-sys",
"libpulse-sys",
]
[[package]]
name = "libpulse-simple-sys"
2021-12-26 15:34:10 +08:00
version = "1.19.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "7c73f96f9ca34809692c4760cfe421225860aa000de50edab68a16221fd27cc1"
2021-03-29 15:59:14 +08:00
dependencies = [
"libpulse-sys",
"pkg-config",
]
[[package]]
name = "libpulse-sys"
2021-12-26 15:34:10 +08:00
version = "1.19.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "991e6bd0efe2a36e6534e136e7996925e4c1a8e35b7807fe533f2beffff27c30"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
"num-derive",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-03-29 15:59:14 +08:00
"pkg-config",
"winapi 0.3.9",
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "libsamplerate-sys"
2022-06-13 21:00:22 +08:00
version = "0.1.12"
2021-08-01 11:01:04 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "28853b399f78f8281cd88d333b54a63170c4275f6faea66726a2bea5cca72e0d"
2021-08-01 11:01:04 +08:00
dependencies = [
"cmake",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "libsodium-sys"
version = "0.2.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd"
2021-03-29 15:59:14 +08:00
dependencies = [
"cc",
"libc",
"pkg-config",
"walkdir",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "linked-hash-map"
2022-06-27 00:36:31 +08:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 00:36:31 +08:00
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2021-03-29 15:59:14 +08:00
[[package]]
name = "lock_api"
version = "0.4.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2021-03-29 15:59:14 +08:00
dependencies = [
"autocfg 1.1.0",
2021-03-29 15:59:14 +08:00
"scopeguard",
]
[[package]]
name = "log"
2022-06-13 21:00:22 +08:00
version = "0.4.17"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "mac_address"
2022-03-01 10:38:31 +08:00
version = "1.1.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "df1d1bc1084549d60725ccc53a2bfa07f67fe4689fda07b05a36531f2988104a"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-03-01 10:38:31 +08:00
"nix 0.23.1",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[package]]
name = "machine-uid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f1595709b0a7386bcd56ba34d250d626e5503917d05d32cdccddcd68603e212"
dependencies = [
"winreg 0.6.2",
]
[[package]]
name = "magnum-opus"
2021-12-26 15:34:10 +08:00
version = "0.4.0"
source = "git+https://github.com/open-trade/magnum-opus#3c3d0b86ae95c84930bebffe4bcb03b3bd83342b"
2021-03-29 15:59:14 +08:00
dependencies = [
"bindgen",
2021-03-29 15:59:14 +08:00
"target_build_utils",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "matches"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "memalloc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df39d232f5c40b0891c10216992c2f250c054105cb1e56f0fc9032db6203ecc1"
2021-03-29 15:59:14 +08:00
[[package]]
name = "memchr"
2022-06-13 21:00:22 +08:00
version = "2.5.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-03-29 15:59:14 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "memmap2"
2022-07-18 12:15:10 +08:00
version = "0.3.1"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
2022-05-12 17:35:25 +08:00
dependencies = [
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "memoffset"
2021-12-26 15:34:10 +08:00
version = "0.6.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2021-03-29 15:59:14 +08:00
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2021-12-26 15:34:10 +08:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-08-12 01:25:32 +08:00
[[package]]
name = "miniz_oxide"
version = "0.3.7"
2021-08-12 01:25:32 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
2021-08-12 01:25:32 +08:00
dependencies = [
"adler32",
2021-08-12 01:25:32 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "miniz_oxide"
2021-05-02 00:37:32 +08:00
version = "0.4.4"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2021-03-29 15:59:14 +08:00
dependencies = [
"adler",
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "miniz_oxide"
2022-06-13 21:00:22 +08:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
dependencies = [
"adler",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "mio"
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
2021-03-29 15:59:14 +08:00
"miow 0.2.2",
"net2",
"slab",
"winapi 0.2.8",
]
2022-03-01 10:38:31 +08:00
[[package]]
name = "mio"
2022-06-23 11:15:37 +08:00
version = "0.8.4"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
2022-03-01 10:38:31 +08:00
dependencies = [
"libc",
"log",
2022-06-23 11:15:37 +08:00
"wasi",
2022-06-13 21:00:22 +08:00
"windows-sys 0.36.1",
2022-03-01 10:38:31 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
2021-06-25 19:42:51 +08:00
name = "mio-named-pipes"
version = "0.1.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-25 19:42:51 +08:00
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
2021-03-29 15:59:14 +08:00
dependencies = [
"log",
2021-06-25 19:42:51 +08:00
"mio 0.6.23",
"miow 0.3.7",
"winapi 0.3.9",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "miow"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "miow"
2021-05-02 00:37:32 +08:00
version = "0.3.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2021-03-29 15:59:14 +08:00
dependencies = [
"winapi 0.3.9",
]
2021-12-26 15:34:10 +08:00
[[package]]
name = "miow"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7377f7792b3afb6a3cba68daa54ca23c032137010460d667fda53a8d66be00e"
dependencies = [
2022-03-01 10:38:31 +08:00
"windows-sys 0.28.0",
2021-12-26 15:34:10 +08:00
]
[[package]]
name = "mouce"
version = "0.2.1"
source = "git+https://github.com/fufesou/mouce.git#26da8d4b0009b7f96996799c2a5c0990a8dbf08b"
dependencies = [
"glob",
"libc",
]
2021-07-24 18:25:07 +08:00
[[package]]
name = "muldiv"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0419348c027fa7be448d2ae7ea0e4e04c2334c31dc4e74ab29f00a2a7ca69204"
2022-05-12 17:35:25 +08:00
[[package]]
name = "ndk"
2022-07-18 12:15:10 +08:00
version = "0.5.0"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "96d868f654c72e75f8687572699cdabe755f03effbb62542768e995d5b8d699d"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-07-18 12:15:10 +08:00
"bitflags",
2022-05-12 17:35:25 +08:00
"jni-sys",
"ndk-sys 0.2.2",
"num_enum",
"thiserror",
]
2022-01-14 01:15:03 +08:00
[[package]]
name = "ndk"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
dependencies = [
"bitflags",
2022-01-14 01:15:03 +08:00
"jni-sys",
2022-05-12 17:35:25 +08:00
"ndk-sys 0.3.0",
2021-03-29 15:59:14 +08:00
"num_enum",
"thiserror",
]
2022-03-01 10:38:31 +08:00
[[package]]
name = "ndk-context"
version = "0.1.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2022-01-14 01:15:03 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "ndk-glue"
2022-07-18 12:15:10 +08:00
version = "0.5.2"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "c71bee8ea72d685477e28bd004cfe1bf99c754d688cd78cad139eae4089484d4"
2022-05-12 17:35:25 +08:00
dependencies = [
"lazy_static",
"libc",
"log",
2022-07-18 12:15:10 +08:00
"ndk 0.5.0",
"ndk-context",
"ndk-macro",
2022-05-12 17:35:25 +08:00
"ndk-sys 0.2.2",
]
2022-01-14 01:15:03 +08:00
[[package]]
name = "ndk-glue"
version = "0.6.2"
2022-01-14 01:15:03 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0c4a7b83860226e6b4183edac21851f05d5a51756e97a1144b7f5a6b63e65f"
2022-01-14 01:15:03 +08:00
dependencies = [
"lazy_static",
"libc",
"log",
2022-05-12 17:35:25 +08:00
"ndk 0.6.0",
2022-03-01 10:38:31 +08:00
"ndk-context",
2022-07-18 12:15:10 +08:00
"ndk-macro",
2022-05-12 17:35:25 +08:00
"ndk-sys 0.3.0",
]
2022-01-14 01:15:03 +08:00
[[package]]
name = "ndk-macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
dependencies = [
2022-07-18 12:15:10 +08:00
"darling",
2022-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",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "ndk-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
2022-01-14 01:15:03 +08:00
[[package]]
name = "ndk-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
dependencies = [
"jni-sys",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "net2"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
]
[[package]]
name = "nix"
version = "0.22.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
"cc",
2021-12-26 15:34:10 +08:00
"cfg-if 1.0.0",
2021-03-29 15:59:14 +08:00
"libc",
"memoffset",
2021-03-29 15:59:14 +08:00
]
2021-08-12 01:25:32 +08:00
[[package]]
name = "nix"
2021-12-26 15:34:10 +08:00
version = "0.23.1"
2021-08-12 01:25:32 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
2021-08-12 01:25:32 +08:00
dependencies = [
"bitflags",
2021-08-12 01:25:32 +08:00
"cc",
"cfg-if 1.0.0",
"libc",
"memoffset",
]
2022-04-26 11:43:16 +08:00
[[package]]
name = "nix"
2022-07-18 12:15:10 +08:00
version = "0.24.2"
2022-04-26 11:43:16 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
2022-04-26 11:43:16 +08:00
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "nom"
version = "7.1.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2021-03-29 15:59:14 +08:00
dependencies = [
"memchr",
2021-12-26 15:34:10 +08:00
"minimal-lexical",
2021-03-29 15:59:14 +08:00
]
2021-06-25 19:42:51 +08:00
[[package]]
name = "ntapi"
2022-03-01 10:38:31 +08:00
version = "0.3.7"
2021-06-25 19:42:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
2021-06-25 19:42:51 +08:00
dependencies = [
"winapi 0.3.9",
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "num-complex"
2022-06-23 11:15:37 +08:00
version = "0.4.2"
2021-08-01 11:01:04 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"
2021-08-01 11:01:04 +08:00
dependencies = [
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-08-01 11:01:04 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "num-integer"
2022-06-13 21:00:22 +08:00
version = "0.1.45"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "num-iter"
2022-06-13 21:00:22 +08:00
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
"num-integer",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
]
2021-07-24 18:25:07 +08:00
[[package]]
name = "num-rational"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2021-07-24 18:25:07 +08:00
"num-integer",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-07-24 18:25:07 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
dependencies = [
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "num-traits"
2022-06-13 21:00:22 +08:00
version = "0.2.15"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "num_cpus"
2021-12-26 15:34:10 +08:00
version = "1.13.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2021-03-29 15:59:14 +08:00
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_enum"
2022-03-07 16:19:10 +08:00
version = "0.5.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 16:19:10 +08:00
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
2021-03-29 15:59:14 +08:00
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2022-03-07 16:19:10 +08:00
version = "0.5.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-07 16:19:10 +08:00
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-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-06-13 21:00:22 +08:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "object"
2022-07-15 01:29:52 +08:00
version = "0.29.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2022-01-18 12:24:07 +08:00
dependencies = [
"memchr",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "oboe"
2022-06-13 21:00:22 +08:00
version = "0.4.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "27f63c358b4fa0fbcfefd7c8be5cfc39c08ce2389f5325687e7762a48d30a5c1"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"jni",
2022-05-12 17:35:25 +08:00
"ndk 0.6.0",
2022-06-13 21:00:22 +08:00
"ndk-context",
2021-03-29 15:59:14 +08:00
"num-derive",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-03-29 15:59:14 +08:00
"oboe-sys",
]
[[package]]
name = "oboe-sys"
2022-01-14 01:15:03 +08:00
version = "0.4.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 01:15:03 +08:00
checksum = "3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-05-02 00:37:32 +08:00
"cc",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "once_cell"
2022-07-15 01:29:52 +08:00
version = "1.13.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
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"
2022-07-18 12:15:10 +08:00
version = "6.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"
2021-12-28 14:18:37 +08:00
[[package]]
2022-05-12 17:35:25 +08:00
name = "padlock"
version = "0.2.0"
2021-12-28 14:18:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "c10569378a1dacd9f30dbe7ae49e054d2c45dc2f8ee49899903e09c3924e8b6f"
[[package]]
name = "pango"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
dependencies = [
"bitflags",
2022-07-15 01:29:52 +08:00
"glib 0.15.12",
2021-12-28 14:18:37 +08:00
"libc",
"once_cell",
2022-05-12 17:35:25 +08:00
"pango-sys",
]
[[package]]
name = "pango-sys"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
dependencies = [
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
"libc",
"system-deps 6.0.2",
2021-12-28 14:18:37 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "parity-tokio-ipc"
2022-07-15 01:29:52 +08:00
version = "0.7.3-1"
source = "git+https://github.com/open-trade/parity-tokio-ipc#20b2895910161605210657f3e751edd55321f698"
2021-03-29 15:59:14 +08:00
dependencies = [
"futures",
"libc",
"log",
2021-03-29 15:59:14 +08:00
"mio-named-pipes",
2021-12-26 15:34:10 +08:00
"miow 0.4.0",
2022-03-01 10:38:31 +08:00
"rand 0.8.5",
2021-12-26 15:34:10 +08:00
"tokio",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2021-03-29 15:59:14 +08:00
[[package]]
name = "parking_lot"
2021-12-26 15:34:10 +08:00
version = "0.11.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2021-03-29 15:59:14 +08:00
dependencies = [
"instant",
2021-07-24 18:25:07 +08:00
"lock_api",
2022-03-01 10:38:31 +08:00
"parking_lot_core 0.8.5",
]
[[package]]
name = "parking_lot"
2022-06-13 21:00:22 +08:00
version = "0.12.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-03-01 10:38:31 +08:00
dependencies = [
"lock_api",
2022-06-13 21:00:22 +08:00
"parking_lot_core 0.9.3",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "parking_lot_core"
2021-12-26 15:34:10 +08:00
version = "0.8.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
2021-07-24 18:25:07 +08:00
"redox_syscall",
"smallvec",
2021-03-29 15:59:14 +08:00
"winapi 0.3.9",
]
2022-03-01 10:38:31 +08:00
[[package]]
name = "parking_lot_core"
2022-06-13 21:00:22 +08:00
version = "0.9.3"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
2022-03-01 10:38:31 +08:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"smallvec",
2022-06-13 21:00:22 +08:00
"windows-sys 0.36.1",
2022-03-01 10:38:31 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
2021-07-24 18:25:07 +08:00
name = "paste"
version = "1.0.7"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
2021-03-29 15:59:14 +08:00
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2021-05-23 10:55:19 +08:00
[[package]]
2021-07-24 18:25:07 +08:00
name = "peeking_take_while"
version = "0.1.2"
2021-05-23 10:55:19 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-24 18:25:07 +08:00
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2021-05-23 10:55:19 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "phf"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
dependencies = [
"phf_shared",
"rand 0.6.5",
]
[[package]]
name = "phf_shared"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project"
2022-07-15 01:29:52 +08:00
version = "1.0.11"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2022-07-15 01:29:52 +08:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "pin-project-lite"
2022-06-13 21:00:22 +08:00
version = "0.2.9"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2021-03-29 15:59:14 +08:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.25"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2021-03-29 15:59:14 +08:00
[[package]]
name = "png"
version = "0.16.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
dependencies = [
"bitflags",
"crc32fast",
"deflate",
"miniz_oxide 0.3.7",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "polling"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
dependencies = [
"cfg-if 1.0.0",
"libc",
"log",
"wepoll-ffi",
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "ppv-lite86"
2022-01-02 13:56:47 +08:00
version = "0.2.16"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-02 13:56:47 +08:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2021-03-29 15:59:14 +08:00
2021-07-24 18:25:07 +08:00
[[package]]
name = "pretty-hex"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5c99d529f0d30937f6f4b8a86d988047327bb88d04d2c4afc356de74722131"
2021-08-01 11:01:04 +08:00
[[package]]
name = "primal-check"
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"
2022-06-23 11:15:37 +08:00
version = "1.0.40"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-06-13 21:00:22 +08:00
"unicode-ident",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "protobuf"
2022-07-14 23:26:03 +08:00
version = "3.1.0"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-14 23:26:03 +08:00
checksum = "4ee4a7d8b91800c8f167a6268d1a1026607368e1adc84e98fe044aeb905302f7"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-07-14 23:26:03 +08:00
"bytes",
"once_cell",
"protobuf-support",
2021-12-26 15:34:10 +08:00
"thiserror",
2021-03-29 15:59:14 +08:00
]
[[package]]
2022-07-14 23:26:03 +08:00
name = "protobuf-codegen"
version = "3.1.0"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-14 23:26:03 +08:00
checksum = "07b893e5e7d3395545d5244f8c0d33674025bd566b26c03bfda49b82c6dec45e"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"anyhow",
2022-07-14 23:26:03 +08:00
"once_cell",
2021-03-29 15:59:14 +08:00
"protobuf",
2021-12-26 15:34:10 +08:00
"protobuf-parse",
2022-07-14 23:26:03 +08:00
"regex",
"tempfile",
2021-12-26 15:34:10 +08:00
"thiserror",
]
[[package]]
name = "protobuf-parse"
2022-07-14 23:26:03 +08:00
version = "3.1.0"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-14 23:26:03 +08:00
checksum = "9b1447dd751c434cc1b415579837ebd0411ed7d67d465f38010da5d7cd33af4d"
2021-12-26 15:34:10 +08:00
dependencies = [
"anyhow",
2022-07-14 23:26:03 +08:00
"indexmap",
"log",
2021-12-26 15:34:10 +08:00
"protobuf",
2022-07-14 23:26:03 +08:00
"protobuf-support",
2021-12-26 15:34:10 +08:00
"tempfile",
"thiserror",
2022-07-14 23:26:03 +08:00
"which 4.2.5",
2021-12-26 15:34:10 +08:00
]
[[package]]
2022-07-14 23:26:03 +08:00
name = "protobuf-support"
version = "3.1.0"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-14 23:26:03 +08:00
checksum = "8ca157fe12fc7ee2e315f2f735e27df41b3d97cdd70ea112824dac1ffb08ee1c"
2021-12-26 15:34:10 +08:00
dependencies = [
"thiserror",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "quest"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556af5f5c953a2ee13f45753e581a38f9778e6551bc3ccc56d90b14628fe59d8"
dependencies = [
2022-05-12 17:35:25 +08:00
"cfg-if 0.1.10",
"rpassword 2.1.0",
"tempfile",
"termios",
"winapi 0.3.9",
2021-12-26 15:34:10 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "quinn"
2022-06-13 21:00:22 +08:00
version = "0.8.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "d7542006acd6e057ff632307d219954c44048f818898da03113d6c0086bfddd9"
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-06-13 21:00:22 +08:00
version = "0.8.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "3a13a5c0a674c1ce7150c9df7bc4a1e46c2fbbe7c710f56c0dc78b1a810e779e"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"bytes",
"fxhash",
2022-03-01 10:38:31 +08:00
"rand 0.8.5",
2021-03-29 15:59:14 +08:00
"ring",
2021-05-02 00:37:32 +08:00
"rustls",
2021-03-29 15:59:14 +08:00
"rustls-native-certs",
"rustls-pemfile 0.2.1",
2021-03-29 15:59:14 +08:00
"slab",
2021-12-26 15:34:10 +08:00
"thiserror",
"tinyvec",
2021-03-29 15:59:14 +08:00
"tracing",
"webpki",
]
[[package]]
2021-12-26 15:34:10 +08:00
name = "quinn-udp"
2022-06-13 21:00:22 +08:00
version = "0.1.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "b3149f7237331015f1a6adf065c397d1be71e032fcf110ba41da52e7926b882f"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"futures-util",
"libc",
"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"
2022-06-23 11:15:37 +08:00
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
2021-12-26 15:34:10 +08:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2021-03-29 15:59:14 +08:00
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 0.1.8",
2021-03-29 15:59:14 +08:00
"libc",
"rand_chacha 0.1.1",
"rand_core 0.4.2",
2022-03-01 10:38:31 +08:00
"rand_hc",
2021-03-29 15:59:14 +08:00
"rand_isaac",
"rand_jitter",
"rand_os",
"rand_pcg",
"rand_xorshift",
"winapi 0.3.9",
]
[[package]]
name = "rand"
2022-03-01 10:38:31 +08:00
version = "0.8.5"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.3",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 0.1.8",
2021-03-29 15:59:14 +08:00
"rand_core 0.3.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-03-29 15:59:14 +08:00
dependencies = [
"ppv-lite86",
"rand_core 0.6.3",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rand_core"
version = "0.6.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"getrandom",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
dependencies = [
"libc",
"rand_core 0.4.2",
"winapi 0.3.9",
]
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
dependencies = [
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.4.2",
"rdrand",
"winapi 0.3.9",
]
[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 0.1.8",
2021-03-29 15:59:14 +08:00
"rand_core 0.4.2",
]
[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
dependencies = [
"rand_core 0.3.1",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "raw-window-handle"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
dependencies = [
"cty",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "rayon"
2022-06-13 21:00:22 +08:00
version = "1.5.3"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2022-01-15 13:47:57 +08:00
dependencies = [
2022-03-01 10:38:31 +08:00
"autocfg 1.1.0",
2022-01-15 13:47:57 +08:00
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-06-13 21:00:22 +08:00
version = "1.9.3"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
2022-01-15 13:47:57 +08:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "rdev"
2022-07-15 01:29:52 +08:00
version = "0.5.0-1"
source = "git+https://github.com/open-trade/rdev#a9b6ea462956f289b4a48e81f2ea7dda33cd8047"
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"
version = "0.2.13"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "redox_users"
version = "0.4.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"getrandom",
2021-07-24 18:25:07 +08:00
"redox_syscall",
"thiserror",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "regex"
2022-07-15 01:29:52 +08:00
version = "1.6.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2021-03-29 15:59:14 +08:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-07-15 01:29:52 +08:00
version = "0.6.27"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2021-03-29 15:59:14 +08:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "repng"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd57cd2cb5cc699b3eb4824d654e5a32f3bc013766da4966f71fe94805abbda"
dependencies = [
"byteorder",
"flate2",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "reqwest"
2022-06-23 11:15:37 +08:00
version = "0.11.11"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
2022-05-12 17:35:25 +08:00
dependencies = [
"base64",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
2022-05-16 15:46:09 +08:00
"hyper-rustls",
2022-05-12 17:35:25 +08:00
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"percent-encoding",
"pin-project-lite",
2022-05-16 15:46:09 +08:00
"rustls",
2022-06-23 11:15:37 +08:00
"rustls-pemfile 1.0.0",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
"serde_json 1.0.82",
2022-05-12 17:35:25 +08:00
"serde_urlencoded",
"tokio",
2022-05-16 15:46:09 +08:00
"tokio-rustls",
2022-06-23 11:15:37 +08:00
"tower-service",
2022-05-12 17:35:25 +08:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-05-16 15:46:09 +08:00
"webpki-roots",
2022-05-12 17:35:25 +08:00
"winreg 0.10.1",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi 0.3.9",
]
[[package]]
name = "rpassword"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d37473170aedbe66ffa3ad3726939ba677d83c646ad4fd99e5b4bc38712f45ec"
dependencies = [
"kernel32-sys",
"libc",
"winapi 0.2.8",
]
[[package]]
name = "rpassword"
2022-07-18 12:15:10 +08:00
version = "7.0.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "26b763cb66df1c928432cc35053f8bd4cec3335d8559fc16010017d16b3c1680"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
"winapi 0.3.9",
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "rubato"
2022-04-06 10:51:24 +08:00
version = "0.12.0"
2021-08-01 11:01:04 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-06 10:51:24 +08:00
checksum = "cd70209c27d5b08f5528bdc779ea3ffb418954e28987f9f9775c6eac41003f9c"
2021-08-01 11:01:04 +08:00
dependencies = [
"num-complex",
"num-integer",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-08-01 11:01:04 +08:00
"realfft",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "runas"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a620b0994a180cdfa25c0439e6d58c0628272571501880d626ffff58e96a0799"
dependencies = [
"cc",
2021-12-26 15:34:10 +08:00
"which 3.1.1",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "rust-pulsectl"
version = "0.2.12"
source = "git+https://github.com/open-trade/pulsectl#5e68f4c2b7c644fa321984688602d71e8ad0bba3"
2021-03-29 15:59:14 +08:00
dependencies = [
"libpulse-binding",
]
[[package]]
name = "rustc-demangle"
2021-12-26 15:34:10 +08:00
version = "0.1.21"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2021-03-29 15:59:14 +08:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
"semver 0.11.0",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "rustdesk"
2022-06-09 19:45:53 +08:00
version = "1.1.10"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"android_logger 0.11.0",
"arboard",
2022-05-12 17:35:25 +08:00
"async-process",
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-07-15 01:29:52 +08:00
"clap 3.2.12",
"clipboard",
"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",
"default-net",
2021-03-29 15:59:14 +08:00
"dispatch",
"enigo",
"evdev",
2021-03-29 15:59:14 +08:00
"flexi_logger",
"flutter_rust_bridge",
"flutter_rust_bridge_codegen",
2021-03-29 15:59:14 +08:00
"hbb_common",
"hound",
"include_dir",
2022-05-12 17:35:25 +08:00
"jni",
2021-03-29 15:59:14 +08:00
"lazy_static",
"libc",
"libpulse-binding",
"libpulse-simple-binding",
"mac_address",
"machine-uid",
"magnum-opus",
"mouce",
"num_cpus",
2021-03-29 15:59:14 +08:00
"objc",
"parity-tokio-ipc",
"rdev",
2021-03-29 15:59:14 +08:00
"repng",
2022-05-12 17:35:25 +08:00
"reqwest",
2022-07-18 12:15:10 +08:00
"rpassword 7.0.0",
2021-08-01 11:01:04 +08:00
"rubato",
2021-03-29 15:59:14 +08:00
"runas",
"rust-pulsectl",
2021-08-01 11:01:04 +08:00
"samplerate",
2021-03-29 15:59:14 +08:00
"sciter-rs",
"scrap",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
2021-03-29 15:59:14 +08:00
"serde_derive",
2022-07-15 01:29:52 +08:00
"serde_json 1.0.82",
2021-03-29 15:59:14 +08:00
"sha2",
"simple_rc",
2021-12-25 16:45:22 +08:00
"sys-locale",
2022-01-15 14:08:24 +08:00
"sysinfo",
"tray-item",
2022-05-12 17:35:25 +08:00
"trayicon",
2021-03-29 15:59:14 +08:00
"uuid",
"virtual_display",
2021-03-29 15:59:14 +08:00
"whoami",
"winapi 0.3.9",
"windows-service",
2022-05-12 17:35:25 +08:00
"winit",
2021-12-26 15:34:10 +08:00
"winreg 0.10.1",
2021-03-29 15:59:14 +08:00
"winres",
"wol-rs",
2021-03-29 15:59:14 +08:00
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "rustfft"
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d089e5c57521629a59f5f39bca7434849ff89bd6873b521afe389c1c602543"
dependencies = [
"num-complex",
"num-integer",
2022-06-13 21:00:22 +08:00
"num-traits 0.2.15",
2021-08-01 11:01:04 +08:00
"primal-check",
"strength_reduce",
"transpose",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "rustls"
2022-06-13 21:00:22 +08:00
version = "0.20.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-05-16 15:46:09 +08:00
"log",
2021-03-29 15:59:14 +08:00
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-native-certs"
version = "0.6.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
2021-03-29 15:59:14 +08:00
dependencies = [
"openssl-probe",
"rustls-pemfile 1.0.0",
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",
]
[[package]]
name = "rustls-pemfile"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
dependencies = [
"base64",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "rustversion"
2022-07-18 12:15:10 +08:00
version = "1.0.8"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8"
2021-03-29 15:59:14 +08:00
[[package]]
name = "ryu"
2022-06-13 21:00:22 +08:00
version = "1.0.10"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2021-03-29 15:59:14 +08:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "samplerate"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e032b2b24715c4f982f483ea3abdb3c9ba444d9f63e87b2843d6f998f5ba2698"
dependencies = [
"libsamplerate-sys",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "schannel"
2022-06-13 21:00:22 +08:00
version = "0.1.20"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2021-03-29 15:59:14 +08:00
dependencies = [
"lazy_static",
2022-06-13 21:00:22 +08:00
"windows-sys 0.36.1",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "sciter-rs"
2021-07-24 18:25:07 +08:00
version = "0.5.57"
source = "git+https://github.com/open-trade/rust-sciter?branch=dyn#82025b9ba77d5ae14543009444033036dbe25917"
2021-03-29 15:59:14 +08:00
dependencies = [
"lazy_static",
"libc",
"objc",
"objc-foundation",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2021-03-29 15:59:14 +08:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scrap"
version = "0.5.0"
dependencies = [
2022-05-12 17:35:25 +08:00
"android_logger 0.10.1",
"bindgen",
2021-03-29 15:59:14 +08:00
"block",
"cfg-if 1.0.0",
2021-07-24 18:25:07 +08:00
"dbus",
2021-03-29 15:59:14 +08:00
"docopt",
2021-07-24 18:25:07 +08:00
"gstreamer",
"gstreamer-app",
"gstreamer-video",
"hbb_common",
"hwcodec",
2022-05-12 17:35:25 +08:00
"jni",
"lazy_static",
2021-03-29 15:59:14 +08:00
"libc",
2022-05-12 17:35:25 +08:00
"log",
2021-03-29 15:59:14 +08:00
"num_cpus",
"quest",
"repng",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
"serde_json 1.0.82",
2021-03-29 15:59:14 +08:00
"target_build_utils",
2021-07-24 18:25:07 +08:00
"tracing",
2021-03-29 15:59:14 +08:00
"webm",
"winapi 0.3.9",
]
[[package]]
name = "sct"
2021-12-26 15:34:10 +08:00
version = "0.7.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2021-03-29 15:59:14 +08:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "security-framework"
2022-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 = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser",
]
[[package]]
name = "semver"
2022-07-15 01:29:52 +08:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
dependencies = [
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
]
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "serde"
version = "0.9.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af"
[[package]]
name = "serde"
2022-07-15 01:29:52 +08:00
version = "1.0.139"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6"
2021-03-29 15:59:14 +08:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-07-15 01:29:52 +08:00
version = "1.0.139"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb"
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-07-15 01:29:52 +08:00
version = "1.0.82"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-06-13 21:00:22 +08:00
"itoa 1.0.2",
2021-03-29 15:59:14 +08:00
"ryu",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
2021-03-29 15:59:14 +08:00
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2022-06-13 21:00:22 +08:00
"itoa 1.0.2",
2022-05-12 17:35:25 +08:00
"ryu",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
2022-05-12 17:35:25 +08:00
]
[[package]]
name = "serde_with"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
dependencies = [
"serde 1.0.139",
"serde_with_macros",
]
[[package]]
name = "serde_with_macros"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
dependencies = [
2022-07-18 12:15:10 +08:00
"darling",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_yaml"
2022-07-18 12:15:10 +08:00
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
"indexmap",
"ryu",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
"yaml-rust",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "sha2"
2022-03-01 10:38:31 +08:00
version = "0.10.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
2021-03-29 15:59:14 +08:00
"digest",
]
[[package]]
name = "shlex"
2021-12-26 15:34:10 +08:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2022-05-12 17:35:25 +08:00
[[package]]
name = "signal-hook"
2022-06-13 21:00:22 +08:00
version = "0.3.14"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
2022-05-12 17:35:25 +08:00
dependencies = [
"libc",
"signal-hook-registry",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2021-03-29 15:59:14 +08:00
dependencies = [
"libc",
]
[[package]]
name = "signature"
2022-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"
[[package]]
name = "simple_rc"
version = "0.1.0"
dependencies = [
"confy",
"hbb_common",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
"serde_derive",
"walkdir",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "siphasher"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
[[package]]
name = "slab"
version = "0.4.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2021-03-29 15:59:14 +08:00
[[package]]
name = "smallvec"
2022-07-15 01:29:52 +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-07-15 01:29:52 +08:00
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
2021-03-29 15:59:14 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "smithay-client-toolkit"
2022-07-18 12:15:10 +08:00
version = "0.15.4"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "8a28f16a97fa0e8ce563b2774d1e732dd5d4025d2772c5dba0a41a0f90a29da3"
2022-05-12 17:35:25 +08:00
dependencies = [
"bitflags",
"calloop",
2022-07-18 12:15:10 +08:00
"dlib",
2022-05-12 17:35:25 +08:00
"lazy_static",
"log",
"memmap2",
2022-07-18 12:15:10 +08:00
"nix 0.22.3",
"pkg-config",
2022-05-12 17:35:25 +08:00
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "socket2"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi 0.3.9",
]
[[package]]
2022-01-10 18:05:42 +08:00
name = "socket2"
2022-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-07-15 01:29:52 +08:00
"serde 1.0.139",
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"
2022-06-13 21:00:22 +08:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
2021-08-01 11:01:04 +08:00
[[package]]
name = "strength_reduce"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3ff2f71c82567c565ba4b3009a9350a96a7269eaa4001ebedae926230bc2254"
2021-03-29 15:59:14 +08:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2021-05-02 00:37:32 +08:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "structopt"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
dependencies = [
"clap 2.34.0",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
dependencies = [
"heck 0.3.3",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "strum"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
[[package]]
name = "strum_macros"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
dependencies = [
"heck 0.3.3",
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "syn"
2022-06-23 11:15:37 +08:00
version = "1.0.98"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2022-06-13 21:00:22 +08:00
"unicode-ident",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "synstructure"
2021-12-26 15:34:10 +08:00
version = "0.12.6"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
"unicode-xid",
2021-03-29 15:59:14 +08:00
]
2021-12-25 16:45:22 +08:00
[[package]]
name = "sys-locale"
2022-06-23 11:15:37 +08:00
version = "0.2.1"
2021-12-25 16:45:22 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "658ee915b6c7b73ec4c1ffcd838506b5c5a4087eadc1ec8f862f1066cf2c8132"
2021-12-25 16:45:22 +08:00
dependencies = [
"cc",
"cstr_core",
2022-06-23 11:15:37 +08:00
"js-sys",
2021-12-25 16:45:22 +08:00
"libc",
2022-06-23 11:15:37 +08:00
"wasm-bindgen",
2021-12-25 16:45:22 +08:00
"web-sys",
"winapi 0.3.9",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "sysinfo"
2022-07-18 12:15:10 +08:00
version = "0.24.6"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "0b6e19da72a8d75be4d40e4dd4686afca31507f26c3ffdf6bd3073278d9de0a0"
2022-01-15 13:47:57 +08:00
dependencies = [
"cfg-if 1.0.0",
"core-foundation-sys 0.8.3",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi 0.3.9",
]
[[package]]
name = "system-configuration"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"
dependencies = [
"bitflags",
"core-foundation 0.9.3",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys 0.8.3",
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "system-deps"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
dependencies = [
"heck 0.3.3",
2021-03-29 15:59:14 +08:00
"pkg-config",
"strum",
"strum_macros",
"thiserror",
"toml",
"version-compare 0.0.10",
]
[[package]]
name = "system-deps"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a45a1c4c9015217e12347f2a411b57ce2c4fc543913b14b6fe40483328e709"
dependencies = [
"cfg-expr",
"heck 0.4.0",
"pkg-config",
"toml",
"version-compare 0.1.0",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2021-03-29 15:59:14 +08:00
[[package]]
name = "target_build_utils"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "013d134ae4a25ee744ad6129db589018558f620ddfa44043887cdd45fa08e75c"
dependencies = [
"phf",
"phf_codegen",
"serde_json 0.9.10",
]
[[package]]
name = "tempfile"
2022-01-09 23:59:30 +08:00
version = "3.3.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-09 23:59:30 +08:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
2022-01-09 23:59:30 +08:00
"fastrand",
2021-03-29 15:59:14 +08:00
"libc",
2021-07-24 18:25:07 +08:00
"redox_syscall",
2021-03-29 15:59:14 +08:00
"remove_dir_all",
"winapi 0.3.9",
]
[[package]]
name = "termcolor"
version = "1.1.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2021-03-29 15:59:14 +08:00
dependencies = [
"winapi-util",
]
[[package]]
name = "termios"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
dependencies = [
"libc",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2022-01-15 13:47:57 +08:00
[[package]]
name = "textwrap"
version = "0.15.0"
2022-01-15 13:47:57 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
2022-01-15 13:47:57 +08:00
2021-03-29 15:59:14 +08:00
[[package]]
name = "thiserror"
2022-06-13 21:00:22 +08:00
version = "1.0.31"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2021-03-29 15:59:14 +08:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-06-13 21:00:22 +08:00
version = "1.0.31"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
[[package]]
name = "tiff"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
dependencies = [
"jpeg-decoder",
"miniz_oxide 0.4.4",
"weezl",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "time"
2022-06-23 11:15:37 +08:00
version = "0.3.11"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-06-13 21:00:22 +08:00
"itoa 1.0.2",
2021-03-29 15:59:14 +08:00
"libc",
"num_threads",
2021-12-26 15:34:10 +08:00
"time-macros",
2021-03-29 15:59:14 +08:00
]
[[package]]
2021-12-26 15:34:10 +08:00
name = "time-macros"
version = "0.2.4"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2021-12-26 15:34:10 +08:00
[[package]]
name = "tinyvec"
2022-04-26 11:43:16 +08:00
version = "1.6.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 11:43:16 +08:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"tinyvec_macros",
2021-06-25 19:42:51 +08:00
]
2021-12-26 15:34:10 +08:00
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2021-06-25 19:42:51 +08:00
[[package]]
name = "tokio"
2022-07-15 01:29:52 +08:00
version = "1.20.0"
2021-06-25 19:42:51 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e"
2021-06-25 19:42:51 +08:00
dependencies = [
2022-07-15 01:29:52 +08:00
"autocfg 1.1.0",
2021-12-26 15:34:10 +08:00
"bytes",
2021-03-29 15:59:14 +08:00
"libc",
"memchr",
2022-06-23 11:15:37 +08:00
"mio 0.8.4",
2021-03-29 15:59:14 +08:00
"num_cpus",
2021-06-25 19:42:51 +08:00
"once_cell",
2022-06-13 21:00:22 +08:00
"parking_lot 0.12.1",
2021-12-26 15:34:10 +08:00
"pin-project-lite",
2021-03-29 15:59:14 +08:00
"signal-hook-registry",
2022-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"
2022-06-13 21:00:22 +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-06-13 21:00:22 +08:00
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
2022-05-12 17:35:25 +08:00
[[package]]
2022-05-16 15:46:09 +08:00
name = "tokio-rustls"
version = "0.23.4"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-16 15:46:09 +08:00
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-05-16 15:46:09 +08:00
"rustls",
2022-05-12 17:35:25 +08:00
"tokio",
2022-05-16 15:46:09 +08:00
"webpki",
2022-05-12 17:35:25 +08:00
]
[[package]]
name = "tokio-socks"
2022-07-15 01:29:52 +08:00
version = "0.5.1-1"
source = "git+https://github.com/open-trade/tokio-socks#7034e79263ce25c348be072808d7601d82cd892d"
dependencies = [
"bytes",
"either",
"futures-core",
"futures-sink",
"futures-util",
"pin-project",
"thiserror",
"tokio",
2022-07-15 01:29:52 +08:00
"tokio-util",
2021-03-29 15:59:14 +08:00
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "tokio-util"
2022-06-13 21:00:22 +08:00
version = "0.7.3"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
2022-05-12 17:35:25 +08:00
dependencies = [
"bytes",
"futures-core",
2022-07-15 01:29:52 +08:00
"futures-io",
2022-05-12 17:35:25 +08:00
"futures-sink",
2022-07-15 01:29:52 +08:00
"futures-util",
"hashbrown",
2022-05-12 17:35:25 +08:00
"pin-project-lite",
2022-07-15 01:29:52 +08:00
"slab",
2022-05-12 17:35:25 +08:00
"tokio",
"tracing",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "toml"
version = "0.5.9"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
2021-03-29 15:59:14 +08:00
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "tower-service"
2022-06-23 11:15:37 +08:00
version = "0.3.2"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-05-12 17:35:25 +08:00
2021-03-29 15:59:14 +08:00
[[package]]
name = "tracing"
2022-06-13 21:00:22 +08:00
version = "0.1.35"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
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-07-15 01:29:52 +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-07-15 01:29:52 +08:00
checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
]
[[package]]
name = "tracing-core"
2022-06-27 00:36:31 +08:00
version = "0.1.28"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-27 00:36:31 +08:00
checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
2021-03-29 15:59:14 +08:00
dependencies = [
2022-06-13 21:00:22 +08:00
"once_cell",
2021-03-29 15:59:14 +08:00
]
2021-08-01 11:01:04 +08:00
[[package]]
name = "transpose"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95f9c900aa98b6ea43aee227fd680550cdec726526aab8ac801549eadb25e39f"
dependencies = [
"num-integer",
"strength_reduce",
]
[[package]]
name = "tray-item"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76863575f7842ed64fda361f417a787efa82811b4617267709066969cd4ccf3b"
dependencies = [
"cocoa 0.24.0",
"core-graphics 0.22.3",
2022-05-12 17:35:25 +08:00
"gtk",
"libappindicator",
"libc",
"objc",
"objc-foundation",
"objc_id",
"padlock",
"winapi 0.3.9",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "trayicon"
2022-07-18 12:15:10 +08:00
version = "0.1.3-1"
source = "git+https://github.com/open-trade/trayicon-rs#8d9c4489287752cc5be4a35c103198f7111112f9"
2022-05-12 17:35:25 +08:00
dependencies = [
"winapi 0.3.9",
"winit",
]
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2021-03-29 15:59:14 +08:00
[[package]]
name = "typenum"
2021-12-26 15:34:10 +08:00
version = "1.15.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2021-03-29 15:59:14 +08:00
[[package]]
name = "ucd-trie"
2022-07-15 01:29:52 +08:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
2022-05-12 17:35:25 +08:00
[[package]]
name = "unicode-bidi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2022-06-13 21:00:22 +08:00
[[package]]
name = "unicode-ident"
2022-07-18 12:15:10 +08:00
version = "1.0.2"
2022-06-13 21:00:22 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
2022-06-13 21:00:22 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "unicode-normalization"
2022-07-15 01:29:52 +08:00
version = "0.1.21"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
2022-05-12 17:35:25 +08:00
dependencies = [
"tinyvec",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "unicode-segmentation"
2022-03-01 10:38:31 +08:00
version = "1.9.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2021-03-29 15:59:14 +08:00
[[package]]
name = "unicode-width"
2021-12-26 15:34:10 +08:00
version = "0.1.9"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2021-03-29 15:59:14 +08:00
[[package]]
name = "unicode-xid"
2022-06-13 21:00:22 +08:00
version = "0.2.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
2021-03-29 15:59:14 +08:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2022-05-12 17:35:25 +08:00
[[package]]
name = "url"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "uuid"
2022-06-13 21:00:22 +08:00
version = "1.1.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-12-26 15:34:10 +08:00
"getrandom",
2021-03-29 15:59:14 +08:00
]
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version-compare"
version = "0.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
[[package]]
name = "version-compare"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
2021-03-29 15:59:14 +08:00
[[package]]
name = "version_check"
2022-01-02 13:56:47 +08:00
version = "0.9.4"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-02 13:56:47 +08:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-03-29 15:59:14 +08:00
[[package]]
name = "virtual_display"
version = "0.1.0"
dependencies = [
"cc",
"hbb_common",
"lazy_static",
2022-07-15 01:29:52 +08:00
"serde 1.0.139",
"serde_derive",
"thiserror",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2021-03-29 15:59:14 +08:00
[[package]]
name = "walkdir"
2021-05-02 00:37:32 +08:00
version = "2.3.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 00:37:32 +08:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2021-03-29 15:59:14 +08:00
dependencies = [
"same-file",
"winapi 0.3.9",
"winapi-util",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-03-29 15:59:14 +08:00
[[package]]
name = "wasm-bindgen"
2022-06-23 11:15:37 +08:00
version = "0.2.81"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
2021-03-29 15:59:14 +08:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-06-23 11:15:37 +08:00
version = "0.2.81"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
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",
]
2022-05-12 17:35:25 +08:00
[[package]]
name = "wasm-bindgen-futures"
2022-06-23 11:15:37 +08:00
version = "0.4.31"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
2022-05-12 17:35:25 +08:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "wasm-bindgen-macro"
2022-06-23 11:15:37 +08:00
version = "0.2.81"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"quote",
2021-03-29 15:59:14 +08:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-06-23 11:15:37 +08:00
version = "0.2.81"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
2021-03-29 15:59:14 +08:00
dependencies = [
2021-07-24 18:25:07 +08:00
"proc-macro2",
"quote",
2021-03-29 15:59:14 +08:00
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-06-23 11:15:37 +08:00
version = "0.2.81"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
2021-03-29 15:59:14 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "wayland-client"
2022-07-18 12:15:10 +08:00
version = "0.29.4"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "91223460e73257f697d9e23d401279123d36039a3f7a449e983f123292d4458f"
2022-05-12 17:35:25 +08:00
dependencies = [
"bitflags",
"downcast-rs",
"libc",
2022-07-18 12:15:10 +08:00
"nix 0.22.3",
2022-05-12 17:35:25 +08:00
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
]
[[package]]
name = "wayland-commons"
2022-07-18 12:15:10 +08:00
version = "0.29.4"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "94f6e5e340d7c13490eca867898c4cec5af56c27a5ffe5c80c6fc4708e22d33e"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-07-18 12:15:10 +08:00
"nix 0.22.3",
2022-05-12 17:35:25 +08:00
"once_cell",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-cursor"
2022-07-18 12:15:10 +08:00
version = "0.29.4"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "c52758f13d5e7861fc83d942d3d99bf270c83269575e52ac29e5b73cb956a6bd"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-07-18 12:15:10 +08:00
"nix 0.22.3",
2022-05-12 17:35:25 +08:00
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-protocols"
2022-07-18 12:15:10 +08:00
version = "0.29.4"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "60147ae23303402e41fe034f74fb2c35ad0780ee88a1c40ac09a3be1e7465741"
2022-05-12 17:35:25 +08:00
dependencies = [
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
2022-07-18 12:15:10 +08:00
version = "0.29.4"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "39a1ed3143f7a143187156a2ab52742e89dac33245ba505c17224df48939f9e0"
2022-05-12 17:35:25 +08:00
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
]
[[package]]
name = "wayland-sys"
2022-07-18 12:15:10 +08:00
version = "0.29.4"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "d9341df79a8975679188e37dab3889bfa57c44ac2cb6da166f519a81cbe452d4"
2022-05-12 17:35:25 +08:00
dependencies = [
2022-07-18 12:15:10 +08:00
"dlib",
2022-05-12 17:35:25 +08:00
"lazy_static",
"pkg-config",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "web-sys"
2022-06-23 11:15:37 +08:00
version = "0.3.58"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-23 11:15:37 +08:00
checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"
2021-03-29 15:59:14 +08:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webm"
version = "1.0.2"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecb047148a12ef1fd8ab26302bca7e82036f005c3073b48e17cc1b44ec577136"
2021-03-29 15:59:14 +08:00
dependencies = [
"webm-sys",
]
[[package]]
name = "webm-sys"
2022-03-01 10:38:31 +08:00
version = "1.0.3"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 10:38:31 +08:00
checksum = "0ded6ec82ccf51fe265b0b2b1579cac839574ed910c17baac58e807f8a9de7f3"
2021-03-29 15:59:14 +08:00
dependencies = [
"cc",
]
[[package]]
name = "webpki"
2021-12-26 15:34:10 +08:00
version = "0.22.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
2021-03-29 15:59:14 +08:00
dependencies = [
"ring",
"untrusted",
]
2022-05-16 15:46:09 +08:00
[[package]]
name = "webpki-roots"
2022-07-15 01:29:52 +08:00
version = "0.22.4"
2022-05-16 15:46:09 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf"
2022-05-16 15:46:09 +08:00
dependencies = [
"webpki",
]
[[package]]
name = "weezl"
2022-07-15 01:29:52 +08:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-15 01:29:52 +08:00
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2022-05-12 17:35:25 +08:00
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "which"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
dependencies = [
"failure",
"libc",
]
2021-12-26 15:34:10 +08:00
[[package]]
name = "which"
version = "4.2.5"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
2021-12-26 15:34:10 +08:00
dependencies = [
"either",
"lazy_static",
"libc",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "whoami"
2021-12-26 15:34:10 +08:00
version = "1.2.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8"
2021-06-25 19:42:51 +08:00
dependencies = [
"wasm-bindgen",
"web-sys",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "widestring"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "winapi-wsapoll"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
dependencies = [
"winapi 0.3.9",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b749ebd2304aa012c5992d11a25d07b406bdbe5f79d371cb7a918ce501a19eb0"
dependencies = [
"windows_aarch64_msvc 0.30.0",
"windows_i686_gnu 0.30.0",
"windows_i686_msvc 0.30.0",
"windows_x86_64_gnu 0.30.0",
"windows_x86_64_msvc 0.30.0",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "windows-service"
2021-08-13 13:02:03 +08:00
version = "0.4.0"
2021-12-26 15:34:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c643e10139d127d30d6d753398c8a6f0a43532e8370f6c9d29ebbff29b984ab"
2021-03-29 15:59:14 +08:00
dependencies = [
"bitflags",
2021-12-26 15:34:10 +08:00
"err-derive",
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"
2022-06-13 21:00:22 +08:00
version = "0.36.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2022-03-01 10:38:31 +08:00
dependencies = [
2022-06-13 21:00:22 +08:00
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
2021-12-26 15:34:10 +08:00
]
[[package]]
name = "windows_aarch64_msvc"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52695a41e536859d5308cc613b4a022261a274390b25bd29dfff4bf08505f3c2"
[[package]]
name = "windows_aarch64_msvc"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29277a4435d642f775f63c7d1faeb927adba532886ce0287bd985bffb16b6bca"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_aarch64_msvc"
2022-06-13 21:00:22 +08:00
version = "0.36.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-03-01 10:38:31 +08:00
2021-12-26 15:34:10 +08:00
[[package]]
name = "windows_i686_gnu"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f54725ac23affef038fecb177de6c9bf065787c2f432f79e3c373da92f3e1d8a"
[[package]]
name = "windows_i686_gnu"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1145e1989da93956c68d1864f32fb97c8f561a8f89a5125f6a2b7ea75524e4b8"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_i686_gnu"
2022-06-13 21:00:22 +08:00
version = "0.36.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-03-01 10:38:31 +08:00
2021-12-26 15:34:10 +08:00
[[package]]
name = "windows_i686_msvc"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d5158a43cc43623c0729d1ad6647e62fa384a3d135fd15108d37c683461f64"
[[package]]
name = "windows_i686_msvc"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a09e3a0d4753b73019db171c1339cd4362c8c44baf1bcea336235e955954a6"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_i686_msvc"
2022-06-13 21:00:22 +08:00
version = "0.36.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-03-01 10:38:31 +08:00
2021-12-26 15:34:10 +08:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc31f409f565611535130cfe7ee8e6655d3fa99c1c61013981e491921b5ce954"
[[package]]
name = "windows_x86_64_gnu"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ca64fcb0220d58db4c119e050e7af03c69e6f4f415ef69ec1773d9aab422d5a"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_x86_64_gnu"
2022-06-13 21:00:22 +08:00
version = "0.36.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-03-01 10:38:31 +08:00
2021-12-26 15:34:10 +08:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2b8c7cbd3bfdddd9ab98769f9746a7fad1bca236554cd032b78d768bc0e89f"
[[package]]
name = "windows_x86_64_msvc"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08cabc9f0066848fef4bc6a1c1668e6efce38b661d2aeec75d18d8617eebb5f1"
2022-03-01 10:38:31 +08:00
[[package]]
name = "windows_x86_64_msvc"
2022-06-13 21:00:22 +08:00
version = "0.36.1"
2022-03-01 10:38:31 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-13 21:00:22 +08:00
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-03-01 10:38:31 +08:00
2022-05-12 17:35:25 +08:00
[[package]]
name = "winit"
2022-07-18 12:15:10 +08:00
version = "0.26.1"
2022-05-12 17:35:25 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 12:15:10 +08:00
checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a"
2022-05-12 17:35:25 +08:00
dependencies = [
"bitflags",
"cocoa 0.24.0",
"core-foundation 0.9.3",
"core-graphics 0.22.3",
"core-video-sys",
"dispatch",
"instant",
"lazy_static",
"libc",
"log",
2022-07-18 12:15:10 +08:00
"mio 0.8.4",
"ndk 0.5.0",
"ndk-glue 0.5.2",
2022-05-12 17:35:25 +08:00
"ndk-sys 0.2.2",
"objc",
"parking_lot 0.11.2",
"percent-encoding",
2022-07-18 12:15:10 +08:00
"raw-window-handle",
2022-05-12 17:35:25 +08:00
"smithay-client-toolkit",
2022-07-18 12:15:10 +08:00
"wasm-bindgen",
2022-05-12 17:35:25 +08:00
"wayland-client",
2022-07-18 12:15:10 +08:00
"wayland-protocols",
"web-sys",
2022-05-12 17:35:25 +08:00
"winapi 0.3.9",
"x11-dl",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "winreg"
2021-12-26 15:34:10 +08:00
version = "0.10.1"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2021-03-29 15:59:14 +08:00
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "winres"
2021-12-26 15:34:10 +08:00
version = "0.1.12"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-26 15:34:10 +08:00
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
2021-03-29 15:59:14 +08:00
dependencies = [
"toml",
]
[[package]]
name = "wol-rs"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f97e69b28b256ccfb02472c25057132e234aa8368fea3bb0268def564ce1f2"
dependencies = [
"clap 3.2.12",
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "wyz"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"
dependencies = [
"tap",
]
[[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]]
2022-05-12 17:35:25 +08:00
name = "x11-dl"
version = "2.19.1"
2021-10-22 16:02:01 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
2021-10-22 16:02:01 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"lazy_static",
"libc",
"pkg-config",
2021-10-22 16:02:01 +08:00
]
2021-03-29 15:59:14 +08:00
[[package]]
name = "x11rb"
version = "0.9.0"
2021-03-29 15:59:14 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e99be55648b3ae2a52342f9a870c0e138709a3493261ce9b469afe6e4df6d8a"
2021-03-29 15:59:14 +08:00
dependencies = [
"gethostname",
"nix 0.22.3",
"winapi 0.3.9",
"winapi-wsapoll",
2021-03-29 15:59:14 +08:00
]
2021-10-22 16:02:01 +08:00
[[package]]
2022-05-12 17:35:25 +08:00
name = "xcursor"
version = "0.3.4"
2021-10-22 16:02:01 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-12 17:35:25 +08:00
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
2021-10-22 16:02:01 +08:00
dependencies = [
2022-05-12 17:35:25 +08:00
"nom",
]
[[package]]
name = "xml-rs"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
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",
]