Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 3 | version = 4 |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 4 | |
| 5 | [[package]] |
| 6 | name = "addr2line" |
| 7 | version = "0.24.2" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
| 10 | dependencies = [ |
| 11 | "gimli", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "adler2" |
| 16 | version = "2.0.0" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
| 19 | |
| 20 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 21 | name = "aho-corasick" |
| 22 | version = "1.1.3" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
| 25 | dependencies = [ |
| 26 | "memchr", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 30 | name = "android-tzdata" |
| 31 | version = "0.1.1" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| 34 | |
| 35 | [[package]] |
| 36 | name = "android_system_properties" |
| 37 | version = "0.1.5" |
| 38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 40 | dependencies = [ |
| 41 | "libc", |
| 42 | ] |
| 43 | |
| 44 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 45 | name = "anstream" |
| 46 | version = "0.6.18" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" |
| 49 | dependencies = [ |
| 50 | "anstyle", |
| 51 | "anstyle-parse", |
| 52 | "anstyle-query", |
| 53 | "anstyle-wincon", |
| 54 | "colorchoice", |
| 55 | "is_terminal_polyfill", |
| 56 | "utf8parse", |
| 57 | ] |
| 58 | |
| 59 | [[package]] |
| 60 | name = "anstyle" |
| 61 | version = "1.0.10" |
| 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" |
| 64 | |
| 65 | [[package]] |
| 66 | name = "anstyle-parse" |
| 67 | version = "0.2.6" |
| 68 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 69 | checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" |
| 70 | dependencies = [ |
| 71 | "utf8parse", |
| 72 | ] |
| 73 | |
| 74 | [[package]] |
| 75 | name = "anstyle-query" |
| 76 | version = "1.1.2" |
| 77 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 78 | checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" |
| 79 | dependencies = [ |
| 80 | "windows-sys 0.59.0", |
| 81 | ] |
| 82 | |
| 83 | [[package]] |
| 84 | name = "anstyle-wincon" |
| 85 | version = "3.0.7" |
| 86 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 87 | checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" |
| 88 | dependencies = [ |
| 89 | "anstyle", |
| 90 | "once_cell", |
| 91 | "windows-sys 0.59.0", |
| 92 | ] |
| 93 | |
| 94 | [[package]] |
| 95 | name = "anyhow" |
| 96 | version = "1.0.95" |
| 97 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 | checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" |
| 99 | |
| 100 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 101 | name = "arc-swap" |
| 102 | version = "1.7.1" |
| 103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 104 | checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" |
| 105 | |
| 106 | [[package]] |
| 107 | name = "async-trait" |
| 108 | version = "0.1.86" |
| 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 | checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" |
| 111 | dependencies = [ |
| 112 | "proc-macro2", |
| 113 | "quote", |
| 114 | "syn", |
| 115 | ] |
| 116 | |
| 117 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 118 | name = "atmosphere" |
| 119 | version = "0.0.0" |
| 120 | dependencies = [ |
Mohammed Naser | 5cd2579 | 2025-03-11 17:29:59 -0400 | [diff] [blame] | 121 | "clap", |
| 122 | "env_logger", |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 123 | "git2", |
| 124 | "git2-hooks", |
Mohammed Naser | 5cd2579 | 2025-03-11 17:29:59 -0400 | [diff] [blame] | 125 | "imagebumper", |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 126 | "indoc", |
Mohammed Naser | 5cd2579 | 2025-03-11 17:29:59 -0400 | [diff] [blame] | 127 | "log", |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 128 | "md5", |
| 129 | "regex", |
| 130 | "reqwest", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 131 | "rustainers", |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 132 | "serde", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 133 | "tokio", |
| 134 | ] |
| 135 | |
| 136 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 137 | name = "atomic-waker" |
| 138 | version = "1.1.2" |
| 139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 140 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 141 | |
| 142 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 143 | name = "autocfg" |
| 144 | version = "1.4.0" |
| 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 146 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
| 147 | |
| 148 | [[package]] |
| 149 | name = "backtrace" |
| 150 | version = "0.3.74" |
| 151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 | checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" |
| 153 | dependencies = [ |
| 154 | "addr2line", |
| 155 | "cfg-if", |
| 156 | "libc", |
| 157 | "miniz_oxide", |
| 158 | "object", |
| 159 | "rustc-demangle", |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 160 | "windows-targets 0.52.6", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 161 | ] |
| 162 | |
| 163 | [[package]] |
| 164 | name = "base64" |
| 165 | version = "0.22.1" |
| 166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 167 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 168 | |
| 169 | [[package]] |
| 170 | name = "bitflags" |
| 171 | version = "2.8.0" |
| 172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 173 | checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" |
| 174 | |
| 175 | [[package]] |
| 176 | name = "bollard" |
| 177 | version = "0.18.1" |
| 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 | checksum = "97ccca1260af6a459d75994ad5acc1651bcabcbdbc41467cc9786519ab854c30" |
| 180 | dependencies = [ |
| 181 | "base64", |
| 182 | "bollard-stubs", |
| 183 | "bytes", |
| 184 | "futures-core", |
| 185 | "futures-util", |
| 186 | "hex", |
| 187 | "http", |
| 188 | "http-body-util", |
| 189 | "hyper", |
| 190 | "hyper-named-pipe", |
| 191 | "hyper-util", |
| 192 | "hyperlocal", |
| 193 | "log", |
| 194 | "pin-project-lite", |
| 195 | "serde", |
| 196 | "serde_derive", |
| 197 | "serde_json", |
| 198 | "serde_repr", |
| 199 | "serde_urlencoded", |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 200 | "thiserror 2.0.11", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 201 | "tokio", |
| 202 | "tokio-util", |
| 203 | "tower-service", |
| 204 | "url", |
| 205 | "winapi", |
| 206 | ] |
| 207 | |
| 208 | [[package]] |
| 209 | name = "bollard-stubs" |
| 210 | version = "1.47.1-rc.27.3.1" |
| 211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 212 | checksum = "3f179cfbddb6e77a5472703d4b30436bff32929c0aa8a9008ecf23d1d3cdd0da" |
| 213 | dependencies = [ |
| 214 | "serde", |
| 215 | "serde_repr", |
| 216 | "serde_with", |
| 217 | ] |
| 218 | |
| 219 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 220 | name = "build-it" |
| 221 | version = "0.1.5" |
| 222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 223 | checksum = "fb13a73a10ff7e425c3b397e54848825ce396d7e6c16be83bc9af81923e51191" |
| 224 | dependencies = [ |
| 225 | "proc-macro2", |
| 226 | "quote", |
| 227 | "syn", |
| 228 | ] |
| 229 | |
| 230 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 231 | name = "bumpalo" |
| 232 | version = "3.17.0" |
| 233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 234 | checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" |
| 235 | |
| 236 | [[package]] |
| 237 | name = "byteorder" |
| 238 | version = "1.5.0" |
| 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 240 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 241 | |
| 242 | [[package]] |
| 243 | name = "bytes" |
| 244 | version = "1.10.0" |
| 245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 246 | checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" |
| 247 | |
| 248 | [[package]] |
| 249 | name = "cc" |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 250 | version = "1.2.14" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 252 | checksum = "0c3d1b2e905a3a7b00a6141adb0e4c0bb941d11caf55349d863942a1cc44e3c9" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 253 | dependencies = [ |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 254 | "jobserver", |
| 255 | "libc", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 256 | "shlex", |
| 257 | ] |
| 258 | |
| 259 | [[package]] |
| 260 | name = "cfg-if" |
| 261 | version = "1.0.0" |
| 262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 263 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 264 | |
| 265 | [[package]] |
| 266 | name = "chrono" |
| 267 | version = "0.4.39" |
| 268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 269 | checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" |
| 270 | dependencies = [ |
| 271 | "android-tzdata", |
| 272 | "iana-time-zone", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 273 | "js-sys", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 274 | "num-traits", |
| 275 | "serde", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 276 | "wasm-bindgen", |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 277 | "windows-targets 0.52.6", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 278 | ] |
| 279 | |
| 280 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 281 | name = "clap" |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 282 | version = "4.5.30" |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 284 | checksum = "92b7b18d71fad5313a1e320fa9897994228ce274b60faa4d694fe0ea89cd9e6d" |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 285 | dependencies = [ |
| 286 | "clap_builder", |
| 287 | "clap_derive", |
| 288 | ] |
| 289 | |
| 290 | [[package]] |
| 291 | name = "clap_builder" |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 292 | version = "4.5.30" |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 294 | checksum = "a35db2071778a7344791a4fb4f95308b5673d219dee3ae348b86642574ecc90c" |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 295 | dependencies = [ |
| 296 | "anstream", |
| 297 | "anstyle", |
| 298 | "clap_lex", |
| 299 | "strsim", |
| 300 | ] |
| 301 | |
| 302 | [[package]] |
| 303 | name = "clap_derive" |
| 304 | version = "4.5.28" |
| 305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 306 | checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" |
| 307 | dependencies = [ |
| 308 | "heck", |
| 309 | "proc-macro2", |
| 310 | "quote", |
| 311 | "syn", |
| 312 | ] |
| 313 | |
| 314 | [[package]] |
| 315 | name = "clap_lex" |
| 316 | version = "0.7.4" |
| 317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 318 | checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" |
| 319 | |
| 320 | [[package]] |
| 321 | name = "colorchoice" |
| 322 | version = "1.0.3" |
| 323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 324 | checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" |
| 325 | |
| 326 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 327 | name = "core-foundation" |
| 328 | version = "0.9.4" |
| 329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 330 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 331 | dependencies = [ |
| 332 | "core-foundation-sys", |
| 333 | "libc", |
| 334 | ] |
| 335 | |
| 336 | [[package]] |
| 337 | name = "core-foundation" |
| 338 | version = "0.10.0" |
| 339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 340 | checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" |
| 341 | dependencies = [ |
| 342 | "core-foundation-sys", |
| 343 | "libc", |
| 344 | ] |
| 345 | |
| 346 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 347 | name = "core-foundation-sys" |
| 348 | version = "0.8.7" |
| 349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 350 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 351 | |
| 352 | [[package]] |
| 353 | name = "deranged" |
| 354 | version = "0.3.11" |
| 355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 356 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| 357 | dependencies = [ |
| 358 | "powerfmt", |
| 359 | "serde", |
| 360 | ] |
| 361 | |
| 362 | [[package]] |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 363 | name = "dirs" |
| 364 | version = "5.0.1" |
| 365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 366 | checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
| 367 | dependencies = [ |
| 368 | "dirs-sys", |
| 369 | ] |
| 370 | |
| 371 | [[package]] |
| 372 | name = "dirs-sys" |
| 373 | version = "0.4.1" |
| 374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 375 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 376 | dependencies = [ |
| 377 | "libc", |
| 378 | "option-ext", |
| 379 | "redox_users", |
| 380 | "windows-sys 0.48.0", |
| 381 | ] |
| 382 | |
| 383 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 384 | name = "displaydoc" |
| 385 | version = "0.2.5" |
| 386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 387 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 388 | dependencies = [ |
| 389 | "proc-macro2", |
| 390 | "quote", |
| 391 | "syn", |
| 392 | ] |
| 393 | |
| 394 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 395 | name = "either" |
| 396 | version = "1.13.0" |
| 397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 398 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
| 399 | |
| 400 | [[package]] |
| 401 | name = "encoding_rs" |
| 402 | version = "0.8.35" |
| 403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 404 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 405 | dependencies = [ |
| 406 | "cfg-if", |
| 407 | ] |
| 408 | |
| 409 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 410 | name = "env_filter" |
| 411 | version = "0.1.3" |
| 412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 413 | checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" |
| 414 | dependencies = [ |
| 415 | "log", |
| 416 | "regex", |
| 417 | ] |
| 418 | |
| 419 | [[package]] |
| 420 | name = "env_logger" |
| 421 | version = "0.11.6" |
| 422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 423 | checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" |
| 424 | dependencies = [ |
| 425 | "anstream", |
| 426 | "anstyle", |
| 427 | "env_filter", |
| 428 | "humantime", |
| 429 | "log", |
| 430 | ] |
| 431 | |
| 432 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 433 | name = "equivalent" |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 434 | version = "1.0.2" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 436 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 437 | |
| 438 | [[package]] |
| 439 | name = "errno" |
| 440 | version = "0.3.10" |
| 441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 442 | checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" |
| 443 | dependencies = [ |
| 444 | "libc", |
| 445 | "windows-sys 0.59.0", |
| 446 | ] |
| 447 | |
| 448 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 449 | name = "fastrand" |
| 450 | version = "2.3.0" |
| 451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 452 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 453 | |
| 454 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 455 | name = "filetime" |
| 456 | version = "0.2.25" |
| 457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 458 | checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" |
| 459 | dependencies = [ |
| 460 | "cfg-if", |
| 461 | "libc", |
| 462 | "libredox", |
| 463 | "windows-sys 0.59.0", |
| 464 | ] |
| 465 | |
| 466 | [[package]] |
| 467 | name = "fnv" |
| 468 | version = "1.0.7" |
| 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 470 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 471 | |
| 472 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 473 | name = "foreign-types" |
| 474 | version = "0.3.2" |
| 475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 476 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 477 | dependencies = [ |
| 478 | "foreign-types-shared", |
| 479 | ] |
| 480 | |
| 481 | [[package]] |
| 482 | name = "foreign-types-shared" |
| 483 | version = "0.1.1" |
| 484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 485 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| 486 | |
| 487 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 488 | name = "form_urlencoded" |
| 489 | version = "1.2.1" |
| 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 491 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
| 492 | dependencies = [ |
| 493 | "percent-encoding", |
| 494 | ] |
| 495 | |
| 496 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 497 | name = "futures" |
| 498 | version = "0.3.31" |
| 499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 500 | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
| 501 | dependencies = [ |
| 502 | "futures-channel", |
| 503 | "futures-core", |
| 504 | "futures-executor", |
| 505 | "futures-io", |
| 506 | "futures-sink", |
| 507 | "futures-task", |
| 508 | "futures-util", |
| 509 | ] |
| 510 | |
| 511 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 512 | name = "futures-channel" |
| 513 | version = "0.3.31" |
| 514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 515 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| 516 | dependencies = [ |
| 517 | "futures-core", |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 518 | "futures-sink", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 519 | ] |
| 520 | |
| 521 | [[package]] |
| 522 | name = "futures-core" |
| 523 | version = "0.3.31" |
| 524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 525 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 526 | |
| 527 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 528 | name = "futures-executor" |
| 529 | version = "0.3.31" |
| 530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 531 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
| 532 | dependencies = [ |
| 533 | "futures-core", |
| 534 | "futures-task", |
| 535 | "futures-util", |
| 536 | ] |
| 537 | |
| 538 | [[package]] |
| 539 | name = "futures-io" |
| 540 | version = "0.3.31" |
| 541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 542 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| 543 | |
| 544 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 545 | name = "futures-macro" |
| 546 | version = "0.3.31" |
| 547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 548 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| 549 | dependencies = [ |
| 550 | "proc-macro2", |
| 551 | "quote", |
| 552 | "syn", |
| 553 | ] |
| 554 | |
| 555 | [[package]] |
| 556 | name = "futures-sink" |
| 557 | version = "0.3.31" |
| 558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 559 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| 560 | |
| 561 | [[package]] |
| 562 | name = "futures-task" |
| 563 | version = "0.3.31" |
| 564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 565 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| 566 | |
| 567 | [[package]] |
| 568 | name = "futures-util" |
| 569 | version = "0.3.31" |
| 570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 571 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 572 | dependencies = [ |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 573 | "futures-channel", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 574 | "futures-core", |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 575 | "futures-io", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 576 | "futures-macro", |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 577 | "futures-sink", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 578 | "futures-task", |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 579 | "memchr", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 580 | "pin-project-lite", |
| 581 | "pin-utils", |
| 582 | "slab", |
| 583 | ] |
| 584 | |
| 585 | [[package]] |
| 586 | name = "getrandom" |
| 587 | version = "0.2.15" |
| 588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 589 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
| 590 | dependencies = [ |
| 591 | "cfg-if", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 592 | "js-sys", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 593 | "libc", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 594 | "wasi 0.11.0+wasi-snapshot-preview1", |
| 595 | "wasm-bindgen", |
| 596 | ] |
| 597 | |
| 598 | [[package]] |
| 599 | name = "getrandom" |
| 600 | version = "0.3.1" |
| 601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 602 | checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" |
| 603 | dependencies = [ |
| 604 | "cfg-if", |
| 605 | "libc", |
| 606 | "wasi 0.13.3+wasi-0.2.2", |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 607 | "windows-targets 0.52.6", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 608 | ] |
| 609 | |
| 610 | [[package]] |
| 611 | name = "gimli" |
| 612 | version = "0.31.1" |
| 613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 614 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
| 615 | |
| 616 | [[package]] |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 617 | name = "git2" |
| 618 | version = "0.20.0" |
| 619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 620 | checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff" |
| 621 | dependencies = [ |
| 622 | "bitflags", |
| 623 | "libc", |
| 624 | "libgit2-sys", |
| 625 | "log", |
| 626 | "openssl-probe", |
| 627 | "openssl-sys", |
| 628 | "url", |
| 629 | ] |
| 630 | |
| 631 | [[package]] |
| 632 | name = "git2-hooks" |
| 633 | version = "0.4.0" |
| 634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 635 | checksum = "2f930f5fe956eb55418c0da7e40736636e3fe80b577d8b60d9e54da0fc038619" |
| 636 | dependencies = [ |
| 637 | "git2", |
| 638 | "log", |
| 639 | "shellexpand", |
| 640 | "thiserror 1.0.69", |
| 641 | ] |
| 642 | |
| 643 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 644 | name = "gitea-sdk" |
| 645 | version = "0.5.0" |
| 646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 647 | checksum = "7afd05f4bb5661b4562f00ad4e37d6af7184205d382b8d697bc5958331ca4909" |
| 648 | dependencies = [ |
| 649 | "base64", |
| 650 | "build-it", |
| 651 | "reqwest", |
| 652 | "serde", |
| 653 | "serde_json", |
| 654 | ] |
| 655 | |
| 656 | [[package]] |
| 657 | name = "h2" |
| 658 | version = "0.4.7" |
| 659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 660 | checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" |
| 661 | dependencies = [ |
| 662 | "atomic-waker", |
| 663 | "bytes", |
| 664 | "fnv", |
| 665 | "futures-core", |
| 666 | "futures-sink", |
| 667 | "http", |
| 668 | "indexmap 2.7.1", |
| 669 | "slab", |
| 670 | "tokio", |
| 671 | "tokio-util", |
| 672 | "tracing", |
| 673 | ] |
| 674 | |
| 675 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 676 | name = "hashbrown" |
| 677 | version = "0.12.3" |
| 678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 679 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 680 | |
| 681 | [[package]] |
| 682 | name = "hashbrown" |
| 683 | version = "0.15.2" |
| 684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 685 | checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" |
| 686 | |
| 687 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 688 | name = "heck" |
| 689 | version = "0.5.0" |
| 690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 691 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 692 | |
| 693 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 694 | name = "hex" |
| 695 | version = "0.4.3" |
| 696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 697 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 698 | |
| 699 | [[package]] |
| 700 | name = "http" |
| 701 | version = "1.2.0" |
| 702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 703 | checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" |
| 704 | dependencies = [ |
| 705 | "bytes", |
| 706 | "fnv", |
| 707 | "itoa", |
| 708 | ] |
| 709 | |
| 710 | [[package]] |
| 711 | name = "http-body" |
| 712 | version = "1.0.1" |
| 713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 714 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 715 | dependencies = [ |
| 716 | "bytes", |
| 717 | "http", |
| 718 | ] |
| 719 | |
| 720 | [[package]] |
| 721 | name = "http-body-util" |
| 722 | version = "0.1.2" |
| 723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 724 | checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" |
| 725 | dependencies = [ |
| 726 | "bytes", |
| 727 | "futures-util", |
| 728 | "http", |
| 729 | "http-body", |
| 730 | "pin-project-lite", |
| 731 | ] |
| 732 | |
| 733 | [[package]] |
| 734 | name = "httparse" |
| 735 | version = "1.10.0" |
| 736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 737 | checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a" |
| 738 | |
| 739 | [[package]] |
| 740 | name = "httpdate" |
| 741 | version = "1.0.3" |
| 742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 743 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 744 | |
| 745 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 746 | name = "humantime" |
| 747 | version = "2.1.0" |
| 748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 749 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
| 750 | |
| 751 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 752 | name = "hyper" |
| 753 | version = "1.6.0" |
| 754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 755 | checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" |
| 756 | dependencies = [ |
| 757 | "bytes", |
| 758 | "futures-channel", |
| 759 | "futures-util", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 760 | "h2", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 761 | "http", |
| 762 | "http-body", |
| 763 | "httparse", |
| 764 | "httpdate", |
| 765 | "itoa", |
| 766 | "pin-project-lite", |
| 767 | "smallvec", |
| 768 | "tokio", |
| 769 | "want", |
| 770 | ] |
| 771 | |
| 772 | [[package]] |
| 773 | name = "hyper-named-pipe" |
| 774 | version = "0.1.0" |
| 775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 776 | checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278" |
| 777 | dependencies = [ |
| 778 | "hex", |
| 779 | "hyper", |
| 780 | "hyper-util", |
| 781 | "pin-project-lite", |
| 782 | "tokio", |
| 783 | "tower-service", |
| 784 | "winapi", |
| 785 | ] |
| 786 | |
| 787 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 788 | name = "hyper-rustls" |
| 789 | version = "0.27.5" |
| 790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 791 | checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" |
| 792 | dependencies = [ |
| 793 | "futures-util", |
| 794 | "http", |
| 795 | "hyper", |
| 796 | "hyper-util", |
| 797 | "log", |
| 798 | "rustls", |
| 799 | "rustls-native-certs", |
| 800 | "rustls-pki-types", |
| 801 | "tokio", |
| 802 | "tokio-rustls", |
| 803 | "tower-service", |
| 804 | ] |
| 805 | |
| 806 | [[package]] |
| 807 | name = "hyper-timeout" |
| 808 | version = "0.5.2" |
| 809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 810 | checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" |
| 811 | dependencies = [ |
| 812 | "hyper", |
| 813 | "hyper-util", |
| 814 | "pin-project-lite", |
| 815 | "tokio", |
| 816 | "tower-service", |
| 817 | ] |
| 818 | |
| 819 | [[package]] |
| 820 | name = "hyper-tls" |
| 821 | version = "0.6.0" |
| 822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 823 | checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" |
| 824 | dependencies = [ |
| 825 | "bytes", |
| 826 | "http-body-util", |
| 827 | "hyper", |
| 828 | "hyper-util", |
| 829 | "native-tls", |
| 830 | "tokio", |
| 831 | "tokio-native-tls", |
| 832 | "tower-service", |
| 833 | ] |
| 834 | |
| 835 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 836 | name = "hyper-util" |
| 837 | version = "0.1.10" |
| 838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 839 | checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" |
| 840 | dependencies = [ |
| 841 | "bytes", |
| 842 | "futures-channel", |
| 843 | "futures-util", |
| 844 | "http", |
| 845 | "http-body", |
| 846 | "hyper", |
| 847 | "pin-project-lite", |
| 848 | "socket2", |
| 849 | "tokio", |
| 850 | "tower-service", |
| 851 | "tracing", |
| 852 | ] |
| 853 | |
| 854 | [[package]] |
| 855 | name = "hyperlocal" |
| 856 | version = "0.9.1" |
| 857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 858 | checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7" |
| 859 | dependencies = [ |
| 860 | "hex", |
| 861 | "http-body-util", |
| 862 | "hyper", |
| 863 | "hyper-util", |
| 864 | "pin-project-lite", |
| 865 | "tokio", |
| 866 | "tower-service", |
| 867 | ] |
| 868 | |
| 869 | [[package]] |
| 870 | name = "iana-time-zone" |
| 871 | version = "0.1.61" |
| 872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 873 | checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" |
| 874 | dependencies = [ |
| 875 | "android_system_properties", |
| 876 | "core-foundation-sys", |
| 877 | "iana-time-zone-haiku", |
| 878 | "js-sys", |
| 879 | "wasm-bindgen", |
| 880 | "windows-core", |
| 881 | ] |
| 882 | |
| 883 | [[package]] |
| 884 | name = "iana-time-zone-haiku" |
| 885 | version = "0.1.2" |
| 886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 887 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 888 | dependencies = [ |
| 889 | "cc", |
| 890 | ] |
| 891 | |
| 892 | [[package]] |
| 893 | name = "icu_collections" |
| 894 | version = "1.5.0" |
| 895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 896 | checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" |
| 897 | dependencies = [ |
| 898 | "displaydoc", |
| 899 | "yoke", |
| 900 | "zerofrom", |
| 901 | "zerovec", |
| 902 | ] |
| 903 | |
| 904 | [[package]] |
| 905 | name = "icu_locid" |
| 906 | version = "1.5.0" |
| 907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 908 | checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
| 909 | dependencies = [ |
| 910 | "displaydoc", |
| 911 | "litemap", |
| 912 | "tinystr", |
| 913 | "writeable", |
| 914 | "zerovec", |
| 915 | ] |
| 916 | |
| 917 | [[package]] |
| 918 | name = "icu_locid_transform" |
| 919 | version = "1.5.0" |
| 920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 921 | checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
| 922 | dependencies = [ |
| 923 | "displaydoc", |
| 924 | "icu_locid", |
| 925 | "icu_locid_transform_data", |
| 926 | "icu_provider", |
| 927 | "tinystr", |
| 928 | "zerovec", |
| 929 | ] |
| 930 | |
| 931 | [[package]] |
| 932 | name = "icu_locid_transform_data" |
| 933 | version = "1.5.0" |
| 934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 935 | checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" |
| 936 | |
| 937 | [[package]] |
| 938 | name = "icu_normalizer" |
| 939 | version = "1.5.0" |
| 940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 941 | checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" |
| 942 | dependencies = [ |
| 943 | "displaydoc", |
| 944 | "icu_collections", |
| 945 | "icu_normalizer_data", |
| 946 | "icu_properties", |
| 947 | "icu_provider", |
| 948 | "smallvec", |
| 949 | "utf16_iter", |
| 950 | "utf8_iter", |
| 951 | "write16", |
| 952 | "zerovec", |
| 953 | ] |
| 954 | |
| 955 | [[package]] |
| 956 | name = "icu_normalizer_data" |
| 957 | version = "1.5.0" |
| 958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 959 | checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" |
| 960 | |
| 961 | [[package]] |
| 962 | name = "icu_properties" |
| 963 | version = "1.5.1" |
| 964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 965 | checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" |
| 966 | dependencies = [ |
| 967 | "displaydoc", |
| 968 | "icu_collections", |
| 969 | "icu_locid_transform", |
| 970 | "icu_properties_data", |
| 971 | "icu_provider", |
| 972 | "tinystr", |
| 973 | "zerovec", |
| 974 | ] |
| 975 | |
| 976 | [[package]] |
| 977 | name = "icu_properties_data" |
| 978 | version = "1.5.0" |
| 979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 980 | checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" |
| 981 | |
| 982 | [[package]] |
| 983 | name = "icu_provider" |
| 984 | version = "1.5.0" |
| 985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 986 | checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
| 987 | dependencies = [ |
| 988 | "displaydoc", |
| 989 | "icu_locid", |
| 990 | "icu_provider_macros", |
| 991 | "stable_deref_trait", |
| 992 | "tinystr", |
| 993 | "writeable", |
| 994 | "yoke", |
| 995 | "zerofrom", |
| 996 | "zerovec", |
| 997 | ] |
| 998 | |
| 999 | [[package]] |
| 1000 | name = "icu_provider_macros" |
| 1001 | version = "1.5.0" |
| 1002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1003 | checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
| 1004 | dependencies = [ |
| 1005 | "proc-macro2", |
| 1006 | "quote", |
| 1007 | "syn", |
| 1008 | ] |
| 1009 | |
| 1010 | [[package]] |
| 1011 | name = "idna" |
| 1012 | version = "1.0.3" |
| 1013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1014 | checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
| 1015 | dependencies = [ |
| 1016 | "idna_adapter", |
| 1017 | "smallvec", |
| 1018 | "utf8_iter", |
| 1019 | ] |
| 1020 | |
| 1021 | [[package]] |
| 1022 | name = "idna_adapter" |
| 1023 | version = "1.2.0" |
| 1024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1025 | checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" |
| 1026 | dependencies = [ |
| 1027 | "icu_normalizer", |
| 1028 | "icu_properties", |
| 1029 | ] |
| 1030 | |
| 1031 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1032 | name = "imagebumper" |
| 1033 | version = "0.1.0" |
| 1034 | dependencies = [ |
| 1035 | "async-trait", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1036 | "gitea-sdk", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1037 | "octocrab", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1038 | "tokio", |
| 1039 | "url", |
| 1040 | ] |
| 1041 | |
| 1042 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1043 | name = "indexmap" |
| 1044 | version = "1.9.3" |
| 1045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1046 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 1047 | dependencies = [ |
| 1048 | "autocfg", |
| 1049 | "hashbrown 0.12.3", |
| 1050 | "serde", |
| 1051 | ] |
| 1052 | |
| 1053 | [[package]] |
| 1054 | name = "indexmap" |
| 1055 | version = "2.7.1" |
| 1056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1057 | checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" |
| 1058 | dependencies = [ |
| 1059 | "equivalent", |
| 1060 | "hashbrown 0.15.2", |
| 1061 | "serde", |
| 1062 | ] |
| 1063 | |
| 1064 | [[package]] |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 1065 | name = "indoc" |
| 1066 | version = "2.0.5" |
| 1067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1068 | checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" |
| 1069 | |
| 1070 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 1071 | name = "ipnet" |
| 1072 | version = "2.11.0" |
| 1073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1074 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
| 1075 | |
| 1076 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1077 | name = "iri-string" |
| 1078 | version = "0.7.7" |
| 1079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1080 | checksum = "dc0f0a572e8ffe56e2ff4f769f32ffe919282c3916799f8b68688b6030063bea" |
| 1081 | dependencies = [ |
| 1082 | "memchr", |
| 1083 | "serde", |
| 1084 | ] |
| 1085 | |
| 1086 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 1087 | name = "is_terminal_polyfill" |
| 1088 | version = "1.70.1" |
| 1089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1090 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
| 1091 | |
| 1092 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1093 | name = "itoa" |
| 1094 | version = "1.0.14" |
| 1095 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1096 | checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" |
| 1097 | |
| 1098 | [[package]] |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 1099 | name = "jobserver" |
| 1100 | version = "0.1.32" |
| 1101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1102 | checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" |
| 1103 | dependencies = [ |
| 1104 | "libc", |
| 1105 | ] |
| 1106 | |
| 1107 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1108 | name = "js-sys" |
| 1109 | version = "0.3.77" |
| 1110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1111 | checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" |
| 1112 | dependencies = [ |
| 1113 | "once_cell", |
| 1114 | "wasm-bindgen", |
| 1115 | ] |
| 1116 | |
| 1117 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1118 | name = "jsonwebtoken" |
| 1119 | version = "9.3.1" |
| 1120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1121 | checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" |
| 1122 | dependencies = [ |
| 1123 | "base64", |
| 1124 | "js-sys", |
| 1125 | "pem", |
| 1126 | "ring", |
| 1127 | "serde", |
| 1128 | "serde_json", |
| 1129 | "simple_asn1", |
| 1130 | ] |
| 1131 | |
| 1132 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1133 | name = "libc" |
| 1134 | version = "0.2.169" |
| 1135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1136 | checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" |
| 1137 | |
| 1138 | [[package]] |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 1139 | name = "libgit2-sys" |
| 1140 | version = "0.18.0+1.9.0" |
| 1141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1142 | checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec" |
| 1143 | dependencies = [ |
| 1144 | "cc", |
| 1145 | "libc", |
| 1146 | "libssh2-sys", |
| 1147 | "libz-sys", |
| 1148 | "openssl-sys", |
| 1149 | "pkg-config", |
| 1150 | ] |
| 1151 | |
| 1152 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1153 | name = "libredox" |
| 1154 | version = "0.1.3" |
| 1155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1156 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
| 1157 | dependencies = [ |
| 1158 | "bitflags", |
| 1159 | "libc", |
| 1160 | "redox_syscall", |
| 1161 | ] |
| 1162 | |
| 1163 | [[package]] |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 1164 | name = "libssh2-sys" |
| 1165 | version = "0.3.1" |
| 1166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1167 | checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9" |
| 1168 | dependencies = [ |
| 1169 | "cc", |
| 1170 | "libc", |
| 1171 | "libz-sys", |
| 1172 | "openssl-sys", |
| 1173 | "pkg-config", |
| 1174 | "vcpkg", |
| 1175 | ] |
| 1176 | |
| 1177 | [[package]] |
| 1178 | name = "libz-sys" |
| 1179 | version = "1.1.21" |
| 1180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1181 | checksum = "df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa" |
| 1182 | dependencies = [ |
| 1183 | "cc", |
| 1184 | "libc", |
| 1185 | "pkg-config", |
| 1186 | "vcpkg", |
| 1187 | ] |
| 1188 | |
| 1189 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1190 | name = "linux-raw-sys" |
| 1191 | version = "0.4.15" |
| 1192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1193 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| 1194 | |
| 1195 | [[package]] |
| 1196 | name = "litemap" |
| 1197 | version = "0.7.4" |
| 1198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1199 | checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" |
| 1200 | |
| 1201 | [[package]] |
| 1202 | name = "log" |
| 1203 | version = "0.4.25" |
| 1204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1205 | checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" |
| 1206 | |
| 1207 | [[package]] |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 1208 | name = "md5" |
| 1209 | version = "0.7.0" |
| 1210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1211 | checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" |
| 1212 | |
| 1213 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1214 | name = "memchr" |
| 1215 | version = "2.7.4" |
| 1216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1217 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| 1218 | |
| 1219 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1220 | name = "mime" |
| 1221 | version = "0.3.17" |
| 1222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1223 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 1224 | |
| 1225 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1226 | name = "miniz_oxide" |
| 1227 | version = "0.8.4" |
| 1228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1229 | checksum = "b3b1c9bd4fe1f0f8b387f6eb9eb3b4a1aa26185e5750efb9140301703f62cd1b" |
| 1230 | dependencies = [ |
| 1231 | "adler2", |
| 1232 | ] |
| 1233 | |
| 1234 | [[package]] |
| 1235 | name = "mio" |
| 1236 | version = "1.0.3" |
| 1237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1238 | checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" |
| 1239 | dependencies = [ |
| 1240 | "libc", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1241 | "wasi 0.11.0+wasi-snapshot-preview1", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1242 | "windows-sys 0.52.0", |
| 1243 | ] |
| 1244 | |
| 1245 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1246 | name = "native-tls" |
| 1247 | version = "0.2.13" |
| 1248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1249 | checksum = "0dab59f8e050d5df8e4dd87d9206fb6f65a483e20ac9fda365ade4fab353196c" |
| 1250 | dependencies = [ |
| 1251 | "libc", |
| 1252 | "log", |
| 1253 | "openssl", |
| 1254 | "openssl-probe", |
| 1255 | "openssl-sys", |
| 1256 | "schannel", |
| 1257 | "security-framework 2.11.1", |
| 1258 | "security-framework-sys", |
| 1259 | "tempfile", |
| 1260 | ] |
| 1261 | |
| 1262 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 1263 | name = "netlink-packet-core" |
| 1264 | version = "0.7.0" |
| 1265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1266 | checksum = "72724faf704479d67b388da142b186f916188505e7e0b26719019c525882eda4" |
| 1267 | dependencies = [ |
| 1268 | "anyhow", |
| 1269 | "byteorder", |
| 1270 | "netlink-packet-utils", |
| 1271 | ] |
| 1272 | |
| 1273 | [[package]] |
| 1274 | name = "netlink-packet-route" |
| 1275 | version = "0.19.0" |
| 1276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1277 | checksum = "74c171cd77b4ee8c7708da746ce392440cb7bcf618d122ec9ecc607b12938bf4" |
| 1278 | dependencies = [ |
| 1279 | "anyhow", |
| 1280 | "byteorder", |
| 1281 | "libc", |
| 1282 | "log", |
| 1283 | "netlink-packet-core", |
| 1284 | "netlink-packet-utils", |
| 1285 | ] |
| 1286 | |
| 1287 | [[package]] |
| 1288 | name = "netlink-packet-utils" |
| 1289 | version = "0.5.2" |
| 1290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1291 | checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34" |
| 1292 | dependencies = [ |
| 1293 | "anyhow", |
| 1294 | "byteorder", |
| 1295 | "paste", |
| 1296 | "thiserror 1.0.69", |
| 1297 | ] |
| 1298 | |
| 1299 | [[package]] |
| 1300 | name = "netlink-proto" |
| 1301 | version = "0.11.5" |
| 1302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1303 | checksum = "72452e012c2f8d612410d89eea01e2d9b56205274abb35d53f60200b2ec41d60" |
| 1304 | dependencies = [ |
| 1305 | "bytes", |
| 1306 | "futures", |
| 1307 | "log", |
| 1308 | "netlink-packet-core", |
| 1309 | "netlink-sys", |
| 1310 | "thiserror 2.0.11", |
| 1311 | ] |
| 1312 | |
| 1313 | [[package]] |
| 1314 | name = "netlink-sys" |
| 1315 | version = "0.8.7" |
| 1316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1317 | checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23" |
| 1318 | dependencies = [ |
| 1319 | "bytes", |
| 1320 | "futures", |
| 1321 | "libc", |
| 1322 | "log", |
| 1323 | "tokio", |
| 1324 | ] |
| 1325 | |
| 1326 | [[package]] |
| 1327 | name = "nix" |
| 1328 | version = "0.27.1" |
| 1329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1330 | checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" |
| 1331 | dependencies = [ |
| 1332 | "bitflags", |
| 1333 | "cfg-if", |
| 1334 | "libc", |
| 1335 | ] |
| 1336 | |
| 1337 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1338 | name = "num-bigint" |
| 1339 | version = "0.4.6" |
| 1340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1341 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 1342 | dependencies = [ |
| 1343 | "num-integer", |
| 1344 | "num-traits", |
| 1345 | ] |
| 1346 | |
| 1347 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1348 | name = "num-conv" |
| 1349 | version = "0.1.0" |
| 1350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1351 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 1352 | |
| 1353 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1354 | name = "num-integer" |
| 1355 | version = "0.1.46" |
| 1356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1357 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 1358 | dependencies = [ |
| 1359 | "num-traits", |
| 1360 | ] |
| 1361 | |
| 1362 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1363 | name = "num-traits" |
| 1364 | version = "0.2.19" |
| 1365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1366 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1367 | dependencies = [ |
| 1368 | "autocfg", |
| 1369 | ] |
| 1370 | |
| 1371 | [[package]] |
| 1372 | name = "object" |
| 1373 | version = "0.36.7" |
| 1374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1375 | checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| 1376 | dependencies = [ |
| 1377 | "memchr", |
| 1378 | ] |
| 1379 | |
| 1380 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1381 | name = "octocrab" |
| 1382 | version = "0.43.0" |
| 1383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1384 | checksum = "27527d68322f4c603319f7958973db8f9fa4be62c0e3fafe084f5562cf6353df" |
| 1385 | dependencies = [ |
| 1386 | "arc-swap", |
| 1387 | "async-trait", |
| 1388 | "base64", |
| 1389 | "bytes", |
| 1390 | "cfg-if", |
| 1391 | "chrono", |
| 1392 | "either", |
| 1393 | "futures", |
| 1394 | "futures-util", |
| 1395 | "http", |
| 1396 | "http-body", |
| 1397 | "http-body-util", |
| 1398 | "hyper", |
| 1399 | "hyper-rustls", |
| 1400 | "hyper-timeout", |
| 1401 | "hyper-util", |
| 1402 | "jsonwebtoken", |
| 1403 | "once_cell", |
| 1404 | "percent-encoding", |
| 1405 | "pin-project", |
| 1406 | "secrecy", |
| 1407 | "serde", |
| 1408 | "serde_json", |
| 1409 | "serde_path_to_error", |
| 1410 | "serde_urlencoded", |
| 1411 | "snafu", |
| 1412 | "tokio", |
| 1413 | "tower", |
| 1414 | "tower-http", |
| 1415 | "tracing", |
| 1416 | "url", |
| 1417 | "web-time", |
| 1418 | ] |
| 1419 | |
| 1420 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1421 | name = "once_cell" |
| 1422 | version = "1.20.3" |
| 1423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1424 | checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" |
| 1425 | |
| 1426 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1427 | name = "openssl" |
| 1428 | version = "0.10.71" |
| 1429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1430 | checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd" |
| 1431 | dependencies = [ |
| 1432 | "bitflags", |
| 1433 | "cfg-if", |
| 1434 | "foreign-types", |
| 1435 | "libc", |
| 1436 | "once_cell", |
| 1437 | "openssl-macros", |
| 1438 | "openssl-sys", |
| 1439 | ] |
| 1440 | |
| 1441 | [[package]] |
| 1442 | name = "openssl-macros" |
| 1443 | version = "0.1.1" |
| 1444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1445 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| 1446 | dependencies = [ |
| 1447 | "proc-macro2", |
| 1448 | "quote", |
| 1449 | "syn", |
| 1450 | ] |
| 1451 | |
| 1452 | [[package]] |
| 1453 | name = "openssl-probe" |
| 1454 | version = "0.1.6" |
| 1455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1456 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
| 1457 | |
| 1458 | [[package]] |
| 1459 | name = "openssl-src" |
| 1460 | version = "300.4.2+3.4.1" |
| 1461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1462 | checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2" |
| 1463 | dependencies = [ |
| 1464 | "cc", |
| 1465 | ] |
| 1466 | |
| 1467 | [[package]] |
| 1468 | name = "openssl-sys" |
| 1469 | version = "0.9.106" |
| 1470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1471 | checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd" |
| 1472 | dependencies = [ |
| 1473 | "cc", |
| 1474 | "libc", |
| 1475 | "openssl-src", |
| 1476 | "pkg-config", |
| 1477 | "vcpkg", |
| 1478 | ] |
| 1479 | |
| 1480 | [[package]] |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 1481 | name = "option-ext" |
| 1482 | version = "0.2.0" |
| 1483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1484 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 1485 | |
| 1486 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 1487 | name = "ovsinit" |
| 1488 | version = "0.1.0" |
| 1489 | dependencies = [ |
| 1490 | "clap", |
| 1491 | "env_logger", |
| 1492 | "futures", |
| 1493 | "futures-util", |
| 1494 | "ipnet", |
| 1495 | "libc", |
| 1496 | "log", |
| 1497 | "netlink-packet-route", |
| 1498 | "rtnetlink", |
| 1499 | "serde", |
| 1500 | "serde_json", |
| 1501 | "thiserror 2.0.11", |
| 1502 | "tokio", |
| 1503 | ] |
| 1504 | |
| 1505 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1506 | name = "passwd" |
| 1507 | version = "0.1.0" |
| 1508 | dependencies = [ |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 1509 | "thiserror 2.0.11", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1510 | ] |
| 1511 | |
| 1512 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 1513 | name = "paste" |
| 1514 | version = "1.0.15" |
| 1515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1516 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| 1517 | |
| 1518 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1519 | name = "pem" |
| 1520 | version = "3.0.4" |
| 1521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1522 | checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" |
| 1523 | dependencies = [ |
| 1524 | "base64", |
| 1525 | "serde", |
| 1526 | ] |
| 1527 | |
| 1528 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1529 | name = "percent-encoding" |
| 1530 | version = "2.3.1" |
| 1531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1532 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| 1533 | |
| 1534 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1535 | name = "pin-project" |
| 1536 | version = "1.1.9" |
| 1537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1538 | checksum = "dfe2e71e1471fe07709406bf725f710b02927c9c54b2b5b2ec0e8087d97c327d" |
| 1539 | dependencies = [ |
| 1540 | "pin-project-internal", |
| 1541 | ] |
| 1542 | |
| 1543 | [[package]] |
| 1544 | name = "pin-project-internal" |
| 1545 | version = "1.1.9" |
| 1546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1547 | checksum = "f6e859e6e5bd50440ab63c47e3ebabc90f26251f7c73c3d3e837b74a1cc3fa67" |
| 1548 | dependencies = [ |
| 1549 | "proc-macro2", |
| 1550 | "quote", |
| 1551 | "syn", |
| 1552 | ] |
| 1553 | |
| 1554 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1555 | name = "pin-project-lite" |
| 1556 | version = "0.2.16" |
| 1557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1558 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 1559 | |
| 1560 | [[package]] |
| 1561 | name = "pin-utils" |
| 1562 | version = "0.1.0" |
| 1563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1564 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1565 | |
| 1566 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1567 | name = "pkg-config" |
| 1568 | version = "0.3.31" |
| 1569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1570 | checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" |
| 1571 | |
| 1572 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1573 | name = "powerfmt" |
| 1574 | version = "0.2.0" |
| 1575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1576 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 1577 | |
| 1578 | [[package]] |
| 1579 | name = "ppv-lite86" |
| 1580 | version = "0.2.20" |
| 1581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1582 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
| 1583 | dependencies = [ |
| 1584 | "zerocopy", |
| 1585 | ] |
| 1586 | |
| 1587 | [[package]] |
| 1588 | name = "proc-macro2" |
| 1589 | version = "1.0.93" |
| 1590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1591 | checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" |
| 1592 | dependencies = [ |
| 1593 | "unicode-ident", |
| 1594 | ] |
| 1595 | |
| 1596 | [[package]] |
| 1597 | name = "quote" |
| 1598 | version = "1.0.38" |
| 1599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1600 | checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" |
| 1601 | dependencies = [ |
| 1602 | "proc-macro2", |
| 1603 | ] |
| 1604 | |
| 1605 | [[package]] |
| 1606 | name = "rand" |
| 1607 | version = "0.8.5" |
| 1608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1609 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 1610 | dependencies = [ |
| 1611 | "libc", |
| 1612 | "rand_chacha", |
| 1613 | "rand_core", |
| 1614 | ] |
| 1615 | |
| 1616 | [[package]] |
| 1617 | name = "rand_chacha" |
| 1618 | version = "0.3.1" |
| 1619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1620 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 1621 | dependencies = [ |
| 1622 | "ppv-lite86", |
| 1623 | "rand_core", |
| 1624 | ] |
| 1625 | |
| 1626 | [[package]] |
| 1627 | name = "rand_core" |
| 1628 | version = "0.6.4" |
| 1629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1630 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 1631 | dependencies = [ |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1632 | "getrandom 0.2.15", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1633 | ] |
| 1634 | |
| 1635 | [[package]] |
| 1636 | name = "redox_syscall" |
| 1637 | version = "0.5.8" |
| 1638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1639 | checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" |
| 1640 | dependencies = [ |
| 1641 | "bitflags", |
| 1642 | ] |
| 1643 | |
| 1644 | [[package]] |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 1645 | name = "redox_users" |
| 1646 | version = "0.4.6" |
| 1647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1648 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| 1649 | dependencies = [ |
| 1650 | "getrandom 0.2.15", |
| 1651 | "libredox", |
| 1652 | "thiserror 1.0.69", |
| 1653 | ] |
| 1654 | |
| 1655 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 1656 | name = "regex" |
| 1657 | version = "1.11.1" |
| 1658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1659 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
| 1660 | dependencies = [ |
| 1661 | "aho-corasick", |
| 1662 | "memchr", |
| 1663 | "regex-automata", |
| 1664 | "regex-syntax", |
| 1665 | ] |
| 1666 | |
| 1667 | [[package]] |
| 1668 | name = "regex-automata" |
| 1669 | version = "0.4.9" |
| 1670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1671 | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
| 1672 | dependencies = [ |
| 1673 | "aho-corasick", |
| 1674 | "memchr", |
| 1675 | "regex-syntax", |
| 1676 | ] |
| 1677 | |
| 1678 | [[package]] |
| 1679 | name = "regex-syntax" |
| 1680 | version = "0.8.5" |
| 1681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1682 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
| 1683 | |
| 1684 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1685 | name = "reqwest" |
| 1686 | version = "0.12.12" |
| 1687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1688 | checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" |
| 1689 | dependencies = [ |
| 1690 | "base64", |
| 1691 | "bytes", |
| 1692 | "encoding_rs", |
| 1693 | "futures-core", |
| 1694 | "futures-util", |
| 1695 | "h2", |
| 1696 | "http", |
| 1697 | "http-body", |
| 1698 | "http-body-util", |
| 1699 | "hyper", |
| 1700 | "hyper-rustls", |
| 1701 | "hyper-tls", |
| 1702 | "hyper-util", |
| 1703 | "ipnet", |
| 1704 | "js-sys", |
| 1705 | "log", |
| 1706 | "mime", |
| 1707 | "native-tls", |
| 1708 | "once_cell", |
| 1709 | "percent-encoding", |
| 1710 | "pin-project-lite", |
| 1711 | "rustls-pemfile", |
| 1712 | "serde", |
| 1713 | "serde_json", |
| 1714 | "serde_urlencoded", |
| 1715 | "sync_wrapper", |
| 1716 | "system-configuration", |
| 1717 | "tokio", |
| 1718 | "tokio-native-tls", |
| 1719 | "tower", |
| 1720 | "tower-service", |
| 1721 | "url", |
| 1722 | "wasm-bindgen", |
| 1723 | "wasm-bindgen-futures", |
| 1724 | "web-sys", |
| 1725 | "windows-registry", |
| 1726 | ] |
| 1727 | |
| 1728 | [[package]] |
| 1729 | name = "ring" |
| 1730 | version = "0.17.9" |
| 1731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1732 | checksum = "e75ec5e92c4d8aede845126adc388046234541629e76029599ed35a003c7ed24" |
| 1733 | dependencies = [ |
| 1734 | "cc", |
| 1735 | "cfg-if", |
| 1736 | "getrandom 0.2.15", |
| 1737 | "libc", |
| 1738 | "untrusted", |
| 1739 | "windows-sys 0.52.0", |
| 1740 | ] |
| 1741 | |
| 1742 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 1743 | name = "rtnetlink" |
| 1744 | version = "0.14.1" |
| 1745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1746 | checksum = "b684475344d8df1859ddb2d395dd3dac4f8f3422a1aa0725993cb375fc5caba5" |
| 1747 | dependencies = [ |
| 1748 | "futures", |
| 1749 | "log", |
| 1750 | "netlink-packet-core", |
| 1751 | "netlink-packet-route", |
| 1752 | "netlink-packet-utils", |
| 1753 | "netlink-proto", |
| 1754 | "netlink-sys", |
| 1755 | "nix", |
| 1756 | "thiserror 1.0.69", |
| 1757 | "tokio", |
| 1758 | ] |
| 1759 | |
| 1760 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1761 | name = "rustainers" |
| 1762 | version = "0.1.0" |
| 1763 | dependencies = [ |
| 1764 | "bollard", |
| 1765 | "bytes", |
| 1766 | "futures-util", |
| 1767 | "passwd", |
| 1768 | "rand", |
| 1769 | "tar", |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 1770 | "thiserror 2.0.11", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1771 | "tokio", |
| 1772 | ] |
| 1773 | |
| 1774 | [[package]] |
| 1775 | name = "rustc-demangle" |
| 1776 | version = "0.1.24" |
| 1777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1778 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
| 1779 | |
| 1780 | [[package]] |
| 1781 | name = "rustix" |
| 1782 | version = "0.38.44" |
| 1783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1784 | checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| 1785 | dependencies = [ |
| 1786 | "bitflags", |
| 1787 | "errno", |
| 1788 | "libc", |
| 1789 | "linux-raw-sys", |
| 1790 | "windows-sys 0.59.0", |
| 1791 | ] |
| 1792 | |
| 1793 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1794 | name = "rustls" |
| 1795 | version = "0.23.23" |
| 1796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1797 | checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395" |
| 1798 | dependencies = [ |
| 1799 | "log", |
| 1800 | "once_cell", |
| 1801 | "ring", |
| 1802 | "rustls-pki-types", |
| 1803 | "rustls-webpki", |
| 1804 | "subtle", |
| 1805 | "zeroize", |
| 1806 | ] |
| 1807 | |
| 1808 | [[package]] |
| 1809 | name = "rustls-native-certs" |
| 1810 | version = "0.8.1" |
| 1811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1812 | checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" |
| 1813 | dependencies = [ |
| 1814 | "openssl-probe", |
| 1815 | "rustls-pki-types", |
| 1816 | "schannel", |
| 1817 | "security-framework 3.2.0", |
| 1818 | ] |
| 1819 | |
| 1820 | [[package]] |
| 1821 | name = "rustls-pemfile" |
| 1822 | version = "2.2.0" |
| 1823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1824 | checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" |
| 1825 | dependencies = [ |
| 1826 | "rustls-pki-types", |
| 1827 | ] |
| 1828 | |
| 1829 | [[package]] |
| 1830 | name = "rustls-pki-types" |
| 1831 | version = "1.11.0" |
| 1832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1833 | checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" |
| 1834 | |
| 1835 | [[package]] |
| 1836 | name = "rustls-webpki" |
| 1837 | version = "0.102.8" |
| 1838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1839 | checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" |
| 1840 | dependencies = [ |
| 1841 | "ring", |
| 1842 | "rustls-pki-types", |
| 1843 | "untrusted", |
| 1844 | ] |
| 1845 | |
| 1846 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1847 | name = "rustversion" |
| 1848 | version = "1.0.19" |
| 1849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1850 | checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" |
| 1851 | |
| 1852 | [[package]] |
| 1853 | name = "ryu" |
| 1854 | version = "1.0.19" |
| 1855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1856 | checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" |
| 1857 | |
| 1858 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1859 | name = "schannel" |
| 1860 | version = "0.1.27" |
| 1861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1862 | checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" |
| 1863 | dependencies = [ |
| 1864 | "windows-sys 0.59.0", |
| 1865 | ] |
| 1866 | |
| 1867 | [[package]] |
| 1868 | name = "secrecy" |
| 1869 | version = "0.10.3" |
| 1870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1871 | checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" |
| 1872 | dependencies = [ |
| 1873 | "zeroize", |
| 1874 | ] |
| 1875 | |
| 1876 | [[package]] |
| 1877 | name = "security-framework" |
| 1878 | version = "2.11.1" |
| 1879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1880 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
| 1881 | dependencies = [ |
| 1882 | "bitflags", |
| 1883 | "core-foundation 0.9.4", |
| 1884 | "core-foundation-sys", |
| 1885 | "libc", |
| 1886 | "security-framework-sys", |
| 1887 | ] |
| 1888 | |
| 1889 | [[package]] |
| 1890 | name = "security-framework" |
| 1891 | version = "3.2.0" |
| 1892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1893 | checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" |
| 1894 | dependencies = [ |
| 1895 | "bitflags", |
| 1896 | "core-foundation 0.10.0", |
| 1897 | "core-foundation-sys", |
| 1898 | "libc", |
| 1899 | "security-framework-sys", |
| 1900 | ] |
| 1901 | |
| 1902 | [[package]] |
| 1903 | name = "security-framework-sys" |
| 1904 | version = "2.14.0" |
| 1905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1906 | checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" |
| 1907 | dependencies = [ |
| 1908 | "core-foundation-sys", |
| 1909 | "libc", |
| 1910 | ] |
| 1911 | |
| 1912 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1913 | name = "serde" |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 1914 | version = "1.0.218" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 1916 | checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1917 | dependencies = [ |
| 1918 | "serde_derive", |
| 1919 | ] |
| 1920 | |
| 1921 | [[package]] |
| 1922 | name = "serde_derive" |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 1923 | version = "1.0.218" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 1925 | checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1926 | dependencies = [ |
| 1927 | "proc-macro2", |
| 1928 | "quote", |
| 1929 | "syn", |
| 1930 | ] |
| 1931 | |
| 1932 | [[package]] |
| 1933 | name = "serde_json" |
| 1934 | version = "1.0.138" |
| 1935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1936 | checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" |
| 1937 | dependencies = [ |
| 1938 | "itoa", |
| 1939 | "memchr", |
| 1940 | "ryu", |
| 1941 | "serde", |
| 1942 | ] |
| 1943 | |
| 1944 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 1945 | name = "serde_path_to_error" |
| 1946 | version = "0.1.16" |
| 1947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1948 | checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" |
| 1949 | dependencies = [ |
| 1950 | "itoa", |
| 1951 | "serde", |
| 1952 | ] |
| 1953 | |
| 1954 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 1955 | name = "serde_repr" |
| 1956 | version = "0.1.19" |
| 1957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1958 | checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" |
| 1959 | dependencies = [ |
| 1960 | "proc-macro2", |
| 1961 | "quote", |
| 1962 | "syn", |
| 1963 | ] |
| 1964 | |
| 1965 | [[package]] |
| 1966 | name = "serde_urlencoded" |
| 1967 | version = "0.7.1" |
| 1968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1969 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 1970 | dependencies = [ |
| 1971 | "form_urlencoded", |
| 1972 | "itoa", |
| 1973 | "ryu", |
| 1974 | "serde", |
| 1975 | ] |
| 1976 | |
| 1977 | [[package]] |
| 1978 | name = "serde_with" |
| 1979 | version = "3.12.0" |
| 1980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1981 | checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" |
| 1982 | dependencies = [ |
| 1983 | "base64", |
| 1984 | "chrono", |
| 1985 | "hex", |
| 1986 | "indexmap 1.9.3", |
| 1987 | "indexmap 2.7.1", |
| 1988 | "serde", |
| 1989 | "serde_derive", |
| 1990 | "serde_json", |
| 1991 | "time", |
| 1992 | ] |
| 1993 | |
| 1994 | [[package]] |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 1995 | name = "shellexpand" |
| 1996 | version = "3.1.0" |
| 1997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1998 | checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" |
| 1999 | dependencies = [ |
| 2000 | "dirs", |
| 2001 | ] |
| 2002 | |
| 2003 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2004 | name = "shlex" |
| 2005 | version = "1.3.0" |
| 2006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2007 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 2008 | |
| 2009 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2010 | name = "simple_asn1" |
| 2011 | version = "0.6.3" |
| 2012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2013 | checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" |
| 2014 | dependencies = [ |
| 2015 | "num-bigint", |
| 2016 | "num-traits", |
| 2017 | "thiserror 2.0.11", |
| 2018 | "time", |
| 2019 | ] |
| 2020 | |
| 2021 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2022 | name = "slab" |
| 2023 | version = "0.4.9" |
| 2024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2025 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
| 2026 | dependencies = [ |
| 2027 | "autocfg", |
| 2028 | ] |
| 2029 | |
| 2030 | [[package]] |
| 2031 | name = "smallvec" |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2032 | version = "1.14.0" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2034 | checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" |
| 2035 | |
| 2036 | [[package]] |
| 2037 | name = "snafu" |
| 2038 | version = "0.8.5" |
| 2039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2040 | checksum = "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019" |
| 2041 | dependencies = [ |
| 2042 | "snafu-derive", |
| 2043 | ] |
| 2044 | |
| 2045 | [[package]] |
| 2046 | name = "snafu-derive" |
| 2047 | version = "0.8.5" |
| 2048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2049 | checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917" |
| 2050 | dependencies = [ |
| 2051 | "heck", |
| 2052 | "proc-macro2", |
| 2053 | "quote", |
| 2054 | "syn", |
| 2055 | ] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2056 | |
| 2057 | [[package]] |
| 2058 | name = "socket2" |
| 2059 | version = "0.5.8" |
| 2060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2061 | checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" |
| 2062 | dependencies = [ |
| 2063 | "libc", |
| 2064 | "windows-sys 0.52.0", |
| 2065 | ] |
| 2066 | |
| 2067 | [[package]] |
| 2068 | name = "stable_deref_trait" |
| 2069 | version = "1.2.0" |
| 2070 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2071 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| 2072 | |
| 2073 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 2074 | name = "strsim" |
| 2075 | version = "0.11.1" |
| 2076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2077 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 2078 | |
| 2079 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2080 | name = "subtle" |
| 2081 | version = "2.6.1" |
| 2082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2083 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 2084 | |
| 2085 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2086 | name = "syn" |
| 2087 | version = "2.0.98" |
| 2088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2089 | checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" |
| 2090 | dependencies = [ |
| 2091 | "proc-macro2", |
| 2092 | "quote", |
| 2093 | "unicode-ident", |
| 2094 | ] |
| 2095 | |
| 2096 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2097 | name = "sync_wrapper" |
| 2098 | version = "1.0.2" |
| 2099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2100 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 2101 | dependencies = [ |
| 2102 | "futures-core", |
| 2103 | ] |
| 2104 | |
| 2105 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2106 | name = "synstructure" |
| 2107 | version = "0.13.1" |
| 2108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2109 | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
| 2110 | dependencies = [ |
| 2111 | "proc-macro2", |
| 2112 | "quote", |
| 2113 | "syn", |
| 2114 | ] |
| 2115 | |
| 2116 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2117 | name = "system-configuration" |
| 2118 | version = "0.6.1" |
| 2119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2120 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" |
| 2121 | dependencies = [ |
| 2122 | "bitflags", |
| 2123 | "core-foundation 0.9.4", |
| 2124 | "system-configuration-sys", |
| 2125 | ] |
| 2126 | |
| 2127 | [[package]] |
| 2128 | name = "system-configuration-sys" |
| 2129 | version = "0.6.0" |
| 2130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2131 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" |
| 2132 | dependencies = [ |
| 2133 | "core-foundation-sys", |
| 2134 | "libc", |
| 2135 | ] |
| 2136 | |
| 2137 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2138 | name = "tar" |
| 2139 | version = "0.4.43" |
| 2140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2141 | checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" |
| 2142 | dependencies = [ |
| 2143 | "filetime", |
| 2144 | "libc", |
| 2145 | "xattr", |
| 2146 | ] |
| 2147 | |
| 2148 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2149 | name = "tempfile" |
| 2150 | version = "3.17.1" |
| 2151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2152 | checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230" |
| 2153 | dependencies = [ |
| 2154 | "cfg-if", |
| 2155 | "fastrand", |
| 2156 | "getrandom 0.3.1", |
| 2157 | "once_cell", |
| 2158 | "rustix", |
| 2159 | "windows-sys 0.59.0", |
| 2160 | ] |
| 2161 | |
| 2162 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2163 | name = "thiserror" |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 2164 | version = "1.0.69" |
| 2165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2166 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 2167 | dependencies = [ |
| 2168 | "thiserror-impl 1.0.69", |
| 2169 | ] |
| 2170 | |
| 2171 | [[package]] |
| 2172 | name = "thiserror" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2173 | version = "2.0.11" |
| 2174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2175 | checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" |
| 2176 | dependencies = [ |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 2177 | "thiserror-impl 2.0.11", |
| 2178 | ] |
| 2179 | |
| 2180 | [[package]] |
| 2181 | name = "thiserror-impl" |
| 2182 | version = "1.0.69" |
| 2183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2184 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 2185 | dependencies = [ |
| 2186 | "proc-macro2", |
| 2187 | "quote", |
| 2188 | "syn", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2189 | ] |
| 2190 | |
| 2191 | [[package]] |
| 2192 | name = "thiserror-impl" |
| 2193 | version = "2.0.11" |
| 2194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2195 | checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" |
| 2196 | dependencies = [ |
| 2197 | "proc-macro2", |
| 2198 | "quote", |
| 2199 | "syn", |
| 2200 | ] |
| 2201 | |
| 2202 | [[package]] |
| 2203 | name = "time" |
| 2204 | version = "0.3.37" |
| 2205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2206 | checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" |
| 2207 | dependencies = [ |
| 2208 | "deranged", |
| 2209 | "itoa", |
| 2210 | "num-conv", |
| 2211 | "powerfmt", |
| 2212 | "serde", |
| 2213 | "time-core", |
| 2214 | "time-macros", |
| 2215 | ] |
| 2216 | |
| 2217 | [[package]] |
| 2218 | name = "time-core" |
| 2219 | version = "0.1.2" |
| 2220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2221 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
| 2222 | |
| 2223 | [[package]] |
| 2224 | name = "time-macros" |
| 2225 | version = "0.2.19" |
| 2226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2227 | checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" |
| 2228 | dependencies = [ |
| 2229 | "num-conv", |
| 2230 | "time-core", |
| 2231 | ] |
| 2232 | |
| 2233 | [[package]] |
| 2234 | name = "tinystr" |
| 2235 | version = "0.7.6" |
| 2236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2237 | checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
| 2238 | dependencies = [ |
| 2239 | "displaydoc", |
| 2240 | "zerovec", |
| 2241 | ] |
| 2242 | |
| 2243 | [[package]] |
| 2244 | name = "tokio" |
| 2245 | version = "1.43.0" |
| 2246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2247 | checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" |
| 2248 | dependencies = [ |
| 2249 | "backtrace", |
| 2250 | "bytes", |
| 2251 | "libc", |
| 2252 | "mio", |
| 2253 | "pin-project-lite", |
| 2254 | "socket2", |
| 2255 | "tokio-macros", |
| 2256 | "windows-sys 0.52.0", |
| 2257 | ] |
| 2258 | |
| 2259 | [[package]] |
| 2260 | name = "tokio-macros" |
| 2261 | version = "2.5.0" |
| 2262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2263 | checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
| 2264 | dependencies = [ |
| 2265 | "proc-macro2", |
| 2266 | "quote", |
| 2267 | "syn", |
| 2268 | ] |
| 2269 | |
| 2270 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2271 | name = "tokio-native-tls" |
| 2272 | version = "0.3.1" |
| 2273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2274 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
| 2275 | dependencies = [ |
| 2276 | "native-tls", |
| 2277 | "tokio", |
| 2278 | ] |
| 2279 | |
| 2280 | [[package]] |
| 2281 | name = "tokio-rustls" |
| 2282 | version = "0.26.1" |
| 2283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2284 | checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" |
| 2285 | dependencies = [ |
| 2286 | "rustls", |
| 2287 | "tokio", |
| 2288 | ] |
| 2289 | |
| 2290 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2291 | name = "tokio-util" |
| 2292 | version = "0.7.13" |
| 2293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2294 | checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" |
| 2295 | dependencies = [ |
| 2296 | "bytes", |
| 2297 | "futures-core", |
| 2298 | "futures-sink", |
| 2299 | "pin-project-lite", |
| 2300 | "tokio", |
| 2301 | ] |
| 2302 | |
| 2303 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2304 | name = "tower" |
| 2305 | version = "0.5.2" |
| 2306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2307 | checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" |
| 2308 | dependencies = [ |
| 2309 | "futures-core", |
| 2310 | "futures-util", |
| 2311 | "pin-project-lite", |
| 2312 | "sync_wrapper", |
| 2313 | "tokio", |
| 2314 | "tokio-util", |
| 2315 | "tower-layer", |
| 2316 | "tower-service", |
| 2317 | "tracing", |
| 2318 | ] |
| 2319 | |
| 2320 | [[package]] |
| 2321 | name = "tower-http" |
| 2322 | version = "0.6.2" |
| 2323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2324 | checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" |
| 2325 | dependencies = [ |
| 2326 | "bitflags", |
| 2327 | "bytes", |
| 2328 | "futures-util", |
| 2329 | "http", |
| 2330 | "http-body", |
| 2331 | "iri-string", |
| 2332 | "pin-project-lite", |
| 2333 | "tower", |
| 2334 | "tower-layer", |
| 2335 | "tower-service", |
| 2336 | "tracing", |
| 2337 | ] |
| 2338 | |
| 2339 | [[package]] |
| 2340 | name = "tower-layer" |
| 2341 | version = "0.3.3" |
| 2342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2343 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 2344 | |
| 2345 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2346 | name = "tower-service" |
| 2347 | version = "0.3.3" |
| 2348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2349 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 2350 | |
| 2351 | [[package]] |
| 2352 | name = "tracing" |
| 2353 | version = "0.1.41" |
| 2354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2355 | checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
| 2356 | dependencies = [ |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2357 | "log", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2358 | "pin-project-lite", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2359 | "tracing-attributes", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2360 | "tracing-core", |
| 2361 | ] |
| 2362 | |
| 2363 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2364 | name = "tracing-attributes" |
| 2365 | version = "0.1.28" |
| 2366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2367 | checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" |
| 2368 | dependencies = [ |
| 2369 | "proc-macro2", |
| 2370 | "quote", |
| 2371 | "syn", |
| 2372 | ] |
| 2373 | |
| 2374 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2375 | name = "tracing-core" |
| 2376 | version = "0.1.33" |
| 2377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2378 | checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" |
| 2379 | dependencies = [ |
| 2380 | "once_cell", |
| 2381 | ] |
| 2382 | |
| 2383 | [[package]] |
| 2384 | name = "try-lock" |
| 2385 | version = "0.2.5" |
| 2386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2387 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 2388 | |
| 2389 | [[package]] |
| 2390 | name = "unicode-ident" |
| 2391 | version = "1.0.16" |
| 2392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2393 | checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" |
| 2394 | |
| 2395 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2396 | name = "untrusted" |
| 2397 | version = "0.9.0" |
| 2398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2399 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 2400 | |
| 2401 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2402 | name = "url" |
| 2403 | version = "2.5.4" |
| 2404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2405 | checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
| 2406 | dependencies = [ |
| 2407 | "form_urlencoded", |
| 2408 | "idna", |
| 2409 | "percent-encoding", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2410 | "serde", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2411 | ] |
| 2412 | |
| 2413 | [[package]] |
| 2414 | name = "utf16_iter" |
| 2415 | version = "1.0.5" |
| 2416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2417 | checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" |
| 2418 | |
| 2419 | [[package]] |
| 2420 | name = "utf8_iter" |
| 2421 | version = "1.0.4" |
| 2422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2423 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 2424 | |
| 2425 | [[package]] |
Mohammed Naser | 35cb589 | 2025-02-16 13:18:14 -0500 | [diff] [blame] | 2426 | name = "utf8parse" |
| 2427 | version = "0.2.2" |
| 2428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2429 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 2430 | |
| 2431 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2432 | name = "vcpkg" |
| 2433 | version = "0.2.15" |
| 2434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2435 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 2436 | |
| 2437 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2438 | name = "want" |
| 2439 | version = "0.3.1" |
| 2440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2441 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 2442 | dependencies = [ |
| 2443 | "try-lock", |
| 2444 | ] |
| 2445 | |
| 2446 | [[package]] |
| 2447 | name = "wasi" |
| 2448 | version = "0.11.0+wasi-snapshot-preview1" |
| 2449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2450 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 2451 | |
| 2452 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2453 | name = "wasi" |
| 2454 | version = "0.13.3+wasi-0.2.2" |
| 2455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2456 | checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" |
| 2457 | dependencies = [ |
| 2458 | "wit-bindgen-rt", |
| 2459 | ] |
| 2460 | |
| 2461 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2462 | name = "wasm-bindgen" |
| 2463 | version = "0.2.100" |
| 2464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2465 | checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" |
| 2466 | dependencies = [ |
| 2467 | "cfg-if", |
| 2468 | "once_cell", |
| 2469 | "rustversion", |
| 2470 | "wasm-bindgen-macro", |
| 2471 | ] |
| 2472 | |
| 2473 | [[package]] |
| 2474 | name = "wasm-bindgen-backend" |
| 2475 | version = "0.2.100" |
| 2476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2477 | checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" |
| 2478 | dependencies = [ |
| 2479 | "bumpalo", |
| 2480 | "log", |
| 2481 | "proc-macro2", |
| 2482 | "quote", |
| 2483 | "syn", |
| 2484 | "wasm-bindgen-shared", |
| 2485 | ] |
| 2486 | |
| 2487 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2488 | name = "wasm-bindgen-futures" |
| 2489 | version = "0.4.50" |
| 2490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2491 | checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" |
| 2492 | dependencies = [ |
| 2493 | "cfg-if", |
| 2494 | "js-sys", |
| 2495 | "once_cell", |
| 2496 | "wasm-bindgen", |
| 2497 | "web-sys", |
| 2498 | ] |
| 2499 | |
| 2500 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2501 | name = "wasm-bindgen-macro" |
| 2502 | version = "0.2.100" |
| 2503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2504 | checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" |
| 2505 | dependencies = [ |
| 2506 | "quote", |
| 2507 | "wasm-bindgen-macro-support", |
| 2508 | ] |
| 2509 | |
| 2510 | [[package]] |
| 2511 | name = "wasm-bindgen-macro-support" |
| 2512 | version = "0.2.100" |
| 2513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2514 | checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" |
| 2515 | dependencies = [ |
| 2516 | "proc-macro2", |
| 2517 | "quote", |
| 2518 | "syn", |
| 2519 | "wasm-bindgen-backend", |
| 2520 | "wasm-bindgen-shared", |
| 2521 | ] |
| 2522 | |
| 2523 | [[package]] |
| 2524 | name = "wasm-bindgen-shared" |
| 2525 | version = "0.2.100" |
| 2526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2527 | checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" |
| 2528 | dependencies = [ |
| 2529 | "unicode-ident", |
| 2530 | ] |
| 2531 | |
| 2532 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2533 | name = "web-sys" |
| 2534 | version = "0.3.77" |
| 2535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2536 | checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" |
| 2537 | dependencies = [ |
| 2538 | "js-sys", |
| 2539 | "wasm-bindgen", |
| 2540 | ] |
| 2541 | |
| 2542 | [[package]] |
| 2543 | name = "web-time" |
| 2544 | version = "1.1.0" |
| 2545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2546 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 2547 | dependencies = [ |
| 2548 | "js-sys", |
| 2549 | "serde", |
| 2550 | "wasm-bindgen", |
| 2551 | ] |
| 2552 | |
| 2553 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2554 | name = "winapi" |
| 2555 | version = "0.3.9" |
| 2556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2557 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 2558 | dependencies = [ |
| 2559 | "winapi-i686-pc-windows-gnu", |
| 2560 | "winapi-x86_64-pc-windows-gnu", |
| 2561 | ] |
| 2562 | |
| 2563 | [[package]] |
| 2564 | name = "winapi-i686-pc-windows-gnu" |
| 2565 | version = "0.4.0" |
| 2566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2567 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 2568 | |
| 2569 | [[package]] |
| 2570 | name = "winapi-x86_64-pc-windows-gnu" |
| 2571 | version = "0.4.0" |
| 2572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2573 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 2574 | |
| 2575 | [[package]] |
| 2576 | name = "windows-core" |
| 2577 | version = "0.52.0" |
| 2578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2579 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| 2580 | dependencies = [ |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2581 | "windows-targets 0.52.6", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2582 | ] |
| 2583 | |
| 2584 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2585 | name = "windows-registry" |
| 2586 | version = "0.2.0" |
| 2587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2588 | checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" |
| 2589 | dependencies = [ |
| 2590 | "windows-result", |
| 2591 | "windows-strings", |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2592 | "windows-targets 0.52.6", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2593 | ] |
| 2594 | |
| 2595 | [[package]] |
| 2596 | name = "windows-result" |
| 2597 | version = "0.2.0" |
| 2598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2599 | checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" |
| 2600 | dependencies = [ |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2601 | "windows-targets 0.52.6", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2602 | ] |
| 2603 | |
| 2604 | [[package]] |
| 2605 | name = "windows-strings" |
| 2606 | version = "0.1.0" |
| 2607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2608 | checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" |
| 2609 | dependencies = [ |
| 2610 | "windows-result", |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2611 | "windows-targets 0.52.6", |
| 2612 | ] |
| 2613 | |
| 2614 | [[package]] |
| 2615 | name = "windows-sys" |
| 2616 | version = "0.48.0" |
| 2617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2618 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 2619 | dependencies = [ |
| 2620 | "windows-targets 0.48.5", |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2621 | ] |
| 2622 | |
| 2623 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2624 | name = "windows-sys" |
| 2625 | version = "0.52.0" |
| 2626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2627 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 2628 | dependencies = [ |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2629 | "windows-targets 0.52.6", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2630 | ] |
| 2631 | |
| 2632 | [[package]] |
| 2633 | name = "windows-sys" |
| 2634 | version = "0.59.0" |
| 2635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2636 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 2637 | dependencies = [ |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2638 | "windows-targets 0.52.6", |
| 2639 | ] |
| 2640 | |
| 2641 | [[package]] |
| 2642 | name = "windows-targets" |
| 2643 | version = "0.48.5" |
| 2644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2645 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 2646 | dependencies = [ |
| 2647 | "windows_aarch64_gnullvm 0.48.5", |
| 2648 | "windows_aarch64_msvc 0.48.5", |
| 2649 | "windows_i686_gnu 0.48.5", |
| 2650 | "windows_i686_msvc 0.48.5", |
| 2651 | "windows_x86_64_gnu 0.48.5", |
| 2652 | "windows_x86_64_gnullvm 0.48.5", |
| 2653 | "windows_x86_64_msvc 0.48.5", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2654 | ] |
| 2655 | |
| 2656 | [[package]] |
| 2657 | name = "windows-targets" |
| 2658 | version = "0.52.6" |
| 2659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2660 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 2661 | dependencies = [ |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2662 | "windows_aarch64_gnullvm 0.52.6", |
| 2663 | "windows_aarch64_msvc 0.52.6", |
| 2664 | "windows_i686_gnu 0.52.6", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2665 | "windows_i686_gnullvm", |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2666 | "windows_i686_msvc 0.52.6", |
| 2667 | "windows_x86_64_gnu 0.52.6", |
| 2668 | "windows_x86_64_gnullvm 0.52.6", |
| 2669 | "windows_x86_64_msvc 0.52.6", |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2670 | ] |
| 2671 | |
| 2672 | [[package]] |
| 2673 | name = "windows_aarch64_gnullvm" |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2674 | version = "0.48.5" |
| 2675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2676 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 2677 | |
| 2678 | [[package]] |
| 2679 | name = "windows_aarch64_gnullvm" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2680 | version = "0.52.6" |
| 2681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2682 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 2683 | |
| 2684 | [[package]] |
| 2685 | name = "windows_aarch64_msvc" |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2686 | version = "0.48.5" |
| 2687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2688 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 2689 | |
| 2690 | [[package]] |
| 2691 | name = "windows_aarch64_msvc" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2692 | version = "0.52.6" |
| 2693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2694 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 2695 | |
| 2696 | [[package]] |
| 2697 | name = "windows_i686_gnu" |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2698 | version = "0.48.5" |
| 2699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2700 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 2701 | |
| 2702 | [[package]] |
| 2703 | name = "windows_i686_gnu" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2704 | version = "0.52.6" |
| 2705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2706 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 2707 | |
| 2708 | [[package]] |
| 2709 | name = "windows_i686_gnullvm" |
| 2710 | version = "0.52.6" |
| 2711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2712 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 2713 | |
| 2714 | [[package]] |
| 2715 | name = "windows_i686_msvc" |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2716 | version = "0.48.5" |
| 2717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2718 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 2719 | |
| 2720 | [[package]] |
| 2721 | name = "windows_i686_msvc" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2722 | version = "0.52.6" |
| 2723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2724 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 2725 | |
| 2726 | [[package]] |
| 2727 | name = "windows_x86_64_gnu" |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2728 | version = "0.48.5" |
| 2729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2730 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 2731 | |
| 2732 | [[package]] |
| 2733 | name = "windows_x86_64_gnu" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2734 | version = "0.52.6" |
| 2735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2736 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 2737 | |
| 2738 | [[package]] |
| 2739 | name = "windows_x86_64_gnullvm" |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2740 | version = "0.48.5" |
| 2741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2742 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 2743 | |
| 2744 | [[package]] |
| 2745 | name = "windows_x86_64_gnullvm" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2746 | version = "0.52.6" |
| 2747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2748 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 2749 | |
| 2750 | [[package]] |
| 2751 | name = "windows_x86_64_msvc" |
Mohammed Naser | b73fe35 | 2025-03-03 15:15:14 -0500 | [diff] [blame] | 2752 | version = "0.48.5" |
| 2753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2754 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 2755 | |
| 2756 | [[package]] |
| 2757 | name = "windows_x86_64_msvc" |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2758 | version = "0.52.6" |
| 2759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2760 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 2761 | |
| 2762 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2763 | name = "wit-bindgen-rt" |
| 2764 | version = "0.33.0" |
| 2765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2766 | checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" |
| 2767 | dependencies = [ |
| 2768 | "bitflags", |
| 2769 | ] |
| 2770 | |
| 2771 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2772 | name = "write16" |
| 2773 | version = "1.0.0" |
| 2774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2775 | checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" |
| 2776 | |
| 2777 | [[package]] |
| 2778 | name = "writeable" |
| 2779 | version = "0.5.5" |
| 2780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2781 | checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
| 2782 | |
| 2783 | [[package]] |
| 2784 | name = "xattr" |
| 2785 | version = "1.4.0" |
| 2786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2787 | checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909" |
| 2788 | dependencies = [ |
| 2789 | "libc", |
| 2790 | "linux-raw-sys", |
| 2791 | "rustix", |
| 2792 | ] |
| 2793 | |
| 2794 | [[package]] |
| 2795 | name = "yoke" |
| 2796 | version = "0.7.5" |
| 2797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2798 | checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" |
| 2799 | dependencies = [ |
| 2800 | "serde", |
| 2801 | "stable_deref_trait", |
| 2802 | "yoke-derive", |
| 2803 | "zerofrom", |
| 2804 | ] |
| 2805 | |
| 2806 | [[package]] |
| 2807 | name = "yoke-derive" |
| 2808 | version = "0.7.5" |
| 2809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2810 | checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" |
| 2811 | dependencies = [ |
| 2812 | "proc-macro2", |
| 2813 | "quote", |
| 2814 | "syn", |
| 2815 | "synstructure", |
| 2816 | ] |
| 2817 | |
| 2818 | [[package]] |
| 2819 | name = "zerocopy" |
| 2820 | version = "0.7.35" |
| 2821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2822 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
| 2823 | dependencies = [ |
| 2824 | "byteorder", |
| 2825 | "zerocopy-derive", |
| 2826 | ] |
| 2827 | |
| 2828 | [[package]] |
| 2829 | name = "zerocopy-derive" |
| 2830 | version = "0.7.35" |
| 2831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2832 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
| 2833 | dependencies = [ |
| 2834 | "proc-macro2", |
| 2835 | "quote", |
| 2836 | "syn", |
| 2837 | ] |
| 2838 | |
| 2839 | [[package]] |
| 2840 | name = "zerofrom" |
| 2841 | version = "0.1.5" |
| 2842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2843 | checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" |
| 2844 | dependencies = [ |
| 2845 | "zerofrom-derive", |
| 2846 | ] |
| 2847 | |
| 2848 | [[package]] |
| 2849 | name = "zerofrom-derive" |
| 2850 | version = "0.1.5" |
| 2851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2852 | checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" |
| 2853 | dependencies = [ |
| 2854 | "proc-macro2", |
| 2855 | "quote", |
| 2856 | "syn", |
| 2857 | "synstructure", |
| 2858 | ] |
| 2859 | |
| 2860 | [[package]] |
Mohammed Naser | fa23448 | 2025-02-17 16:02:00 -0500 | [diff] [blame] | 2861 | name = "zeroize" |
| 2862 | version = "1.8.1" |
| 2863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2864 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
| 2865 | |
| 2866 | [[package]] |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 2867 | name = "zerovec" |
| 2868 | version = "0.10.4" |
| 2869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2870 | checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
| 2871 | dependencies = [ |
| 2872 | "yoke", |
| 2873 | "zerofrom", |
| 2874 | "zerovec-derive", |
| 2875 | ] |
| 2876 | |
| 2877 | [[package]] |
| 2878 | name = "zerovec-derive" |
| 2879 | version = "0.10.3" |
| 2880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2881 | checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" |
| 2882 | dependencies = [ |
| 2883 | "proc-macro2", |
| 2884 | "quote", |
| 2885 | "syn", |
| 2886 | ] |