2020-12-21 11:29:45 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-05-19 21:44:58 +02:00
|
|
|
version = 3
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alsa"
|
2021-05-09 21:14:29 +02:00
|
|
|
version = "0.5.0"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-09 21:14:29 +02:00
|
|
|
checksum = "75c4da790adcb2ce5e758c064b4f3ec17a30349f9961d3e5e6c9688b052a9e18"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"alsa-sys",
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
2021-09-05 16:22:33 +02:00
|
|
|
"nix 0.20.1",
|
2021-01-09 02:10:19 +01: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",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-attributes"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2021-04-29 22:18:13 +02:00
|
|
|
version = "1.6.1"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 22:18:13 +02:00
|
|
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
|
|
|
"async-io",
|
|
|
|
"async-mutex",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.6.0"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2021-04-29 22:18:13 +02:00
|
|
|
"slab",
|
|
|
|
"socket2",
|
2021-01-09 02:10:19 +01:00
|
|
|
"waker-fn",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-mutex"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-net"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.6.1"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "5373304df79b9b4395068fb080369ec7178608827306ce4d081cba51cac551df"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.10.0"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-attributes",
|
|
|
|
"async-channel",
|
|
|
|
"async-global-executor",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite",
|
|
|
|
"gloo-timers",
|
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
|
|
|
version = "4.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.1.51"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
|
|
|
|
2020-12-21 11:29:45 +01:00
|
|
|
[[package]]
|
2020-12-22 05:30:27 +01:00
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
2021-02-15 02:31:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2021-04-29 20:59:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "battery"
|
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4b624268937c0e0a3edb7c27843f9e547c320d730c610d3b8e6e8e95b2026e4"
|
|
|
|
dependencies = [
|
2021-05-09 21:14:29 +02:00
|
|
|
"cfg-if",
|
2021-04-29 20:59:59 +02:00
|
|
|
"core-foundation",
|
|
|
|
"lazycell",
|
|
|
|
"libc",
|
|
|
|
"mach",
|
|
|
|
"nix 0.19.1",
|
|
|
|
"num-traits",
|
|
|
|
"uom",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-task",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "breadx"
|
2021-05-28 18:20:17 +02:00
|
|
|
version = "0.2.9"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-28 18:20:17 +02:00
|
|
|
checksum = "8eab994d374f66b97d51018b4ab6c581487a25ffb13fef2697701bde6a0d54b1"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
|
|
|
"async-net",
|
|
|
|
"blocking",
|
|
|
|
"bytemuck",
|
2021-05-09 21:14:29 +02:00
|
|
|
"cfg-if",
|
2021-01-09 02:10:19 +01:00
|
|
|
"cty",
|
|
|
|
"futures-lite",
|
2021-05-28 18:20:17 +02:00
|
|
|
"gluten-keyboard",
|
2021-09-05 16:22:33 +02:00
|
|
|
"hashbrown 0.9.1",
|
2021-01-09 02:10:19 +01:00
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"nix 0.19.1",
|
|
|
|
"ref_slice",
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2021-01-11 03:37:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bufstream"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8"
|
|
|
|
|
2021-02-15 02:31:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "3.7.0"
|
2021-02-15 02:31:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
|
2021-02-15 02:31:29 +01:00
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.7.2"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "72957246c41db82b8ef88a5486143830adeb8227ef9837740bdec67724cf2c5b"
|
2021-01-09 02:10:19 +01:00
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.1.0"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-05-19 21:44:58 +02:00
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.0.70"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
|
2021-01-09 02:10:19 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-12-22 05:30:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
|
|
|
dependencies = [
|
|
|
|
"cache-padded",
|
|
|
|
]
|
|
|
|
|
2021-04-29 20:59:59 +02: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",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.8.5"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.1.21"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cty"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7313c0d620d0cb4dbd9d019e461a4beb501071ff46ec0ab933efb4daa76d73e3"
|
|
|
|
|
2021-01-12 23:44:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dbus"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.9.3"
|
2021-01-12 23:44:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "c8862bb50aa3b2a2db5bfd2c875c73b3038aa931c411087e335ca8ca0ed430b9"
|
2021-01-12 23:44:02 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libdbus-sys",
|
2021-09-05 16:22:33 +02:00
|
|
|
"winapi",
|
2021-01-12 23:44:02 +01:00
|
|
|
]
|
|
|
|
|
2021-01-21 22:24:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2021-04-29 22:18:13 +02:00
|
|
|
version = "0.4.8"
|
2021-01-21 22:24:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 22:18:13 +02:00
|
|
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
2021-01-21 22:24:15 +01:00
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.5.0"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.3.17"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.3.17"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.3.17"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
|
2021-05-19 21:44:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.3.17"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
2021-01-09 02:10:19 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.3.17"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
|
2021-01-09 02:10:19 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.12.0"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.3.17"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.3.17"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
|
2021-05-19 21:44:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.3.17"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
|
2021-05-19 21:44:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.3.17"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-05-28 18:20:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gluten-keyboard"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d2d1da7d790eb1e73f1bfd3099f59b89ab1eb09f8f1723caab79f8a65c54cdf"
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2021-09-05 16:22:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.1.19"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-09-05 16:22:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.11.2",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.1.10"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
2021-05-09 21:14:29 +02:00
|
|
|
"cfg-if",
|
2021-01-09 02:10:19 +01:00
|
|
|
]
|
|
|
|
|
2021-02-15 02:31:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.4.8"
|
2021-02-15 02:31:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2021-02-15 02:31:29 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.3.53"
|
2021-02-15 02:31:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "e4bf49d50e2961077d9c99f4b7997d770a1114f087c3c2e0069b36c13fc2979d"
|
2021-02-15 02:31:29 +01:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "kv-log-macro"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-01-21 22:24:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2021-04-29 20:59:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2020-12-22 05:30:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.2.101"
|
2020-12-22 05:30:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
|
2020-12-22 05:30:27 +01:00
|
|
|
|
2021-01-12 23:44:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libdbus-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc12a3bc971424edbbf7edaf6e5740483444db63aa8e23d3751ff12a30f306f0"
|
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2020-12-22 05:30:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2021-02-02 00:23:37 +01:00
|
|
|
version = "0.5.4"
|
2020-12-22 05:30:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-02 00:23:37 +01:00
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
2020-12-22 05:30:27 +01:00
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.4.5"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-02 00:23:37 +01:00
|
|
|
version = "0.4.14"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-02 00:23:37 +01:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
2021-05-09 21:14:29 +02:00
|
|
|
"cfg-if",
|
2021-05-19 21:44:58 +02:00
|
|
|
"value-bag",
|
2021-01-09 02:10:19 +01:00
|
|
|
]
|
|
|
|
|
2021-04-29 20:59:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "2.4.1"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-01-09 02:10:19 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minreq"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "2.4.2"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "d5f7db7a675c4b46b8842105b9371d6151e95fbbecd9b0e54dc2ea814397d2cc"
|
2021-02-15 02:31:29 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2021-09-05 16:22:33 +02:00
|
|
|
"log",
|
2021-02-15 02:31:29 +01:00
|
|
|
"rustls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
|
|
|
]
|
2021-01-09 02:10:19 +01:00
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.7.13"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-11 03:37:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mpd"
|
|
|
|
version = "0.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57a20784da57fa01bf7910a5da686d9f39ff37feaa774856b71f050e4331bf82"
|
|
|
|
dependencies = [
|
|
|
|
"bufstream",
|
|
|
|
"rustc-serialize",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2021-05-09 21:14:29 +02:00
|
|
|
version = "0.19.1"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-09 21:14:29 +02:00
|
|
|
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2021-05-09 21:14:29 +02:00
|
|
|
"cfg-if",
|
2021-01-09 02:10:19 +01:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df8e5e343312e7fbeb2a52139114e9e702991ef9c2aea6817ff2440b35647d56"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.22.1"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "e7555d6c7164cc913be1ce7f95cbecdabda61eb2ccd89008524af306fb7f5031"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2021-05-09 21:14:29 +02:00
|
|
|
"cfg-if",
|
2021-01-09 02:10:19 +01:00
|
|
|
"libc",
|
2021-09-05 16:22:33 +02:00
|
|
|
"memoffset",
|
2021-01-09 02:10:19 +01:00
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-12-22 05:30:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.8.0"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2021-01-09 02:10:19 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.11.2"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.8.5"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.2.7"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
2021-01-09 02:10:19 +01:00
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "2.1.0"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
2021-05-09 21:14:29 +02:00
|
|
|
"cfg-if",
|
2021-01-09 02:10:19 +01:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-09-05 16:22:33 +02:00
|
|
|
"wepoll-ffi",
|
2021-01-09 02:10:19 +01:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
|
|
|
|
2021-01-21 22:24:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.0.29"
|
2021-01-21 22:24:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
|
2021-01-21 22:24:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-04-29 22:18:13 +02:00
|
|
|
version = "1.0.9"
|
2021-01-21 22:24:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 22:18:13 +02:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2021-01-21 22:24:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.2.10"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ref_slice"
|
2021-04-29 22:18:13 +02:00
|
|
|
version = "1.2.1"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 22:18:13 +02:00
|
|
|
checksum = "f4ed1d73fb92eba9b841ba2aef69533a060ccc0d3ec71c90aeda5996d4afb7a9"
|
2021-01-09 02:10:19 +01:00
|
|
|
|
2021-02-15 02:31:29 +01: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",
|
|
|
|
]
|
|
|
|
|
2020-12-22 05:30:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rsblocks"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.1.19"
|
2020-12-22 05:30:27 +01:00
|
|
|
dependencies = [
|
2021-01-09 02:10:19 +01:00
|
|
|
"alsa",
|
2021-05-19 21:44:58 +02:00
|
|
|
"async-std",
|
|
|
|
"async-trait",
|
2021-04-29 20:59:59 +02:00
|
|
|
"battery",
|
2021-01-09 02:10:19 +01:00
|
|
|
"breadx",
|
2020-12-22 05:30:27 +01:00
|
|
|
"chrono",
|
2021-01-12 23:44:02 +01:00
|
|
|
"dbus",
|
2021-05-19 21:44:58 +02:00
|
|
|
"futures",
|
2021-01-21 22:24:15 +01:00
|
|
|
"lazy_static",
|
2021-01-09 02:10:19 +01:00
|
|
|
"minreq",
|
2021-01-11 03:37:56 +01:00
|
|
|
"mpd",
|
2021-09-05 16:22:33 +02:00
|
|
|
"nix 0.22.1",
|
2021-01-21 22:24:15 +01:00
|
|
|
"serde",
|
|
|
|
"serde_yaml",
|
2021-05-19 21:44:58 +02:00
|
|
|
"tokio",
|
2020-12-22 05:30:27 +01:00
|
|
|
]
|
|
|
|
|
2021-01-11 03:37:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
|
|
|
version = "0.3.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
|
|
|
|
2021-02-15 02:31:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2021-04-29 22:18:13 +02:00
|
|
|
version = "0.19.1"
|
2021-02-15 02:31:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 22:18:13 +02:00
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
2021-02-15 02:31:29 +01:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-02-15 02:31:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-04-29 22:18:13 +02:00
|
|
|
version = "0.6.1"
|
2021-02-15 02:31:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-29 22:18:13 +02:00
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
2021-02-15 02:31:29 +01:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-01-21 22:24:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.0.130"
|
2021-01-21 22:24:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
|
2021-01-21 22:24:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.0.130"
|
2021-01-21 22:24:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
2021-01-21 22:24:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-02-15 02:31:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.0.67"
|
2021-02-15 02:31:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950"
|
2021-02-15 02:31:29 +01:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-01-21 22:24:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.8.20"
|
2021-01-21 22:24:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "ad104641f3c958dab30eb3010e834c2622d1f3f4c530fef1dee20ad9485f3c09"
|
2021-01-21 22:24:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
2021-09-05 16:22:33 +02:00
|
|
|
"indexmap",
|
2021-01-21 22:24:15 +01:00
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.4.0"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-04-29 22:18:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.4.4"
|
2021-04-29 22:18:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
|
2021-04-29 22:18:13 +02:00
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
|
|
|
|
2021-04-29 22:18:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.4.1"
|
2021-04-29 22:18:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
|
2021-04-29 22:18:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-02-15 02:31:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2021-01-21 22:24:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.0.76"
|
2021-01-21 22:24:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84"
|
2021-01-21 22:24:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2020-12-22 05:30:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.3.1"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.11.0"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"tokio-macros",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.3.0"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-04-29 20:59:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "1.14.0"
|
2021-04-29 20:59:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
|
2021-04-29 20:59:59 +02:00
|
|
|
|
2021-01-21 22:24:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-19 21:44:58 +02:00
|
|
|
version = "0.2.2"
|
2021-01-21 22:24:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-19 21:44:58 +02:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2021-01-21 22:24:15 +01:00
|
|
|
|
2021-02-15 02:31:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2021-04-29 20:59:59 +02:00
|
|
|
[[package]]
|
|
|
|
name = "uom"
|
|
|
|
version = "0.30.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e76503e636584f1e10b9b3b9498538279561adcef5412927ba00c2b32c4ce5ed"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
|
|
|
version = "1.0.0-alpha.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"
|
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
2020-12-22 05:30:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2021-02-15 02:31:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.2.76"
|
2021-02-15 02:31:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "8ce9b1b516211d33767048e5d47fa2a381ed8b76fc48d2ce4aa39877f9f183e0"
|
2021-02-15 02:31:29 +01:00
|
|
|
dependencies = [
|
2021-05-09 21:14:29 +02:00
|
|
|
"cfg-if",
|
2021-02-15 02:31:29 +01:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.2.76"
|
2021-02-15 02:31:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "cfe8dc78e2326ba5f845f4b5bf548401604fa20b1dd1d365fb73b6c1d6364041"
|
2021-02-15 02:31:29 +01:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2021-05-19 21:44:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.4.26"
|
2021-05-19 21:44:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "95fded345a6559c2cfee778d562300c581f7d4ff3edb9b0d230d69800d213972"
|
2021-05-19 21:44:58 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-02-15 02:31:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.2.76"
|
2021-02-15 02:31:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "44468aa53335841d9d6b6c023eaab07c0cd4bddbcfdee3e2bb1e8d2cb8069fef"
|
2021-02-15 02:31:29 +01:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.2.76"
|
2021-02-15 02:31:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "0195807922713af1e67dc66132c7328206ed9766af3858164fb583eedc25fbad"
|
2021-02-15 02:31:29 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.2.76"
|
2021-02-15 02:31:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "acdb075a845574a1fa5f09fd77e43f7747599301ea3417a9fbffdeedfc1f4a29"
|
2021-02-15 02:31:29 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-09-05 16:22:33 +02:00
|
|
|
version = "0.3.53"
|
2021-02-15 02:31:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "224b2f6b67919060055ef1a67807367c2066ed520c3862cc013d26cf893a783c"
|
2021-02-15 02:31:29 +01:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.21.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91cd5736df7f12a964a5067a12c62fa38e1bd8080aff1f80bc29be7c80d19ab4"
|
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
[[package]]
|
2021-09-05 16:22:33 +02:00
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
2021-01-09 02:10:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-05 16:22:33 +02:00
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
2021-01-09 02:10:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-12-22 05:30:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2021-01-21 22:24:15 +01:00
|
|
|
version = "0.4.5"
|
2020-12-22 05:30:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-21 22:24:15 +01:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2020-12-22 05:30:27 +01:00
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|