1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "anilog"
7version = "0.1.0"
8dependencies = [
9 "dirs",
10 "edit",
11 "json",
12 "strum",
13 "strum_macros",
14]
15
16[[package]]
17name = "bitflags"
18version = "1.3.2"
19source = "registry+https://github.com/rust-lang/crates.io-index"
20checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
21
22[[package]]
23name = "cfg-if"
24version = "1.0.0"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
27
28[[package]]
29name = "dirs"
30version = "4.0.0"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
33dependencies = [
34 "dirs-sys",
35]
36
37[[package]]
38name = "dirs-sys"
39version = "0.3.6"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
42dependencies = [
43 "libc",
44 "redox_users",
45 "winapi",
46]
47
48[[package]]
49name = "edit"
50version = "0.1.3"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "3cdd6936f8bd9782e28932eef853bfcd8548992ce5748bb3e7e88bad613d0ee0"
53dependencies = [
54 "tempfile",
55 "which",
56]
57
58[[package]]
59name = "either"
60version = "1.6.1"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
63
64[[package]]
65name = "fastrand"
66version = "1.7.0"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
69dependencies = [
70 "instant",
71]
72
73[[package]]
74name = "getrandom"
75version = "0.2.4"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
78dependencies = [
79 "cfg-if",
80 "libc",
81 "wasi",
82]
83
84[[package]]
85name = "heck"
86version = "0.4.0"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
89
90[[package]]
91name = "instant"
92version = "0.1.12"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
95dependencies = [
96 "cfg-if",
97]
98
99[[package]]
100name = "json"
101version = "0.12.4"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
104
105[[package]]
106name = "lazy_static"
107version = "1.4.0"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
110
111[[package]]
112name = "libc"
113version = "0.2.119"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
116
117[[package]]
118name = "proc-macro2"
119version = "1.0.36"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
122dependencies = [
123 "unicode-xid",
124]
125
126[[package]]
127name = "quote"
128version = "1.0.15"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
131dependencies = [
132 "proc-macro2",
133]
134
135[[package]]
136name = "redox_syscall"
137version = "0.2.10"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
140dependencies = [
141 "bitflags",
142]
143
144[[package]]
145name = "redox_users"
146version = "0.4.0"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
149dependencies = [
150 "getrandom",
151 "redox_syscall",
152]
153
154[[package]]
155name = "remove_dir_all"
156version = "0.5.3"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
159dependencies = [
160 "winapi",
161]
162
163[[package]]
164name = "rustversion"
165version = "1.0.6"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
168
169[[package]]
170name = "strum"
171version = "0.24.0"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"
174
175[[package]]
176name = "strum_macros"
177version = "0.24.0"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"
180dependencies = [
181 "heck",
182 "proc-macro2",
183 "quote",
184 "rustversion",
185 "syn",
186]
187
188[[package]]
189name = "syn"
190version = "1.0.86"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
193dependencies = [
194 "proc-macro2",
195 "quote",
196 "unicode-xid",
197]
198
199[[package]]
200name = "tempfile"
201version = "3.3.0"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
204dependencies = [
205 "cfg-if",
206 "fastrand",
207 "libc",
208 "redox_syscall",
209 "remove_dir_all",
210 "winapi",
211]
212
213[[package]]
214name = "unicode-xid"
215version = "0.2.2"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
218
219[[package]]
220name = "wasi"
221version = "0.10.2+wasi-snapshot-preview1"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
224
225[[package]]
226name = "which"
227version = "4.2.4"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2"
230dependencies = [
231 "either",
232 "lazy_static",
233 "libc",
234]
235
236[[package]]
237name = "winapi"
238version = "0.3.9"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
241dependencies = [
242 "winapi-i686-pc-windows-gnu",
243 "winapi-x86_64-pc-windows-gnu",
244]
245
246[[package]]
247name = "winapi-i686-pc-windows-gnu"
248version = "0.4.0"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
251
252[[package]]
253name = "winapi-x86_64-pc-windows-gnu"
254version = "0.4.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"