123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
- [[package]]
- name = "atty"
- version = "0.2.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
- dependencies = [
- "hermit-abi",
- "libc",
- "winapi",
- ]
- [[package]]
- name = "autocfg"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
- [[package]]
- name = "bitflags"
- version = "1.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
- [[package]]
- name = "cfg-if"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
- [[package]]
- name = "clap"
- version = "3.2.22"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"
- dependencies = [
- "atty",
- "bitflags",
- "clap_lex",
- "indexmap",
- "strsim",
- "termcolor",
- "textwrap",
- ]
- [[package]]
- name = "clap_lex"
- version = "0.2.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
- dependencies = [
- "os_str_bytes",
- ]
- [[package]]
- name = "cmus-rpc-rs"
- version = "0.2.0"
- dependencies = [
- "clap",
- "dirs",
- "discord-rich-presence",
- ]
- [[package]]
- name = "dirs"
- version = "5.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd"
- dependencies = [
- "dirs-sys",
- ]
- [[package]]
- name = "dirs-sys"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b"
- dependencies = [
- "libc",
- "redox_users",
- "windows-sys",
- ]
- [[package]]
- name = "discord-rich-presence"
- version = "0.2.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "47fc4beffb85ee1461588499073a4d9c20dcc7728c4b13d6b282ab6c508947e5"
- dependencies = [
- "serde",
- "serde_derive",
- "serde_json",
- "uuid",
- ]
- [[package]]
- name = "getrandom"
- version = "0.2.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
- dependencies = [
- "cfg-if",
- "libc",
- "wasi",
- ]
- [[package]]
- name = "hashbrown"
- version = "0.12.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
- [[package]]
- name = "hermit-abi"
- version = "0.1.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
- dependencies = [
- "libc",
- ]
- [[package]]
- name = "indexmap"
- version = "1.9.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
- dependencies = [
- "autocfg",
- "hashbrown",
- ]
- [[package]]
- name = "itoa"
- version = "1.0.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
- [[package]]
- name = "libc"
- version = "0.2.135"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
- [[package]]
- name = "os_str_bytes"
- version = "6.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
- [[package]]
- name = "proc-macro2"
- version = "1.0.46"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
- dependencies = [
- "unicode-ident",
- ]
- [[package]]
- name = "quote"
- version = "1.0.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
- dependencies = [
- "proc-macro2",
- ]
- [[package]]
- name = "redox_syscall"
- version = "0.2.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
- dependencies = [
- "bitflags",
- ]
- [[package]]
- name = "redox_users"
- version = "0.4.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
- dependencies = [
- "getrandom",
- "redox_syscall",
- "thiserror",
- ]
- [[package]]
- name = "ryu"
- version = "1.0.11"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
- [[package]]
- name = "serde"
- version = "1.0.145"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b"
- [[package]]
- name = "serde_derive"
- version = "1.0.145"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "serde_json"
- version = "1.0.86"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
- dependencies = [
- "itoa",
- "ryu",
- "serde",
- ]
- [[package]]
- name = "strsim"
- version = "0.10.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
- [[package]]
- name = "syn"
- version = "1.0.102"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-ident",
- ]
- [[package]]
- name = "termcolor"
- version = "1.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
- dependencies = [
- "winapi-util",
- ]
- [[package]]
- name = "textwrap"
- version = "0.15.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
- [[package]]
- name = "thiserror"
- version = "1.0.37"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
- dependencies = [
- "thiserror-impl",
- ]
- [[package]]
- name = "thiserror-impl"
- version = "1.0.37"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "unicode-ident"
- version = "1.0.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
- [[package]]
- name = "uuid"
- version = "0.8.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
- dependencies = [
- "getrandom",
- ]
- [[package]]
- name = "wasi"
- version = "0.11.0+wasi-snapshot-preview1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
- [[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-util"
- version = "0.1.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
- dependencies = [
- "winapi",
- ]
- [[package]]
- name = "winapi-x86_64-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
- [[package]]
- name = "windows-sys"
- version = "0.45.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
- dependencies = [
- "windows-targets",
- ]
- [[package]]
- name = "windows-targets"
- version = "0.42.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
- dependencies = [
- "windows_aarch64_gnullvm",
- "windows_aarch64_msvc",
- "windows_i686_gnu",
- "windows_i686_msvc",
- "windows_x86_64_gnu",
- "windows_x86_64_gnullvm",
- "windows_x86_64_msvc",
- ]
- [[package]]
- name = "windows_aarch64_gnullvm"
- version = "0.42.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
- [[package]]
- name = "windows_aarch64_msvc"
- version = "0.42.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
- [[package]]
- name = "windows_i686_gnu"
- version = "0.42.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
- [[package]]
- name = "windows_i686_msvc"
- version = "0.42.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
- [[package]]
- name = "windows_x86_64_gnu"
- version = "0.42.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
- [[package]]
- name = "windows_x86_64_gnullvm"
- version = "0.42.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
- [[package]]
- name = "windows_x86_64_msvc"
- version = "0.42.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|