]> code.octet-stream.net Git - netwatcher/blob - Cargo.lock
Add top-level docs and update README
[netwatcher] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "autocfg"
7 version = "1.3.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
10
11 [[package]]
12 name = "bitflags"
13 version = "2.5.0"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
16
17 [[package]]
18 name = "block2"
19 version = "0.5.1"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
22 dependencies = [
23 "objc2",
24 ]
25
26 [[package]]
27 name = "cfg-if"
28 version = "1.0.0"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
31
32 [[package]]
33 name = "cfg_aliases"
34 version = "0.2.1"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
37
38 [[package]]
39 name = "libc"
40 version = "0.2.155"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
43
44 [[package]]
45 name = "memoffset"
46 version = "0.9.1"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
49 dependencies = [
50 "autocfg",
51 ]
52
53 [[package]]
54 name = "netwatcher"
55 version = "0.1.0"
56 dependencies = [
57 "block2",
58 "nix",
59 "objc2",
60 "windows",
61 ]
62
63 [[package]]
64 name = "nix"
65 version = "0.29.0"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
68 dependencies = [
69 "bitflags",
70 "cfg-if",
71 "cfg_aliases",
72 "libc",
73 "memoffset",
74 ]
75
76 [[package]]
77 name = "objc-sys"
78 version = "0.3.5"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
81
82 [[package]]
83 name = "objc2"
84 version = "0.5.2"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
87 dependencies = [
88 "objc-sys",
89 "objc2-encode",
90 ]
91
92 [[package]]
93 name = "objc2-encode"
94 version = "4.0.3"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
97
98 [[package]]
99 name = "proc-macro2"
100 version = "1.0.84"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
103 dependencies = [
104 "unicode-ident",
105 ]
106
107 [[package]]
108 name = "quote"
109 version = "1.0.36"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
112 dependencies = [
113 "proc-macro2",
114 ]
115
116 [[package]]
117 name = "syn"
118 version = "2.0.66"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
121 dependencies = [
122 "proc-macro2",
123 "quote",
124 "unicode-ident",
125 ]
126
127 [[package]]
128 name = "unicode-ident"
129 version = "1.0.12"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
131 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
132
133 [[package]]
134 name = "windows"
135 version = "0.56.0"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
138 dependencies = [
139 "windows-core",
140 "windows-targets",
141 ]
142
143 [[package]]
144 name = "windows-core"
145 version = "0.56.0"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
147 checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
148 dependencies = [
149 "windows-implement",
150 "windows-interface",
151 "windows-result",
152 "windows-targets",
153 ]
154
155 [[package]]
156 name = "windows-implement"
157 version = "0.56.0"
158 source = "registry+https://github.com/rust-lang/crates.io-index"
159 checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
160 dependencies = [
161 "proc-macro2",
162 "quote",
163 "syn",
164 ]
165
166 [[package]]
167 name = "windows-interface"
168 version = "0.56.0"
169 source = "registry+https://github.com/rust-lang/crates.io-index"
170 checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
171 dependencies = [
172 "proc-macro2",
173 "quote",
174 "syn",
175 ]
176
177 [[package]]
178 name = "windows-result"
179 version = "0.1.1"
180 source = "registry+https://github.com/rust-lang/crates.io-index"
181 checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
182 dependencies = [
183 "windows-targets",
184 ]
185
186 [[package]]
187 name = "windows-targets"
188 version = "0.52.5"
189 source = "registry+https://github.com/rust-lang/crates.io-index"
190 checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
191 dependencies = [
192 "windows_aarch64_gnullvm",
193 "windows_aarch64_msvc",
194 "windows_i686_gnu",
195 "windows_i686_gnullvm",
196 "windows_i686_msvc",
197 "windows_x86_64_gnu",
198 "windows_x86_64_gnullvm",
199 "windows_x86_64_msvc",
200 ]
201
202 [[package]]
203 name = "windows_aarch64_gnullvm"
204 version = "0.52.5"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
206 checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
207
208 [[package]]
209 name = "windows_aarch64_msvc"
210 version = "0.52.5"
211 source = "registry+https://github.com/rust-lang/crates.io-index"
212 checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
213
214 [[package]]
215 name = "windows_i686_gnu"
216 version = "0.52.5"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
218 checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
219
220 [[package]]
221 name = "windows_i686_gnullvm"
222 version = "0.52.5"
223 source = "registry+https://github.com/rust-lang/crates.io-index"
224 checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
225
226 [[package]]
227 name = "windows_i686_msvc"
228 version = "0.52.5"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
231
232 [[package]]
233 name = "windows_x86_64_gnu"
234 version = "0.52.5"
235 source = "registry+https://github.com/rust-lang/crates.io-index"
236 checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
237
238 [[package]]
239 name = "windows_x86_64_gnullvm"
240 version = "0.52.5"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
242 checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
243
244 [[package]]
245 name = "windows_x86_64_msvc"
246 version = "0.52.5"
247 source = "registry+https://github.com/rust-lang/crates.io-index"
248 checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"