2020-05-21 04:04:31 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "alsa-sys"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0edcbbf9ef68f15ae1b620f722180b82a98b6f0628d30baa6b8d2a5abc87d58"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
dependencies = [
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
2020-06-18 22:15:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "1.0.32"
|
2020-06-18 22:15:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
|
2020-06-18 22:15:49 +00:00
|
|
|
|
2020-05-22 04:56:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "0.4.7"
|
2020-05-22 04:56:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
|
2020-05-22 04:56:18 +00:00
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
|
|
|
|
2020-08-10 21:01:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43de69555a39d52918e2bc33a408d3c0a86c829b212d898f4ca25d21a6387478"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2020-05-22 02:07:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2020-06-21 21:44:54 +00:00
|
|
|
version = "1.6.2"
|
2020-05-22 02:07:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-21 21:44:54 +00:00
|
|
|
checksum = "00d68a33ebc8b57800847d00787307f84a562224a14db069b0acefe4c2abbf5d"
|
2020-05-22 02:07:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
|
|
|
"crossbeam-utils",
|
2020-05-31 05:00:54 +00:00
|
|
|
"futures-channel",
|
2020-05-22 02:07:19 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2020-05-31 05:00:54 +00:00
|
|
|
"smol",
|
|
|
|
"wasm-bindgen-futures",
|
2020-05-22 02:07:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2020-05-31 05:00:54 +00:00
|
|
|
version = "3.0.0"
|
2020-05-22 02:07:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-31 05:00:54 +00:00
|
|
|
checksum = "c17772156ef2829aadc587461c7753af20b7e8db1529bc66855add962a3b35d3"
|
2020-05-22 02:07:19 +00:00
|
|
|
|
2020-08-10 21:01:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "0.53.3"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "c72a978d268b1d70b0e963217e60fdabd9523a941457a6c42a7315d15c7e89e5"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
2020-05-31 05:00:54 +00:00
|
|
|
"bitflags 1.2.1",
|
2020-05-21 06:03:38 +00:00
|
|
|
"cexpr",
|
|
|
|
"cfg-if",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
2020-06-18 22:15:49 +00:00
|
|
|
"quote 1.0.7",
|
2020-05-21 06:03:38 +00:00
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
]
|
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2020-05-25 00:27:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
2020-06-18 22:15:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.4.7"
|
2020-06-18 22:15:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "d2468ff7bf85066b4a3678fede6fe66db31846d753ff0adfbfab2c6a6e81612b"
|
2020-06-18 22:15:49 +00:00
|
|
|
dependencies = [
|
2020-08-10 21:01:15 +00:00
|
|
|
"async-channel",
|
|
|
|
"atomic-waker",
|
|
|
|
"futures-lite",
|
2020-06-18 22:15:49 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "3.4.0"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
|
2020-05-31 05:00:54 +00:00
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
|
2020-06-18 22:15:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "1.1.1"
|
2020-06-18 22:15:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
|
2020-06-18 22:15:49 +00:00
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "1.0.58"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.1.10"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
2020-05-25 00:27:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.4.13"
|
2020-05-25 00:27:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "c74d84029116787153e02106bf53e66828452a4b325cc8652b788b5967c0a0b6"
|
2020-05-25 00:27:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "0.29.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
|
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "2.33.2"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "10040cdf04294b565d9e0319955430099ec3813a64c952b86a41200ad714ae48"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
2020-05-31 05:00:54 +00:00
|
|
|
"bitflags 1.2.1",
|
2020-05-21 06:03:38 +00:00
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "claxon"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.4.3"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
2020-05-22 04:56:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
|
dependencies = [
|
2020-05-31 05:00:54 +00:00
|
|
|
"bitflags 1.2.1",
|
2020-05-22 04:56:18 +00:00
|
|
|
]
|
|
|
|
|
2020-06-18 22:15:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "1.2.2"
|
2020-06-18 22:15:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
2020-06-18 22:15:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"cache-padded",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "coreaudio-rs"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f229761965dad3e9b11081668a6ea00f1def7aa46062321b5ec245b834f6e491"
|
|
|
|
dependencies = [
|
2020-05-31 05:00:54 +00:00
|
|
|
"bitflags 1.2.1",
|
2020-05-21 06:03:38 +00:00
|
|
|
"coreaudio-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "coreaudio-sys"
|
2020-06-29 23:11:26 +00:00
|
|
|
version = "0.2.5"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-29 23:11:26 +00:00
|
|
|
checksum = "d6570ee6e089131e928d5ec9236db9e818aa3cf850f48b0eec6ef700571271d4"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpal"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b55d55d69f403f62a95bd3c04b431e0aedf5120c70f15d07a8edd234443dd59"
|
|
|
|
dependencies = [
|
|
|
|
"alsa-sys",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"coreaudio-rs",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"num-traits",
|
|
|
|
"stdweb",
|
|
|
|
"thiserror",
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-05-22 04:56:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.17.7"
|
2020-05-22 04:56:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "6f4919d60f26ae233e14233cc39746c8c8bb8cd7b05840ace83604917b51b6c7"
|
2020-05-22 04:56:18 +00:00
|
|
|
dependencies = [
|
2020-05-31 05:00:54 +00:00
|
|
|
"bitflags 1.2.1",
|
2020-05-22 04:56:18 +00:00
|
|
|
"crossterm_winapi",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-22 04:56:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "057b7146d02fb50175fd7dbe5158f6097f33d02831f43b4ee8ae4ddf67b68f5c"
|
|
|
|
dependencies = [
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-22 04:56:18 +00:00
|
|
|
]
|
|
|
|
|
2020-05-25 00:27:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dbus"
|
2020-06-21 21:44:54 +00:00
|
|
|
version = "0.8.4"
|
2020-05-25 00:27:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-21 21:44:54 +00:00
|
|
|
checksum = "5cd9e78c210146a1860f897db03412fd5091fd73100778e43ee255cca252cf32"
|
2020-05-25 00:27:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libdbus-sys",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
2020-05-22 02:07:19 +00:00
|
|
|
name = "directories"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "3.0.1"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
2020-05-22 02:07:19 +00:00
|
|
|
"dirs-sys",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
2020-05-25 00:27:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-25 00:27:46 +00:00
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
2020-05-22 02:07:19 +00:00
|
|
|
name = "dirs-sys"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "0.3.5"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
2020-05-21 04:04:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "domasi"
|
|
|
|
version = "0.1.0"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
2020-06-18 22:15:49 +00:00
|
|
|
"anyhow",
|
2020-05-22 02:07:19 +00:00
|
|
|
"async-std",
|
2020-05-21 06:03:38 +00:00
|
|
|
"clap",
|
2020-05-22 04:56:18 +00:00
|
|
|
"crossterm",
|
2020-05-22 02:07:19 +00:00
|
|
|
"directories",
|
2020-05-25 00:27:46 +00:00
|
|
|
"notify-rust",
|
2020-05-21 06:03:38 +00:00
|
|
|
"rodio",
|
2020-06-21 21:44:54 +00:00
|
|
|
"serde",
|
2020-06-18 22:15:49 +00:00
|
|
|
"toml",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
2020-06-18 22:15:49 +00:00
|
|
|
[[package]]
|
2020-08-10 21:01:15 +00:00
|
|
|
name = "event-listener"
|
|
|
|
version = "2.3.3"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "7f14646a9e0430150a87951622ba9675472b68e384b7701b8423b30560805c7a"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-08-10 21:01:15 +00:00
|
|
|
name = "fastrand"
|
|
|
|
version = "1.3.4"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "4bd3bdaaf0a72155260a1c098989b60db1cbb22d6a628e64f16237aa4da93cc7"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
|
|
|
|
|
2020-05-22 02:07:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
|
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
2020-08-10 21:01:15 +00:00
|
|
|
name = "futures-lite"
|
|
|
|
version = "0.1.10"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "bbe71459749b2e8e66fb95df721b22fa08661ad384a0c5b519e11d3893b4692a"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
2020-05-31 05:00:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
2020-05-22 02:07:19 +00:00
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.1.15"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hound"
|
|
|
|
version = "3.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
|
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.3.44"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "85a7e2c92a4804dd459b86c339278d0fe87cf93757fae222c3fa3ae75458bc73"
|
2020-05-31 05:00:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-05-22 02:07:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kv-log-macro"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "1.0.7"
|
2020-05-22 02:07:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2020-05-22 02:07:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[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.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lewton"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be42bea7971f4ba0ea1e215730c29bc1ff9bd2a9c10013912f42a8dcf8d77c0d"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"ogg",
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.2.74"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
2020-05-25 00:27:46 +00: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-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
2020-05-22 04:56:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.4.11"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2020-05-25 00:27:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mac-notification-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dfb6b71a9a89cd38b395d994214297447e8e63b1ba5708a9a2b0b1048ceda76"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"chrono",
|
|
|
|
"dirs",
|
|
|
|
"objc-foundation",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-25 00:27:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimp3"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dce0cff6a0bfd3f8b6b2350819bbddd63bc65cc45e53888bdd0ff49dde16d2d5"
|
|
|
|
dependencies = [
|
|
|
|
"minimp3-sys",
|
|
|
|
"slice-deque",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimp3-sys"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e21c73734c69dc95696c9ed8926a2b393171d98b3f5f5935686a26a487ab9b90"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.7.0"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "6e9971bc8349a361217a8f2a41f5d011274686bd4436465ba51730921039d7fb"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
2020-08-10 21:01:15 +00:00
|
|
|
"lazy_static",
|
2020-05-21 06:03:38 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2020-05-22 02:07:19 +00:00
|
|
|
"miow",
|
2020-08-10 21:01:15 +00:00
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.3.5"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
2020-08-10 21:01:15 +00:00
|
|
|
"socket2",
|
|
|
|
"winapi",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "5.1.2"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-05-25 00:27:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify-rust"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "4.0.0"
|
2020-05-25 00:27:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "144acee6a0543dc74893e4b8a33936b5b0a94cc2d4ab024afd0c6daff7afc3c0"
|
2020-05-25 00:27:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"dbus",
|
|
|
|
"mac-notification-sys",
|
2020-06-18 22:15:49 +00:00
|
|
|
"winrt-notification",
|
2020-05-25 00:27:46 +00:00
|
|
|
]
|
|
|
|
|
2020-08-10 21:01:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a31937dea023539c72ddae0e3571deadc1414b300483fa7aaec176168cfa9d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-05-25 00:27:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "0.1.43"
|
2020-05-25 00:27:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
|
2020-05-25 00:27:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "0.2.12"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-25 00:27:46 +00: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",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ogg"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d79f1db9148be9d0e174bb3ac890f6030fcb1ed947267c5a91ee4c91b5a91e15"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-05-22 02:07:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
|
|
|
|
|
2020-06-18 22:15:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "1.0.6"
|
2020-06-18 22:15:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "6cb300f271742d4a2a66c01b6b2fa0c83dfebd2e0bf11addb879a3547b4ed87c"
|
2020-06-18 22:15:49 +00:00
|
|
|
|
2020-05-22 04:56:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-22 04:56:18 +00:00
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.4.23"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
|
2020-05-31 05:00:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.4.23"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
|
2020-05-31 05:00:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2020-06-18 22:15:49 +00:00
|
|
|
"quote 1.0.7",
|
2020-08-10 21:01:15 +00:00
|
|
|
"syn 1.0.38",
|
2020-05-31 05:00:54 +00:00
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "0.1.7"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
2020-05-22 02:07:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.3.18"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "1.0.19"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
2020-06-29 23:11:26 +00:00
|
|
|
"unicode-xid 0.2.1",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "1.0.7"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.1.57"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "1.3.9"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "0.6.18"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rodio"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73bbf260262fd5501b7a17d6827e0d25c1127e921eb177150a060faf6e217a70"
|
|
|
|
dependencies = [
|
|
|
|
"claxon",
|
|
|
|
"cpal",
|
|
|
|
"hound",
|
|
|
|
"lazy_static",
|
|
|
|
"lewton",
|
|
|
|
"minimp3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
2020-06-18 22:15:49 +00:00
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
2020-05-31 05:00:54 +00:00
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
2020-05-22 02:07:19 +00:00
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-22 02:07:19 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
2020-06-18 22:15:49 +00:00
|
|
|
name = "serde"
|
2020-06-29 23:11:26 +00:00
|
|
|
version = "1.0.114"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-29 23:11:26 +00:00
|
|
|
checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
|
2020-06-21 21:44:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2020-06-18 22:15:49 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2020-06-29 23:11:26 +00:00
|
|
|
version = "1.0.114"
|
2020-06-18 22:15:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-29 23:11:26 +00:00
|
|
|
checksum = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
|
2020-06-18 22:15:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote 1.0.7",
|
2020-08-10 21:01:15 +00:00
|
|
|
"syn 1.0.38",
|
2020-06-18 22:15:49 +00:00
|
|
|
]
|
2020-05-31 05:00:54 +00:00
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
2020-05-22 02:07:19 +00:00
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-22 02:07:19 +00:00
|
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
2020-05-22 04:56:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "0.1.16"
|
2020-05-22 04:56:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed"
|
2020-05-22 04:56:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "1.2.1"
|
2020-05-22 04:56:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
|
2020-05-22 04:56:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slice-deque"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31ef6ee280cdefba6d2d0b4b78a84a1c1a3f3a4cec98c2d4231c8bc225de0f25"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mach",
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
2020-05-22 04:56:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "1.4.1"
|
2020-05-22 04:56:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f"
|
2020-05-22 04:56:18 +00:00
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smol"
|
2020-06-21 21:44:54 +00:00
|
|
|
version = "0.1.18"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-21 21:44:54 +00:00
|
|
|
checksum = "620cbb3c6e34da57d3a248cda0cd01cd5848164dc062e764e65d06fe3ea7aed5"
|
2020-05-31 05:00:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
2020-06-18 22:15:49 +00:00
|
|
|
"blocking",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
2020-05-31 05:00:54 +00:00
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
2020-06-18 22:15:49 +00:00
|
|
|
"libc",
|
2020-05-31 05:00:54 +00:00
|
|
|
"once_cell",
|
2020-06-18 22:15:49 +00:00
|
|
|
"scoped-tls",
|
2020-05-31 05:00:54 +00:00
|
|
|
"slab",
|
|
|
|
"socket2",
|
2020-06-21 21:44:54 +00:00
|
|
|
"wepoll-sys-stjepang",
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-31 05:00:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.3.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-31 05:00:54 +00:00
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ca6e4730f517e041e547ffe23d29daab8de6b73af4b6ae2a002108169f5e7da"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3384590878eb0cab3b128e844412e2d010821e7e091211b9d87324173ada7db8"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15",
|
|
|
|
"syn 0.11.11",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15",
|
|
|
|
"synom",
|
|
|
|
"unicode-xid 0.0.4",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "1.0.38"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2020-06-18 22:15:49 +00:00
|
|
|
"quote 1.0.7",
|
2020-06-29 23:11:26 +00:00
|
|
|
"unicode-xid 0.2.1",
|
2020-05-31 05:00:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "1.0.20"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "1.0.20"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
|
2020-05-21 06:03:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2020-06-18 22:15:49 +00:00
|
|
|
"quote 1.0.7",
|
2020-08-10 21:01:15 +00:00
|
|
|
"syn 1.0.38",
|
2020-05-21 06:03:38 +00:00
|
|
|
]
|
|
|
|
|
2020-05-25 00:27:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-25 00:27:46 +00:00
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
|
|
|
|
|
2020-06-18 22:15:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-06-29 23:11:26 +00:00
|
|
|
version = "0.1.8"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-29 23:11:26 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-06-29 23:11:26 +00:00
|
|
|
version = "0.2.1"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-29 23:11:26 +00:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-06-18 22:15:49 +00:00
|
|
|
version = "0.9.2"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2020-05-21 06:03:38 +00:00
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
2020-06-18 22:15:49 +00:00
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.0.0"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-18 22:15:49 +00:00
|
|
|
checksum = "9571542c2ce85ce642e6b58b3364da2fb53526360dfb7c211add4f5c23105ff7"
|
2020-05-31 05:00:54 +00:00
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.2.67"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "f0563a9a4b071746dd5aedbc3a28c6fe9be4586fb3fbadb67c400d4f53c6b16c"
|
2020-05-31 05:00:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.2.67"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "bc71e4c5efa60fb9e74160e89b93353bc24059999c0ae0fb03affc39770310b0"
|
2020-05-31 05:00:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
2020-06-18 22:15:49 +00:00
|
|
|
"quote 1.0.7",
|
2020-08-10 21:01:15 +00:00
|
|
|
"syn 1.0.38",
|
2020-05-31 05:00:54 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.4.17"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "95f8d235a77f880bcef268d379810ea6c0af2eacfa90b1ad5af731776e0c4699"
|
2020-05-31 05:00:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.2.67"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "97c57cefa5fa80e2ba15641578b44d36e7a64279bc5ed43c6dbaf329457a2ed2"
|
2020-05-31 05:00:54 +00:00
|
|
|
dependencies = [
|
2020-06-18 22:15:49 +00:00
|
|
|
"quote 1.0.7",
|
2020-05-31 05:00:54 +00:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.2.67"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "841a6d1c35c6f596ccea1f82504a192a60378f64b3bb0261904ad8f2f5657556"
|
2020-05-31 05:00:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2020-06-18 22:15:49 +00:00
|
|
|
"quote 1.0.7",
|
2020-08-10 21:01:15 +00:00
|
|
|
"syn 1.0.38",
|
2020-05-31 05:00:54 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.2.67"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "93b162580e34310e5931c4b792560108b10fd14d64915d7fff8ff00180e70092"
|
2020-05-31 05:00:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2020-08-10 21:01:15 +00:00
|
|
|
version = "0.3.44"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 21:01:15 +00:00
|
|
|
checksum = "dda38f4e5ca63eda02c059d243aa25b5f35ab98451e518c51612cd0f1bd19a47"
|
2020-05-31 05:00:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-21 21:44:54 +00:00
|
|
|
name = "wepoll-sys-stjepang"
|
2020-06-29 23:11:26 +00:00
|
|
|
version = "1.0.6"
|
2020-05-31 05:00:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-29 23:11:26 +00:00
|
|
|
checksum = "6fd319e971980166b53e17b1026812ad66c6b54063be879eb182342b55284694"
|
2020-05-31 05:00:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-05-21 06:03:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-29 23:11:26 +00:00
|
|
|
version = "0.3.9"
|
2020-05-21 06:03:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-29 23:11:26 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-05-21 06:03:38 +00:00
|
|
|
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"
|
|
|
|
|
2020-05-31 05:00:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winrt"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e30cba82e22b083dc5a422c2ee77e20dc7927271a0dc981360c57c1453cb48d"
|
|
|
|
dependencies = [
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-31 05:00:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winrt-notification"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c31a65da50d792c6f9bd2e3216249566c4fb1d2d34f9b7d2d66d2e93f62a242"
|
|
|
|
dependencies = [
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2020-08-10 21:01:15 +00:00
|
|
|
"winapi",
|
2020-05-31 05:00:54 +00:00
|
|
|
"winrt",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1945e12e16b951721d7976520b0832496ef79c31602c7a29d950de79ba74621"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.9.1",
|
|
|
|
]
|