domasi/Cargo.lock

1084 lines
27 KiB
Plaintext
Raw Normal View History

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
[[package]]
name = "arc-swap"
2020-06-18 22:15:49 +00:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-18 22:15:49 +00:00
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
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"
[[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"
2020-08-24 03:27:49 +00:00
version = "1.0.1"
2020-05-21 06:03:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 03:27:49 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-05-21 06:03:38 +00:00
[[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",
]
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
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"
[[package]]
name = "cc"
2020-08-24 03:27:49 +00:00
version = "1.0.59"
2020-05-21 06:03:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 03:27:49 +00:00
checksum = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381"
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
[[package]]
name = "chrono"
2020-08-18 03:33:16 +00:00
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-18 03:33:16 +00:00
checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"
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-18 03:33:16 +00:00
version = "2.33.3"
2020-05-21 06:03:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-18 03:33:16 +00:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
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
[[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-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
]
2020-08-20 01:57:54 +00:00
[[package]]
name = "crossbeam"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
dependencies = [
"cfg-if",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-channel"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ee0cc8804d5393478d743b035099520087a5186f3b93fa58cec08fa62407b6"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
"cfg-if",
"crossbeam-utils",
"maybe-uninit",
]
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",
]
[[package]]
name = "crossterm"
2020-08-10 21:01:15 +00:00
version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-10 21:01:15 +00:00
checksum = "6f4919d60f26ae233e14233cc39746c8c8bb8cd7b05840ace83604917b51b6c7"
dependencies = [
2020-05-31 05:00:54 +00:00
"bitflags 1.2.1",
"crossterm_winapi",
"lazy_static",
"libc",
"mio",
"parking_lot",
"signal-hook",
2020-08-10 21:01:15 +00:00
"winapi",
]
[[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",
]
[[package]]
name = "dbus"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cd9e78c210146a1860f897db03412fd5091fd73100778e43ee255cca252cf32"
dependencies = [
"libc",
"libdbus-sys",
]
2020-05-21 06:03:38 +00:00
[[package]]
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 = [
"dirs-sys",
2020-05-21 06:03:38 +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-21 06:03:38 +00:00
[[package]]
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-21 06:03:38 +00:00
"clap",
2020-08-20 01:57:54 +00:00
"crossbeam",
"crossterm",
"directories",
"notify-rust",
2020-05-21 06:03:38 +00:00
"rodio",
"serde",
2020-06-18 22:15:49 +00:00
"toml",
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"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
2020-08-18 03:33:16 +00:00
version = "1.3.0"
2020-05-21 06:03:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-18 03:33:16 +00:00
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-05-21 06:03:38 +00:00
[[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-24 03:27:49 +00:00
version = "0.2.76"
2020-05-21 06:03:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 03:27:49 +00:00
checksum = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3"
2020-05-21 06:03:38 +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
]
[[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",
]
[[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",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2020-08-20 01:57:54 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
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"
2020-08-20 01:57:54 +00:00
[[package]]
name = "memoffset"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
dependencies = [
"autocfg",
]
2020-05-21 06:03:38 +00:00
[[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",
"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",
]
[[package]]
name = "notify-rust"
2020-06-18 22:15:49 +00:00
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-18 22:15:49 +00:00
checksum = "144acee6a0543dc74893e4b8a33936b5b0a94cc2d4ab024afd0c6daff7afc3c0"
dependencies = [
"dbus",
"mac-notification-sys",
2020-06-18 22:15:49 +00:00
"winrt-notification",
]
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",
]
[[package]]
name = "num-integer"
2020-06-18 22:15:49 +00:00
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-18 22:15:49 +00:00
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
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 = "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",
]
[[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-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"
[[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"
[[package]]
name = "scopeguard"
version = "1.1.0"
2020-05-21 06:03:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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-08-18 03:33:16 +00:00
version = "1.0.115"
2020-05-31 05:00:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-18 03:33:16 +00:00
checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5"
dependencies = [
"serde_derive",
]
2020-06-18 22:15:49 +00:00
[[package]]
name = "serde_derive"
2020-08-18 03:33:16 +00:00
version = "1.0.115"
2020-06-18 22:15:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-18 03:33:16 +00:00
checksum = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48"
2020-06-18 22:15:49 +00:00
dependencies = [
"proc-macro2",
"quote 1.0.7",
2020-08-24 03:27:49 +00:00
"syn 1.0.39",
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]]
name = "shlex"
version = "0.1.1"
2020-05-21 06:03:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
2020-05-21 06:03:38 +00:00
[[package]]
name = "signal-hook"
2020-06-18 22:15:49 +00:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-18 22:15:49 +00:00
checksum = "604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed"
dependencies = [
"libc",
"mio",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
2020-08-10 21:01:15 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-10 21:01:15 +00:00
checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
dependencies = [
"arc-swap",
"libc",
]
2020-05-21 06:03:38 +00:00
[[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
]
[[package]]
name = "smallvec"
2020-08-18 03:33:16 +00:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-18 03:33:16 +00:00
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
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-24 03:27:49 +00:00
version = "1.0.39"
2020-05-21 06:03:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 03:27:49 +00:00
checksum = "891d8d6567fe7c7f8835a3a98af4208f3846fba258c1bc3c31d6e506239f11f9"
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-24 03:27:49 +00:00
"syn 1.0.39",
2020-05-21 06:03:38 +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-21 06:03:38 +00:00
[[package]]
name = "tinyvec"
2020-08-18 03:33:16 +00:00
version = "0.3.4"
2020-05-21 06:03:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-18 03:33:16 +00:00
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
2020-05-21 06:03:38 +00:00
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
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[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",
]