Prevent small race when both track and artist change
[xsetrootd.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "autocfg"
5 version = "1.0.1"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
8
9 [[package]]
10 name = "chrono"
11 version = "0.4.19"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
14 dependencies = [
15 "libc",
16 "num-integer",
17 "num-traits",
18 "time",
19 "winapi",
20 ]
21
22 [[package]]
23 name = "dbus"
24 version = "0.9.0"
25 source = "registry+https://github.com/rust-lang/crates.io-index"
26 checksum = "22c08adfeb70c940c14d8af988fa854dcb5529e6141f2397e4e0fa4c9375d094"
27 dependencies = [
28 "libc",
29 "libdbus-sys",
30 ]
31
32 [[package]]
33 name = "libc"
34 version = "0.2.79"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
37
38 [[package]]
39 name = "libdbus-sys"
40 version = "0.2.1"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "dc12a3bc971424edbbf7edaf6e5740483444db63aa8e23d3751ff12a30f306f0"
43 dependencies = [
44 "pkg-config",
45 ]
46
47 [[package]]
48 name = "num-integer"
49 version = "0.1.44"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
51 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
52 dependencies = [
53 "autocfg",
54 "num-traits",
55 ]
56
57 [[package]]
58 name = "num-traits"
59 version = "0.2.14"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
62 dependencies = [
63 "autocfg",
64 ]
65
66 [[package]]
67 name = "pkg-config"
68 version = "0.3.19"
69 source = "registry+https://github.com/rust-lang/crates.io-index"
70 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
71
72 [[package]]
73 name = "time"
74 version = "0.1.44"
75 source = "registry+https://github.com/rust-lang/crates.io-index"
76 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
77 dependencies = [
78 "libc",
79 "wasi",
80 "winapi",
81 ]
82
83 [[package]]
84 name = "wasi"
85 version = "0.10.0+wasi-snapshot-preview1"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
88
89 [[package]]
90 name = "winapi"
91 version = "0.3.9"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
94 dependencies = [
95 "winapi-i686-pc-windows-gnu",
96 "winapi-x86_64-pc-windows-gnu",
97 ]
98
99 [[package]]
100 name = "winapi-i686-pc-windows-gnu"
101 version = "0.4.0"
102 source = "registry+https://github.com/rust-lang/crates.io-index"
103 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
104
105 [[package]]
106 name = "winapi-x86_64-pc-windows-gnu"
107 version = "0.4.0"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
109 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
110
111 [[package]]
112 name = "xsetrootd"
113 version = "0.1.0"
114 dependencies = [
115 "chrono",
116 "dbus",
117 ]