My omnium-gatherom of scripts and source code.
at main 286 lines 7.8 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "android-tzdata" 7version = "0.1.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 10 11[[package]] 12name = "android_system_properties" 13version = "0.1.5" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 16dependencies = [ 17 "libc", 18] 19 20[[package]] 21name = "autocfg" 22version = "1.1.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 25 26[[package]] 27name = "bumpalo" 28version = "3.14.0" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 31 32[[package]] 33name = "cc" 34version = "1.0.83" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 37dependencies = [ 38 "libc", 39] 40 41[[package]] 42name = "cfg-if" 43version = "1.0.0" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 46 47[[package]] 48name = "chrono" 49version = "0.4.31" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" 52dependencies = [ 53 "android-tzdata", 54 "iana-time-zone", 55 "js-sys", 56 "num-traits", 57 "wasm-bindgen", 58 "windows-targets", 59] 60 61[[package]] 62name = "core-foundation-sys" 63version = "0.8.4" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 66 67[[package]] 68name = "iana-time-zone" 69version = "0.1.57" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 72dependencies = [ 73 "android_system_properties", 74 "core-foundation-sys", 75 "iana-time-zone-haiku", 76 "js-sys", 77 "wasm-bindgen", 78 "windows", 79] 80 81[[package]] 82name = "iana-time-zone-haiku" 83version = "0.1.2" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 86dependencies = [ 87 "cc", 88] 89 90[[package]] 91name = "js-sys" 92version = "0.3.64" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 95dependencies = [ 96 "wasm-bindgen", 97] 98 99[[package]] 100name = "libc" 101version = "0.2.148" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" 104 105[[package]] 106name = "log" 107version = "0.4.20" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 110 111[[package]] 112name = "num-traits" 113version = "0.2.16" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 116dependencies = [ 117 "autocfg", 118] 119 120[[package]] 121name = "once_cell" 122version = "1.18.0" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 125 126[[package]] 127name = "proc-macro2" 128version = "1.0.67" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" 131dependencies = [ 132 "unicode-ident", 133] 134 135[[package]] 136name = "progress" 137version = "0.1.0" 138dependencies = [ 139 "chrono", 140] 141 142[[package]] 143name = "quote" 144version = "1.0.33" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 147dependencies = [ 148 "proc-macro2", 149] 150 151[[package]] 152name = "syn" 153version = "2.0.37" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" 156dependencies = [ 157 "proc-macro2", 158 "quote", 159 "unicode-ident", 160] 161 162[[package]] 163name = "unicode-ident" 164version = "1.0.12" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 167 168[[package]] 169name = "wasm-bindgen" 170version = "0.2.87" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 173dependencies = [ 174 "cfg-if", 175 "wasm-bindgen-macro", 176] 177 178[[package]] 179name = "wasm-bindgen-backend" 180version = "0.2.87" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 183dependencies = [ 184 "bumpalo", 185 "log", 186 "once_cell", 187 "proc-macro2", 188 "quote", 189 "syn", 190 "wasm-bindgen-shared", 191] 192 193[[package]] 194name = "wasm-bindgen-macro" 195version = "0.2.87" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 198dependencies = [ 199 "quote", 200 "wasm-bindgen-macro-support", 201] 202 203[[package]] 204name = "wasm-bindgen-macro-support" 205version = "0.2.87" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 208dependencies = [ 209 "proc-macro2", 210 "quote", 211 "syn", 212 "wasm-bindgen-backend", 213 "wasm-bindgen-shared", 214] 215 216[[package]] 217name = "wasm-bindgen-shared" 218version = "0.2.87" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 221 222[[package]] 223name = "windows" 224version = "0.48.0" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 227dependencies = [ 228 "windows-targets", 229] 230 231[[package]] 232name = "windows-targets" 233version = "0.48.5" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 236dependencies = [ 237 "windows_aarch64_gnullvm", 238 "windows_aarch64_msvc", 239 "windows_i686_gnu", 240 "windows_i686_msvc", 241 "windows_x86_64_gnu", 242 "windows_x86_64_gnullvm", 243 "windows_x86_64_msvc", 244] 245 246[[package]] 247name = "windows_aarch64_gnullvm" 248version = "0.48.5" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 251 252[[package]] 253name = "windows_aarch64_msvc" 254version = "0.48.5" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 257 258[[package]] 259name = "windows_i686_gnu" 260version = "0.48.5" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 263 264[[package]] 265name = "windows_i686_msvc" 266version = "0.48.5" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 269 270[[package]] 271name = "windows_x86_64_gnu" 272version = "0.48.5" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 275 276[[package]] 277name = "windows_x86_64_gnullvm" 278version = "0.48.5" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 281 282[[package]] 283name = "windows_x86_64_msvc" 284version = "0.48.5" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"