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