1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "android_system_properties" 7version = "0.1.5" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 10dependencies = [ 11 "libc", 12] 13 14[[package]] 15name = "autocfg" 16version = "1.2.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" 19 20[[package]] 21name = "bumpalo" 22version = "3.16.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 25 26[[package]] 27name = "cc" 28version = "1.0.95" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b" 31 32[[package]] 33name = "cfg-if" 34version = "1.0.0" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 37 38[[package]] 39name = "chrono" 40version = "0.4.24" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 43dependencies = [ 44 "iana-time-zone", 45 "js-sys", 46 "num-integer", 47 "num-traits", 48 "time", 49 "wasm-bindgen", 50 "winapi", 51] 52 53[[package]] 54name = "core-foundation-sys" 55version = "0.8.6" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 58 59[[package]] 60name = "cpufeatures" 61version = "0.2.7" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" 64dependencies = [ 65 "libc", 66] 67 68[[package]] 69name = "iana-time-zone" 70version = "0.1.60" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 73dependencies = [ 74 "android_system_properties", 75 "core-foundation-sys", 76 "iana-time-zone-haiku", 77 "js-sys", 78 "wasm-bindgen", 79 "windows-core", 80] 81 82[[package]] 83name = "iana-time-zone-haiku" 84version = "0.1.2" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 87dependencies = [ 88 "cc", 89] 90 91[[package]] 92name = "js-sys" 93version = "0.3.69" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 96dependencies = [ 97 "wasm-bindgen", 98] 99 100[[package]] 101name = "libc" 102version = "0.2.153" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 105 106[[package]] 107name = "log" 108version = "0.4.21" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 111 112[[package]] 113name = "num-integer" 114version = "0.1.46" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 117dependencies = [ 118 "num-traits", 119] 120 121[[package]] 122name = "num-traits" 123version = "0.2.18" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 126dependencies = [ 127 "autocfg", 128] 129 130[[package]] 131name = "once_cell" 132version = "1.19.0" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 135 136[[package]] 137name = "proc-macro2" 138version = "1.0.81" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" 141dependencies = [ 142 "unicode-ident", 143] 144 145[[package]] 146name = "quote" 147version = "1.0.36" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 150dependencies = [ 151 "proc-macro2", 152] 153 154[[package]] 155name = "serde_derive" 156version = "1.0.152" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 159dependencies = [ 160 "proc-macro2", 161 "quote", 162 "syn 1.0.109", 163] 164 165[[package]] 166name = "syn" 167version = "1.0.109" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 170dependencies = [ 171 "proc-macro2", 172 "quote", 173 "unicode-ident", 174] 175 176[[package]] 177name = "syn" 178version = "2.0.60" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3" 181dependencies = [ 182 "proc-macro2", 183 "quote", 184 "unicode-ident", 185] 186 187[[package]] 188name = "time" 189version = "0.1.45" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 192dependencies = [ 193 "libc", 194 "wasi", 195 "winapi", 196] 197 198[[package]] 199name = "tree-data" 200version = "0.1.0" 201dependencies = [ 202 "chrono", 203 "cpufeatures", 204 "serde_derive", 205] 206 207[[package]] 208name = "unicode-ident" 209version = "1.0.12" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 212 213[[package]] 214name = "wasi" 215version = "0.10.0+wasi-snapshot-preview1" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 218 219[[package]] 220name = "wasm-bindgen" 221version = "0.2.92" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 224dependencies = [ 225 "cfg-if", 226 "wasm-bindgen-macro", 227] 228 229[[package]] 230name = "wasm-bindgen-backend" 231version = "0.2.92" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 234dependencies = [ 235 "bumpalo", 236 "log", 237 "once_cell", 238 "proc-macro2", 239 "quote", 240 "syn 2.0.60", 241 "wasm-bindgen-shared", 242] 243 244[[package]] 245name = "wasm-bindgen-macro" 246version = "0.2.92" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 249dependencies = [ 250 "quote", 251 "wasm-bindgen-macro-support", 252] 253 254[[package]] 255name = "wasm-bindgen-macro-support" 256version = "0.2.92" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 259dependencies = [ 260 "proc-macro2", 261 "quote", 262 "syn 2.0.60", 263 "wasm-bindgen-backend", 264 "wasm-bindgen-shared", 265] 266 267[[package]] 268name = "wasm-bindgen-shared" 269version = "0.2.92" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 272 273[[package]] 274name = "winapi" 275version = "0.3.9" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 278dependencies = [ 279 "winapi-i686-pc-windows-gnu", 280 "winapi-x86_64-pc-windows-gnu", 281] 282 283[[package]] 284name = "winapi-i686-pc-windows-gnu" 285version = "0.4.0" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 288 289[[package]] 290name = "winapi-x86_64-pc-windows-gnu" 291version = "0.4.0" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 294 295[[package]] 296name = "windows-core" 297version = "0.52.0" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 300dependencies = [ 301 "windows-targets", 302] 303 304[[package]] 305name = "windows-targets" 306version = "0.52.5" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 309dependencies = [ 310 "windows_aarch64_gnullvm", 311 "windows_aarch64_msvc", 312 "windows_i686_gnu", 313 "windows_i686_gnullvm", 314 "windows_i686_msvc", 315 "windows_x86_64_gnu", 316 "windows_x86_64_gnullvm", 317 "windows_x86_64_msvc", 318] 319 320[[package]] 321name = "windows_aarch64_gnullvm" 322version = "0.52.5" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 325 326[[package]] 327name = "windows_aarch64_msvc" 328version = "0.52.5" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 331 332[[package]] 333name = "windows_i686_gnu" 334version = "0.52.5" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 337 338[[package]] 339name = "windows_i686_gnullvm" 340version = "0.52.5" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 343 344[[package]] 345name = "windows_i686_msvc" 346version = "0.52.5" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 349 350[[package]] 351name = "windows_x86_64_gnu" 352version = "0.52.5" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 355 356[[package]] 357name = "windows_x86_64_gnullvm" 358version = "0.52.5" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 361 362[[package]] 363name = "windows_x86_64_msvc" 364version = "0.52.5" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 367