/ 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 = "PolarBear" 7 version = "0.1.0" 8 dependencies = [ 9 "anyhow", 10 "artic_tls", 11 "chrono", 12 ] 13 14 [[package]] 15 name = "android-tzdata" 16 version = "0.1.1" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 18 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 19 20 [[package]] 21 name = "android_system_properties" 22 version = "0.1.5" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 25 dependencies = [ 26 "libc", 27 ] 28 29 [[package]] 30 name = "anyhow" 31 version = "1.0.86" 32 source = "registry+https://github.com/rust-lang/crates.io-index" 33 checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 34 35 [[package]] 36 name = "artic_tls" 37 version = "0.1.0" 38 dependencies = [ 39 "anyhow", 40 ] 41 42 [[package]] 43 name = "autocfg" 44 version = "1.3.0" 45 source = "registry+https://github.com/rust-lang/crates.io-index" 46 checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 47 48 [[package]] 49 name = "bumpalo" 50 version = "3.16.0" 51 source = "registry+https://github.com/rust-lang/crates.io-index" 52 checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 53 54 [[package]] 55 name = "cc" 56 version = "1.1.13" 57 source = "registry+https://github.com/rust-lang/crates.io-index" 58 checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48" 59 dependencies = [ 60 "shlex", 61 ] 62 63 [[package]] 64 name = "cfg-if" 65 version = "1.0.0" 66 source = "registry+https://github.com/rust-lang/crates.io-index" 67 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 68 69 [[package]] 70 name = "chrono" 71 version = "0.4.38" 72 source = "registry+https://github.com/rust-lang/crates.io-index" 73 checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 74 dependencies = [ 75 "android-tzdata", 76 "iana-time-zone", 77 "js-sys", 78 "num-traits", 79 "wasm-bindgen", 80 "windows-targets", 81 ] 82 83 [[package]] 84 name = "core-foundation-sys" 85 version = "0.8.7" 86 source = "registry+https://github.com/rust-lang/crates.io-index" 87 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 88 89 [[package]] 90 name = "iana-time-zone" 91 version = "0.1.60" 92 source = "registry+https://github.com/rust-lang/crates.io-index" 93 checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 94 dependencies = [ 95 "android_system_properties", 96 "core-foundation-sys", 97 "iana-time-zone-haiku", 98 "js-sys", 99 "wasm-bindgen", 100 "windows-core", 101 ] 102 103 [[package]] 104 name = "iana-time-zone-haiku" 105 version = "0.1.2" 106 source = "registry+https://github.com/rust-lang/crates.io-index" 107 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 108 dependencies = [ 109 "cc", 110 ] 111 112 [[package]] 113 name = "js-sys" 114 version = "0.3.70" 115 source = "registry+https://github.com/rust-lang/crates.io-index" 116 checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" 117 dependencies = [ 118 "wasm-bindgen", 119 ] 120 121 [[package]] 122 name = "libc" 123 version = "0.2.156" 124 source = "registry+https://github.com/rust-lang/crates.io-index" 125 checksum = "a5f43f184355eefb8d17fc948dbecf6c13be3c141f20d834ae842193a448c72a" 126 127 [[package]] 128 name = "log" 129 version = "0.4.22" 130 source = "registry+https://github.com/rust-lang/crates.io-index" 131 checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 132 133 [[package]] 134 name = "num-traits" 135 version = "0.2.19" 136 source = "registry+https://github.com/rust-lang/crates.io-index" 137 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 138 dependencies = [ 139 "autocfg", 140 ] 141 142 [[package]] 143 name = "once_cell" 144 version = "1.19.0" 145 source = "registry+https://github.com/rust-lang/crates.io-index" 146 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 147 148 [[package]] 149 name = "proc-macro2" 150 version = "1.0.86" 151 source = "registry+https://github.com/rust-lang/crates.io-index" 152 checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 153 dependencies = [ 154 "unicode-ident", 155 ] 156 157 [[package]] 158 name = "quote" 159 version = "1.0.36" 160 source = "registry+https://github.com/rust-lang/crates.io-index" 161 checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 162 dependencies = [ 163 "proc-macro2", 164 ] 165 166 [[package]] 167 name = "shlex" 168 version = "1.3.0" 169 source = "registry+https://github.com/rust-lang/crates.io-index" 170 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 171 172 [[package]] 173 name = "syn" 174 version = "2.0.74" 175 source = "registry+https://github.com/rust-lang/crates.io-index" 176 checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7" 177 dependencies = [ 178 "proc-macro2", 179 "quote", 180 "unicode-ident", 181 ] 182 183 [[package]] 184 name = "unicode-ident" 185 version = "1.0.12" 186 source = "registry+https://github.com/rust-lang/crates.io-index" 187 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 188 189 [[package]] 190 name = "wasm-bindgen" 191 version = "0.2.93" 192 source = "registry+https://github.com/rust-lang/crates.io-index" 193 checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" 194 dependencies = [ 195 "cfg-if", 196 "once_cell", 197 "wasm-bindgen-macro", 198 ] 199 200 [[package]] 201 name = "wasm-bindgen-backend" 202 version = "0.2.93" 203 source = "registry+https://github.com/rust-lang/crates.io-index" 204 checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" 205 dependencies = [ 206 "bumpalo", 207 "log", 208 "once_cell", 209 "proc-macro2", 210 "quote", 211 "syn", 212 "wasm-bindgen-shared", 213 ] 214 215 [[package]] 216 name = "wasm-bindgen-macro" 217 version = "0.2.93" 218 source = "registry+https://github.com/rust-lang/crates.io-index" 219 checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" 220 dependencies = [ 221 "quote", 222 "wasm-bindgen-macro-support", 223 ] 224 225 [[package]] 226 name = "wasm-bindgen-macro-support" 227 version = "0.2.93" 228 source = "registry+https://github.com/rust-lang/crates.io-index" 229 checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" 230 dependencies = [ 231 "proc-macro2", 232 "quote", 233 "syn", 234 "wasm-bindgen-backend", 235 "wasm-bindgen-shared", 236 ] 237 238 [[package]] 239 name = "wasm-bindgen-shared" 240 version = "0.2.93" 241 source = "registry+https://github.com/rust-lang/crates.io-index" 242 checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" 243 244 [[package]] 245 name = "windows-core" 246 version = "0.52.0" 247 source = "registry+https://github.com/rust-lang/crates.io-index" 248 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 249 dependencies = [ 250 "windows-targets", 251 ] 252 253 [[package]] 254 name = "windows-targets" 255 version = "0.52.6" 256 source = "registry+https://github.com/rust-lang/crates.io-index" 257 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 258 dependencies = [ 259 "windows_aarch64_gnullvm", 260 "windows_aarch64_msvc", 261 "windows_i686_gnu", 262 "windows_i686_gnullvm", 263 "windows_i686_msvc", 264 "windows_x86_64_gnu", 265 "windows_x86_64_gnullvm", 266 "windows_x86_64_msvc", 267 ] 268 269 [[package]] 270 name = "windows_aarch64_gnullvm" 271 version = "0.52.6" 272 source = "registry+https://github.com/rust-lang/crates.io-index" 273 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 274 275 [[package]] 276 name = "windows_aarch64_msvc" 277 version = "0.52.6" 278 source = "registry+https://github.com/rust-lang/crates.io-index" 279 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 280 281 [[package]] 282 name = "windows_i686_gnu" 283 version = "0.52.6" 284 source = "registry+https://github.com/rust-lang/crates.io-index" 285 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 286 287 [[package]] 288 name = "windows_i686_gnullvm" 289 version = "0.52.6" 290 source = "registry+https://github.com/rust-lang/crates.io-index" 291 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 292 293 [[package]] 294 name = "windows_i686_msvc" 295 version = "0.52.6" 296 source = "registry+https://github.com/rust-lang/crates.io-index" 297 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 298 299 [[package]] 300 name = "windows_x86_64_gnu" 301 version = "0.52.6" 302 source = "registry+https://github.com/rust-lang/crates.io-index" 303 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 304 305 [[package]] 306 name = "windows_x86_64_gnullvm" 307 version = "0.52.6" 308 source = "registry+https://github.com/rust-lang/crates.io-index" 309 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 310 311 [[package]] 312 name = "windows_x86_64_msvc" 313 version = "0.52.6" 314 source = "registry+https://github.com/rust-lang/crates.io-index" 315 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"