/ Cargo.lock
Cargo.lock
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 3 4 5 [[package]] 6 name = "anstream" 7 version = "0.6.11" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" 10 dependencies = [ 11 "anstyle", 12 "anstyle-parse", 13 "anstyle-query", 14 "anstyle-wincon", 15 "colorchoice", 16 "utf8parse", 17 ] 18 19 [[package]] 20 name = "anstyle" 21 version = "1.0.6" 22 source = "registry+https://github.com/rust-lang/crates.io-index" 23 checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" 24 25 [[package]] 26 name = "anstyle-parse" 27 version = "0.2.3" 28 source = "registry+https://github.com/rust-lang/crates.io-index" 29 checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" 30 dependencies = [ 31 "utf8parse", 32 ] 33 34 [[package]] 35 name = "anstyle-query" 36 version = "1.0.2" 37 source = "registry+https://github.com/rust-lang/crates.io-index" 38 checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" 39 dependencies = [ 40 "windows-sys", 41 ] 42 43 [[package]] 44 name = "anstyle-wincon" 45 version = "3.0.2" 46 source = "registry+https://github.com/rust-lang/crates.io-index" 47 checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" 48 dependencies = [ 49 "anstyle", 50 "windows-sys", 51 ] 52 53 [[package]] 54 name = "anyhow" 55 version = "1.0.79" 56 source = "registry+https://github.com/rust-lang/crates.io-index" 57 checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" 58 59 [[package]] 60 name = "bytecount" 61 version = "0.6.7" 62 source = "registry+https://github.com/rust-lang/crates.io-index" 63 checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" 64 65 [[package]] 66 name = "cfg-if" 67 version = "1.0.0" 68 source = "registry+https://github.com/rust-lang/crates.io-index" 69 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 70 71 [[package]] 72 name = "clap" 73 version = "4.4.18" 74 source = "registry+https://github.com/rust-lang/crates.io-index" 75 checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" 76 dependencies = [ 77 "clap_builder", 78 "clap_derive", 79 ] 80 81 [[package]] 82 name = "clap_builder" 83 version = "4.4.18" 84 source = "registry+https://github.com/rust-lang/crates.io-index" 85 checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" 86 dependencies = [ 87 "anstream", 88 "anstyle", 89 "clap_lex", 90 "strsim", 91 ] 92 93 [[package]] 94 name = "clap_derive" 95 version = "4.4.7" 96 source = "registry+https://github.com/rust-lang/crates.io-index" 97 checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" 98 dependencies = [ 99 "heck", 100 "proc-macro2", 101 "quote", 102 "syn", 103 ] 104 105 [[package]] 106 name = "clap_lex" 107 version = "0.6.0" 108 source = "registry+https://github.com/rust-lang/crates.io-index" 109 checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" 110 111 [[package]] 112 name = "colorchoice" 113 version = "1.0.0" 114 source = "registry+https://github.com/rust-lang/crates.io-index" 115 checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 116 117 [[package]] 118 name = "fs_objstore" 119 version = "0.1.0" 120 dependencies = [ 121 "anyhow", 122 "clap", 123 "nanoid", 124 "nom", 125 "nom_locate", 126 ] 127 128 [[package]] 129 name = "getrandom" 130 version = "0.2.12" 131 source = "registry+https://github.com/rust-lang/crates.io-index" 132 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 133 dependencies = [ 134 "cfg-if", 135 "libc", 136 "wasi", 137 ] 138 139 [[package]] 140 name = "heck" 141 version = "0.4.1" 142 source = "registry+https://github.com/rust-lang/crates.io-index" 143 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 144 145 [[package]] 146 name = "libc" 147 version = "0.2.153" 148 source = "registry+https://github.com/rust-lang/crates.io-index" 149 checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 150 151 [[package]] 152 name = "memchr" 153 version = "2.7.1" 154 source = "registry+https://github.com/rust-lang/crates.io-index" 155 checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 156 157 [[package]] 158 name = "minimal-lexical" 159 version = "0.2.1" 160 source = "registry+https://github.com/rust-lang/crates.io-index" 161 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 162 163 [[package]] 164 name = "nanoid" 165 version = "0.4.0" 166 source = "registry+https://github.com/rust-lang/crates.io-index" 167 checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" 168 dependencies = [ 169 "rand", 170 ] 171 172 [[package]] 173 name = "nom" 174 version = "7.1.3" 175 source = "registry+https://github.com/rust-lang/crates.io-index" 176 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 177 dependencies = [ 178 "memchr", 179 "minimal-lexical", 180 ] 181 182 [[package]] 183 name = "nom_locate" 184 version = "4.2.0" 185 source = "registry+https://github.com/rust-lang/crates.io-index" 186 checksum = "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3" 187 dependencies = [ 188 "bytecount", 189 "memchr", 190 "nom", 191 ] 192 193 [[package]] 194 name = "ppv-lite86" 195 version = "0.2.17" 196 source = "registry+https://github.com/rust-lang/crates.io-index" 197 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 198 199 [[package]] 200 name = "proc-macro2" 201 version = "1.0.78" 202 source = "registry+https://github.com/rust-lang/crates.io-index" 203 checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 204 dependencies = [ 205 "unicode-ident", 206 ] 207 208 [[package]] 209 name = "quote" 210 version = "1.0.35" 211 source = "registry+https://github.com/rust-lang/crates.io-index" 212 checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 213 dependencies = [ 214 "proc-macro2", 215 ] 216 217 [[package]] 218 name = "rand" 219 version = "0.8.5" 220 source = "registry+https://github.com/rust-lang/crates.io-index" 221 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 222 dependencies = [ 223 "libc", 224 "rand_chacha", 225 "rand_core", 226 ] 227 228 [[package]] 229 name = "rand_chacha" 230 version = "0.3.1" 231 source = "registry+https://github.com/rust-lang/crates.io-index" 232 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 233 dependencies = [ 234 "ppv-lite86", 235 "rand_core", 236 ] 237 238 [[package]] 239 name = "rand_core" 240 version = "0.6.4" 241 source = "registry+https://github.com/rust-lang/crates.io-index" 242 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 243 dependencies = [ 244 "getrandom", 245 ] 246 247 [[package]] 248 name = "strsim" 249 version = "0.10.0" 250 source = "registry+https://github.com/rust-lang/crates.io-index" 251 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 252 253 [[package]] 254 name = "syn" 255 version = "2.0.48" 256 source = "registry+https://github.com/rust-lang/crates.io-index" 257 checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 258 dependencies = [ 259 "proc-macro2", 260 "quote", 261 "unicode-ident", 262 ] 263 264 [[package]] 265 name = "unicode-ident" 266 version = "1.0.12" 267 source = "registry+https://github.com/rust-lang/crates.io-index" 268 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 269 270 [[package]] 271 name = "utf8parse" 272 version = "0.2.1" 273 source = "registry+https://github.com/rust-lang/crates.io-index" 274 checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 275 276 [[package]] 277 name = "wasi" 278 version = "0.11.0+wasi-snapshot-preview1" 279 source = "registry+https://github.com/rust-lang/crates.io-index" 280 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 281 282 [[package]] 283 name = "windows-sys" 284 version = "0.52.0" 285 source = "registry+https://github.com/rust-lang/crates.io-index" 286 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 287 dependencies = [ 288 "windows-targets", 289 ] 290 291 [[package]] 292 name = "windows-targets" 293 version = "0.52.0" 294 source = "registry+https://github.com/rust-lang/crates.io-index" 295 checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 296 dependencies = [ 297 "windows_aarch64_gnullvm", 298 "windows_aarch64_msvc", 299 "windows_i686_gnu", 300 "windows_i686_msvc", 301 "windows_x86_64_gnu", 302 "windows_x86_64_gnullvm", 303 "windows_x86_64_msvc", 304 ] 305 306 [[package]] 307 name = "windows_aarch64_gnullvm" 308 version = "0.52.0" 309 source = "registry+https://github.com/rust-lang/crates.io-index" 310 checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 311 312 [[package]] 313 name = "windows_aarch64_msvc" 314 version = "0.52.0" 315 source = "registry+https://github.com/rust-lang/crates.io-index" 316 checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 317 318 [[package]] 319 name = "windows_i686_gnu" 320 version = "0.52.0" 321 source = "registry+https://github.com/rust-lang/crates.io-index" 322 checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 323 324 [[package]] 325 name = "windows_i686_msvc" 326 version = "0.52.0" 327 source = "registry+https://github.com/rust-lang/crates.io-index" 328 checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 329 330 [[package]] 331 name = "windows_x86_64_gnu" 332 version = "0.52.0" 333 source = "registry+https://github.com/rust-lang/crates.io-index" 334 checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 335 336 [[package]] 337 name = "windows_x86_64_gnullvm" 338 version = "0.52.0" 339 source = "registry+https://github.com/rust-lang/crates.io-index" 340 checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 341 342 [[package]] 343 name = "windows_x86_64_msvc" 344 version = "0.52.0" 345 source = "registry+https://github.com/rust-lang/crates.io-index" 346 checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"