1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "calendrical_calculations" 7version = "0.1.0" 8source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 9dependencies = [ 10 "core_maths", 11 "displaydoc", 12] 13 14[[package]] 15name = "colored" 16version = "2.0.4" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" 19dependencies = [ 20 "is-terminal", 21 "lazy_static", 22 "windows-sys 0.48.0", 23] 24 25[[package]] 26name = "core_maths" 27version = "0.1.0" 28source = "registry+https://github.com/rust-lang/crates.io-index" 29checksum = "e3b02505ccb8c50b0aa21ace0fc08c3e53adebd4e58caa18a36152803c7709a3" 30dependencies = [ 31 "libm", 32] 33 34[[package]] 35name = "deranged" 36version = "0.3.11" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 39dependencies = [ 40 "powerfmt", 41] 42 43[[package]] 44name = "diplomat" 45version = "0.7.0" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "a31672b3ebc3c7866c3c98726f7a9a5ac8f13962e77d3c8225f6be49a7b8c5f2" 48dependencies = [ 49 "diplomat_core", 50 "proc-macro2", 51 "quote", 52 "syn", 53] 54 55[[package]] 56name = "diplomat-runtime" 57version = "0.7.0" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "f7b0f23d549a46540e26e5490cd44c64ced0d762959f1ffdec6ab0399634cf3c" 60dependencies = [ 61 "log", 62] 63 64[[package]] 65name = "diplomat_core" 66version = "0.7.0" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "bfaa5e13e8b8735d2338f2836c06cd8643902ab87dda1dd07dbb351998ddc127" 69dependencies = [ 70 "lazy_static", 71 "proc-macro2", 72 "quote", 73 "serde", 74 "smallvec", 75 "strck_ident", 76 "syn", 77] 78 79[[package]] 80name = "displaydoc" 81version = "0.2.4" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" 84dependencies = [ 85 "proc-macro2", 86 "quote", 87 "syn", 88] 89 90[[package]] 91name = "either" 92version = "1.9.0" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 95 96[[package]] 97name = "fixed_decimal" 98version = "0.5.5" 99source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 100dependencies = [ 101 "displaydoc", 102 "ryu", 103 "smallvec", 104 "writeable", 105] 106 107[[package]] 108name = "hermit-abi" 109version = "0.3.6" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "bd5256b483761cd23699d0da46cc6fd2ee3be420bbe6d020ae4a091e70b7e9fd" 112 113[[package]] 114name = "icu4x_deps" 115version = "0.1.0" 116dependencies = [ 117 "icu_capi", 118] 119 120[[package]] 121name = "icu_calendar" 122version = "1.4.0" 123source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 124dependencies = [ 125 "calendrical_calculations", 126 "displaydoc", 127 "icu_calendar_data", 128 "icu_locid", 129 "icu_locid_transform", 130 "icu_provider", 131 "tinystr", 132 "writeable", 133 "zerovec", 134] 135 136[[package]] 137name = "icu_calendar_data" 138version = "1.4.0" 139source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 140 141[[package]] 142name = "icu_capi" 143version = "1.4.1" 144source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 145dependencies = [ 146 "diplomat", 147 "diplomat-runtime", 148 "fixed_decimal", 149 "icu_calendar", 150 "icu_casemap", 151 "icu_collator", 152 "icu_collections", 153 "icu_datetime", 154 "icu_decimal", 155 "icu_displaynames", 156 "icu_list", 157 "icu_locid", 158 "icu_locid_transform", 159 "icu_normalizer", 160 "icu_plurals", 161 "icu_properties", 162 "icu_provider", 163 "icu_provider_adapters", 164 "icu_segmenter", 165 "icu_timezone", 166 "log", 167 "simple_logger", 168 "tinystr", 169 "unicode-bidi", 170 "writeable", 171] 172 173[[package]] 174name = "icu_casemap" 175version = "1.4.0" 176source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 177dependencies = [ 178 "displaydoc", 179 "icu_casemap_data", 180 "icu_collections", 181 "icu_locid", 182 "icu_properties", 183 "icu_provider", 184 "writeable", 185 "zerovec", 186] 187 188[[package]] 189name = "icu_casemap_data" 190version = "1.4.0" 191source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 192 193[[package]] 194name = "icu_collator" 195version = "1.4.0" 196source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 197dependencies = [ 198 "displaydoc", 199 "icu_collator_data", 200 "icu_collections", 201 "icu_locid", 202 "icu_locid_transform", 203 "icu_normalizer", 204 "icu_properties", 205 "icu_provider", 206 "smallvec", 207 "utf16_iter", 208 "utf8_iter", 209 "zerovec", 210] 211 212[[package]] 213name = "icu_collator_data" 214version = "1.4.0" 215source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 216 217[[package]] 218name = "icu_collections" 219version = "1.4.0" 220source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 221dependencies = [ 222 "displaydoc", 223 "yoke", 224 "zerofrom", 225 "zerovec", 226] 227 228[[package]] 229name = "icu_datetime" 230version = "1.4.0" 231source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 232dependencies = [ 233 "displaydoc", 234 "either", 235 "fixed_decimal", 236 "icu_calendar", 237 "icu_datetime_data", 238 "icu_decimal", 239 "icu_locid", 240 "icu_locid_transform", 241 "icu_plurals", 242 "icu_provider", 243 "icu_timezone", 244 "smallvec", 245 "tinystr", 246 "writeable", 247 "zerovec", 248] 249 250[[package]] 251name = "icu_datetime_data" 252version = "1.4.0" 253source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 254 255[[package]] 256name = "icu_decimal" 257version = "1.4.0" 258source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 259dependencies = [ 260 "displaydoc", 261 "fixed_decimal", 262 "icu_decimal_data", 263 "icu_locid", 264 "icu_locid_transform", 265 "icu_provider", 266 "writeable", 267] 268 269[[package]] 270name = "icu_decimal_data" 271version = "1.4.0" 272source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 273 274[[package]] 275name = "icu_displaynames" 276version = "0.11.2" 277source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 278dependencies = [ 279 "icu_displaynames_data", 280 "icu_locid", 281 "icu_locid_transform", 282 "icu_provider", 283 "tinystr", 284 "zerovec", 285] 286 287[[package]] 288name = "icu_displaynames_data" 289version = "1.4.0" 290source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 291 292[[package]] 293name = "icu_list" 294version = "1.4.0" 295source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 296dependencies = [ 297 "displaydoc", 298 "icu_list_data", 299 "icu_locid_transform", 300 "icu_provider", 301 "regex-automata", 302 "writeable", 303] 304 305[[package]] 306name = "icu_list_data" 307version = "1.4.0" 308source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 309 310[[package]] 311name = "icu_locid" 312version = "1.4.0" 313source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 314dependencies = [ 315 "displaydoc", 316 "litemap", 317 "tinystr", 318 "writeable", 319 "zerovec", 320] 321 322[[package]] 323name = "icu_locid_transform" 324version = "1.4.0" 325source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 326dependencies = [ 327 "displaydoc", 328 "icu_locid", 329 "icu_locid_transform_data", 330 "icu_provider", 331 "tinystr", 332 "zerovec", 333] 334 335[[package]] 336name = "icu_locid_transform_data" 337version = "1.4.0" 338source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 339 340[[package]] 341name = "icu_normalizer" 342version = "1.4.1" 343source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 344dependencies = [ 345 "displaydoc", 346 "icu_collections", 347 "icu_normalizer_data", 348 "icu_properties", 349 "icu_provider", 350 "smallvec", 351 "utf16_iter", 352 "utf8_iter", 353 "write16", 354 "zerovec", 355] 356 357[[package]] 358name = "icu_normalizer_data" 359version = "1.4.0" 360source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 361 362[[package]] 363name = "icu_plurals" 364version = "1.4.0" 365source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 366dependencies = [ 367 "displaydoc", 368 "fixed_decimal", 369 "icu_locid", 370 "icu_locid_transform", 371 "icu_plurals_data", 372 "icu_provider", 373 "zerovec", 374] 375 376[[package]] 377name = "icu_plurals_data" 378version = "1.4.0" 379source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 380 381[[package]] 382name = "icu_properties" 383version = "1.4.0" 384source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 385dependencies = [ 386 "displaydoc", 387 "icu_collections", 388 "icu_locid_transform", 389 "icu_properties_data", 390 "icu_provider", 391 "tinystr", 392 "unicode-bidi", 393 "zerovec", 394] 395 396[[package]] 397name = "icu_properties_data" 398version = "1.4.0" 399source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 400 401[[package]] 402name = "icu_provider" 403version = "1.4.0" 404source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 405dependencies = [ 406 "displaydoc", 407 "icu_locid", 408 "icu_provider_macros", 409 "log", 410 "stable_deref_trait", 411 "tinystr", 412 "writeable", 413 "yoke", 414 "zerofrom", 415 "zerovec", 416] 417 418[[package]] 419name = "icu_provider_adapters" 420version = "1.4.0" 421source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 422dependencies = [ 423 "icu_locid", 424 "icu_locid_transform", 425 "icu_provider", 426 "tinystr", 427 "zerovec", 428] 429 430[[package]] 431name = "icu_provider_macros" 432version = "1.4.0" 433source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 434dependencies = [ 435 "proc-macro2", 436 "quote", 437 "syn", 438] 439 440[[package]] 441name = "icu_segmenter" 442version = "1.4.0" 443source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 444dependencies = [ 445 "core_maths", 446 "displaydoc", 447 "icu_collections", 448 "icu_locid", 449 "icu_provider", 450 "icu_segmenter_data", 451 "utf8_iter", 452 "zerovec", 453] 454 455[[package]] 456name = "icu_segmenter_data" 457version = "1.4.0" 458source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 459 460[[package]] 461name = "icu_timezone" 462version = "1.4.0" 463source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 464dependencies = [ 465 "displaydoc", 466 "icu_calendar", 467 "icu_locid", 468 "icu_provider", 469 "icu_timezone_data", 470 "tinystr", 471 "zerotrie", 472 "zerovec", 473] 474 475[[package]] 476name = "icu_timezone_data" 477version = "1.4.0" 478source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 479 480[[package]] 481name = "is-terminal" 482version = "0.4.12" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 485dependencies = [ 486 "hermit-abi", 487 "libc", 488 "windows-sys 0.52.0", 489] 490 491[[package]] 492name = "itoa" 493version = "1.0.10" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 496 497[[package]] 498name = "lazy_static" 499version = "1.4.0" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 502 503[[package]] 504name = "libc" 505version = "0.2.153" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 508 509[[package]] 510name = "libm" 511version = "0.2.8" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 514 515[[package]] 516name = "litemap" 517version = "0.7.2" 518source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 519 520[[package]] 521name = "log" 522version = "0.4.20" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 525 526[[package]] 527name = "memchr" 528version = "2.7.1" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 531 532[[package]] 533name = "num-conv" 534version = "0.1.0" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 537 538[[package]] 539name = "num_threads" 540version = "0.1.6" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 543dependencies = [ 544 "libc", 545] 546 547[[package]] 548name = "powerfmt" 549version = "0.2.0" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 552 553[[package]] 554name = "proc-macro2" 555version = "1.0.78" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 558dependencies = [ 559 "unicode-ident", 560] 561 562[[package]] 563name = "quote" 564version = "1.0.35" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 567dependencies = [ 568 "proc-macro2", 569] 570 571[[package]] 572name = "regex-automata" 573version = "0.2.0" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" 576dependencies = [ 577 "memchr", 578] 579 580[[package]] 581name = "ryu" 582version = "1.0.16" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" 585 586[[package]] 587name = "serde" 588version = "1.0.196" 589source = "registry+https://github.com/rust-lang/crates.io-index" 590checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" 591dependencies = [ 592 "serde_derive", 593] 594 595[[package]] 596name = "serde_derive" 597version = "1.0.196" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" 600dependencies = [ 601 "proc-macro2", 602 "quote", 603 "syn", 604] 605 606[[package]] 607name = "simple_logger" 608version = "4.3.3" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1" 611dependencies = [ 612 "colored", 613 "log", 614 "time", 615 "windows-sys 0.48.0", 616] 617 618[[package]] 619name = "smallvec" 620version = "1.13.1" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 623 624[[package]] 625name = "stable_deref_trait" 626version = "1.2.0" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 629 630[[package]] 631name = "strck" 632version = "0.1.2" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "be91090ded9d8f979d9fe921777342d37e769e0b6b7296843a7a38247240e917" 635 636[[package]] 637name = "strck_ident" 638version = "0.1.2" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "e1c3802b169b3858a44667f221c9a0b3136e6019936ea926fc97fbad8af77202" 641dependencies = [ 642 "strck", 643 "unicode-ident", 644] 645 646[[package]] 647name = "syn" 648version = "2.0.48" 649source = "registry+https://github.com/rust-lang/crates.io-index" 650checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 651dependencies = [ 652 "proc-macro2", 653 "quote", 654 "unicode-ident", 655] 656 657[[package]] 658name = "synstructure" 659version = "0.13.1" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 662dependencies = [ 663 "proc-macro2", 664 "quote", 665 "syn", 666] 667 668[[package]] 669name = "time" 670version = "0.3.34" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" 673dependencies = [ 674 "deranged", 675 "itoa", 676 "libc", 677 "num-conv", 678 "num_threads", 679 "powerfmt", 680 "serde", 681 "time-core", 682 "time-macros", 683] 684 685[[package]] 686name = "time-core" 687version = "0.1.2" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 690 691[[package]] 692name = "time-macros" 693version = "0.2.17" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" 696dependencies = [ 697 "num-conv", 698 "time-core", 699] 700 701[[package]] 702name = "tinystr" 703version = "0.7.5" 704source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 705dependencies = [ 706 "displaydoc", 707 "zerovec", 708] 709 710[[package]] 711name = "unicode-bidi" 712version = "0.3.15" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 715 716[[package]] 717name = "unicode-ident" 718version = "1.0.12" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 721 722[[package]] 723name = "utf16_iter" 724version = "1.0.5" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 727 728[[package]] 729name = "utf8_iter" 730version = "1.0.4" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 733 734[[package]] 735name = "windows-sys" 736version = "0.48.0" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 739dependencies = [ 740 "windows-targets 0.48.5", 741] 742 743[[package]] 744name = "windows-sys" 745version = "0.52.0" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 748dependencies = [ 749 "windows-targets 0.52.0", 750] 751 752[[package]] 753name = "windows-targets" 754version = "0.48.5" 755source = "registry+https://github.com/rust-lang/crates.io-index" 756checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 757dependencies = [ 758 "windows_aarch64_gnullvm 0.48.5", 759 "windows_aarch64_msvc 0.48.5", 760 "windows_i686_gnu 0.48.5", 761 "windows_i686_msvc 0.48.5", 762 "windows_x86_64_gnu 0.48.5", 763 "windows_x86_64_gnullvm 0.48.5", 764 "windows_x86_64_msvc 0.48.5", 765] 766 767[[package]] 768name = "windows-targets" 769version = "0.52.0" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 772dependencies = [ 773 "windows_aarch64_gnullvm 0.52.0", 774 "windows_aarch64_msvc 0.52.0", 775 "windows_i686_gnu 0.52.0", 776 "windows_i686_msvc 0.52.0", 777 "windows_x86_64_gnu 0.52.0", 778 "windows_x86_64_gnullvm 0.52.0", 779 "windows_x86_64_msvc 0.52.0", 780] 781 782[[package]] 783name = "windows_aarch64_gnullvm" 784version = "0.48.5" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 787 788[[package]] 789name = "windows_aarch64_gnullvm" 790version = "0.52.0" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 793 794[[package]] 795name = "windows_aarch64_msvc" 796version = "0.48.5" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 799 800[[package]] 801name = "windows_aarch64_msvc" 802version = "0.52.0" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 805 806[[package]] 807name = "windows_i686_gnu" 808version = "0.48.5" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 811 812[[package]] 813name = "windows_i686_gnu" 814version = "0.52.0" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 817 818[[package]] 819name = "windows_i686_msvc" 820version = "0.48.5" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 823 824[[package]] 825name = "windows_i686_msvc" 826version = "0.52.0" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 829 830[[package]] 831name = "windows_x86_64_gnu" 832version = "0.48.5" 833source = "registry+https://github.com/rust-lang/crates.io-index" 834checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 835 836[[package]] 837name = "windows_x86_64_gnu" 838version = "0.52.0" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 841 842[[package]] 843name = "windows_x86_64_gnullvm" 844version = "0.48.5" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 847 848[[package]] 849name = "windows_x86_64_gnullvm" 850version = "0.52.0" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 853 854[[package]] 855name = "windows_x86_64_msvc" 856version = "0.48.5" 857source = "registry+https://github.com/rust-lang/crates.io-index" 858checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 859 860[[package]] 861name = "windows_x86_64_msvc" 862version = "0.52.0" 863source = "registry+https://github.com/rust-lang/crates.io-index" 864checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 865 866[[package]] 867name = "write16" 868version = "1.0.0" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 871 872[[package]] 873name = "writeable" 874version = "0.5.4" 875source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 876 877[[package]] 878name = "yoke" 879version = "0.7.3" 880source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 881dependencies = [ 882 "serde", 883 "stable_deref_trait", 884 "yoke-derive", 885 "zerofrom", 886] 887 888[[package]] 889name = "yoke-derive" 890version = "0.7.3" 891source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 892dependencies = [ 893 "proc-macro2", 894 "quote", 895 "syn", 896 "synstructure", 897] 898 899[[package]] 900name = "zerofrom" 901version = "0.1.3" 902source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 903dependencies = [ 904 "zerofrom-derive", 905] 906 907[[package]] 908name = "zerofrom-derive" 909version = "0.1.3" 910source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 911dependencies = [ 912 "proc-macro2", 913 "quote", 914 "syn", 915 "synstructure", 916] 917 918[[package]] 919name = "zerotrie" 920version = "0.1.2" 921source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 922dependencies = [ 923 "displaydoc", 924 "yoke", 925 "zerofrom", 926] 927 928[[package]] 929name = "zerovec" 930version = "0.10.1" 931source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 932dependencies = [ 933 "yoke", 934 "zerofrom", 935 "zerovec-derive", 936] 937 938[[package]] 939name = "zerovec-derive" 940version = "0.10.1" 941source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.4.1#bcf4f7198d4dc5f3127e84a6ca657c88e7d07a13" 942dependencies = [ 943 "proc-macro2", 944 "quote", 945 "syn", 946] 947