Upgrade dependencies

korrat
Apr 8, 2024, 3:55 PM
72AIO2FZCPTYP7V4SFX6EAYH3CWMWZHTQZBQH6YSYAHA75AJCDJAC

Dependencies

  • [2] UZFKS57S Allow expense account overrides by content type for Apple Store transactions
  • [3] HFKQ4E7I Upgrade dependencies
  • [4] DLCCZFNX Extend generator for iso20022-parser to cover external bank transaction codes
  • [5] PUJBHX7C Add importer for ECUS transactions
  • [6] TB2QGHXN Upgrade dependencies
  • [7] M7VINXOF use fixed_decimal for decimal formatting
  • [8] 2JBFREZG enable additional warnings
  • [9] XQHYMSDY Add importer for Union Investment transactions
  • [10] ZVTVMOZQ Upgrade dependencies
  • [11] WCCQYDLP Move linking logic from uniondepot importer to runner
  • [12] R5K55SCB Move tagging of directives with source to framework runner
  • [13] 4W4CDACX Upgrade dependencies
  • [14] C5J6VZXJ Upgrade dependencies
  • [15] 5S4MZHL5 pretty print decimals using icu
  • [16] 7URE4HPL Add an importer for DKB account statements
  • [17] I2P2FTLE add basic parser for german decimals
  • [18] JQJTN6N5 Fix issue with non-sync decimal formatter
  • [19] ONRIF4V7 add basic snapshot test for pretty printer
  • [20] RCS5VP3A Add an importer for PayPal account statements
  • [21] PCHAKXNM Add an importer for Fidor account statements
  • [22] TSSWMQVU Change date format for Amazon order history importer
  • [23] UO34MAAG Refactor CSV-based Importers
  • [24] A46ZUUSW Record effective dates for card transactions in DKB importer
  • [25] SFTEXCM4 Update dependencies
  • [26] QRIJE4AQ add a simple pretty printer for beancount directives
  • [27] RI7HQBYA Add generator and parser for ISO20022 messages
  • [28] MYQI5JID update dependencies
  • [29] 6MR76MLL Replace build script with cargo-px
  • [30] SLTVZLYX Upgrade dependencies
  • [31] XWHISGCP Extract Amount into separate crate
  • [32] UESS5YZE migrate dependencies into workspace manifest
  • [33] QNGOXZL4 Add a basic framework
  • [34] 2Z4EGCWQ Update dependencies
  • [35] MSGK44CS Refactor ImporterProtocol to pass buffers
  • [36] YDK6X6PP add a library of important types for beancount
  • [37] MDRERLJH Upgrade dependencies
  • [38] 24CCPM5O Update dependencies
  • [39] VKESX6YB Update generation of ICU data
  • [40] D6UTHZA4 add a simple writer for saving a set of directives to a tree of files
  • [41] NSWL54NM allow deriving pretty printing config from a set of directives
  • [42] ND7GASJ4 track current column position when writing
  • [43] 362NCCMX Add importer for Apple Store
  • [44] BDLVPDJZ Add a importer account for BW bank portfolios
  • [45] DOIOLZA6 Adapt codegen of iso20022 parser
  • [46] R7S2CWF7 Add type for account segments
  • [47] NQ455YWR Extract balance deduplication logic into shared utility
  • [48] 6A5YLGWV Add an importer for the VR-Bank CSV format
  • [49] 4WYI5U7Y Upgrade dependencies
  • [50] PXR534B2 Fix sorting between different directives on the same day

Change contents

  • replacement in importers/vr-bank/src/lib.rs at line 51
    [4.1311][4.1311:1368]()
    #[builder(field(type = "HashMap<String, Account>"))]
    [4.1311]
    [4.1368]
    #[builder(field(ty = "HashMap<String, Account>"))]
  • replacement in importers/uniondepot/src/lib.rs at line 49
    [4.1366][4.1366:1439]()
    #[builder(field(type = "HashMap<String, Commodity>"), setter(into))]
    [4.1366]
    [4.1439]
    #[builder(field(ty = "HashMap<String, Commodity>"), setter(into))]
  • replacement in importers/uniondepot/src/lib.rs at line 62
    [4.1769][4.1769:1842]()
    #[builder(field(type = "HashMap<String, Commodity>"), setter(into))]
    [4.1769]
    [4.1842]
    #[builder(field(ty = "HashMap<String, Commodity>"), setter(into))]
  • replacement in importers/paypal/src/lib.rs at line 51
    [4.1541][4.1541:1616]()
    #[builder(field(type = "Option<String>"), setter(into, strip_option))]
    [4.1541]
    [4.1616]
    #[builder(field(ty = "Option<String>"), setter(into, strip_option))]
  • replacement in importers/paypal/src/lib.rs at line 55
    [4.1678][4.1678:1735]()
    #[builder(field(type = "HashMap<String, Account>"))]
    [4.1678]
    [4.1735]
    #[builder(field(ty = "HashMap<String, Account>"))]
  • replacement in importers/paypal/src/lib.rs at line 59
    [4.1810][4.1810:1867]()
    #[builder(field(type = "HashMap<String, Account>"))]
    [4.1810]
    [4.1867]
    #[builder(field(ty = "HashMap<String, Account>"))]
  • replacement in importers/fidor/src/lib.rs at line 70
    [4.1861][4.1861:1918]()
    #[builder(field(type = "HashMap<String, Account>"))]
    [4.1861]
    [4.1918]
    #[builder(field(ty = "HashMap<String, Account>"))]
  • replacement in importers/ecus/src/lib.rs at line 33
    [4.1009][4.1009:1078]()
    #[builder(field(type = "HashMap<String, LocationInformation>"))]
    [4.1009]
    [4.1078]
    #[builder(field(ty = "HashMap<String, LocationInformation>"))]
  • replacement in importers/ecus/src/lib.rs at line 36
    [4.1136][4.1136:1211]()
    #[builder(field(type = "Option<String>"), setter(into, strip_option))]
    [4.1136]
    [4.1211]
    #[builder(field(ty = "Option<String>"), setter(into, strip_option))]
  • edit in importers/ecus/Cargo.toml at line 26
    [4.8140][4.8140:8176]()
    time-tz.workspace = true
  • edit in importers/ecus/Cargo.toml at line 27
    [4.8212]
    [4.8212]
    time-tz.workspace = true
    tracing.workspace = true
  • edit in importers/ecus/Cargo.toml at line 31
    [4.8284][4.8284:8320]()
    tracing.workspace = true
  • replacement in importers/ecus/Cargo.toml at line 35
    [4.8364][4.8364:8384](),[4.8384][3.20:41]()
    features = ["json"]
    version = "0.11.26"
    [4.8364]
    [4.8405]
    default-features = false
    features = ["http2", "charset", "json", "rustls-tls"]
    version = "0.12.3"
  • replacement in importers/ecus/Cargo.toml at line 41
    [4.8447][3.42:62]()
    version = "1.36.0"
    [4.8447]
    version = "1.37.0"
  • replacement in importers/dkb/src/lib.rs at line 61
    [4.1488][4.1488:1543]()
    #[builder(field(type = "HashMap<Iban, Account>"))]
    [4.1488]
    [4.1543]
    #[builder(field(ty = "HashMap<Iban, Account>"))]
  • replacement in importers/apple/src/transaction_history.rs at line 45
    [2.48][2.48:105]()
    #[builder(field(type = "HashMap<String, Account>"))]
    [2.48]
    [2.105]
    #[builder(field(ty = "HashMap<String, Account>"))]
  • replacement in Cargo.toml at line 47
    [4.476][3.382:414]()
    insta = "1.36.1"
    [4.476]
    [3.414]
    insta = "1.38.0"
  • replacement in Cargo.toml at line 62
    [4.409][3.545:577]()
    prettyplease = "0.2.16"
    [4.409]
    [3.577]
    prettyplease = "0.2.17"
  • replacement in Cargo.toml at line 67
    [3.642][3.642:705]()
    rayon = "1.9.0"
    regex = "1.10.3"
    [3.642]
    [3.705]
    rayon = "1.10.0"
    regex = "1.10.4"
  • replacement in Cargo.toml at line 71
    [4.761][3.737:769]()
    rust_decimal = "1.34.3"
    [4.761]
    [3.769]
    rust_decimal = "1.35.0"
  • replacement in Cargo.toml at line 73
    [3.801][3.801:834]()
    serde_json = "1.0.114"
    [3.801]
    [3.834]
    serde_json = "1.0.115"
  • replacement in Cargo.toml at line 76
    [4.3700][3.866:898]()
    syn = "2.0.53"
    [4.3700]
    [4.3700]
    syn = "2.0.58"
  • replacement in Cargo.toml at line 79
    [4.800][3.899:931]()
    toml_edit = "0.22.8"
    [4.800]
    [4.990]
    toml_edit = "0.22.9"
  • replacement in Cargo.lock at line 33
    [4.2344][3.1167:1186]()
    version = "0.8.10"
    [4.2344]
    [4.2362]
    version = "0.8.11"
  • replacement in Cargo.lock at line 35
    [4.2427][3.1187:1265]()
    checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b"
    [4.2427]
    [4.2505]
    checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  • replacement in Cargo.lock at line 45
    [4.26329][4.1513:1531]()
    version = "1.1.2"
    [4.26329]
    [4.26348]
    version = "1.1.3"
  • replacement in Cargo.lock at line 47
    [4.26413][4.1532:1610]()
    checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
    [4.26413]
    [4.26491]
    checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  • replacement in Cargo.lock at line 153
    [4.10242][4.10242:10260]()
    version = "1.1.0"
    [4.10242]
    [4.10260]
    version = "1.2.0"
  • replacement in Cargo.lock at line 155
    [4.10325][4.10325:10403]()
    checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
    [4.10325]
    [4.5457]
    checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
  • replacement in Cargo.lock at line 159
    [4.5395][4.2037:2056]()
    version = "0.3.69"
    [4.5395]
    [4.5414]
    version = "0.3.71"
  • replacement in Cargo.lock at line 161
    [4.5479][4.2057:2135]()
    checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
    [4.5479]
    [4.5557]
    checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
  • edit in Cargo.lock at line 192
    [3.1614]
    [4.2149]
    [[package]]
    name = "base64"
    version = "0.22.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
  • replacement in Cargo.lock at line 340
    [4.91794428][3.1682:1697]()
    "syn 2.0.53",
    [4.91794428]
    [3.1697]
    "syn 2.0.58",
  • replacement in Cargo.lock at line 342
    [3.1713][3.1713:1734]()
    "toml_edit 0.22.8",
    [3.1713]
    [4.91794460]
    "toml_edit 0.22.9",
  • replacement in Cargo.lock at line 477
    [4.1484][3.1808:1826]()
    version = "2.4.2"
    [4.1484]
    [4.1502]
    version = "2.5.0"
  • replacement in Cargo.lock at line 479
    [4.1567][3.1827:1905]()
    checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
    [4.1567]
    [4.1645]
    checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
  • replacement in Cargo.lock at line 495
    [4.594][3.1906:1924]()
    version = "1.3.1"
    [4.594]
    [4.612]
    version = "1.4.0"
  • replacement in Cargo.lock at line 497
    [4.677][3.1925:2003]()
    checksum = "f58b559fd6448c6e2fd0adb5720cd98a2506594cafa4737ff98c396f3e82f667"
    [4.677]
    [4.755]
    checksum = "0901fc8eb0aca4c83be0106d6f2db17d86a08dfc2c25f0e84464bf381158add6"
  • replacement in Cargo.lock at line 505
    [4.847][3.2004:2022]()
    version = "1.3.1"
    [4.847]
    [4.865]
    version = "1.4.0"
  • replacement in Cargo.lock at line 507
    [4.930][3.2023:2101]()
    checksum = "7aadb5b6ccbd078890f6d7003694e33816e6b784358f18e15e7e6d9f065a57cd"
    [4.930]
    [4.1008]
    checksum = "51670c3aa053938b0ee3bd67c3817e471e626151131b934038e83c5bf8de48f5"
  • replacement in Cargo.lock at line 513
    [4.1630][3.2102:2117]()
    "syn 2.0.53",
    [4.1630]
    [4.2788]
    "syn 2.0.58",
  • replacement in Cargo.lock at line 530
    [4.5163][3.2242:2261]()
    version = "3.15.1"
    [4.5163]
    [4.5182]
    version = "3.16.0"
  • replacement in Cargo.lock at line 532
    [4.5247][3.2262:2340]()
    checksum = "c764d619ca78fccbf3069b37bd7af92577f044bb15236036662d79b6559f25b7"
    [4.5247]
    [4.9880]
    checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
  • replacement in Cargo.lock at line 584
    [4.5839][4.3164:3182]()
    version = "1.5.0"
    [4.5839]
    [4.6046]
    version = "1.6.0"
  • replacement in Cargo.lock at line 586
    [4.6111][4.3183:3261]()
    checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
    [4.6111]
    [4.6231]
    checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
  • replacement in Cargo.lock at line 630
    [4.6097][3.2677:2696]()
    version = "1.0.88"
    [4.6097]
    [4.6116]
    version = "1.0.92"
  • replacement in Cargo.lock at line 632
    [4.6181][3.2697:2775]()
    checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc"
    [4.6181]
    [4.6259]
    checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41"
  • replacement in Cargo.lock at line 648
    [4.13488][3.2776:2794]()
    version = "4.5.3"
    [4.13488]
    [4.2736]
    version = "4.5.4"
  • replacement in Cargo.lock at line 650
    [4.2801][3.2795:2873]()
    checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813"
    [4.2801]
    [4.2879]
    checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
  • replacement in Cargo.lock at line 665
    [4.3117][3.2972:2990]()
    "strsim 0.11.0",
    [4.3117]
    [4.3118]
    "strsim 0.11.1",
  • replacement in Cargo.lock at line 670
    [4.3154][3.2991:3009]()
    version = "4.5.3"
    [4.3154]
    [4.3172]
    version = "4.5.4"
  • replacement in Cargo.lock at line 672
    [4.3237][3.3010:3088]()
    checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f"
    [4.3237]
    [4.3315]
    checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
  • replacement in Cargo.lock at line 677
    [4.3367][3.3105:3120]()
    "syn 2.0.53",
    [4.3367]
    [4.14275]
    "syn 2.0.58",
  • edit in Cargo.lock at line 751
    [4.3959][4.3959:3972](),[4.3972][4.8233:8258](),[4.8233][4.8233:8258](),[4.8258][4.2183:2201](),[4.2201][4.8276:8341](),[4.8276][4.8276:8341](),[4.8341][4.2202:2280](),[4.2280][4.8419:8513](),[4.8419][4.8419:8513](),[4.8513][4.2281:2299](),[4.2299][4.8531:8596](),[4.3991][4.8531:8596](),[4.8531][4.8531:8596](),[4.8596][4.2300:2378]()
    [[package]]
    name = "core-foundation"
    version = "0.9.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
    dependencies = [
    "core-foundation-sys",
    "libc",
    ]
    [[package]]
    name = "core-foundation-sys"
    version = "0.8.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
  • replacement in Cargo.lock at line 815
    [4.12986][4.91798485:91798725](),[4.4362][4.49656:49673](),[4.8524][4.49656:49673](),[4.11190][4.49656:49673](),[3.15585][4.49656:49673](),[4.19318][4.49656:49673](),[4.21983][4.49656:49673](),[4.49656][4.49656:49673](),[4.49578][3.15507:15585](),[4.4283][4.49513:49578](),[4.8445][4.49513:49578](),[4.11111][4.49513:49578](),[3.15506][4.49513:49578](),[4.19239][4.49513:49578](),[4.21904][4.49513:49578](),[4.49513][4.49513:49578](),[4.49494][3.15487:15506](),[4.4263][4.49419:49494](),[4.8425][4.49419:49494](),[4.11091][4.49419:49494](),[3.15486][4.49419:49494](),[4.19219][4.49419:49494](),[4.21884][4.49419:49494](),[4.49419][4.49419:49494](),[4.49341][3.15408:15486](),[4.4184][4.49276:49341](),[4.8346][4.49276:49341](),[4.11012][4.49276:49341](),[3.15407][4.49276:49341](),[4.19140][4.49276:49341](),[4.21805][4.49276:49341](),[4.49276][4.49276:49341](),[4.49257][3.15388:15407](),[4.24377][4.49223:49257](),[4.91801363][4.49223:49257](),[4.49223][4.49223:49257](),[3.15387][4.91801296:91801363](),[4.91801296][4.91801296:91801363](),[4.91801218][3.15309:15387](),[3.15308][4.91801153:91801218](),[4.91801153][4.91801153:91801218](),[4.91801134][3.15289:15308](),[4.19021][4.91801101:91801134](),[4.10992][4.19002:19021](),[3.15288][4.19002:19021](),[4.21785][4.19002:19021](),[4.19002][4.19002:19021](),[4.49215][3.15273:15288](),[4.37578][4.49189:49215](),[4.20804][3.8697:8889](),[4.13135][4.20802:20804](),[4.20802][4.20802:20804](),[4.20778][4.13120:13135](),[3.8696][4.20761:20778](),[4.13119][4.20761:20778](),[4.14102][4.20761:20778](),[4.20761][4.20761:20778](),[4.20683][3.8618:8696](),[3.8617][4.20618:20683](),[4.13040][4.20618:20683](),[4.14023][4.20618:20683](),[4.20618][4.20618:20683](),[4.13022][3.8599:8617](),[4.8398][4.12986:13022](),[4.91798725][4.12986:13022](),[4.12986][4.12986:13022](),[4.20577][4.12709:12986](),[4.34223][4.20564:20577](),[4.51910][4.8879:8893](),[4.23880][4.7987:7996](),[4.10522][4.38000:38010](),[4.6022][4.19855:19889](),[3.6685][4.19855:19889](),[4.8158][4.19855:19889](),[4.19855][4.19855:19889](),[4.19845][3.6669:6685](),[4.8884][4.19666:19845](),[4.6366][3.6721:6909](),[4.91795939][4.11100:11110](),[4.7205][4.8990:9009](),[4.8095][4.8095:8113](),[4.24290][4.9471:9482](),[4.9497][4.5090:5106](),[4.10349][4.11388:11403](),[4.2194][4.11502:11515](),[4.3681][4.29543:29618](),[4.6998][4.29543:29618](),[4.29543][4.29543:29618](),[4.29465][4.6920:6998](),[4.3602][4.29400:29465](),[4.6919][4.29400:29465](),[4.29400][4.29400:29465](),[4.29382][4.6901:6919](),[4.11627][4.29147:29382](),[4.29147][4.29147:29382](),[4.29147][4.11614:11627](),[4.6900][4.29032:29147](),[4.8139][4.29032:29147](),[4.10589][4.29032:29147](),[4.11613][4.29032:29147](),[4.29032][4.29032:29147](),[4.28954][4.6822:6900](),[4.6821][4.28889:28954](),[4.8060][4.28889:28954](),[4.10510][4.28889:28954](),[4.11534][4.28889:28954](),[4.28889][4.28889:28954](),[4.28871][4.6803:6821](),[4.10491][4.28834:28871](),[4.28834][4.28834:28871](),[4.2194][4.10479:10491](),[4.11515][4.10479:10491](),[4.10479][4.10479:10491](),[4.6802][4.1907:2194](),[4.11501][4.1907:2194](),[4.1907][4.1907:2194](),[4.1829][4.6724:6802](),[4.6723][4.1764:1829](),[4.11422][4.1764:1829](),[4.1764][4.1764:1829](),[4.1746][4.6705:6723](),[4.10479][4.1697:1746](),[4.10455][4.10455:10479](),[4.11403][4.10349:10428](),[4.10349][4.10349:10428](),[4.6704][4.10332:10349](),[4.8041][4.10332:10349](),[4.11387][4.10332:10349](),[4.10332][4.10332:10349](),[4.10254][4.6626:6704](),[4.6625][4.10189:10254](),[4.7962][4.10189:10254](),[4.11308][4.10189:10254](),[4.10189][4.10189:10254](),[4.10171][4.6607:6625](),[4.6606][4.10133:10171](),[3.7332][4.10133:10171](),[4.11289][4.10133:10171](),[4.10133][4.10133:10171](),[4.28826][3.7317:7332](),[4.6590][4.28783:28826](),[4.7845][4.28783:28826](),[4.9766][4.28783:28826](),[4.11273][4.28783:28826](),[4.28783][4.28783:28826](),[4.28705][4.6512:6590](),[4.6511][4.28640:28705](),[4.7766][4.28640:28705](),[4.9687][4.28640:28705](),[4.11194][4.28640:28705](),[4.28640][4.28640:28705](),[4.28622][4.6493:6511](),[4.28578][4.28578:28622](),[4.6492][4.28417:28555](),[4.7747][4.28417:28555](),[4.9668][4.28417:28555](),[4.11175][4.28417:28555](),[4.28417][4.28417:28555](),[4.28339][4.6414:6492](),[4.6413][4.28274:28339](),[4.7668][4.28274:28339](),[4.9589][4.28274:28339](),[4.11096][4.28274:28339](),[4.28274][4.28274:28339](),[4.28256][4.6395:6413](),[4.6394][4.28204:28256](),[4.28204][4.28204:28256](),[4.28195][4.6381:6394](),[4.6380][4.28116:28195](),[4.7649][4.28116:28195](),[4.9570][4.28116:28195](),[4.11077][4.28116:28195](),[4.28116][4.28116:28195](),[4.28038][4.6302:6380](),[4.6301][4.27973:28038](),[4.7570][4.27973:28038](),[4.9491][4.27973:28038](),[4.10998][4.27973:28038](),[4.27973][4.27973:28038](),[4.27955][4.6283:6301](),[4.9283][4.27928:27955](),[4.7020][4.3789:3804](),[4.11747][4.3789:3804](),[4.3789][4.3789:3804](),[4.3768][4.6999:7020](),[3.7430][4.3736:3768](),[4.11725][4.3736:3768](),[4.3736][4.3736:3768](),[4.3658][3.7352:7430](),[3.7351][4.3593:3658](),[4.11646][4.3593:3658](),[4.3593][4.3593:3658](),[4.3575][3.7333:7351](),[4.29873][4.3557:3575](),[4.6376][4.29798:29873](),[4.10687][4.29798:29873](),[4.29798][4.29798:29873](),[4.29720][4.10609:10687](),[4.6297][4.29655:29720](),[4.10608][4.29655:29720](),[4.29655][4.29655:29720](),[4.29637][4.10590:10608](),[4.10537][4.29619:29637](),[4.91797455][4.4136:4144](),[4.7133][4.91797438:91797455](),[4.91797438][4.91797438:91797455](),[4.91797360][4.7055:7133](),[4.7054][4.91797295:91797360](),[4.91797295][4.91797295:91797360](),[4.91797277][4.7036:7054](),[4.38032][4.91797049:91797277](),[4.91797049][4.91797049:91797277](),[4.91797049][4.38022:38032](),[4.12269][4.91797016:91797049](),[4.91797016][4.91797016:91797049](),[4.91796938][4.12191:12269](),[4.12190][4.91796873:91796938](),[4.91796873][4.91796873:91796938](),[4.91796855][4.12172:12190](),[4.38021][4.91796818:91796855](),[4.91796818][4.91796818:91796855](),[4.91796818][4.38011:38021](),[4.4135][4.91796579:91796818](),[4.4264][4.91796579:91796818](),[3.7743][4.91796579:91796818](),[4.12171][4.91796579:91796818](),[4.91796579][4.91796579:91796818](),[4.91796563][3.7727:7743](),[4.7035][4.91796536:91796563](),[4.10544][4.91796536:91796563](),[4.91796536][4.91796536:91796563](),[4.91796522][4.7021:7035](),[4.23199][4.91796427:91796522](),[4.91796427][4.91796427:91796522](),[4.91796427][4.23186:23199](),[4.4118][4.91796348:91796427](),[4.12154][4.91796348:91796427](),[4.91796348][4.91796348:91796427](),[4.91796242][4.12076:12154](),[4.4039][4.91796177:91796242](),[4.12075][4.91796177:91796242](),[4.91796177][4.91796177:91796242](),[4.91796158][4.12056:12075](),[3.7726][4.91796131:91796158](),[4.91796131][4.91796131:91796158](),[4.91796053][3.7648:7726](),[3.7647][4.91795988:91796053](),[4.91795988][4.91795988:91796053](),[4.91795970][3.7629:7647](),[4.91795955][4.91795955:91795970](),[4.4144][4.8534:8549](),[4.91797470][4.8534:8549](),[4.8534][4.8534:8549](),[4.4115][4.6885:6898](),[4.11028][4.6885:6898](),[4.12043][4.6885:6898](),[4.6885][4.6885:6898](),[4.6807][4.11965:12043](),[4.4036][4.6742:6807](),[4.10949][4.6742:6807](),[4.11964][4.6742:6807](),[4.6742][4.6742:6807](),[4.30189][4.11946:11964](),[4.5450][4.30174:30189](),[4.30174][4.30174:30189](),[4.4001][4.15946:15959](),[3.7628][4.15946:15959](),[4.11945][4.15946:15959](),[4.15946][4.15946:15959](),[4.15839][3.7550:7628](),[4.3922][4.15774:15839](),[3.7549][4.15774:15839](),[4.11866][4.15774:15839](),[4.15774][4.15774:15839](),[4.15756][3.7530:7549](),[4.18461][4.15737:15756](),[4.3920][4.18446:18461](),[4.30160][4.18446:18461](),[4.7232][4.12451:12494](),[3.7842][4.12451:12494](),[4.12451][4.12451:12494](),[4.12373][3.7764:7842](),[4.7153][4.12308:12373](),[3.7763][4.12308:12373](),[4.12308][4.12308:12373](),[4.12289][3.7744:7763](),[4.5625][4.12270:12289](),[4.2293][4.30954:30988](),[4.3274][4.30954:30988](),[4.4243][4.30954:30988](),[4.7430][4.30954:30988](),[3.7941][4.30954:30988](),[4.11225][4.30954:30988](),[4.12691][4.30954:30988](),[4.30954][4.30954:30988](),[4.30876][3.7863:7941](),[4.2214][4.30811:30876](),[4.3195][4.30811:30876](),[4.4164][4.30811:30876](),[4.7351][4.30811:30876](),[3.7862][4.30811:30876](),[4.11146][4.30811:30876](),[4.12612][4.30811:30876](),[4.30811][4.30811:30876](),[4.30792][3.7843:7862](),[4.8772][4.30776:30792](),[4.30776][4.30776:30792](),[4.11126][4.30763:30776](),[4.91797662][4.30763:30776](),[4.30763][4.30763:30776](),[4.4362][4.91797471:91797662](),[4.7331][4.91797471:91797662](),[4.12592][4.91797471:91797662](),[4.11126][4.91797471:91797662](),[4.30657][4.7253:7331](),[4.4283][4.30592:30657](),[4.7252][4.30592:30657](),[4.11047][4.30592:30657](),[4.12513][4.30592:30657](),[4.30592][4.30592:30657](),[4.5639][4.7233:7252](),[4.12494][4.5625:5639](),[4.5625][4.5625:5639](),[4.5612][4.5612:5625](),[4.9672][4.30351:30353](),[4.91797876][4.91797876:91797895](),[4.4341][4.91797850:91797867](),[4.91797850][4.91797850:91797867](),[4.91797772][4.4263:4341](),[4.4262][4.91797707:91797772](),[4.91797707][4.91797707:91797772](),[4.91797689][4.4244:4262](),[4.31179][4.91797663:91797689](),[4.30744][4.30989:31179](),[4.4551][4.19465:19478](),[4.13101][4.19465:19478](),[4.19465][4.19465:19478](),[4.11636][4.13023:13101](),[4.4472][4.11571:11636](),[4.13022][4.11571:11636](),[4.11571][4.11571:11636](),[4.11553][4.13004:13022](),[4.31421][4.11539:11553](),[4.4453][4.31395:31421](),[4.31395][4.31395:31421](),[4.31378][4.4442:4453](),[4.7501][4.31361:31378](),[4.31361][4.31361:31378](),[4.31283][4.7423:7501](),[4.7422][4.31218:31283](),[4.31218][4.31218:31283](),[4.31200][4.7404:7422](),[4.30947][4.31180:31200](),[4.4680][4.32088:32121](),[4.32088][4.32088:32121](),[4.32075][4.4661:4680](),[4.4847][4.31869:32075](),[4.13496][4.31869:32075](),[4.31869][4.31869:32075](),[4.31755][4.13418:13496](),[4.4768][4.31690:31755](),[4.13417][4.31690:31755](),[4.31690][4.31690:31755](),[4.31671][4.13398:13417](),[4.9924][4.31643:31671](),[4.32558][4.91797896:91798086](),[4.32571][4.91798087:91798324](),[4.12078][4.19891:19906](),[4.19891][4.19891:19906](),[4.9179][4.12063:12078](),[4.19865][4.12063:12078](),[4.19865][4.9167:9179](),[4.2589][4.19848:19865](),[4.9166][4.19848:19865](),[4.12062][4.19848:19865](),[4.13594][4.19848:19865](),[4.19848][4.19848:19865](),[4.19770][4.13516:13594](),[4.2510][4.19705:19770](),[4.9087][4.19705:19770](),[4.11983][4.19705:19770](),[4.13515][4.19705:19770](),[4.19705][4.19705:19770](),[4.11965][4.13497:13515](),[4.91798324][4.11941:11965](),[4.32571][4.11941:11965](),[4.91798086][4.32558:32571](),[4.32558][4.32558:32571](),[4.5977][4.32556:32558](),[4.32556][4.32556:32558](),[4.11940][4.32340:32556](),[4.32340][4.32340:32556](),[4.32332][4.11924:11940](),[4.31146][4.32122:32332](),[4.20555][3.8485:8500](),[4.5043][4.20512:20555](),[4.8218][4.20512:20555](),[3.8484][4.20512:20555](),[4.9375][4.20512:20555](),[4.12471][4.20512:20555](),[4.13890][4.20512:20555](),[4.20512][4.20512:20555](),[4.20434][3.8406:8484](),[4.4964][4.20369:20434](),[4.8139][4.20369:20434](),[3.8405][4.20369:20434](),[4.9296][4.20369:20434](),[4.12392][4.20369:20434](),[4.13811][4.20369:20434](),[4.20369][4.20369:20434](),[4.20351][3.8387:8405](),[4.91798484][4.20281:20351](),[4.20281][4.20281:20351](),[3.8386][4.91798389:91798484](),[4.91798389][4.91798389:91798484](),[4.20157][3.8365:8386](),[3.8364][4.20139:20157](),[4.91798373][4.20139:20157](),[4.20139][4.20139:20157](),[4.91798357][3.8353:8364](),[4.20116][4.91798325:91798357](),[4.4945][4.20099:20116](),[4.8120][4.20099:20116](),[3.8352][4.20099:20116](),[4.9277][4.20099:20116](),[4.12373][4.20099:20116](),[4.13791][4.20099:20116](),[4.20099][4.20099:20116](),[4.20021][3.8274:8352](),[4.4866][4.19956:20021](),[4.8041][4.19956:20021](),[3.8273][4.19956:20021](),[4.9198][4.19956:20021](),[4.12294][4.19956:20021](),[4.13712][4.19956:20021](),[4.19956][4.19956:20021](),[4.19938][3.8255:8273](),[4.8022][4.19922:19938](),[4.19922][4.19922:19938](),[4.10149][4.19907:19922](),[4.8428][4.8428:8458](),[3.8988][4.8399:8416](),[4.34419][4.8399:8416](),[4.34341][3.8910:8988](),[3.8909][4.34276:34341](),[4.34276][4.34276:34341](),[4.34257][3.8890:8909](),[3.8889][4.34223:34257](),[4.20804][4.34223:34257](),[4.34223][4.34223:34257](),[4.34035][4.34035:34037](),[4.8774][4.33645:33817](),[4.33645][4.33645:33817](),[4.33567][4.8696:8774](),[4.8695][4.33502:33567](),[4.33502][4.33502:33567](),[4.33483][4.8676:8695](),[4.24286][4.33267:33483](),[4.33267][4.33267:33483](),[4.33267][4.24070:24286](),[4.5181][4.33252:33267](),[4.8675][4.33252:33267](),[4.12708][4.33252:33267](),[4.33252][4.33252:33267](),[4.9531][4.5158:5181](),[4.33190][4.9522:9531](),[4.5157][4.33156:33182](),[4.7858][4.33156:33182](),[4.8651][4.33156:33182](),[4.12684][4.33156:33182](),[4.14004][4.33156:33182](),[4.33156][4.33156:33182](),[4.33078][4.7780:7858](),[4.5078][4.33013:33078](),[4.7779][4.33013:33078](),[4.8572][4.33013:33078](),[4.12605][4.33013:33078](),[4.13925][4.33013:33078](),[4.33013][4.33013:33078](),[4.32995][4.7760:7779](),[4.8553][4.32982:32995](),[4.31336][4.32982:32995](),[4.9521][4.8538:8553](),[4.8538][4.8538:8553](),[4.8511][4.9511:9521](),[3.8598][4.8494:8511](),[4.9510][4.8494:8511](),[4.8494][4.8494:8511](),[4.8416][3.8520:8598](),[3.8519][4.8351:8416](),[4.9431][4.8351:8416](),[4.8351][4.8351:8416](),[4.9413][3.8501:8519](),[4.31336][4.9392:9413](),[4.10375][4.31323:31336](),[4.31323][4.31323:31336](),[4.32903][4.12508:12586](),[4.12507][4.32838:32903](),[4.32838][4.32838:32903](),[4.32819][4.12488:12507](),[4.10151][4.32792:32819](),[4.4696][4.10149:10151](),[4.5059][4.10149:10151](),[4.7759][4.10149:10151](),[3.8500][4.10149:10151](),[4.9391][4.10149:10151](),[4.12487][4.10149:10151](),[4.13906][4.10149:10151](),[4.20563][4.10149:10151](),[4.10149][4.10149:10151](),[4.32791][4.9927:10149](),[4.31323][4.9927:10149](),[4.7797][4.32763:32791](),[4.12177][4.32763:32791](),[4.32763][4.32763:32791](),[4.32685][4.12099:12177](),[4.7718][4.32620:32685](),[4.12098][4.32620:32685](),[4.32620][4.32620:32685](),[4.32602][4.12079:12098](),[3.8254][4.32572:32602](),[4.13692][4.32572:32602](),[4.31323][4.32572:32602](),[4.31245][3.8176:8254](),[3.8175][4.31180:31245](),[4.13613][4.31180:31245](),[4.31180][4.31180:31245](),[4.31162][3.8157:8175](),[4.19906][4.31146:31162](),[4.32571][4.31146:31162](),[4.31146][4.31146:31162](),[4.9926][4.31133:31146](),[4.31133][4.31133:31146](),[4.32121][4.9924:9926](),[4.9924][4.9924:9926](),[4.4748][4.9880:9924](),[4.13397][4.9880:9924](),[4.9880][4.9880:9924](),[4.9802][4.13319:13397](),[4.4669][4.9737:9802](),[4.13318][4.9737:9802](),[4.9737][4.9737:9802](),[4.9719][4.13299:13318](),[4.31642][4.9701:9719](),[4.9701][4.9701:9719](),[4.7743][4.31600:31642](),[4.9068][4.31600:31642](),[4.11923][4.31600:31642](),[4.13298][4.31600:31642](),[4.31600][4.31600:31642](),[4.31522][4.7665:7743](),[4.7664][4.31457:31522](),[4.8989][4.31457:31522](),[4.11844][4.31457:31522](),[4.13219][4.31457:31522](),[4.31457][4.31457:31522](),[4.31439][4.7646:7664](),[4.4660][4.31422:31439](),[4.7699][4.31422:31439](),[4.9701][4.31422:31439](),[4.7645][4.4647:4660](),[3.8156][4.4647:4660](),[4.13200][4.4647:4660](),[4.4647][4.4647:4660](),[4.4569][3.8078:8156](),[4.7566][4.4504:4569](),[3.8077][4.4504:4569](),[4.13121][4.4504:4569](),[4.4504][4.4504:4569](),[4.7525][3.8058:8077](),[4.9701][4.7502:7525](),[4.31133][4.9688:9701](),[4.19478][4.30947:31133](),[4.31421][4.30947:31133](),[4.30947][4.30947:31133](),[4.331][4.30934:30947](),[4.2050][4.30934:30947](),[4.2393][4.30934:30947](),[4.4441][4.30934:30947](),[4.4462][4.30934:30947](),[4.5739][4.30934:30947](),[4.7403][4.30934:30947](),[4.7546][4.30934:30947](),[3.8057][4.30934:30947](),[4.8872][4.30934:30947](),[4.11538][4.30934:30947](),[4.13003][4.30934:30947](),[4.19253][4.30934:30947](),[4.30934][4.30934:30947](),[4.30856][3.7979:8057](),[4.252][4.30791:30856](),[4.1971][4.30791:30856](),[4.2314][4.30791:30856](),[4.4362][4.30791:30856](),[4.4383][4.30791:30856](),[4.5660][4.30791:30856](),[4.7324][4.30791:30856](),[4.7467][4.30791:30856](),[3.7978][4.30791:30856](),[4.8793][4.30791:30856](),[4.11459][4.30791:30856](),[4.12924][4.30791:30856](),[4.19174][4.30791:30856](),[4.30791][4.30791:30856](),[4.30771][3.7958:7978](),[4.31179][4.30744:30771](),[4.91797895][4.30744:30771](),[4.30744][4.30744:30771](),[4.7446][4.30547:30744](),[3.7957][4.30547:30744](),[4.11438][4.30547:30744](),[4.12903][4.30547:30744](),[4.30547][4.30547:30744](),[4.30539][3.7942:7957](),[4.1950][4.30486:30539](),[4.7303][4.30486:30539](),[4.11421][4.30486:30539](),[4.12887][4.30486:30539](),[4.30486][4.30486:30539](),[4.30408][4.12809:12887](),[4.1871][4.30343:30408](),[4.7224][4.30343:30408](),[4.11342][4.30343:30408](),[4.12808][4.30343:30408](),[4.30343][4.30343:30408](),[4.30325][4.12790:12808](),[4.1852][4.30210:30325](),[4.7205][4.30210:30325](),[4.11323][4.30210:30325](),[4.12789][4.30210:30325](),[4.30210][4.30210:30325](),[4.30132][4.12711:12789](),[4.1773][4.30067:30132](),[4.7126][4.30067:30132](),[4.11244][4.30067:30132](),[4.12710][4.30067:30132](),[4.30067][4.30067:30132](),[4.30049][4.12692:12710](),[4.9687][4.30029:30049](),[4.30029][4.30029:30049](),[4.30988][4.9672:9687](),[4.9672][4.9672:9687](),[4.8549][4.9463:9672](),[4.18867][4.9463:9672](),[4.30029][4.9463:9672](),[4.29766][4.29766:29792](),[4.2771][4.29732:29752](),[4.29732][4.29732:29752](),[4.29732][4.2755:2771](),[4.231][4.29703:29732](),[4.2754][4.29703:29732](),[4.3903][4.29703:29732](),[4.6475][4.29703:29732](),[3.7529][4.29703:29732](),[4.10786][4.29703:29732](),[4.11846][4.29703:29732](),[4.29703][4.29703:29732](),[4.29625][3.7451:7529](),[4.152][4.29560:29625](),[4.2675][4.29560:29625](),[4.3824][4.29560:29625](),[4.6396][4.29560:29625](),[3.7450][4.29560:29625](),[4.10707][4.29560:29625](),[4.11767][4.29560:29625](),[4.29560][4.29560:29625](),[4.29541][3.7431:7450](),[4.3908][4.29526:29541](),[4.30142][4.29526:29541](),[4.10537][4.29526:29541](),[4.4831][4.34934:34945](),[4.34934][4.34934:34945](),[4.34921][4.4812:4831](),[4.34678][4.34678:34921](),[4.31560][4.34479:34481](),[4.21100][4.91798726:91798918](),[4.9391][4.21087:21100](),[4.21087][4.21087:21100](),[4.36121][4.36121:36164](),[4.2567][4.36092:36109](),[4.5165][4.36092:36109](),[4.5606][4.36092:36109](),[4.9227][4.36092:36109](),[4.9293][4.36092:36109](),[3.9520][4.36092:36109](),[4.10041][4.36092:36109](),[4.13559][4.36092:36109](),[4.14535][4.36092:36109](),[4.20903][4.36092:36109](),[4.36092][4.36092:36109](),[4.36014][3.9442:9520](),[4.2488][4.35949:36014](),[4.5086][4.35949:36014](),[4.5527][4.35949:36014](),[4.9148][4.35949:36014](),[4.9214][4.35949:36014](),[3.9441][4.35949:36014](),[4.9962][4.35949:36014](),[4.13480][4.35949:36014](),[4.14456][4.35949:36014](),[4.20824][4.35949:36014](),[4.35949][4.35949:36014](),[4.35930][3.9421:9441](),[4.5066][4.35697:35930](),[4.5507][4.35697:35930](),[4.9128][4.35697:35930](),[3.9420][4.35697:35930](),[4.9942][4.35697:35930](),[4.13460][4.35697:35930](),[4.14436][4.35697:35930](),[4.35697][4.35697:35930](),[4.35689][3.9405:9420](),[4.9926][4.35646:35689](),[4.35646][4.35646:35689](),[4.35568][4.9848:9926](),[4.9847][4.35503:35568](),[4.35503][4.35503:35568](),[4.35485][4.9829:9847](),[4.10848][4.35461:35485](),[4.5210][4.16004:16016](),[3.9732][4.16004:16016](),[4.14719][4.16004:16016](),[4.16004][4.16004:16016](),[4.15988][3.9716:9732](),[4.5603][4.15918:15988](),[4.9249][4.15918:15988](),[4.14702][4.15918:15988](),[4.15918][4.15918:15988](),[4.15918][4.9228:9249](),[4.15860][4.15860:15918](),[4.10296][4.15729:15849](),[4.11516][4.15052:15244](),[4.13822][4.32228:32514](),[4.32228][4.32228:32514](),[4.32220][4.13806:13822](),[4.11282][4.31951:32220](),[4.31951][4.31951:32220](),[4.1375][4.11280:11282](),[3.10086][4.11280:11282](),[4.15357][4.11280:11282](),[4.11280][4.11280:11282](),[4.11271][3.10065:10086](),[3.10064][4.11254:11271](),[4.15342][4.11254:11271](),[4.11254][4.11254:11271](),[4.31873][3.9986:10064](),[3.9985][4.31808:31873](),[4.11175][4.31808:31873](),[4.15263][4.31808:31873](),[4.31808][4.31808:31873](),[4.11157][3.9967:9985](),[4.10792][4.11118:11157](),[4.11118][4.11118:11157](),[4.9363][4.10790:10792](),[3.9966][4.10790:10792](),[4.10790][4.10790:10792](),[4.10775][3.9951:9966](),[3.9950][4.10742:10775](),[4.10742][4.10742:10775](),[4.10664][3.9872:9950](),[3.9871][4.10599:10664](),[4.10599][4.10599:10664](),[4.10580][3.9852:9871](),[4.11118][4.10545:10580](),[4.31789][4.10956:11118](),[4.11516][4.31769:31789](),[4.15244][4.31769:31789](),[4.31769][4.31769:31789](),[4.37813][4.11503:11516](),[4.11503][4.11503:11516](),[4.15051][4.37801:37813](),[4.37801][4.37801:37813](),[4.37788][4.15035:15051](),[4.13805][4.37762:37788](),[4.15034][4.37762:37788](),[4.37762][4.37762:37788](),[4.37684][4.14956:15034](),[4.13726][4.37619:37684](),[4.14955][4.37619:37684](),[4.37619][4.37619:37684](),[4.37601][4.14937:14955](),[4.2688][4.37570:37601](),[3.9851][4.37570:37601](),[4.10955][4.37570:37601](),[4.37570][4.37570:37601](),[4.37492][3.9773:9851](),[4.2609][4.37427:37492](),[3.9772][4.37427:37492](),[4.10876][4.37427:37492](),[4.37427][4.37427:37492](),[4.37408][3.9753:9772](),[4.5725][4.37182:37408](),[4.14936][4.37182:37408](),[4.11503][4.37182:37408](),[4.11425][4.14858:14936](),[4.5646][4.11360:11425](),[4.14857][4.11360:11425](),[4.11360][4.11360:11425](),[4.11342][4.14838:14857](),[4.10856][4.11316:11342](),[4.31769][4.11316:11342](),[4.5626][4.10810:10856](),[4.91799686][4.10810:10856](),[4.10810][4.10810:10856](),[4.91799608][4.5548:5626](),[4.5547][4.91799543:91799608](),[4.91799543][4.91799543:91799608](),[4.10648][4.5528:5547](),[4.6113][4.10604:10648](),[4.91799457][4.10604:10648](),[4.10604][4.10604:10648](),[4.10589][4.6098:6113](),[4.5527][4.10572:10589](),[4.6097][4.10572:10589](),[4.10572][4.10572:10589](),[4.10494][4.5449:5527](),[4.5448][4.10429:10494](),[4.6018][4.10429:10494](),[4.10429][4.10429:10494](),[4.10410][4.5429:5448](),[4.31769][4.10387:10410](),[4.430][4.31756:31769](),[4.10386][4.31756:31769](),[4.11315][4.31756:31769](),[4.37181][4.31756:31769](),[4.31756][4.31756:31769](),[4.5998][4.10384:10386](),[4.91799434][4.10384:10386](),[4.10384][4.10384:10386](),[4.10369][4.5983:5998](),[4.5428][4.10334:10369](),[4.5982][4.10334:10369](),[4.10334][4.10334:10369](),[4.10256][4.5350:5428](),[4.5349][4.10191:10256](),[4.5903][4.10191:10256](),[4.10191][4.10191:10256](),[4.10172][4.5330:5349](),[4.5883][4.10136:10172](),[4.91799411][4.10136:10172](),[4.10136][4.10136:10172](),[4.91799389][4.5868:5883](),[4.5329][4.91799372:91799389](),[4.91799372][4.91799372:91799389](),[4.91799294][4.5251:5329](),[4.5250][4.91799229:91799294](),[4.91799229][4.91799229:91799294](),[4.9942][4.5231:5250](),[4.91799159][4.9916:9942](),[4.37181][4.9916:9942](),[4.5230][4.91799157:91799159](),[3.9752][4.91799157:91799159](),[4.14837][4.91799157:91799159](),[4.91799157][4.91799157:91799159](),[4.91799144][3.9733:9752](),[4.14817][4.91799111:91799144](),[4.91799111][4.91799111:91799144](),[4.91799033][4.14739:14817](),[4.14738][4.91798968:91799033](),[4.91798968][4.91798968:91799033](),[4.91798950][4.14720:14738](),[4.5867][4.91798919:91798950](),[4.9347][4.91798919:91798950](),[4.37181][4.91798919:91798950](),[4.37103][4.9269:9347](),[4.5788][4.37038:37103](),[4.9268][4.37038:37103](),[4.37038][4.37038:37103](),[4.37020][4.9250:9268](),[4.10554][4.36994:37020](),[4.36994][4.36994:37020](),[4.10539][4.10539:10554](),[4.36484][4.9490:9702](),[4.5193][4.36469:36484](),[4.5769][4.36469:36484](),[4.13707][4.36469:36484](),[4.14680][4.36469:36484](),[4.21414][4.36469:36484](),[4.36469][4.36469:36484](),[4.11297][4.14653:14680](),[4.5741][4.11284:11297](),[4.13683][4.11284:11297](),[4.14652][4.11284:11297](),[4.11284][4.11284:11297](),[4.11266][4.14634:14652](),[4.5716][4.11257:11266](),[4.36445][4.11257:11266](),[4.11257][4.11257:11266](),[4.11246][4.5705:5716](),[4.5704][4.11229:11246](),[4.9489][4.11229:11246](),[4.13657][4.11229:11246](),[4.14633][4.11229:11246](),[4.21390][4.11229:11246](),[4.11229][4.11229:11246](),[4.11151][4.14555:14633](),[4.5625][4.11086:11151](),[4.9410][4.11086:11151](),[4.13578][4.11086:11151](),[4.14554][4.11086:11151](),[4.21311][4.11086:11151](),[4.11086][4.11086:11151](),[4.11068][4.14536:14554](),[4.3622][4.11042:11068](),[4.11042][4.11042:11068](),[4.11042][4.3373:3622](),[3.9715][4.11029:11042](),[4.36427][4.11029:11042](),[4.11029][4.11029:11042](),[4.11029][3.9521:9715](),[4.6174][4.10848:11029](),[4.21292][4.10848:11029](),[4.36177][4.10848:11029](),[4.91798918][4.10848:11029](),[4.10848][4.10848:11029](),[4.35460][4.10835:10848](),[4.430][4.10835:10848](),[4.5491][4.35382:35460](),[4.35382][4.35382:35460](),[4.5050][4.5480:5491](),[3.9404][4.5480:5491](),[4.14420][4.5480:5491](),[4.35365][4.5480:5491](),[4.35352][3.9385:9404](),[4.2468][4.35335:35352](),[4.5030][4.35335:35352](),[4.5479][4.35335:35352](),[4.9112][4.35335:35352](),[4.9194][4.35335:35352](),[3.9384][4.35335:35352](),[4.9828][4.35335:35352](),[4.13443][4.35335:35352](),[4.14400][4.35335:35352](),[4.35335][4.35335:35352](),[4.35257][3.9306:9384](),[4.2389][4.35192:35257](),[4.4951][4.35192:35257](),[4.5400][4.35192:35257](),[4.9033][4.35192:35257](),[4.9115][4.35192:35257](),[3.9305][4.35192:35257](),[4.9749][4.35192:35257](),[4.13364][4.35192:35257](),[4.14321][4.35192:35257](),[4.35192][4.35192:35257](),[4.35172][3.9285:9305](),[4.9728][4.35155:35172](),[4.35155][4.35155:35172](),[4.5379][4.9715:9728](),[4.9012][4.9715:9728](),[4.9715][4.9715:9728](),[4.9637][4.8934:9012](),[4.5300][4.9572:9637](),[4.8933][4.9572:9637](),[4.9572][4.9572:9637](),[4.31594][4.8914:8933](),[4.10834][4.31575:31594](),[4.31575][4.31575:31594](),[4.4930][4.10791:10834](),[4.5280][4.10791:10834](),[4.8995][4.10791:10834](),[3.9284][4.10791:10834](),[4.13244][4.10791:10834](),[4.14300][4.10791:10834](),[4.10791][4.10791:10834](),[4.10713][3.9206:9284](),[4.4851][4.10648:10713](),[4.5201][4.10648:10713](),[4.8916][4.10648:10713](),[3.9205][4.10648:10713](),[4.13165][4.10648:10713](),[4.14221][4.10648:10713](),[4.10648][4.10648:10713](),[4.10629][3.9186:9205](),[4.31575][4.10613:10629](),[4.34945][4.31560:31575](),[4.31560][4.31560:31575](),[3.9185][4.31534:31560](),[4.31534][4.31534:31560](),[4.31456][3.9107:9185](),[3.9106][4.31391:31456](),[4.31391][4.31391:31456](),[4.31373][3.9088:9106](),[4.10612][4.31352:31373](),[4.31352][4.31352:31373](),[4.2269][4.10588:10612](),[4.4811][4.10588:10612](),[4.8896][4.10588:10612](),[4.10588][4.10588:10612](),[4.10573][4.4796:4811](),[4.2247][4.10556:10573](),[4.4795][4.10556:10573](),[4.8873][4.10556:10573](),[4.10556][4.10556:10573](),[4.10478][4.4717:4795](),[4.2168][4.10413:10478](),[4.4716][4.10413:10478](),[4.8794][4.10413:10478](),[4.10413][4.10413:10478](),[4.10394][4.4697:4716](),[4.31352][4.10376:10394](),[4.13145][4.31337:31352](),[4.10748][4.31337:31352](),[4.10748][4.13136:13145](),[4.2727][4.38001:38014](),[4.38001][4.38001:38014](),[4.37923][4.2649:2727](),[4.2648][4.37858:37923](),[4.37858][4.37858:37923](),[4.37839][4.2618:2648](),[4.10763][4.37814:37839](),[4.14049][4.38483:38498](),[4.38483][4.38483:38498](),[4.38475][4.14033:14049](),[4.32906][4.38015:38475](),[4.9479][4.91799898:91799911](),[4.91799898][4.91799898:91799911](),[4.91799898][4.9463:9479](),[4.1474][4.91799881:91799898](),[4.2769][4.91799881:91799898](),[4.15709][4.91799881:91799898](),[4.91799881][4.91799881:91799898](),[4.91799803][4.1396:1474](),[4.1395][4.91799738:91799803](),[4.2690][4.91799738:91799803](),[4.15630][4.91799738:91799803](),[4.91799738][4.91799738:91799803](),[4.91799719][4.1376:1395](),[4.91799700][4.91799700:91799719](),[4.91799911][4.33283:33296](),[4.33283][4.33283:33296](),[4.11033][4.33088:33101](),[4.33088][4.33088:33101](),[4.38498][4.32906:33088](),[4.32906][4.32906:33088](),[4.14032][4.32891:32906](),[4.32891][4.32891:32906](),[4.32891][4.14020:14032](),[4.10678][4.32863:32891](),[4.15610][4.32863:32891](),[4.32863][4.32863:32891](),[4.32846][4.15587:15610](),[4.32803][4.32803:32846](),[3.10205][4.32750:32781](),[4.15586][4.32750:32781](),[4.32750][4.32750:32781](),[4.15567][3.10186:10205](),[4.32723][4.15555:15567](),[4.6310][4.32694:32723](),[4.14019][4.32694:32723](),[4.15554][4.32694:32723](),[4.32694][4.32694:32723](),[4.32616][4.15476:15554](),[4.6231][4.32551:32616](),[4.13940][4.32551:32616](),[4.15475][4.32551:32616](),[4.32551][4.32551:32616](),[4.32533][4.15457:15475](),[4.10996][4.32515:32533](),[4.11532][4.14149:14343](),[4.1538][4.91799912:91799955](),[4.6376][4.16350:16373](),[3.10724][4.6331:6376](),[4.16349][4.6331:6376](),[4.6331][4.6331:6376](),[4.6253][3.10646:10724](),[3.10645][4.6188:6253](),[4.16270][4.6188:6253](),[4.6188][4.6188:6253](),[4.6170][3.10627:10645](),[4.10825][4.6131:6170](),[4.6399][4.38742:38744](),[4.10825][4.38742:38744](),[4.16373][4.38742:38744](),[4.38742][4.38742:38744](),[4.38725][4.10801:10825](),[4.6310][4.38499:38725](),[4.21747][4.38499:38725](),[4.91799955][4.38499:38725](),[4.1538][4.38499:38725](),[4.35139][4.35139:35150](),[4.6517][4.38952:38970](),[4.38952][4.38952:38970](),[4.38939][4.6498:6517](),[4.11022][4.38745:38939](),[4.34937][4.38745:38939](),[4.6497][4.11009:11022](),[4.6820][4.11009:11022](),[4.16471][4.11009:11022](),[4.11009][4.11009:11022](),[4.10931][4.16393:16471](),[4.6418][4.10866:10931](),[4.6741][4.10866:10931](),[4.16392][4.10866:10931](),[4.10866][4.10866:10931](),[4.10848][4.16374:16392](),[4.34937][4.10826:10848](),[4.11676][4.34924:34937](),[4.14967][4.34924:34937](),[4.34924][4.34924:34937](),[4.34846][4.14889:14967](),[4.11597][4.34781:34846](),[4.14888][4.34781:34846](),[4.34781][4.34781:34846](),[4.34762][4.14869:14888](),[4.1551][4.34740:34762](),[4.34740][4.34740:34762](),[4.38744][4.1538:1551](),[4.1538][4.1538:1551](),[4.34740][4.1352:1538](),[4.6130][4.34725:34740](),[4.6722][4.34725:34740](),[4.10800][4.34725:34740](),[4.16251][4.34725:34740](),[4.34725][4.34725:34740](),[3.10626][4.16228:16251](),[4.16228][4.16228:16251](),[4.34708][3.10601:10626](),[4.6081][4.34663:34708](),[4.6698][4.34663:34708](),[3.10600][4.34663:34708](),[4.10776][4.34663:34708](),[4.11577][4.34663:34708](),[4.14868][4.34663:34708](),[4.16202][4.34663:34708](),[4.34663][4.34663:34708](),[4.34585][3.10522:10600](),[4.6002][4.34520:34585](),[4.6619][4.34520:34585](),[3.10521][4.34520:34585](),[4.10697][4.34520:34585](),[4.11498][4.34520:34585](),[4.14789][4.34520:34585](),[4.16123][4.34520:34585](),[4.34520][4.34520:34585](),[4.34502][3.10502:10521](),[4.14770][4.34487:34502](),[4.34487][4.34487:34502](),[4.5963][4.34472:34487](),[4.34472][4.34472:34487](),[4.34459][4.5944:5963](),[4.16103][4.34442:34459](),[4.34442][4.34442:34459](),[4.34364][4.16025:16103](),[4.16024][4.34299:34364](),[4.34299][4.34299:34364](),[4.34280][4.16006:16024](),[4.12071][4.34242:34280](),[4.34242][4.34242:34280](),[4.12018][4.12018:12058](),[3.10501][4.11979:11996](),[4.11479][4.11979:11996](),[4.14540][4.11979:11996](),[4.16005][4.11979:11996](),[4.11979][4.11979:11996](),[4.11901][3.10423:10501](),[3.10422][4.11836:11901](),[4.11400][4.11836:11901](),[4.14461][4.11836:11901](),[4.15926][4.11836:11901](),[4.11836][4.11836:11901](),[4.11818][3.10403:10422](),[4.11757][4.11757:11818](),[3.10402][4.11708:11725](),[4.11380][4.11708:11725](),[4.14441][4.11708:11725](),[4.15906][4.11708:11725](),[4.11708][4.11708:11725](),[4.11630][3.10324:10402](),[3.10323][4.11565:11630](),[4.11301][4.11565:11630](),[4.14362][4.11565:11630](),[4.15827][4.11565:11630](),[4.11565][4.11565:11630](),[4.11547][3.10305:10323](),[4.14343][4.11532:11547](),[4.11532][4.11532:11547](),[4.34242][4.11517:11532](),[4.528][4.33981:34242](),[4.33981][4.33981:34242](),[4.33903][4.450:528](),[4.449][4.33838:33903](),[4.33838][4.33838:33903](),[4.33820][4.431:449](),[4.6600][4.33312:33820](),[4.33312][4.33312:33820](),[4.33312][4.6410:6600](),[4.11206][4.33297:33312](),[4.11914][4.11914:11924](),[4.11435][4.11876:11886](),[4.11450][4.11925:11943](),[4.11460][4.11944:11959](),[4.7269][4.35394:35424](),[4.35394][4.35394:35424](),[4.35372][4.7253:7269](),[4.12271][4.35166:35372](),[4.41732][4.35166:35372](),[4.35166][4.35166:35372](),[4.3142][4.41719:41732](),[4.7056][4.41719:41732](),[4.16054][4.41719:41732](),[4.17915][4.41719:41732](),[4.41719][4.41719:41732](),[4.41641][4.17837:17915](),[4.3063][4.41576:41641](),[4.6977][4.41576:41641](),[4.15975][4.41576:41641](),[4.17836][4.41576:41641](),[4.41576][4.41576:41641](),[4.41558][4.17817:17836](),[4.11357][4.41522:41558](),[4.12359][4.41522:41558](),[4.15955][4.41522:41558](),[4.17816][4.41522:41558](),[4.41522][4.41522:41558](),[3.12416][4.17802:17816](),[4.17802][4.17802:17816](),[4.17802][3.12395:12416](),[4.6895][4.17793:17802](),[3.12394][4.6878:6895](),[4.17792][4.6878:6895](),[4.6878][4.6878:6895](),[4.6800][3.12316:12394](),[3.12315][4.6735:6800](),[4.17713][4.6735:6800](),[4.6735][4.6735:6800](),[4.17693][3.12295:12315](),[3.12294][4.17670:17693](),[4.6700][4.17670:17693](),[4.6700][3.12094:12294](),[3.12093][4.6685:6700](),[4.17669][4.6685:6700](),[4.6685][4.6685:6700](),[4.17661][3.11842:12093](),[3.11841][4.17643:17661](),[4.17643][4.17643:17661](),[4.17643][3.11820:11841](),[4.10000][4.17609:17643](),[3.11819][4.17609:17643](),[4.17609][4.17609:17643](),[4.17531][3.11741:11819](),[4.9921][4.17466:17531](),[3.11740][4.17466:17531](),[4.17466][4.17466:17531](),[4.17447][3.11721:11740](),[4.9900][4.17416:17447](),[4.6685][4.17416:17447](),[4.17415][4.9877:9900](),[4.12318][4.17397:17415](),[4.12309][4.12309:12318](),[4.6637][4.12282:12292](),[3.11720][4.12282:12292](),[4.17396][4.12282:12292](),[4.12282][4.12282:12292](),[4.12269][3.11701:11720](),[4.1697][4.12252:12269](),[4.2887][4.12252:12269](),[4.3043][4.12252:12269](),[4.6617][4.12252:12269](),[4.7252][4.12252:12269](),[4.9876][4.12252:12269](),[4.11333][4.12252:12269](),[3.11700][4.12252:12269](),[4.15931][4.12252:12269](),[4.17376][4.12252:12269](),[4.12252][4.12252:12269](),[4.12174][3.11622:11700](),[4.1618][4.12109:12174](),[4.2808][4.12109:12174](),[4.2964][4.12109:12174](),[4.6538][4.12109:12174](),[4.7173][4.12109:12174](),[4.9797][4.12109:12174](),[4.11254][4.12109:12174](),[3.11621][4.12109:12174](),[4.15852][4.12109:12174](),[4.17297][4.12109:12174](),[4.12109][4.12109:12174](),[4.12090][3.11601:11621](),[4.2944][4.12059:12090](),[4.11233][4.12059:12090](),[4.15832][4.12059:12090](),[4.41522][4.12059:12090](),[4.41504][4.11222:11233](),[4.41487][4.41487:41504](),[4.11221][4.41057:41254](),[4.41057][4.41057:41254](),[4.40979][4.11143:11221](),[4.11142][4.40914:40979](),[4.40914][4.40914:40979](),[4.12096][4.11123:11142](),[4.35166][4.12072:12096](),[4.11710][4.35151:35166](),[4.41843][3.12437:12515](),[4.3162][4.41778:41843](),[4.7076][4.41778:41843](),[4.10020][4.41778:41843](),[3.12436][4.41778:41843](),[4.16074][4.41778:41843](),[4.17935][4.41778:41843](),[4.41778][4.41778:41843](),[4.41759][3.12417:12436](),[4.11712][4.41733:41759](),[4.7278][4.42158:42173](),[3.12638][4.42158:42173](),[4.16276][4.42158:42173](),[4.42158][4.42158:42173](),[4.42119][3.12615:12638](),[4.7254][4.42102:42119](),[3.12614][4.42102:42119](),[4.16252][4.42102:42119](),[4.42102][4.42102:42119](),[4.42024][3.12536:12614](),[4.7175][4.41959:42024](),[3.12535][4.41959:42024](),[4.16173][4.41959:42024](),[4.41959][4.41959:42024](),[4.41940][3.12516:12535](),[4.12285][4.41922:41940](),[4.3438][4.43342:43552](),[4.16669][4.43342:43552](),[4.43342][4.43342:43552](),[4.7465][4.42872:43151](),[4.16570][4.42872:43151](),[4.18537][4.42872:43151](),[4.42872][4.42872:43151](),[4.42794][4.18459:18537](),[4.7386][4.42729:42794](),[4.16491][4.42729:42794](),[4.18458][4.42729:42794](),[4.42729][4.42729:42794](),[4.42711][4.18440:18458](),[4.7298][4.42584:42711](),[4.42584][4.42584:42711](),[4.42571][4.7279:7298](),[4.7367][4.42554:42571](),[4.16472][4.42554:42571](),[4.18439][4.42554:42571](),[4.42554][4.42554:42571](),[4.42476][4.18361:18439](),[4.7288][4.42411:42476](),[4.16393][4.42411:42476](),[4.18360][4.42411:42476](),[4.42411][4.42411:42476](),[4.42393][4.18342:18360](),[4.22180][4.42174:42393](),[4.11725][4.42174:42393](),[4.3339][4.22167:22180](),[4.16374][4.22167:22180](),[4.18341][4.22167:22180](),[4.22167][4.22167:22180](),[4.45530][4.45530:45723](),[4.45263][4.11771:11786](),[4.3868][4.45024:45263](),[4.6583][4.45024:45263](),[4.17103][4.45024:45263](),[4.22511][4.45024:45263](),[4.24306][4.45024:45263](),[4.45024][4.45024:45263](),[4.45015][4.17094:17103](),[4.3852][4.44758:45015](),[4.6567][4.44758:45015](),[4.17093][4.44758:45015](),[4.22495][4.44758:45015](),[4.24296][4.44758:45015](),[4.44758][4.44758:45015](),[4.44749][4.17084:17093](),[4.3836][4.44732:44749](),[4.3919][4.44732:44749](),[4.7714][4.44732:44749](),[4.11770][4.44732:44749](),[4.12917][4.44732:44749](),[3.13152][4.44732:44749](),[4.17083][4.44732:44749](),[4.18953][4.44732:44749](),[4.22479][4.44732:44749](),[4.44732][4.44732:44749](),[4.44654][3.13074:13152](),[4.3757][4.44589:44654](),[4.3840][4.44589:44654](),[4.7635][4.44589:44654](),[4.11691][4.44589:44654](),[4.12838][4.44589:44654](),[3.13073][4.44589:44654](),[4.17004][4.44589:44654](),[4.18874][4.44589:44654](),[4.22400][4.44589:44654](),[4.44589][4.44589:44654](),[4.44570][3.13053:13073](),[4.7614][4.44535:44570](),[4.7681][4.44535:44570](),[4.10413][4.44535:44570](),[4.11671][4.44535:44570](),[3.13052][4.44535:44570](),[4.16984][4.44535:44570](),[4.18853][4.44535:44570](),[4.44535][4.44535:44570](),[4.44527][3.13037:13052](),[4.3087][4.44484:44527](),[4.3737][4.44484:44527](),[4.7598][4.44484:44527](),[4.7665][4.44484:44527](),[4.10397][4.44484:44527](),[4.11655][4.44484:44527](),[4.12818][4.44484:44527](),[3.13036][4.44484:44527](),[4.16968][4.44484:44527](),[4.18837][4.44484:44527](),[4.22380][4.44484:44527](),[4.44484][4.44484:44527](),[4.44406][3.12958:13036](),[4.3008][4.44341:44406](),[4.3658][4.44341:44406](),[4.7519][4.44341:44406](),[4.7586][4.44341:44406](),[4.10318][4.44341:44406](),[4.11576][4.44341:44406](),[4.12739][4.44341:44406](),[3.12957][4.44341:44406](),[4.16889][4.44341:44406](),[4.18758][4.44341:44406](),[4.22301][4.44341:44406](),[4.44341][4.44341:44406](),[4.44321][3.12937:12957](),[4.3637][4.44257:44321](),[4.7498][4.44257:44321](),[3.12936][4.44257:44321](),[4.16868][4.44257:44321](),[4.18737][4.44257:44321](),[4.44257][4.44257:44321](),[4.44179][3.12858:12936](),[4.3558][4.44114:44179](),[4.7419][4.44114:44179](),[3.12857][4.44114:44179](),[4.16789][4.44114:44179](),[4.18658][4.44114:44179](),[4.44114][4.44114:44179](),[4.44095][3.12837:12857](),[4.12718][4.44059:44095](),[4.44059][4.44059:44095](),[4.44059][4.12460:12718](),[4.35438][4.43838:44059](),[4.10535][4.17450:17465](),[4.12145][4.17450:17465](),[4.17450][4.17450:17465](),[4.17439][4.10512:10535](),[4.17431][4.17431:17439](),[4.4349][4.17405:17422](),[4.10511][4.17405:17422](),[4.12121][4.17405:17422](),[3.13348][4.17405:17422](),[4.17405][4.17405:17422](),[4.17327][3.13270:13348](),[4.4270][4.17262:17327](),[4.10432][4.17262:17327](),[4.12042][4.17262:17327](),[3.13269][4.17262:17327](),[4.17262][4.17262:17327](),[4.17243][3.13251:13269](),[4.35629][4.17220:17243](),[4.17563][4.46151:46195](),[4.19346][4.46151:46195](),[4.46151][4.46151:46195](),[4.46073][4.19268:19346](),[4.17484][4.46008:46073](),[4.19267][4.46008:46073](),[4.46008][4.46008:46073](),[4.45990][4.19249:19267](),[4.13443][4.45976:45990](),[4.35629][4.45976:45990](),[4.19248][4.13430:13443](),[4.13430][4.13430:13443](),[4.13352][4.19170:19248](),[4.19169][4.13287:13352](),[4.13287][4.13287:13352](),[4.13268][4.19150:19169](),[4.17465][4.13249:13268](),[4.35629][4.13249:13268](),[4.91800067][4.19465:19543](),[4.19464][4.91800002:91800067](),[4.91800002][4.91800002:91800067](),[4.91799984][4.19446:19464](),[4.46225][4.91799956:91799984](),[4.12279][3.13798:14179](),[4.91801080][3.15222:15256](),[3.15221][4.91801063:91801080](),[4.91801063][4.91801063:91801080](),[4.91800985][3.15143:15221](),[3.15142][4.91800920:91800985](),[4.91800920][4.91800920:91800985](),[4.91800901][3.15124:15142](),[4.8048][4.91800863:91800901](),[3.15123][4.91800863:91800901](),[4.18447][4.91800863:91800901](),[4.21459][3.15100:15123](),[4.21448][4.21448:21459](),[4.50441][3.15700:15719](),[4.50106][4.50106:50441](),[4.37820][4.22099:22112](),[4.19559][4.22113:22124](),[4.37845][4.22125:22138](),[4.14693][4.50489:50729](),[4.50489][4.50489:50729](),[4.3307][4.14680:14693](),[4.22260][4.14680:14693](),[4.14680][4.14680:14693](),[4.14602][4.22182:22260](),[4.3228][4.14537:14602](),[4.22181][4.14537:14602](),[4.14537][4.14537:14602](),[4.14519][4.22163:22181](),[4.50489][4.14500:14519](),[4.3209][4.50474:50489](),[4.8663][4.50474:50489](),[4.14499][4.50474:50489](),[3.15836][4.50474:50489](),[4.19582][4.50474:50489](),[4.22162][4.50474:50489](),[4.50474][4.50474:50489](),[4.14477][3.15813:15836](),[4.22138][4.14453:14477](),[4.37845][4.14453:14477](),[4.14808][3.15936:15949](),[4.8297][4.22458:22469](),[4.4652][3.16079:16094](),[4.22817][4.4609:4652](),[4.4609][4.4609:4652](),[4.4531][4.22739:22817](),[4.22738][4.4466:4531](),[4.4466][4.4466:4531](),[4.4448][4.22720:22738](),[4.13100][4.4411:4448](),[4.3974][4.52781:52978](),[4.52781][4.52781:52978](),[3.16369][4.3959:3974](),[4.3959][4.3959:3974](),[4.3948][3.16352:16369](),[4.9127][4.3930:3948](),[3.16351][4.3930:3948](),[4.23149][4.3930:3948](),[4.3930][4.3930:3948](),[4.3917][3.16332:16351](),[4.1736][4.3900:3917](),[4.8620][4.3900:3917](),[4.9107][4.3900:3917](),[3.16331][4.3900:3917](),[4.23129][4.3900:3917](),[4.3900][4.3900:3917](),[4.1658][3.16253:16331](),[3.16252][4.1593:1658](),[4.1593][4.1593:1658](),[4.1574][3.16233:16252](),[3.16232][4.1540:1574](),[4.1540][4.1540:1574](),[4.1529][3.16214:16232](),[3.16213][4.1511:1529](),[4.1511][4.1511:1529](),[4.1492][3.16194:16213](),[3.16193][4.1475:1492](),[4.23129][4.1475:1492](),[4.3822][3.16115:16193](),[4.8541][4.3757:3822](),[4.9028][4.3757:3822](),[3.16114][4.3757:3822](),[4.23050][4.3757:3822](),[4.3757][4.3757:3822](),[4.3738][3.16095:16114](),[4.8520][4.3706:3738](),[4.9007][4.3706:3738](),[4.23030][4.3706:3738](),[4.3706][4.3706:3738](),[4.3628][4.22952:23030](),[4.8441][4.3563:3628](),[4.8928][4.3563:3628](),[4.22951][4.3563:3628](),[4.3563][4.3563:3628](),[4.3545][4.22933:22951](),[4.52781][4.3522:3545](),[4.15706][4.52739:52781](),[4.20328][4.52739:52781](),[4.52739][4.52739:52781](),[4.52661][4.20250:20328](),[4.15627][4.52596:52661](),[4.20249][4.52596:52661](),[4.52596][4.52596:52661](),[4.52578][4.20230:20249](),[4.13198][4.52445:52578](),[4.20229][4.52445:52578](),[4.22932][4.52445:52578](),[4.52445][4.52445:52578](),[4.52367][4.22854:22932](),[4.13119][4.52302:52367](),[4.20150][4.52302:52367](),[4.22853][4.52302:52367](),[4.52302][4.52302:52367](),[4.52284][4.22834:22853](),[4.20131][4.52207:52284](),[4.52207][4.52207:52284](),[4.52129][4.20053:20131](),[4.20052][4.52064:52129](),[4.52064][4.52064:52129](),[4.52046][4.20034:20052](),[4.4667][4.52005:52046](),[4.8909][4.52005:52046](),[4.11419][4.52005:52046](),[4.13100][4.52005:52046](),[4.15607][4.52005:52046](),[3.16094][4.52005:52046](),[4.20033][4.52005:52046](),[4.22833][4.52005:52046](),[4.52005][4.52005:52046](),[4.4410][4.13077:13100](),[4.51994][4.13077:13100](),[3.16078][4.4393:4410](),[4.22719][4.4393:4410](),[4.51994][4.4393:4410](),[4.4392][3.16066:16078](),[4.51982][4.4367:4392](),[4.4366][4.51961:51982](),[4.15291][4.51961:51982](),[4.51961][4.51961:51982](),[4.51961][4.4350:4366](),[4.51940][4.51940:51961](),[4.8893][4.51910:51929](),[4.51910][4.51910:51929](),[4.3521][4.51881:51898](),[4.8422][4.51881:51898](),[4.8878][4.51881:51898](),[4.11403][4.51881:51898](),[4.13076][4.51881:51898](),[4.15274][4.51881:51898](),[3.16065][4.51881:51898](),[4.20009][4.51881:51898](),[4.22700][4.51881:51898](),[4.51881][4.51881:51898](),[4.51803][3.15987:16065](),[4.3442][4.51738:51803](),[4.8343][4.51738:51803](),[4.8799][4.51738:51803](),[4.11324][4.51738:51803](),[4.12997][4.51738:51803](),[4.15195][4.51738:51803](),[3.15986][4.51738:51803](),[4.19930][4.51738:51803](),[4.22621][4.51738:51803](),[4.51738][4.51738:51803](),[4.51719][3.15967:15986](),[4.19910][4.51691:51719](),[4.51691][4.51691:51719](),[4.51613][4.19832:19910](),[4.19831][4.51548:51613](),[4.51548][4.51548:51613](),[4.51530][4.19813:19831](),[4.11304][4.51195:51530](),[4.19812][4.51195:51530](),[4.22601][4.51195:51530](),[4.51195][4.51195:51530](),[4.51117][4.11226:11304](),[4.11225][4.51052:51117](),[4.19733][4.51052:51117](),[4.22522][4.51052:51117](),[4.51052][4.51052:51117](),[4.51034][4.11207:11225](),[4.15175][4.51017:51034](),[4.51017][4.51017:51034](),[4.3422][4.15137:15175](),[4.8323][4.15137:15175](),[4.8779][4.15137:15175](),[4.19714][4.15137:15175](),[4.22503][4.15137:15175](),[4.15137][4.15137:15175](),[3.15966][4.22486:22503](),[4.22486][4.22486:22503](),[4.15121][3.15950:15966](),[4.8306][4.15064:15121](),[4.91801379][4.15064:15121](),[4.15064][4.15064:15121](),[4.15056][4.8298:8306](),[4.8297][4.15037:15056](),[4.22469][4.15037:15056](),[4.15037][4.15037:15056](),[4.15020][4.8286:8297](),[4.8285][4.15003:15020](),[4.22457][4.15003:15020](),[4.15003][4.15003:15020](),[4.14925][4.22379:22457](),[4.8206][4.14860:14925](),[4.22378][4.14860:14925](),[4.14860][4.14860:14925](),[4.14842][4.22360:22378](),[4.51017][4.14825:14842](),[4.19697][4.51002:51017](),[4.51002][4.51002:51017](),[4.50994][4.19681:19697](),[4.2984][4.50730:50994](),[4.8632][4.52996:53004](),[4.52996][4.52996:53004](),[4.13365][4.53005:53028](),[4.53277][3.16370:16385](),[4.4766][4.53234:53277](),[4.9226][4.53234:53277](),[4.13297][4.53234:53277](),[4.23347][4.53234:53277](),[4.24690][4.53234:53277](),[4.53234][4.53234:53277](),[4.53156][4.23269:23347](),[4.4687][4.53091:53156](),[4.9147][4.53091:53156](),[4.13218][4.53091:53156](),[4.23268][4.53091:53156](),[4.24611][4.53091:53156](),[4.53091][4.53091:53156](),[4.53072][4.23249:23268](),[4.13382][4.53029:53072](),[4.14098][4.91801636:91801690](),[4.14115][4.91801691:91801704](),[4.14132][4.91801705:91801717](),[4.14149][4.91801718:91801734](),[4.53788][4.20480:20558](),[4.20479][4.53723:53788](),[4.53723][4.53723:53788](),[4.53683][4.20444:20479](),[4.15805][4.53670:53683](),[4.23843][4.53670:53683](),[4.53670][4.53670:53683](),[4.53592][4.23713:23843](),[4.15726][4.53527:53592](),[4.23712][4.53527:53592](),[4.53527][4.53527:53592](),[4.53491][4.23675:23712](),[4.11533][4.53478:53491](),[4.20443][4.53478:53491](),[4.53478][4.53478:53491](),[4.53400][4.11455:11533](),[4.11454][4.53335:53400](),[4.20364][4.53335:53400](),[4.53335][4.53335:53400](),[4.53317][4.11436:11454](),[4.37847][4.53286:53317](),[4.24040][4.91801973:91801986](),[4.91801973][4.91801973:91801986](),[4.91801845][4.23962:24040](),[4.23961][4.91801780:91801845](),[4.91801780][4.91801780:91801845](),[4.91801762][4.23943:23961](),[4.37861][4.91801735:91801762](),[4.15537][4.38033:38050](),[4.9358][4.15589:15604](),[4.24654][4.15589:15604](),[4.15589][4.15589:15604](),[3.16819][4.24611:24654](),[4.24611][4.24611:24654](),[4.24611][3.16798:16819](),[4.11730][4.24539:24611](),[3.16797][4.24539:24611](),[4.24539][4.24539:24611](),[4.24461][3.16719:16797](),[4.11651][4.24396:24461](),[3.16718][4.24396:24461](),[4.24396][4.24396:24461](),[4.24378][3.16700:16718](),[3.16699][4.24156:24378](),[4.24156][4.24156:24378](),[4.15557][3.16683:16699](),[4.38050][4.15537:15557](),[4.15537][4.15537:15557](),[4.15468][4.15468:15537](),[4.25985][4.15342:15457](),[4.4864][4.91802162:91802208](),[4.8942][4.91802162:91802208](),[4.9456][4.91802162:91802208](),[4.12122][4.91802162:91802208](),[3.16917][4.91802162:91802208](),[4.24850][4.91802162:91802208](),[4.91802162][4.91802162:91802208](),[4.91802084][3.16839:16917](),[4.4785][4.91802019:91802084](),[4.8863][4.91802019:91802084](),[4.9377][4.91802019:91802084](),[4.12043][4.91802019:91802084](),[3.16838][4.91802019:91802084](),[4.24771][4.91802019:91802084](),[4.91802019][4.91802019:91802084](),[4.91802001][3.16820:16838](),[4.54942][4.91801987:91802001](),[4.13606][4.54929:54942](),[4.54929][4.54929:54942](),[4.12024][4.13413:13606](),[4.54929][4.13413:13606](),[4.54851][4.11946:12024](),[4.11945][4.54786:54851](),[4.54786][4.54786:54851](),[4.54768][4.11927:11945](),[4.11926][4.54736:54768](),[4.54736][4.54736:54768](),[4.54658][4.11848:11926](),[4.11847][4.54593:54658](),[4.54593][4.54593:54658](),[4.54575][4.11829:11847](),[4.8844][4.54473:54575](),[4.11828][4.54473:54575](),[4.24752][4.54473:54575](),[4.54473][4.54473:54575](),[4.54395][4.11750:11828](),[4.8765][4.54330:54395](),[4.11749][4.54330:54395](),[4.24673][4.54330:54395](),[4.54330][4.54330:54395](),[4.54312][4.11731:11749](),[4.15604][4.54299:54312](),[4.25985][4.54299:54312](),[4.54299][4.54299:54312](),[4.25972][4.25972:25985](),[4.25700][4.24061:24139](),[4.24060][4.25635:25700](),[4.25635][4.25635:25700](),[4.25616][4.24041:24060](),[4.54104][4.25593:25616](),[4.7965][4.54091:54104](),[3.16682][4.54091:54104](),[4.20899][4.54091:54104](),[4.54091][4.54091:54104](),[4.7887][3.16604:16682](),[3.16603][4.7822:7887](),[4.20820][4.7822:7887](),[4.7822][4.7822:7887](),[4.7803][3.16584:16603](),[4.54091][4.7760:7803](),[3.16583][4.54060:54091](),[4.54060][4.54060:54091](),[4.53982][3.16505:16583](),[3.16504][4.53917:53982](),[4.53917][4.53917:53982](),[4.53898][3.16485:16504](),[4.91801986][4.53867:53898](),[4.37861][4.53867:53898](),[4.21078][4.21078:21091](),[4.14342][4.55133:55310](),[4.12999][4.38069:38086](),[4.55958][4.55958:55971](),[4.4962][4.55933:55950](),[4.55933][4.55933:55950](),[4.55855][4.4884:4962](),[4.4883][4.55790:55855](),[4.55790][4.55790:55855](),[4.55772][4.4865:4883](),[4.38267][4.55743:55772](),[4.9545][4.61882:62192](),[4.61882][4.61882:62192](),[4.61869][4.9526:9545](),[4.9628][4.60812:61869](),[4.60812][4.60812:61869](),[4.60795][4.9617:9628](),[4.9616][4.60324:60795](),[4.60324][4.60324:60795](),[4.60307][4.9605:9616](),[4.21736][4.59639:60307](),[4.59639][4.59639:60307](),[4.59631][4.21720:21736](),[4.15840][4.59265:59631](),[4.59265][4.59265:59631](),[4.59255][4.15823:15840](),[4.9525][4.58055:59255](),[4.58055][4.58055:59255](),[4.9604][4.9506:9525](),[4.58025][4.9593:9604](),[4.4699][4.57818:58025](),[4.5556][4.57818:58025](),[4.9592][4.57818:58025](),[4.12770][4.57818:58025](),[3.17560][4.57818:58025](),[4.21719][4.57818:58025](),[4.25515][4.57818:58025](),[4.57818][4.57818:58025](),[4.57740][3.17482:17560](),[4.4620][4.57675:57740](),[4.5477][4.57675:57740](),[4.9513][4.57675:57740](),[4.12691][4.57675:57740](),[3.17481][4.57675:57740](),[4.21640][4.57675:57740](),[4.25436][4.57675:57740](),[4.57675][4.57675:57740](),[4.57656][3.17462:17481](),[4.4600][4.57563:57656](),[4.9493][4.57563:57656](),[4.9505][4.57563:57656](),[4.12671][4.57563:57656](),[3.17461][4.57563:57656](),[4.21620][4.57563:57656](),[4.25416][4.57563:57656](),[4.57563][4.57563:57656](),[4.57555][3.17446:17461](),[4.4584][4.57512:57555](),[4.5457][4.57512:57555](),[4.9477][4.57512:57555](),[4.12655][4.57512:57555](),[3.17445][4.57512:57555](),[4.21603][4.57512:57555](),[4.25400][4.57512:57555](),[4.57512][4.57512:57555](),[4.57434][3.17367:17445](),[4.4505][4.57369:57434](),[4.5378][4.57369:57434](),[4.9398][4.57369:57434](),[4.12576][4.57369:57434](),[3.17366][4.57369:57434](),[4.21524][4.57369:57434](),[4.25321][4.57369:57434](),[4.57369][4.57369:57434](),[4.57350][3.17347:17366](),[4.4485][4.57241:57350](),[4.5358][4.57241:57350](),[4.9378][4.57241:57350](),[4.12556][4.57241:57350](),[3.17346][4.57241:57350](),[4.21504][4.57241:57350](),[4.25301][4.57241:57350](),[4.57241][4.57241:57350](),[4.57163][3.17268:17346](),[4.4406][4.57098:57163](),[4.5279][4.57098:57163](),[4.9299][4.57098:57163](),[4.12477][4.57098:57163](),[3.17267][4.57098:57163](),[4.21425][4.57098:57163](),[4.25222][4.57098:57163](),[4.57098][4.57098:57163](),[4.57079][3.17248:17267](),[4.9279][4.56996:57079](),[4.56996][4.56996:57079](),[4.56979][4.9268:9279](),[4.4386][4.56962:56979](),[4.5259][4.56962:56979](),[4.9267][4.56962:56979](),[4.12457][4.56962:56979](),[3.17247][4.56962:56979](),[4.21405][4.56962:56979](),[4.25202][4.56962:56979](),[4.56962][4.56962:56979](),[4.56884][3.17169:17247](),[4.4307][4.56819:56884](),[4.5180][4.56819:56884](),[4.9188][4.56819:56884](),[4.12378][4.56819:56884](),[3.17168][4.56819:56884](),[4.21326][4.56819:56884](),[4.25123][4.56819:56884](),[4.56819][4.56819:56884](),[4.56800][3.17149:17168](),[4.4287][4.56731:56800](),[4.9168][4.56731:56800](),[4.9489][4.56731:56800](),[4.12358][4.56731:56800](),[3.17148][4.56731:56800](),[4.21306][4.56731:56800](),[4.25103][4.56731:56800](),[4.56731][4.56731:56800](),[4.56723][3.17133:17148](),[4.4271][4.56646:56723](),[4.5160][4.56646:56723](),[4.9152][4.56646:56723](),[4.12342][4.56646:56723](),[3.17132][4.56646:56723](),[4.21289][4.56646:56723](),[4.25087][4.56646:56723](),[4.56646][4.56646:56723](),[4.56568][3.17054:17132](),[4.4192][4.56503:56568](),[4.5081][4.56503:56568](),[4.9073][4.56503:56568](),[4.12263][4.56503:56568](),[3.17053][4.56503:56568](),[4.21210][4.56503:56568](),[4.25008][4.56503:56568](),[4.56503][4.56503:56568](),[4.56484][3.17034:17053](),[4.9053][4.56416:56484](),[4.56416][4.56416:56484](),[4.56399][4.9042:9053](),[4.4172][4.56382:56399](),[4.5061][4.56382:56399](),[4.9041][4.56382:56399](),[4.12243][4.56382:56399](),[3.17033][4.56382:56399](),[4.21190][4.56382:56399](),[4.24988][4.56382:56399](),[4.56382][4.56382:56399](),[4.56304][3.16955:17033](),[4.4093][4.56239:56304](),[4.4982][4.56239:56304](),[4.8962][4.56239:56304](),[4.12164][4.56239:56304](),[3.16954][4.56239:56304](),[4.21111][4.56239:56304](),[4.24909][4.56239:56304](),[4.56239][4.56239:56304](),[4.56220][3.16935:16954](),[4.38481][4.56185:56220](),[4.25932][4.63978:63993](),[4.63978][4.63978:63993](),[4.63978][4.25921:25932](),[4.25920][4.63964:63978](),[4.63964][4.63964:63978](),[4.63955][4.25911:25920](),[4.22031][4.63927:63955](),[4.25910][4.63927:63955](),[4.63927][4.63927:63955](),[4.63849][4.25832:25910](),[4.21952][4.63784:63849](),[4.25831][4.63784:63849](),[4.63784][4.63784:63849](),[4.63766][4.25813:25831](),[4.12968][4.63738:63766](),[3.17813][4.63738:63766](),[4.25812][4.63738:63766](),[4.63738][4.63738:63766](),[4.25734][3.17695:17813](),[4.12889][4.25669:25734](),[3.17694][4.25669:25734](),[4.25669][4.25669:25734](),[4.25650][3.17675:17694](),[4.63738][4.25615:25650](),[4.4798][4.63691:63738](),[4.5655][4.63691:63738](),[4.9751][4.63691:63738](),[4.12869][4.63691:63738](),[3.17674][4.63691:63738](),[4.21933][4.63691:63738](),[4.25614][4.63691:63738](),[4.63691][4.63691:63738](),[4.63613][3.17596:17674](),[4.4719][4.63548:63613](),[4.5576][4.63548:63613](),[4.9672][4.63548:63613](),[4.12790][4.63548:63613](),[3.17595][4.63548:63613](),[4.21854][4.63548:63613](),[4.25535][4.63548:63613](),[4.63548][4.63548:63613](),[4.63529][3.17576:17595](),[4.1834][4.63499:63529](),[4.21834][4.63499:63529](),[4.24604][4.63499:63529](),[4.63499][4.63499:63529](),[4.24526][4.1756:1834](),[4.1755][4.24461:24526](),[4.21755][4.24461:24526](),[4.24461][4.24461:24526](),[4.24443][4.1737:1755](),[4.63499][4.24416:24443](),[4.9652][4.62887:63499](),[4.62887][4.62887:63499](),[4.62870][4.9641:9652](),[4.15861][4.62532:62870](),[3.17575][4.62532:62870](),[4.62532][4.62532:62870](),[4.62518][3.17561:17575](),[4.9565][4.62474:62518](),[4.62474][4.62474:62518](),[4.62461][4.9546:9565](),[4.9640][4.62428:62461](),[4.62428][4.62428:62461](),[4.62411][4.9629:9640](),[4.38494][4.62193:62411](),[4.16227][4.63994:64359](),[4.39176][4.63994:64359](),[4.22263][4.15862:16227](),[4.39176][4.15862:16227](),[4.14059][4.25961:25980](),[4.26378][4.13651:13859](),[4.26477][4.13860:14065](),[4.26576][4.14066:14267](),[4.26675][4.14268:14470](),[4.27452][4.65135:65325](),[4.65135][4.65135:65325](),[4.17042][4.27439:27452](),[4.27439][4.27439:27452](),[4.15277][4.16852:17042](),[4.16852][4.16852:17042](),[4.14470][4.15264:15277](),[4.26675][4.15264:15277](),[4.15264][4.15264:15277](),[4.15186][4.26597:26675](),[4.26596][4.15121:15186](),[4.15121][4.15121:15186](),[4.15102][4.26577:26596](),[4.65135][4.15075:15102](),[4.23454][4.65122:65135](),[4.15281][4.65122:65135](),[4.26873][4.14675:14882](),[4.26972][4.14883:15087](),[4.5753][4.4976:5019](),[4.9790][4.4976:5019](),[4.15186][4.4976:5019](),[3.18132][4.4976:5019](),[4.27071][4.4976:5019](),[4.4976][4.4976:5019](),[4.4898][3.18054:18132](),[4.5674][4.4833:4898](),[4.9711][4.4833:4898](),[4.15107][4.4833:4898](),[3.18053][4.4833:4898](),[4.26992][4.4833:4898](),[4.4833][4.4833:4898](),[4.4815][3.17814:18053](),[4.15894][4.4799:4815](),[4.27205][4.65737:65943](),[4.65737][4.65737:65943](),[4.65726][4.27171:27205](),[4.27170][4.65709:65726](),[4.65709][4.65709:65726](),[4.65631][4.27092:27170](),[4.27091][4.65566:65631](),[4.65566][4.65566:65631](),[4.65547][4.27072:27091](),[4.5019][4.65531:65547](),[4.15894][4.65531:65547](),[4.15689][4.65531:65547](),[4.15087][4.15881:15894](),[4.26972][4.15881:15894](),[4.15881][4.15881:15894](),[4.15803][4.26894:26972](),[4.26893][4.15738:15803](),[4.15738][4.15738:15803](),[4.15719][4.26874:26893](),[4.15689][4.15690:15719](),[4.5313][4.17425:17438](),[3.18231][4.17425:17438](),[4.27599][4.17425:17438](),[4.17425][4.17425:17438](),[4.17347][3.18153:18231](),[4.5234][4.17282:17347](),[3.18152][4.17282:17347](),[4.27520][4.17282:17347](),[4.17282][4.17282:17347](),[4.5216][3.18133:18152](),[4.27501][4.5182:5216](),[4.91802403][4.5182:5216](),[4.5182][4.5182:5216](),[4.91802325][4.27423:27501](),[4.27422][4.91802260:91802325](),[4.91802260][4.91802260:91802325](),[4.91802241][4.27403:27422](),[4.9889][4.91802209:91802241](),[4.10065][4.91802209:91802241](),[4.27402][4.91802209:91802241](),[4.5182][4.91802209:91802241](),[4.5104][4.27324:27402](),[4.9810][4.5039:5104](),[4.9986][4.5039:5104](),[4.27323][4.5039:5104](),[4.5039][4.5039:5104](),[4.17264][4.27304:27323](),[4.1542][4.17248:17264](),[4.66161][4.1529:1542](),[4.1529][4.1529:1542](),[4.66159][4.66159:66161](),[4.65957][4.9752:9951](),[4.15284][4.65944:65957](),[4.15992][4.65944:65957](),[4.23849][4.65944:65957](),[4.27303][4.65944:65957](),[4.1529][4.65944:65957](),[4.1451][4.15206:15284](),[4.15205][4.1386:1451](),[4.15913][4.1386:1451](),[4.23770][4.1386:1451](),[4.27224][4.1386:1451](),[4.1386][4.1386:1451](),[4.1368][4.15187:15205](),[4.65943][4.1349:1368](),[4.15689][4.1349:1368](),[4.15382][4.66352:66431](),[4.16090][4.66352:66431](),[4.23947][4.66352:66431](),[4.27697][4.66352:66431](),[4.66352][4.66352:66431](),[4.66274][4.15304:15382](),[4.15303][4.66209:66274](),[4.16011][4.66209:66274](),[4.23868][4.66209:66274](),[4.27618][4.66209:66274](),[4.66209][4.66209:66274](),[4.66191][4.15285:15303](),[4.39406][4.66162:66191](),[4.653][4.4480:4494](),[4.1370][4.11258:11273](),[4.2578][4.11258:11273](),[4.2630][4.11258:11273](),[4.2728][4.11258:11273](),[4.3743][4.11258:11273](),[3.4317][4.11258:11273](),[4.4762][4.11258:11273](),[4.11258][4.11258:11273](),[4.11250][3.4302:4317](),[4.2132][4.11240:11250](),[4.2614][4.11240:11250](),[3.4301][4.11240:11250](),[4.11240][4.11240:11250](),[4.2057][3.4284:4301](),[3.4283][4.2040:2057](),[4.2040][4.2040:2057](),[4.1962][3.4205:4283](),[3.4204][4.1897:1962](),[4.1897][4.1897:1962](),[4.1878][3.4185:4204](),[4.2490][4.1840:1878](),[4.2562][4.1840:1878](),[4.2712][4.1840:1878](),[3.4184][4.1840:1878](),[4.4746][4.1840:1878](),[4.1255][4.1840:1878](),[4.10998][3.4151:4184](),[4.1239][4.10932:10998](),[4.2474][4.10932:10998](),[4.3190][4.10932:10998](),[4.3610][4.10932:10998](),[3.4150][4.10932:10998](),[4.23753][4.10932:10998](),[4.10932][4.10932:10998](),[4.10854][3.4072:4150](),[4.1160][4.10789:10854](),[4.2395][4.10789:10854](),[4.3111][4.10789:10854](),[4.3531][4.10789:10854](),[3.4071][4.10789:10854](),[4.23674][4.10789:10854](),[4.10789][4.10789:10854](),[4.10770][3.4052:4071](),[4.7942][4.10748:10770](),[4.2962][4.11830:11847](),[4.3973][4.11830:11847](),[3.4333][4.11830:11847](),[4.5110][4.11830:11847](),[4.11830][4.11830:11847](),[4.11822][3.4318:4333](),[4.2946][4.11779:11822](),[4.3956][4.11779:11822](),[4.4560][4.11779:11822](),[4.5094][4.11779:11822](),[4.11779][4.11779:11822](),[4.11701][4.2868:2946](),[4.2867][4.11636:11701](),[4.3877][4.11636:11701](),[4.4481][4.11636:11701](),[4.5015][4.11636:11701](),[4.11636][4.11636:11701](),[4.11618][4.2849:2867](),[4.3858][4.11578:11618](),[4.4996][4.11578:11618](),[4.11578][4.11578:11618](),[4.2848][4.11507:11570](),[4.3841][4.11507:11570](),[4.4462][4.11507:11570](),[4.4980][4.11507:11570](),[4.11507][4.11507:11570](),[4.11429][4.2770:2848](),[4.2769][4.11364:11429](),[4.3762][4.11364:11429](),[4.4383][4.11364:11429](),[4.4901][4.11364:11429](),[4.11364][4.11364:11429](),[4.11346][4.2751:2769](),[4.8220][4.11313:11346](),[4.3387][4.12038:12080](),[4.4658][4.12038:12080](),[4.5208][4.12038:12080](),[4.12038][4.12038:12080](),[4.11960][4.5130:5208](),[4.3308][4.11895:11960](),[4.4579][4.11895:11960](),[4.5129][4.11895:11960](),[4.11895][4.11895:11960](),[4.11877][4.5111:5129](),[4.8235][4.11848:11877](),[4.5517][4.37989:37999](),[4.37999][4.5517:5532](),[4.5517][4.5517:5532](),[4.3176][4.5487:5517](),[3.4547][4.5487:5517](),[4.5487][4.5487:5517](),[4.5409][3.4469:4547](),[4.3097][4.5344:5409](),[3.4468][4.5344:5409](),[4.5344][4.5344:5409](),[4.5326][3.4449:4468](),[4.12388][4.5308:5326](),[4.2820][4.2044:2134](),[3.4983][4.2044:2134](),[4.5626][4.2044:2134](),[4.2044][4.2044:2134](),[4.2028][3.4967:4983](),[4.3236][4.1953:2028](),[3.4966][4.1953:2028](),[4.5609][4.1953:2028](),[4.1953][4.1953:2028](),[4.1939][3.4945:4966](),[4.13391][4.1718:1939](),[4.1717][4.13376:13391](),[4.2803][4.13376:13391](),[4.3950][4.13376:13391](),[3.4944][4.13376:13391](),[4.5587][4.13376:13391](),[4.16675][4.13376:13391](),[4.13376][4.13376:13391](),[4.1701][3.4928:4944](),[4.3214][4.1645:1701](),[3.4927][4.1645:1701](),[4.5570][4.1645:1701](),[4.1645][4.1645:1701](),[4.1631][3.4906:4927](),[4.1559][4.1559:1631](),[4.13376][4.1423:1548](),[4.4122][4.13128:13376](),[4.13128][4.13128:13376](),[4.13120][4.4106:4122](),[4.2786][4.13043:13120](),[4.13043][4.13043:13120](),[4.13030][4.2767:2786](),[4.8249][4.12836:13030](),[4.13860][4.5823:6018](),[4.1696][4.15082:15084](),[4.2733][4.15082:15084](),[4.2856][4.15082:15084](),[4.3252][4.15082:15084](),[4.4451][4.15082:15084](),[3.5210][4.15082:15084](),[4.6231][4.15082:15084](),[4.15082][4.15082:15084](),[4.15074][3.5195:5210](),[4.2840][4.15048:15074](),[4.2944][4.15048:15074](),[3.5194][4.15048:15074](),[4.15048][4.15048:15074](),[4.15036][3.5182:5194](),[4.1680][4.15019:15036](),[4.24049][4.15019:15036](),[4.15019][4.15019:15036](),[4.14941][4.1602:1680](),[4.1601][4.14876:14941](),[4.23970][4.14876:14941](),[4.14876][4.14876:14941](),[4.14858][4.1583:1601](),[4.1582][4.14783:14858](),[4.6215][4.14783:14858](),[4.23951][4.14783:14858](),[4.14783][4.14783:14858](),[4.14705][4.6137:6215](),[4.1503][4.14640:14705](),[4.6136][4.14640:14705](),[4.23872][4.14640:14705](),[4.14640][4.14640:14705](),[4.14621][4.6118:6136](),[4.975][4.14604:14621](),[4.14604][4.14604:14621](),[4.14604][4.720:975](),[4.4434][4.14589:14604](),[4.14589][4.14589:14604](),[4.14581][4.4418:4434](),[4.2717][4.14091:14581](),[4.14091][4.14091:14581](),[4.14074][4.2706:2717](),[4.4417][4.14057:14074](),[4.6117][4.14057:14074](),[4.14057][4.14057:14074](),[4.13979][4.6039:6117](),[4.4338][4.13914:13979](),[4.6038][4.13914:13979](),[4.13914][4.13914:13979](),[4.13895][4.6019:6038](),[4.28671][4.13861:13895](),[4.91794938][3.5211:5226](),[4.91794718][4.91794718:91794938](),[4.2749][4.4418:4433](),[4.3166][4.4418:4433](),[4.3390][4.4418:4433](),[3.5226][4.4418:4433](),[4.6444][4.4418:4433](),[4.91794953][4.4418:4433](),[4.4418][4.4418:4433](),[4.3374][4.4184:4199](),[4.4672][4.4184:4199](),[4.4890][4.4184:4199](),[4.4184][4.4184:4199](),[4.4173][4.3351:3374](),[4.4164][4.4164:4173](),[4.3350][4.4127:4144](),[4.4648][4.4127:4144](),[4.4866][4.4127:4144](),[4.6428][4.4127:4144](),[4.4127][4.4127:4144](),[4.4049][4.3272:3350](),[4.3271][4.3984:4049](),[4.4569][4.3984:4049](),[4.4787][4.3984:4049](),[4.6349][4.3984:4049](),[4.3984][4.3984:4049](),[4.3966][4.3253:3271](),[4.15311][4.3951:3966](),[4.15796][4.91794954:91795149](),[4.16018][4.3167:3183](),[4.4631][4.15987:16018](),[4.5210][4.15987:16018](),[4.6739][4.15987:16018](),[4.15987][4.15987:16018](),[4.15909][4.6661:6739](),[4.4552][4.15844:15909](),[4.5131][4.15844:15909](),[4.6660][4.15844:15909](),[4.15844][4.15844:15909](),[4.15825][4.6641:6660](),[4.91795149][4.15796:15825](),[4.15796][4.15796:15825](),[4.1348][4.15794:15796](),[3.5424][4.2314:2470](),[4.6838][4.2314:2470](),[4.2314][4.2314:2470](),[4.2236][3.5346:5424](),[3.5345][4.2171:2236](),[4.6759][4.2171:2236](),[4.2171][4.2171:2236](),[4.2152][3.5326:5345](),[4.3049][4.2135:2152](),[4.18759][4.18759:18774](),[4.18494][4.3148:3159](),[4.3147][4.18477:18494](),[4.18477][4.18477:18494](),[4.18399][4.3069:3147](),[4.3068][4.18334:18399](),[4.18334][4.18334:18399](),[4.18316][4.3050:3068](),[4.3076][4.18201:18316](),[4.5566][4.18201:18316](),[4.18201][4.18201:18316](),[4.18201][4.3041:3076](),[4.3040][4.18169:18201](),[4.5530][4.18169:18201](),[4.18169][4.18169:18201](),[4.18169][4.3020:3040](),[4.5610][4.18152:18169](),[3.6232][4.18152:18169](),[4.7646][4.18152:18169](),[4.17490][4.18152:18169](),[4.18152][4.18152:18169](),[4.18074][3.6154:6232](),[4.5531][4.18009:18074](),[3.6153][4.18009:18074](),[4.7567][4.18009:18074](),[4.17411][4.18009:18074](),[4.18009][4.18009:18074](),[4.17990][3.6134:6153](),[4.5511][4.17955:17990](),[3.6133][4.17955:17990](),[4.7547][4.17955:17990](),[4.17391][4.17955:17990](),[4.17955][4.17955:17990](),[4.17877][3.6055:6133](),[4.5432][4.17812:17877](),[3.6054][4.17812:17877](),[4.7468][4.17812:17877](),[4.17312][4.17812:17877](),[4.17812][4.17812:17877](),[4.17793][3.6035:6054](),[4.5412][4.17758:17793](),[3.6034][4.17758:17793](),[4.7448][4.17758:17793](),[4.17292][4.17758:17793](),[4.17758][4.17758:17793](),[4.17680][3.5956:6034](),[4.5333][4.17615:17680](),[3.5955][4.17615:17680](),[4.7369][4.17615:17680](),[4.17213][4.17615:17680](),[4.17615][4.17615:17680](),[4.17596][3.5936:5955](),[4.3019][4.17574:17596](),[4.17574][4.17574:17596](),[4.3199][4.3004:3019](),[4.3922][4.3004:3019](),[3.5935][4.3004:3019](),[4.7349][4.3004:3019](),[4.3004][4.3004:3019](),[4.2989][3.5920:5935](),[3.5919][4.2946:2989](),[4.7333][4.2946:2989](),[4.2946][4.2946:2989](),[4.2868][3.5841:5919](),[3.5840][4.2803:2868](),[4.7254][4.2803:2868](),[4.2803][4.2803:2868](),[4.2784][3.5821:5840](),[4.5271][4.2761:2784](),[4.5313][4.5258:5271](),[3.5820][4.5258:5271](),[4.7234][4.5258:5271](),[4.17193][4.5258:5271](),[4.17483][3.5742:5820](),[4.5234][4.17418:17483](),[3.5741][4.17418:17483](),[4.7155][4.17418:17483](),[4.17114][4.17418:17483](),[4.17418][4.17418:17483](),[4.17399][3.5722:5741](),[4.5257][4.17379:17399](),[4.17379][4.17379:17399](),[4.2760][4.5244:5257](),[4.5214][4.5244:5257](),[4.5244][4.5244:5257](),[3.5721][4.2690:2760](),[4.7135][4.2690:2760](),[4.2690][4.2690:2760](),[4.2612][3.5643:5721](),[3.5642][4.2547:2612](),[4.7056][4.2547:2612](),[4.2547][4.2547:2612](),[4.2528][3.5623:5642](),[3.5622][4.2489:2528](),[4.7036][4.2489:2528](),[4.5214][4.2489:2528](),[4.5096][3.5544:5622](),[4.5135][4.5031:5096](),[3.5543][4.5031:5096](),[4.6957][4.5031:5096](),[4.5031][4.5031:5096](),[4.17204][3.5524:5543](),[4.2488][4.17167:17204](),[4.4985][4.17167:17204](),[4.17167][4.17167:17204](),[4.17167][4.2471:2488](),[4.5115][4.17133:17167](),[3.5523][4.17133:17167](),[4.6937][4.17133:17167](),[4.16995][4.17133:17167](),[4.17133][4.17133:17167](),[4.17055][3.5445:5523](),[4.5036][4.16990:17055](),[3.5444][4.16990:17055](),[4.6858][4.16990:17055](),[4.16916][4.16990:17055](),[4.16990][4.16990:17055](),[4.16971][3.5425:5444](),[4.2470][4.16946:16971](),[4.3049][4.16946:16971](),[4.4967][4.16946:16971](),[4.16946][4.16946:16971](),[4.1597][4.2860:3049](),[4.3906][4.2860:3049](),[4.16946][4.2860:3049](),[4.16705][4.1582:1597](),[4.2859][4.16667:16705](),[4.3685][4.16667:16705](),[4.16667][4.16667:16705](),[4.16589][4.3607:3685](),[4.2780][4.16524:16589](),[4.3606][4.16524:16589](),[4.16524][4.16524:16589](),[4.16506][4.3588:3606](),[4.29094][4.16277:16506](),[4.16276][4.29081:29094](),[4.29081][4.29081:29094](),[4.29081][4.16035:16276](),[4.1348][4.28892:29081](),[4.3183][4.28892:29081](),[4.5233][4.28892:29081](),[4.16034][4.28892:29081](),[4.28892][4.28892:29081](),[4.1334][4.1334:1348](),[4.3587][4.1267:1312](),[4.5016][4.1267:1312](),[4.5111][4.1267:1312](),[4.6640][4.1267:1312](),[4.16896][4.1267:1312](),[4.1267][4.1267:1312](),[4.1189][4.3509:3587](),[4.3508][4.1124:1189](),[4.4937][4.1124:1189](),[4.5032][4.1124:1189](),[4.6561][4.1124:1189](),[4.16817][4.1124:1189](),[4.1124][4.1124:1189](),[4.1106][4.3490:3508](),[4.15793][4.1083:1106](),[4.1083][4.1083:1106](),[4.6542][4.15780:15793](),[4.15780][4.15780:15793](),[4.15616][4.6464:6542](),[4.4453][4.15551:15616](),[4.4790][4.15551:15616](),[4.4910][4.15551:15616](),[4.6463][4.15551:15616](),[4.16695][4.15551:15616](),[4.15551][4.15551:15616](),[4.28702][4.6445:6463](),[4.15513][4.28684:28702](),[4.28684][4.28684:28702](),[4.28684][4.15312:15513](),[4.8661][4.28671:28684](),[4.28671][4.28671:28684](),[4.3489][4.8615:8661](),[3.5325][4.8615:8661](),[4.8615][4.8615:8661](),[4.8537][3.5247:5325](),[4.3410][4.8472:8537](),[3.5246][4.8472:8537](),[4.8472][4.8472:8537](),[4.8454][3.5227:5246](),[4.4433][4.8440:8454](),[4.15311][4.8440:8454](),[4.8440][4.8440:8454](),[4.1232][4.15269:15311](),[4.3150][4.15269:15311](),[4.4550][4.15269:15311](),[4.6330][4.15269:15311](),[4.15269][4.15269:15311](),[4.15191][4.6252:6330](),[4.1153][4.15126:15191](),[4.3071][4.15126:15191](),[4.4471][4.15126:15191](),[4.6251][4.15126:15191](),[4.15126][4.15126:15191](),[4.15107][4.6232:6251](),[4.3051][4.15085:15107](),[4.8440][4.15085:15107](),[4.8440][4.2857:3051](),[4.15084][4.8427:8440](),[4.28671][4.8427:8440](),[4.6018][4.28486:28671](),[4.13860][4.28486:28671](),[4.28486][4.28486:28671](),[4.13845][4.13845:13860](),[4.4318][4.13580:13620](),[4.4768][4.13580:13620](),[3.5181][4.13580:13620](),[4.5822][4.13580:13620](),[4.13580][4.13580:13620](),[4.13502][3.5103:5181](),[4.4239][4.13437:13502](),[4.4689][4.13437:13502](),[3.5102][4.13437:13502](),[4.5743][4.13437:13502](),[4.13437][4.13437:13502](),[4.13419][3.5083:5102](),[4.4220][4.13392:13419](),[3.5082][4.13392:13419](),[4.5724][4.13392:13419](),[4.8426][4.13392:13419](),[4.8348][3.5004:5082](),[4.4141][4.8283:8348](),[3.5003][4.8283:8348](),[4.5645][4.8283:8348](),[4.8283][4.8283:8348](),[4.8265][3.4984:5003](),[4.2134][4.8249:8265](),[4.13391][4.8249:8265](),[4.8249][4.8249:8265](),[4.28473][4.8236:8249](),[4.1484][4.1052:1054](),[4.2705][4.1052:1054](),[4.2766][4.1052:1054](),[4.3192][4.1052:1054](),[4.4105][4.1052:1054](),[3.4905][4.1052:1054](),[4.5548][4.1052:1054](),[4.1052][4.1052:1054](),[4.1044][3.4890:4905](),[4.1468][4.1001:1044](),[4.1001][4.1001:1044](),[4.923][4.1390:1468](),[4.1389][4.858:923](),[4.858][4.858:923](),[4.840][4.1371:1389](),[4.12835][4.820:840](),[4.28291][4.820:840](),[4.4670][4.12629:12835](),[3.4889][4.12629:12835](),[4.12629][4.12629:12835](),[4.2893][3.4874:4889](),[3.4873][4.2852:2893](),[4.2852][4.2852:2893](),[4.2774][3.4795:4873](),[3.4794][4.2709:2774](),[4.2709][4.2709:2774](),[4.2690][3.4775:4794](),[3.4774][4.2645:2690](),[4.2645][4.2645:2690](),[4.2629][3.4759:4774](),[3.4758][4.2603:2629](),[4.2603][4.2603:2629](),[4.2584][3.4746:4758](),[3.4745][4.2567:2584](),[4.2567][4.2567:2584](),[4.2489][3.4667:4745](),[3.4666][4.2424:2489](),[4.2424][4.2424:2489](),[4.2405][3.4647:4666](),[3.4646][4.2319:2405](),[4.2319][4.2319:2405](),[4.2241][3.4568:4646](),[3.4567][4.2176:2241](),[4.2176][4.2176:2241](),[4.2157][3.4548:4567](),[4.5532][4.2133:2157](),[4.12388][4.2133:2157](),[4.3077][4.12373:12388](),[3.4448][4.12373:12388](),[4.12373][4.12373:12388](),[4.28268][3.4433:4448](),[4.3061][4.28225:28268](),[4.4071][4.28225:28268](),[3.4432][4.28225:28268](),[4.5307][4.28225:28268](),[4.28225][4.28225:28268](),[4.28147][3.4354:4432](),[4.2982][4.28082:28147](),[4.3992][4.28082:28147](),[3.4353][4.28082:28147](),[4.5228][4.28082:28147](),[4.28082][4.28082:28147](),[4.28064][3.4334:4353](),[4.8235][4.28046:28064](),[4.12080][4.28046:28064](),[4.28046][4.28046:28064](),[4.11847][4.8220:8235](),[4.8220][4.8220:8235](),[4.2750][4.8162:8220](),[4.2750][4.8162:8220](),[4.4882][4.8162:8220](),[4.11312][4.8162:8220](),[4.8162][4.8162:8220](),[4.2590][4.2729:2750](),[4.8137][4.2579:2590](),[4.2728][4.8120:8137](),[4.4860][4.8120:8137](),[4.8120][4.8120:8137](),[4.8042][4.4782:4860](),[4.2649][4.7977:8042](),[4.4781][4.7977:8042](),[4.7977][4.7977:8042](),[4.7959][4.4763:4781](),[4.11273][4.7942:7959](),[4.7942][4.7942:7959](),[4.1839][4.7927:7942](),[3.4051][4.7927:7942](),[4.10747][4.7927:7942](),[4.7927][4.7927:7942](),[4.1448][3.4016:4051](),[3.4015][4.1431:1448](),[4.1431][4.1431:1448](),[4.1353][3.3937:4015](),[3.3936][4.1288:1353](),[4.1288][4.1288:1353](),[4.1269][3.3917:3936](),[4.4730][4.1209:1269](),[4.1209][4.1209:1269](),[4.1131][4.4652:4730](),[4.4651][4.1066:1131](),[4.1066][4.1066:1131](),[4.1047][4.4632:4651](),[4.4631][4.957:1047](),[4.957][4.957:1047](),[4.879][4.4553:4631](),[4.4552][4.814:879](),[4.814][4.814:879](),[4.796][4.4534:4552](),[4.2226][4.768:796](),[4.2546][4.768:796](),[3.3916][4.768:796](),[4.4533][4.768:796](),[4.768][4.768:796](),[4.752][3.3900:3916](),[4.2696][4.713:752](),[3.3899][4.713:752](),[4.4516][4.713:752](),[4.713][4.713:752](),[4.699][3.3878:3899](),[4.4494][4.667:699](),[4.667][4.667:699](),[4.1581][4.534:642](),[4.534][4.534:642](),[4.1713][4.10255:10257](),[4.2529][4.10255:10257](),[4.7927][4.10255:10257](),[4.67993][4.1713:1713](),[4.16730][4.67982:67993](),[4.67982][4.67982:67993](),[4.67982][4.16710:16730](),[4.16709][4.67968:67982](),[4.67968][4.67968:67982](),[4.16687][4.67944:67958](),[4.67944][4.67944:67958](),[4.5411][4.67927:67944](),[4.10163][4.67927:67944](),[4.16678][4.67927:67944](),[4.67927][4.67927:67944](),[4.67849][4.10085:10163](),[4.5332][4.67784:67849](),[4.10084][4.67784:67849](),[4.16599][4.67784:67849](),[4.67784][4.67784:67849](),[4.67765][4.10066:10084](),[4.16038][4.67737:67765](),[3.18685][4.67737:67765](),[4.29026][4.67737:67765](),[4.67737][4.67737:67765](),[4.67712][3.18670:18685](),[4.16022][4.67669:67712](),[4.16580][4.67669:67712](),[4.24275][4.67669:67712](),[4.29010][4.67669:67712](),[4.67669][4.67669:67712](),[4.67591][4.15944:16022](),[4.15943][4.67526:67591](),[4.16501][4.67526:67591](),[4.24196][4.67526:67591](),[4.28931][4.67526:67591](),[4.67526][4.67526:67591](),[4.67508][4.15924:15943](),[4.15923][4.67388:67508](),[4.16482][4.67388:67508](),[4.17536][4.67388:67508](),[4.24177][4.67388:67508](),[4.28911][4.67388:67508](),[4.67388][4.67388:67508](),[4.67310][4.15845:15923](),[4.15844][4.67245:67310](),[4.16403][4.67245:67310](),[4.17457][4.67245:67310](),[4.24098][4.67245:67310](),[4.28832][4.67245:67310](),[4.67245][4.67245:67310](),[4.67227][4.15825:15844](),[4.28812][4.67210:67227](),[4.67210][4.67210:67227](),[4.15824][4.28696:28812](),[4.28696][4.28696:28812](),[4.28618][4.15746:15824](),[4.15745][4.28553:28618](),[4.28553][4.28553:28618](),[4.28535][4.15727:15745](),[4.67210][4.28517:28535](),[3.18669][4.67197:67210](),[4.67197][4.67197:67210](),[4.67197][3.18478:18669](),[4.15726][4.67178:67197](),[3.18477][4.67178:67197](),[4.24079][4.67178:67197](),[4.28516][4.67178:67197](),[4.67178][4.67178:67197](),[4.67170][3.18462:18477](),[4.16384][4.67127:67170](),[4.28264][4.67127:67170](),[4.28500][4.67127:67170](),[4.67127][4.67127:67170](),[4.67049][4.28422:28500](),[4.16305][4.66984:67049](),[4.28185][4.66984:67049](),[4.28421][4.66984:67049](),[4.66984][4.66984:67049](),[4.66966][4.28403:28421](),[4.16286][4.66889:66966](),[4.28402][4.66889:66966](),[4.66889][4.66889:66966](),[4.66811][4.28324:28402](),[4.16207][4.66746:66811](),[4.28323][4.66746:66811](),[4.66746][4.66746:66811](),[4.66728][4.28305:28323](),[4.28304][4.66710:66728](),[4.66710][4.66710:66728](),[4.15710][4.28289:28304](),[3.18461][4.28289:28304](),[4.28289][4.28289:28304](),[4.28274][3.18446:18461](),[4.2032][4.28231:28274](),[4.15694][4.28231:28274](),[3.18445][4.28231:28274](),[4.28231][4.28231:28274](),[4.28153][3.18367:18445](),[4.1953][4.28088:28153](),[4.15615][4.28088:28153](),[3.18366][4.28088:28153](),[4.28088][4.28088:28153](),[4.28069][3.18347:18366](),[4.1933][4.27992:28069](),[4.15595][4.27992:28069](),[3.18346][4.27992:28069](),[4.27992][4.27992:28069](),[4.27914][3.18268:18346](),[4.1854][4.27849:27914](),[4.15516][4.27849:27914](),[3.18267][4.27849:27914](),[4.27849][4.27849:27914](),[4.27830][3.18248:18267](),[4.66710][4.27812:27830](),[4.15496][4.66678:66710](),[3.18247][4.66678:66710](),[4.24062][4.66678:66710](),[4.27811][4.66678:66710](),[4.66678][4.66678:66710](),[4.66670][3.18232:18247](),[4.15480][4.66627:66670](),[4.16188][4.66627:66670](),[4.24045][4.66627:66670](),[4.27795][4.66627:66670](),[4.28166][4.66627:66670](),[4.66627][4.66627:66670](),[4.66549][4.15402:15480](),[4.15401][4.66484:66549](),[4.16109][4.66484:66549](),[4.23966][4.66484:66549](),[4.27716][4.66484:66549](),[4.28087][4.66484:66549](),[4.66484][4.66484:66549](),[4.66466][4.15383:15401](),[4.39408][4.66432:66466](),[4.66431][4.39406:39408](),[4.39406][4.39406:39408](),[4.1542][4.39189:39406](),[4.15689][4.39189:39406](),[4.17438][4.39189:39406](),[4.39189][4.39189:39406](),[4.23751][4.15676:15689](),[4.28068][4.15676:15689](),[4.15676][4.15676:15689](),[4.15514][4.65326:65488](),[4.27863][4.15485:15514](),[4.15485][4.15485:15514](),[4.17247][4.27850:27863](),[4.27850][4.27850:27863](),[4.14882][4.17043:17247](),[4.15689][4.17043:17247](),[4.23652][4.17043:17247](),[4.26873][4.17043:17247](),[4.27850][4.17043:17247](),[4.15611][4.26795:26873](),[4.26794][4.15546:15611](),[4.15546][4.15546:15611](),[4.15527][4.26775:26794](),[4.23652][4.15482:15527](),[4.26774][4.14471:14674](),[4.15403][4.26696:26774](),[4.26695][4.15338:15403](),[4.15338][4.15338:15403](),[4.15319][4.26676:26695](),[4.23553][4.15278:15319](),[4.16838][4.64959:65121](),[4.64959][4.64959:65121](),[4.64959][4.16636:16838](),[4.64932][4.64932:64959](),[4.14267][4.27048:27061](),[4.15074][4.27048:27061](),[4.23355][4.27048:27061](),[4.26576][4.27048:27061](),[4.15079][4.27048:27061](),[4.14996][4.26498:26576](),[4.26497][4.14931:14996](),[4.14931][4.14931:14996](),[4.14912][4.26478:26497](),[4.23355][4.14873:14912](),[4.16635][4.64756:64918](),[4.64756][4.64756:64918](),[4.64756][4.16434:16635](),[4.27047][4.64730:64756](),[4.64730][4.64730:64756](),[4.14065][4.27034:27047](),[4.14872][4.27034:27047](),[4.23256][4.27034:27047](),[4.26477][4.27034:27047](),[4.27034][4.27034:27047](),[4.14794][4.26399:26477](),[4.26398][4.14729:14794](),[4.14729][4.14729:14794](),[4.14710][4.26379:26398](),[4.23256][4.14667:14710](),[4.16433][4.64511:64716](),[4.26841][4.64511:64716](),[4.14673][4.64511:64716](),[4.13859][4.16228:16433](),[4.14666][4.16228:16433](),[4.23157][4.16228:16433](),[4.26378][4.16228:16433](),[4.26841][4.16228:16433](),[4.14588][4.26300:26378](),[4.26299][4.14523:14588](),[4.14523][4.14523:14588](),[4.14504][4.26280:26299](),[4.23157][4.14458:14504](),[4.26646][4.13212:13637](),[4.14673][4.26633:26646](),[4.14457][4.14671:14673](),[4.23058][4.14671:14673](),[4.26279][4.14671:14673](),[4.26632][4.14671:14673](),[4.64510][4.14671:14673](),[4.14671][4.14671:14673](),[4.14238][4.26060:26279](),[4.9692][4.14221:14238](),[4.26059][4.14221:14238](),[4.14221][4.14221:14238](),[4.14143][4.25981:26059](),[4.9613][4.14078:14143](),[4.25980][4.14078:14143](),[4.14078][4.14078:14143](),[4.13211][4.22719:22744](),[4.22719][4.22719:22744](),[4.22719][4.12969:13211](),[4.9593][4.22704:22719](),[4.13947][4.22704:22719](),[4.25960][4.22704:22719](),[4.22704][4.22704:22719](),[4.13920][4.25933:25960](),[4.13741][4.13741:13920](),[4.64359][4.14343:14377](),[4.39176][4.14343:14377](),[4.8077][4.38977:39176](),[4.38977][4.38977:39176](),[4.26211][4.38964:38977](),[4.38964][4.38964:38977](),[4.63993][4.38494:38964](),[4.38494][4.38494:38964](),[4.62192][4.38481:38494](),[4.38481][4.38481:38494](),[4.56184][4.38296:38481](),[4.38296][4.38296:38481](),[4.55971][4.38267:38296](),[4.38267][4.38267:38296](),[4.55742][4.38058:38267](),[4.38058][4.38058:38267](),[4.13037][4.55499:55512](),[4.55499][4.55499:55512](),[4.9473][4.13035:13037](),[3.16934][4.13035:13037](),[4.24889][4.13035:13037](),[4.13035][4.13035:13037](),[4.13019][3.16918:16934](),[4.38086][4.12999:13019](),[4.12999][4.12999:13019](),[4.24872][4.12988:12999](),[4.38068][4.12988:12999](),[4.12988][4.12988:12999](),[4.12144][4.38051:38068](),[4.24872][4.38051:38068](),[4.12967][4.12123:12144](),[4.12909][4.12909:12967](),[4.38045][4.12773:12898](),[4.14342][4.37861:38045](),[4.21091][4.37861:38045](),[4.55323][4.37861:38045](),[4.37861][4.37861:38045](),[4.55132][4.14329:14342](),[4.14329][4.14329:14342](),[4.54942][4.14150:14329](),[4.91802208][4.14150:14329](),[4.37861][4.14150:14329](),[4.826][4.37848:37861](),[4.8746][4.37848:37861](),[4.9341][4.37848:37861](),[4.20800][4.37848:37861](),[4.23942][4.37848:37861](),[4.25592][4.37848:37861](),[4.12100][4.37848:37861](),[4.25464][4.23864:23942](),[4.8667][4.25399:25464](),[4.9262][4.25399:25464](),[4.20721][4.25399:25464](),[4.23863][4.25399:25464](),[4.25399][4.25399:25464](),[4.20703][4.23844:23863](),[4.25354][4.20680:20703](),[4.4476][4.25341:25354](),[4.11632][4.25341:25354](),[3.16484][4.25341:25354](),[4.20679][4.25341:25354](),[4.25341][4.25341:25354](),[4.12022][3.16406:16484](),[4.747][4.11957:12022](),[4.4397][4.11957:12022](),[4.11553][4.11957:12022](),[3.16405][4.11957:12022](),[4.20600][4.11957:12022](),[4.25262][4.11957:12022](),[4.11957][4.11957:12022](),[4.20581][3.16386:16405](),[4.11916][4.20559:20581](),[4.20558][4.11903:11916](),[4.37847][4.11903:11916](),[4.53866][4.11903:11916](),[4.11903][4.11903:11916](),[4.7668][4.37845:37847](),[4.14149][4.37845:37847](),[4.25243][4.37845:37847](),[4.91801734][4.37845:37847](),[4.37845][4.37845:37847](),[4.7651][4.14132:14149](),[4.25226][4.14132:14149](),[4.91801717][4.14132:14149](),[4.14132][4.14132:14149](),[4.7638][4.14115:14132](),[4.25213][4.14115:14132](),[4.91801704][4.14115:14132](),[4.14115][4.14115:14132](),[4.7624][4.14098:14115](),[4.25199][4.14098:14115](),[4.91801690][4.14098:14115](),[4.14098][4.14098:14115](),[4.13412][4.14081:14098](),[4.23674][4.14081:14098](),[4.25144][4.14081:14098](),[4.14081][4.14081:14098](),[4.14003][4.23596:23674](),[4.13333][4.13938:14003](),[4.23595][4.13938:14003](),[4.25065][4.13938:14003](),[4.13938][4.13938:14003](),[4.13919][4.23576:23595](),[4.91801635][4.13891:13919](),[4.13891][4.13891:13919](),[4.23575][4.91801603:91801635](),[4.91801603][4.91801603:91801635](),[4.91801603][4.23561:23575](),[4.91801595][4.91801595:91801603](),[4.23560][4.91801562:91801579](),[4.91801562][4.91801562:91801579](),[4.91801484][4.23482:23560](),[4.23481][4.91801419:91801484](),[4.91801419][4.91801419:91801484](),[4.91801401][4.23463:23481](),[4.24805][4.91801380:91801401](),[4.13876][4.24790:24805](),[4.4073][4.13581:13876](),[4.23462][4.13581:13876](),[4.24789][4.13581:13876](),[4.13581][4.13581:13876](),[4.13503][4.23384:23462](),[4.3994][4.13438:13503](),[4.23383][4.13438:13503](),[4.24710][4.13438:13503](),[4.13438][4.13438:13503](),[4.13419][4.23364:23383](),[4.8648][4.13382:13419](),[4.9242][4.13382:13419](),[4.11435][4.13382:13419](),[4.13313][4.13382:13419](),[3.16385][4.13382:13419](),[4.20345][4.13382:13419](),[4.23363][4.13382:13419](),[4.53285][4.13382:13419](),[4.13382][4.13382:13419](),[4.53028][4.13365:13382](),[4.13365][4.13365:13382](),[4.53004][4.13344:13365](),[4.13344][4.13344:13365](),[4.23248][4.13316:13333](),[4.24591][4.13316:13333](),[4.13316][4.13316:13333](),[4.13238][4.23170:23248](),[4.23169][4.13173:13238](),[4.24512][4.13173:13238](),[4.13173][4.13173:13238](),[4.13154][4.23150:23169](),[4.2984][4.13137:13154](),[4.52978][4.13137:13154](),[4.13137][4.13137:13154](),[4.14824][4.2971:2984](),[4.2971][4.2971:2984](),[3.15949][4.14808:14824](),[4.14808][4.14808:14824](),[4.3405][4.14791:14808](),[4.8762][4.14791:14808](),[3.15935][4.14791:14808](),[4.19680][4.14791:14808](),[4.22359][4.14791:14808](),[4.14791][4.14791:14808](),[4.2893][3.15857:15935](),[4.3326][4.2828:2893](),[4.8683][4.2828:2893](),[4.14712][4.2828:2893](),[3.15856][4.2828:2893](),[4.19601][4.2828:2893](),[4.22280][4.2828:2893](),[4.2828][4.2828:2893](),[4.2810][3.15837:15856](),[4.13137][4.2789:2810](),[4.2788][4.13122:13137](),[4.50729][4.13122:13137](),[4.37845][4.13122:13137](),[3.15812][4.37829:37845](),[4.37829][4.37829:37845](),[4.37829][3.15799:15812](),[4.4378][4.37820:37829](),[4.7316][4.37820:37829](),[4.19559][4.37820:37829](),[4.22124][4.37820:37829](),[4.24415][4.37820:37829](),[4.24492][4.37820:37829](),[4.50451][4.37820:37829](),[4.37820][4.37820:37829](),[4.22112][4.19550:19559](),[4.37820][4.19550:19559](),[4.3186][4.37803:37820](),[4.8187][4.37803:37820](),[4.8639][4.37803:37820](),[4.14452][4.37803:37820](),[3.15798][4.37803:37820](),[4.19549][4.37803:37820](),[4.22098][4.37803:37820](),[4.24476][4.37803:37820](),[4.37803][4.37803:37820](),[4.37725][3.15720:15798](),[4.3107][4.37660:37725](),[4.8108][4.37660:37725](),[4.8560][4.37660:37725](),[4.14373][4.37660:37725](),[3.15719][4.37660:37725](),[4.19470][4.37660:37725](),[4.22019][4.37660:37725](),[4.24397][4.37660:37725](),[4.37660][4.37660:37725](),[4.8088][4.13107:13121](),[4.19450][4.13107:13121](),[4.13107][4.13107:13121](),[4.13107][4.8077:8088](),[3.15699][4.13090:13107](),[4.19432][4.13090:13107](),[4.13090][4.13090:13107](),[4.13012][3.15621:15699](),[3.15620][4.12947:13012](),[4.19353][4.12947:13012](),[4.12947][4.12947:13012](),[4.12929][3.15602:15620](),[4.49867][4.12907:12929](),[4.12907][4.12907:12929](),[4.8076][4.12892:12907](),[4.8540][4.12892:12907](),[4.11206][4.12892:12907](),[4.12977][4.12892:12907](),[3.15601][4.12892:12907](),[4.19334][4.12892:12907](),[4.21999][4.12892:12907](),[4.37612][4.12892:12907](),[4.37604][3.15586:15601](),[4.49673][4.37578:37604](),[4.37578][4.37578:37604](),[4.7300][4.37529:37546](),[4.10976][4.37529:37546](),[4.12961][4.37529:37546](),[4.18985][4.37529:37546](),[4.21769][4.37529:37546](),[4.37529][4.37529:37546](),[4.37451][4.10898:10976](),[4.7221][4.37386:37451](),[4.10897][4.37386:37451](),[4.12882][4.37386:37451](),[4.18906][4.37386:37451](),[4.21690][4.37386:37451](),[4.37386][4.37386:37451](),[4.37368][4.10879:10897](),[4.10878][4.37327:37368](),[3.15272][4.37327:37368](),[4.18887][4.37327:37368](),[4.21671][4.37327:37368](),[4.37327][4.37327:37368](),[4.18871][3.15257:15272](),[4.18845][4.18845:18871](),[4.37306][4.8049:8060](),[4.7202][4.37289:37306](),[4.10862][4.37289:37306](),[4.12863][4.37289:37306](),[4.18806][4.37289:37306](),[4.21655][4.37289:37306](),[4.37289][4.37289:37306](),[4.37211][4.10784:10862](),[4.7123][4.37146:37211](),[4.10783][4.37146:37211](),[4.12784][4.37146:37211](),[4.18727][4.37146:37211](),[4.21576][4.37146:37211](),[4.37146][4.37146:37211](),[4.18709][4.10765:10783](),[4.37109][4.18685:18709](),[4.18684][4.37094:37109](),[4.37094][4.37094:37109](),[4.37074][4.18663:18684](),[4.10764][4.37057:37074](),[4.12765][4.37057:37074](),[4.18662][4.37057:37074](),[4.21557][4.37057:37074](),[4.37057][4.37057:37074](),[4.36979][4.10686:10764](),[4.10685][4.36914:36979](),[4.12686][4.36914:36979](),[4.18583][4.36914:36979](),[4.21478][4.36914:36979](),[4.36914][4.36914:36979](),[4.18565][4.10667:10685](),[4.24114][4.18546:18565](),[3.15256][4.6876:6891](),[4.18447][4.6876:6891](),[4.91801100][4.6876:6891](),[4.36857][4.6876:6891](),[4.8024][4.36787:36800](),[4.49170][4.36787:36800](),[4.36787][4.36787:36800](),[4.8013][4.8013:8024](),[4.8000][4.36759:36776](),[3.15099][4.36759:36776](),[4.18388][4.36759:36776](),[4.21429][4.36759:36776](),[4.36759][4.36759:36776](),[4.36681][3.15021:15099](),[4.7921][4.36616:36681](),[3.15020][4.36616:36681](),[4.18309][4.36616:36681](),[4.21350][4.36616:36681](),[4.36616][4.36616:36681](),[4.36598][3.15001:15020](),[4.49152][4.36580:36598](),[4.36580][4.36580:36598](),[4.8306][4.49139:49152](),[4.12667][4.49139:49152](),[4.14155][4.49139:49152](),[3.15000][4.49139:49152](),[4.18290][4.49139:49152](),[4.21331][4.49139:49152](),[4.49139][4.49139:49152](),[4.49061][3.14922:15000](),[4.8227][4.48996:49061](),[4.12588][4.48996:49061](),[4.14076][4.48996:49061](),[3.14921][4.48996:49061](),[4.18211][4.48996:49061](),[4.21252][4.48996:49061](),[4.48996][4.48996:49061](),[4.48977][3.14901:14921](),[4.21231][4.48953:48977](),[4.48953][4.48953:48977](),[4.48953][4.21044:21231](),[4.48938][4.48938:48953](),[4.21043][4.48919:48928](),[4.48919][4.48919:48928](),[4.48906][4.21019:21043](),[4.8207][4.48889:48906](),[4.21018][4.48889:48906](),[4.48889][4.48889:48906](),[4.48811][4.20940:21018](),[4.8128][4.48746:48811](),[4.20939][4.48746:48811](),[4.48746][4.48746:48811](),[4.14056][4.20887:20939](),[4.20886][4.14043:14056](),[4.14043][4.14043:14056](),[4.13965][4.20721:20886](),[4.20720][4.13900:13965](),[4.13900][4.13900:13965](),[4.48714][4.20672:20720](),[3.14900][4.48699:48714](),[4.48699][4.48699:48714](),[4.48675][3.14885:14900](),[3.14884][4.48632:48675](),[4.20655][4.48632:48675](),[4.48632][4.48632:48675](),[4.48554][3.14806:14884](),[3.14805][4.48489:48554](),[4.20576][4.48489:48554](),[4.48489][4.48489:48554](),[4.48470][3.14786:14805](),[4.20556][4.48448:48470](),[4.36580][4.48448:48470](),[3.14785][4.20543:20556](),[4.20543][4.20543:20556](),[4.20543][3.14589:14785](),[4.10650][4.20541:20543](),[3.14588][4.20541:20543](),[4.20541][4.20541:20543](),[4.20526][3.14573:14588](),[4.36580][4.20281:20526](),[4.728][4.36504:36580](),[4.4164][4.36504:36580](),[4.6875][4.36504:36580](),[4.7902][4.36504:36580](),[4.8108][4.36504:36580](),[4.10634][4.36504:36580](),[4.12568][4.36504:36580](),[4.13641][4.36504:36580](),[3.14572][4.36504:36580](),[4.18174][4.36504:36580](),[4.20280][4.36504:36580](),[4.23885][4.36504:36580](),[4.36504][4.36504:36580](),[4.36426][3.14494:14572](),[4.649][4.36361:36426](),[4.4085][4.36361:36426](),[4.6796][4.36361:36426](),[4.7823][4.36361:36426](),[4.8029][4.36361:36426](),[4.10555][4.36361:36426](),[4.12489][4.36361:36426](),[4.13562][4.36361:36426](),[3.14493][4.36361:36426](),[4.18095][4.36361:36426](),[4.20201][4.36361:36426](),[4.23806][4.36361:36426](),[4.36361][4.36361:36426](),[4.36342][3.14474:14493](),[4.23785][4.36329:36342](),[4.36329][4.36329:36342](),[4.18075][4.23311:23326](),[4.23311][4.23311:23326](),[4.23292][4.18031:18075](),[4.13541][4.23275:23292](),[4.18030][4.23275:23292](),[4.23275][4.23275:23292](),[4.23197][4.17952:18030](),[4.13462][4.23132:23197](),[4.17951][4.23132:23197](),[4.23132][4.23132:23197](),[4.91800862][4.17918:17951](),[4.36329][4.17918:17951](),[3.14473][4.91800849:91800862](),[4.91800849][4.91800849:91800862](),[4.91800736][3.14395:14473](),[3.14394][4.91800671:91800736](),[4.91800671][4.91800671:91800736](),[4.91800653][3.14376:14394](),[3.14375][4.91800614:91800653](),[4.91800614][4.91800614:91800653](),[4.91800501][3.14297:14375](),[3.14296][4.91800436:91800501](),[4.91800436][4.91800436:91800501](),[4.91800418][3.14278:14296](),[4.91800364][4.91800364:91800418](),[3.14277][4.91800331:91800348](),[4.20181][4.91800331:91800348](),[4.91800331][4.91800331:91800348](),[4.91800253][3.14199:14277](),[3.14198][4.91800188:91800253](),[4.20102][4.91800188:91800253](),[4.91800188][4.91800188:91800253](),[4.91800170][3.14180:14198](),[4.1711][4.91800146:91800170](),[4.36329][4.91800146:91800170](),[3.14179][4.1698:1711](),[4.12279][4.1698:1711](),[4.48369][4.12201:12279](),[4.12200][4.48304:48369](),[4.17838][4.48304:48369](),[4.48304][4.48304:48369](),[4.22914][4.12181:12200](),[4.6597][4.22898:22914](),[4.48257][4.6584:6597](),[4.17819][4.48048:48257](),[4.48048][4.48048:48257](),[4.12180][4.17803:17819](),[4.20083][4.17803:17819](),[4.17803][4.17803:17819](),[4.48025][4.20074:20083](),[4.17793][4.47721:48025](),[4.47721][4.47721:48025](),[4.47713][4.17777:17793](),[4.12164][4.47354:47713](),[4.47354][4.47354:47713](),[4.47330][4.12146:12164](),[4.36316][4.47110:47330](),[4.47109][4.36128:36316](),[4.36128][4.36128:36316](),[4.20073][4.46676:47109](),[4.46676][4.46676:47109](),[3.13797][4.19870:20073](),[4.19870][4.19870:20073](),[4.19847][3.13774:13797](),[3.13773][4.19821:19847](),[4.19821][4.19821:19847](),[4.19743][3.13695:13773](),[3.13694][4.19678:19743](),[4.19678][4.19678:19743](),[4.19660][3.13676:13694](),[4.46456][4.19643:19660](),[3.13675][4.46441:46456](),[4.46441][4.46441:46456](),[4.36105][3.13660:13675](),[3.13659][4.36079:36105](),[4.36079][4.36079:36105](),[4.36070][3.13644:13659](),[4.4064][4.36053:36070](),[4.8009][4.36053:36070](),[3.13643][4.36053:36070](),[4.22897][4.36053:36070](),[4.36053][4.36053:36070](),[4.35975][3.13565:13643](),[4.3985][4.35910:35975](),[4.7930][4.35910:35975](),[3.13564][4.35910:35975](),[4.22818][4.35910:35975](),[4.35910][4.35910:35975](),[4.35892][3.13546:13564](),[4.35838][4.35838:35892](),[4.3966][4.35805:35822](),[4.7911][4.35805:35822](),[3.13545][4.35805:35822](),[4.22799][4.35805:35822](),[4.35805][4.35805:35822](),[4.35727][3.13467:13545](),[4.3887][4.35662:35727](),[4.7832][4.35662:35727](),[3.13466][4.35662:35727](),[4.22720][4.35662:35727](),[4.35662][4.35662:35727](),[4.35644][3.13448:13466](),[4.12891][4.35629:35644](),[4.22701][4.35629:35644](),[4.35629][4.35629:35644](),[4.19543][4.12878:12891](),[4.46225][4.12878:12891](),[4.91800145][4.12878:12891](),[4.12878][4.12878:12891](),[4.7813][4.46196:46225](),[3.13447][4.46196:46225](),[4.19445][4.46196:46225](),[4.24405][4.46196:46225](),[4.12878][4.46196:46225](),[4.12800][3.13369:13447](),[4.7734][4.12735:12800](),[3.13368][4.12735:12800](),[4.19366][4.12735:12800](),[4.24326][4.12735:12800](),[4.12735][4.12735:12800](),[4.12717][3.13349:13368](),[4.46195][4.12699:12717](),[4.35629][4.12699:12717](),[4.13248][4.35616:35629](),[3.13250][4.35616:35629](),[4.19149][4.35616:35629](),[4.35616][4.35616:35629](),[4.35538][3.13172:13250](),[4.13169][4.35473:35538](),[3.13171][4.35473:35538](),[4.19070][4.35473:35538](),[4.35473][4.35473:35538](),[4.35455][3.13153:13171](),[4.12698][4.35438:35455](),[4.35438][4.35438:35455](),[4.17219][4.12685:12698](),[4.12685][4.12685:12698](),[4.13046][4.17141:17219](),[4.17140][4.12981:13046](),[4.12981][4.12981:13046](),[4.12933][4.17104:17140](),[4.4251][4.12918:12933](),[4.12683][4.12918:12933](),[4.12683][4.4019:4251](),[4.19051][4.12650:12683](),[4.12650][4.12650:12683](),[4.12572][4.18973:19051](),[4.18972][4.12507:12572](),[4.12507][4.12507:12572](),[4.12489][4.18954:18972](),[4.45975][4.12467:12489](),[4.35438][4.12467:12489](),[4.628][4.35425:35438](),[4.43837][4.35425:35438](),[4.11903][4.35425:35438](),[4.43810][4.43810:43837](),[4.10297][4.43782:43799](),[4.11555][4.43782:43799](),[3.12836][4.43782:43799](),[4.43782][4.43782:43799](),[4.43704][3.12758:12836](),[4.10218][4.43639:43704](),[4.11476][4.43639:43704](),[3.12757][4.43639:43704](),[4.43639][4.43639:43704](),[4.43621][3.12739:12757](),[4.2987][4.43553:43621](),[4.3538][4.43553:43621](),[4.7398][4.43553:43621](),[4.7565][4.43553:43621](),[4.10199][4.43553:43621](),[4.11457][4.43553:43621](),[4.12459][4.43553:43621](),[3.12738][4.43553:43621](),[4.16769][4.43553:43621](),[4.18637][4.43553:43621](),[4.22280][4.43553:43621](),[4.628][4.43553:43621](),[4.11825][3.12660:12738](),[4.549][4.11760:11825](),[4.2908][4.11760:11825](),[4.3459][4.11760:11825](),[4.7319][4.11760:11825](),[4.7486][4.11760:11825](),[4.10120][4.11760:11825](),[4.11378][4.11760:11825](),[4.12380][4.11760:11825](),[3.12659][4.11760:11825](),[4.16690][4.11760:11825](),[4.18558][4.11760:11825](),[4.22201][4.11760:11825](),[4.11760][4.11760:11825](),[4.11740][3.12639:12659](),[4.43552][4.11725:11740](),[4.11725][4.11725:11740](),[4.12305][4.18015:18176](),[4.42173][4.12285:12305](),[4.12285][4.12285:12305](),[4.3241][4.12272:12285](),[4.7155][4.12272:12285](),[4.10099][4.12272:12285](),[3.12515][4.12272:12285](),[4.16153][4.12272:12285](),[4.18014][4.12272:12285](),[4.41921][4.12272:12285](),[4.11712][4.12272:12285](),[4.35424][4.11710:11712](),[4.11710][4.11710:11712](),[4.3820][4.11666:11710](),[4.9776][4.11666:11710](),[3.11600][4.11666:11710](),[4.12058][4.11666:11710](),[4.15714][4.11666:11710](),[4.17276][4.11666:11710](),[4.11666][4.11666:11710](),[4.11588][3.11522:11600](),[4.3741][4.11523:11588](),[4.9697][4.11523:11588](),[3.11521][4.11523:11588](),[4.11979][4.11523:11588](),[4.15635][4.11523:11588](),[4.17197][4.11523:11588](),[4.11523][4.11523:11588](),[4.11504][3.11502:11521](),[4.11959][4.11460:11504](),[4.11460][4.11460:11504](),[4.11943][4.11450:11460](),[4.11450][4.11450:11460](),[4.11924][4.11435:11450](),[4.11435][4.11435:11450](),[4.3721][4.11405:11435](),[4.9677][4.11405:11435](),[3.11501][4.11405:11435](),[4.11875][4.11405:11435](),[4.15615][4.11405:11435](),[4.17177][4.11405:11435](),[4.11405][4.11405:11435](),[4.11327][3.11423:11501](),[4.3642][4.11262:11327](),[4.9598][4.11262:11327](),[3.11422][4.11262:11327](),[4.11796][4.11262:11327](),[4.15536][4.11262:11327](),[4.17098][4.11262:11327](),[4.11262][4.11262:11327](),[4.11243][3.11403:11422](),[4.40875][4.11221:11243](),[4.11221][4.11221:11243](),[4.15380][4.21748:21763](),[4.40860][4.21748:21763](),[4.40852][4.15364:15380](),[4.7152][4.40809:40852](),[3.11402][4.40809:40852](),[4.15363][4.40809:40852](),[4.40809][4.40809:40852](),[4.40731][3.11324:11402](),[4.7073][4.40666:40731](),[3.11323][4.40666:40731](),[4.15284][4.40666:40731](),[4.40666][4.40666:40731](),[4.40647][3.11304:11323](),[4.7053][4.40611:40647](),[4.40611][4.40611:40647](),[4.40611][4.7032:7053](),[3.11303][4.40540:40611](),[4.40540][4.40540:40611](),[4.40540][3.11293:11303](),[4.7031][4.40526:40540](),[4.40526][4.40526:40540](),[4.40526][4.7020:7031](),[4.7019][4.40509:40526](),[3.11292][4.40509:40526](),[4.15264][4.40509:40526](),[4.40509][4.40509:40526](),[4.40431][3.11214:11292](),[4.6940][4.40366:40431](),[3.11213][4.40366:40431](),[4.15185][4.40366:40431](),[4.40366][4.40366:40431](),[4.40347][3.11194:11213](),[4.17078][4.40333:40347](),[4.40333][4.40333:40347](),[3.11193][4.17063:17078](),[4.17063][4.17063:17078](),[4.17040][3.11170:11193](),[3.11169][4.16994:17040](),[4.16994][4.16994:17040](),[4.16994][3.11158:11169](),[4.9578][4.16970:16994](),[3.11157][4.16970:16994](),[4.16970][4.16970:16994](),[4.16892][3.11079:11157](),[4.9499][4.16827:16892](),[3.11078][4.16827:16892](),[4.16827][4.16827:16892](),[4.16808][3.11059:11078](),[4.40333][4.16794:16808](),[4.40318][4.40318:40333](),[4.16793][4.39695:39817](),[4.39695][4.39695:39817](),[3.11058][4.16768:16793](),[4.39695][4.16768:16793](),[4.39695][3.11041:11058](),[3.11040][4.39649:39695](),[4.39649][4.39649:39695](),[4.39649][3.11021:11040](),[4.6920][4.39398:39649](),[3.11020][4.39398:39649](),[4.11122][4.39398:39649](),[4.11776][4.39398:39649](),[4.15165][4.39398:39649](),[4.16767][4.39398:39649](),[4.39398][4.39398:39649](),[4.39320][3.10942:11020](),[4.6841][4.39255:39320](),[3.10941][4.39255:39320](),[4.11043][4.39255:39320](),[4.11697][4.39255:39320](),[4.15086][4.39255:39320](),[4.16688][4.39255:39320](),[4.39255][4.39255:39320](),[4.39235][3.10921:10941](),[3.10920][4.39172:39235](),[4.15065][4.39172:39235](),[4.16667][4.39172:39235](),[4.39172][4.39172:39235](),[4.39094][3.10842:10920](),[3.10841][4.39029:39094](),[4.14986][4.39029:39094](),[4.16588][4.39029:39094](),[4.39029][4.39029:39094](),[4.39011][3.10823:10841](),[4.2709][4.38997:39011](),[4.11221][4.38997:39011](),[3.10822][4.2696:2709](),[4.16569][4.2696:2709](),[4.2696][4.2696:2709](),[4.2618][3.10744:10822](),[3.10743][4.2553:2618](),[4.16490][4.2553:2618](),[4.2553][4.2553:2618](),[4.2535][3.10725:10743](),[4.11221][4.2512:2535](),[4.35150][4.11206:11221](),[4.11206][4.11206:11221](),[4.2787][4.11173:11206](),[4.2925][4.11173:11206](),[4.5943][4.11173:11206](),[4.6409][4.11173:11206](),[3.10304][4.11173:11206](),[4.14148][4.11173:11206](),[4.15808][4.11173:11206](),[4.11173][4.11173:11206](),[4.11095][3.10226:10304](),[4.2708][4.11030:11095](),[4.2846][4.11030:11095](),[4.5864][4.11030:11095](),[4.6330][4.11030:11095](),[3.10225][4.11030:11095](),[4.14069][4.11030:11095](),[4.15729][4.11030:11095](),[4.11030][4.11030:11095](),[4.11011][3.10206:10225](),[4.33296][4.10996:11011](),[4.10996][4.10996:11011](),[4.2826][4.10946:10996](),[4.5824][4.10946:10996](),[4.6212][4.10946:10996](),[4.6273][4.10946:10996](),[4.9462][4.10946:10996](),[3.10185][4.10946:10996](),[4.10653][4.10946:10996](),[4.13921][4.10946:10996](),[4.15456][4.10946:10996](),[4.21710][4.10946:10996](),[4.10946][4.10946:10996](),[4.10868][3.10107:10185](),[4.2747][4.10803:10868](),[4.5745][4.10803:10868](),[4.6133][4.10803:10868](),[4.6194][4.10803:10868](),[4.9383][4.10803:10868](),[3.10106][4.10803:10868](),[4.10574][4.10803:10868](),[4.13842][4.10803:10868](),[4.15377][4.10803:10868](),[4.21631][4.10803:10868](),[4.10803][4.10803:10868](),[4.10784][3.10087:10106](),[4.38014][4.10763:10784](),[4.10763][4.10763:10784](),[4.32514][4.10748:10763](),[4.10748][4.10748:10763](),[3.9087][4.10719:10748](),[4.14201][4.10719:10748](),[4.10719][4.10719:10748](),[4.10641][3.9009:9087](),[3.9008][4.10576:10641](),[4.14122][4.10576:10641](),[4.10576][4.10576:10641](),[4.10557][3.8989:9008](),[4.31336][4.10537:10557](),[4.34478][4.10537:10557](),[4.10537][4.10537:10557](),[4.9462][4.10524:10537](),[4.29525][4.10524:10537](),[4.10524][4.10524:10537](),[4.29618][4.9283:9462](),[4.9283][4.9283:9462](),[4.27927][4.9268:9283](),[4.9268][4.9268:9283](),[4.27915][4.27915:27927](),[4.27894][4.27894:27906](),[4.10979][4.27867:27884](),[4.27867][4.27867:27884](),[4.27867][4.10955:10979](),[4.27853][4.27853:27867](),[4.6282][4.27823:27840](),[4.7551][4.27823:27840](),[4.9472][4.27823:27840](),[4.10954][4.27823:27840](),[4.27823][4.27823:27840](),[4.27745][4.6204:6282](),[4.6203][4.27680:27745](),[4.7472][4.27680:27745](),[4.9393][4.27680:27745](),[4.10875][4.27680:27745](),[4.27680][4.27680:27745](),[4.27662][4.6185:6203](),[4.10856][4.27568:27662](),[4.27568][4.27568:27662](),[4.27568][4.10844:10856](),[4.27429][4.27429:27568](),[4.6184][4.27378:27420](),[4.7453][4.27378:27420](),[4.9374][4.27378:27420](),[4.10843][4.27378:27420](),[4.18445][4.27378:27420](),[4.27378][4.27378:27420](),[4.27300][4.6106:6184](),[4.6105][4.27235:27300](),[4.7374][4.27235:27300](),[4.9295][4.27235:27300](),[4.10764][4.27235:27300](),[4.18366][4.27235:27300](),[4.27235][4.27235:27300](),[4.27217][4.6087:6105](),[4.7355][4.27168:27217](),[4.27168][4.27168:27217](),[4.27168][4.7343:7355](),[4.6086][4.27076:27168](),[4.7342][4.27076:27168](),[4.9276][4.27076:27168](),[4.10745][4.27076:27168](),[4.27076][4.27076:27168](),[4.26998][4.6008:6086](),[4.6007][4.26933:26998](),[4.7263][4.26933:26998](),[4.9197][4.26933:26998](),[4.10666][4.26933:26998](),[4.26933][4.26933:26998](),[4.26915][4.5989:6007](),[4.5988][4.26760:26915](),[4.7244][4.26760:26915](),[4.9178][4.26760:26915](),[4.10647][4.26760:26915](),[4.26760][4.26760:26915](),[4.26682][4.5910:5988](),[4.5909][4.26617:26682](),[4.7165][4.26617:26682](),[4.9099][4.26617:26682](),[4.10568][4.26617:26682](),[4.26617][4.26617:26682](),[4.26599][4.5891:5909](),[4.26551][4.26551:26599](),[4.5890][4.26373:26538](),[4.7146][4.26373:26538](),[3.7316][4.26373:26538](),[4.9080][4.26373:26538](),[4.10549][4.26373:26538](),[4.26373][4.26373:26538](),[4.26295][3.7238:7316](),[4.5811][4.26230:26295](),[4.7067][4.26230:26295](),[3.7237][4.26230:26295](),[4.9001][4.26230:26295](),[4.10470][4.26230:26295](),[4.26230][4.26230:26295](),[4.26212][3.7219:7237](),[4.10451][4.26188:26212](),[4.26188][4.26188:26212](),[4.5792][4.10438:10451](),[4.10438][4.10438:10451](),[4.10360][4.5714:5792](),[4.5713][4.10295:10360](),[4.10295][4.10295:10360](),[4.10277][4.5695:5713](),[4.26188][4.10243:10277](),[4.10242][4.26122:26188](),[4.26122][4.26122:26188](),[4.26122][4.10213:10242](),[4.5694][4.26063:26122](),[4.7048][4.26063:26122](),[4.8982][4.26063:26122](),[4.10212][4.26063:26122](),[4.26063][4.26063:26122](),[4.25985][4.5616:5694](),[4.5615][4.25920:25985](),[4.6969][4.25920:25985](),[4.8903][4.25920:25985](),[4.10133][4.25920:25985](),[4.25920][4.25920:25985](),[4.25902][4.5597:5615](),[4.5596][4.25753:25902](),[4.6950][4.25753:25902](),[4.8884][4.25753:25902](),[4.10114][4.25753:25902](),[4.25753][4.25753:25902](),[4.25675][4.5518:5596](),[4.5517][4.25610:25675](),[4.6871][4.25610:25675](),[4.8805][4.25610:25675](),[4.10035][4.25610:25675](),[4.25610][4.25610:25675](),[4.25592][4.5499:5517](),[4.25558][4.25558:25592](),[4.25480][4.25480:25546](),[4.5498][4.25397:25466](),[4.6852][4.25397:25466](),[4.8786][4.25397:25466](),[4.10016][4.25397:25466](),[4.25397][4.25397:25466](),[4.25319][4.5420:5498](),[4.5419][4.25254:25319](),[4.6773][4.25254:25319](),[4.8707][4.25254:25319](),[4.9937][4.25254:25319](),[4.25254][4.25254:25319](),[4.25236][4.5401:5419](),[4.8688][4.25218:25236](),[4.25218][4.25218:25236](),[4.5400][4.8675:8688](),[4.9918][4.8675:8688](),[4.8675][4.8675:8688](),[4.8480][4.5322:5400](),[4.5321][4.8415:8480](),[4.6675][4.8415:8480](),[4.9839][4.8415:8480](),[4.8415][4.8415:8480](),[4.9821][4.5303:5321](),[4.25218][4.9795:9821](),[4.9794][4.25162:25218](),[4.25162][4.25162:25218](),[4.25162][4.9770:9794](),[4.9769][4.25148:25162](),[4.25148][4.25148:25162](),[4.25148][4.9748:9769](),[4.5302][4.25085:25148](),[4.6655][4.25085:25148](),[4.8370][4.25085:25148](),[4.9747][4.25085:25148](),[4.25085][4.25085:25148](),[4.25007][4.5224:5302](),[4.5223][4.24942:25007](),[4.6576][4.24942:25007](),[4.8291][4.24942:25007](),[4.9668][4.24942:25007](),[4.24942][4.24942:25007](),[4.24924][4.5205:5223](),[4.5204][4.24644:24924](),[4.6557][4.24644:24924](),[4.8272][4.24644:24924](),[4.9649][4.24644:24924](),[4.24644][4.24644:24924](),[4.24566][4.5126:5204](),[4.5125][4.24501:24566](),[4.6478][4.24501:24566](),[4.8193][4.24501:24566](),[4.9570][4.24501:24566](),[4.24501][4.24501:24566](),[4.24483][4.5107:5125](),[4.8174][4.24446:24483](),[4.18347][4.24446:24483](),[4.24446][4.24446:24483](),[4.24432][4.8166:8174](),[4.9551][4.24420:24432](),[4.24420][4.24420:24432](),[4.24420][4.9538:9551](),[4.9537][4.24406:24420](),[4.24406][4.24406:24420](),[4.24406][4.9514:9537](),[4.8165][4.24385:24406](),[4.9513][4.24385:24406](),[4.24385][4.24385:24406](),[4.24377][4.8131:8149](),[4.8130][4.24338:24377](),[4.24338][4.24338:24377](),[4.5106][4.24316:24326](),[4.9497][4.24316:24326](),[4.24316][4.24316:24326](),[4.5089][4.9483:9497](),[4.6459][4.9483:9497](),[4.9482][4.6447:6459](),[4.24290][4.6447:6459](),[4.9470][4.24282:24290](),[4.24282][4.24282:24290](),[4.24252][4.9449:9470](),[4.8113][4.24235:24252](),[4.24235][4.24235:24252](),[4.8073][4.24045:24235](),[4.24045][4.24045:24235](),[4.8051][4.24012:24045](),[4.24012][4.24012:24045](),[4.8027][4.23945:24012](),[4.9448][4.23945:24012](),[4.23945][4.23945:24012](),[4.23945][4.9432:9448](),[4.5073][4.23928:23945](),[4.8006][4.23928:23945](),[4.23928][4.23928:23945](),[4.23928][4.7997:8006](),[4.5059][4.23919:23928](),[4.23919][4.23919:23928](),[4.23919][4.5048:5059](),[4.7996][4.23880:23919](),[4.23880][4.23880:23919](),[4.5047][4.23847:23864](),[4.6446][4.23847:23864](),[3.7218][4.23847:23864](),[4.7986][4.23847:23864](),[4.9431][4.23847:23864](),[4.18332][4.23847:23864](),[4.23847][4.23847:23864](),[4.23769][3.7140:7218](),[4.4968][4.23704:23769](),[4.6367][4.23704:23769](),[3.7139][4.23704:23769](),[4.7907][4.23704:23769](),[4.9352][4.23704:23769](),[4.18253][4.23704:23769](),[4.23704][4.23704:23769](),[4.23686][3.7121:7139](),[4.7888][4.23665:23686](),[4.23665][4.23665:23686](),[4.7861][4.7861:7888](),[4.4949][4.23561:23638](),[4.6250][4.23561:23638](),[4.7535][4.23561:23638](),[4.9333][4.23561:23638](),[4.23561][4.23561:23638](),[4.23483][4.4871:4949](),[4.4870][4.23418:23483](),[4.6171][4.23418:23483](),[4.7456][4.23418:23483](),[4.9254][4.23418:23483](),[4.23418][4.23418:23483](),[4.23400][4.4852:4870](),[4.23348][4.23348:23400](),[4.1460][4.23149:23335](),[4.4851][4.23149:23335](),[4.6152][4.23149:23335](),[4.7437][4.23149:23335](),[4.9235][4.23149:23335](),[4.23149][4.23149:23335](),[4.23071][4.4773:4851](),[4.1381][4.23006:23071](),[4.4772][4.23006:23071](),[4.6073][4.23006:23071](),[4.7358][4.23006:23071](),[4.9156][4.23006:23071](),[4.23006][4.23006:23071](),[4.22988][4.4754:4772](),[4.9137][4.22915:22988](),[4.22915][4.22915:22988](),[4.22899][4.9123:9137](),[4.4753][4.22862:22899](),[4.6054][4.22862:22899](),[4.7339][4.22862:22899](),[4.9122][4.22862:22899](),[4.22862][4.22862:22899](),[4.22784][4.4675:4753](),[4.4674][4.22719:22784](),[4.5975][4.22719:22784](),[4.7260][4.22719:22784](),[4.9043][4.22719:22784](),[4.22719][4.22719:22784](),[4.22701][4.4656:4674](),[4.7241][4.22639:22701](),[4.9024][4.22639:22701](),[4.22639][4.22639:22701](),[4.7232][4.9010:9024](),[4.9009][4.7205:7232](),[4.7205][4.7205:7232](),[4.4655][4.7126:7205](),[4.5956][4.7126:7205](),[4.8989][4.7126:7205](),[4.7126][4.7126:7205](),[4.7048][4.4577:4655](),[4.4576][4.6983:7048](),[4.5877][4.6983:7048](),[4.8910][4.6983:7048](),[4.6983][4.6983:7048](),[4.8892][4.4558:4576](),[4.6940][4.8871:8892](),[4.22639][4.6913:6940](),[4.8870][4.22544:22639](),[4.22544][4.22544:22639](),[4.22544][4.8841:8870](),[4.4557][4.22527:22544](),[4.5858][4.22527:22544](),[4.6912][4.22527:22544](),[4.8840][4.22527:22544](),[4.22527][4.22527:22544](),[4.22449][4.4479:4557](),[4.4478][4.22384:22449](),[4.5779][4.22384:22449](),[4.6833][4.22384:22449](),[4.8761][4.22384:22449](),[4.22384][4.22384:22449](),[4.22366][4.4460:4478](),[4.22344][4.22344:22366](),[4.6814][4.17989:18004](),[4.11110][4.17989:18004](),[4.91795939][4.17989:18004](),[4.22329][4.17989:18004](),[4.22018][4.91795710:91795939](),[3.7120][4.21691:22018](),[4.8742][4.21691:22018](),[4.21691][4.21691:22018](),[4.21679][3.7108:7120](),[4.1362][4.21658:21679](),[4.5218][4.21658:21679](),[4.6702][4.21658:21679](),[4.17863][4.21658:21679](),[4.24069][4.21658:21679](),[4.21658][4.21658:21679](),[4.21649][4.6693:6702](),[4.3556][4.21512:21649](),[4.5760][4.21512:21649](),[4.6179][4.21512:21649](),[4.6692][4.21512:21649](),[3.7107][4.21512:21649](),[4.21512][4.21512:21649](),[4.21434][3.7029:7107](),[4.3477][4.21369:21434](),[4.5681][4.21369:21434](),[4.6100][4.21369:21434](),[4.6613][4.21369:21434](),[3.7028][4.21369:21434](),[4.21369][4.21369:21434](),[4.21349][3.7008:7028](),[4.8722][4.21321:21349](),[4.21321][4.21321:21349](),[4.21243][4.8644:8722](),[4.8643][4.21178:21243](),[4.21178][4.21178:21243](),[4.21160][4.8625:8643](),[4.4459][4.20878:21160](),[4.20878][4.20878:21160](),[4.20800][4.4381:4459](),[4.4380][4.20735:20800](),[4.20735][4.20735:20800](),[4.20717][4.4362:4380](),[4.1346][4.20683:20717](),[4.5202][4.20683:20717](),[4.6592][4.20683:20717](),[4.17847][4.20683:20717](),[4.24059][4.20683:20717](),[4.20683][4.20683:20717](),[4.20674][4.6583:6592](),[4.6582][4.20639:20674](),[4.8624][4.20639:20674](),[4.20639][4.20639:20674](),[4.20561][4.8546:8624](),[4.6503][4.20496:20561](),[4.8545][4.20496:20561](),[4.20496][4.20496:20561](),[4.20478][4.8526:8545](),[4.5660][4.20451:20478](),[4.6484][4.20451:20478](),[4.20451][4.20451:20478](),[4.4361][4.5658:5660](),[4.8525][4.5658:5660](),[4.5658][4.5658:5660](),[4.5647][4.4338:4361](),[4.4337][4.5630:5647](),[4.8501][4.5630:5647](),[4.5630][4.5630:5647](),[4.5552][4.4259:4337](),[4.4258][4.5487:5552](),[4.8422][4.5487:5552](),[4.5487][4.5487:5552](),[4.8404][4.4240:4258](),[4.6079][4.8390:8404](),[4.3456][4.6066:6079](),[3.7007][4.6066:6079](),[4.8389][4.6066:6079](),[4.6066][4.6066:6079](),[4.5960][3.6929:7007](),[4.3377][4.5895:5960](),[3.6928][4.5895:5960](),[4.8310][4.5895:5960](),[4.5895][4.5895:5960](),[4.9080][3.6910:6928](),[4.6366][4.9047:9080](),[3.6909][4.9047:9080](),[4.29525][4.9047:9080](),[4.29447][4.6288:6366](),[4.6287][4.29382:29447](),[4.29382][4.29382:29447](),[4.29364][4.6269:6287](),[4.20229][4.29350:29364](),[4.29350][4.29350:29364](),[4.5581][4.20214:20229](),[4.20214][4.20214:20229](),[3.6720][4.5542:5581](),[4.8291][4.5542:5581](),[4.6268][4.5542:5581](),[4.5329][3.6703:6720](),[4.4239][4.5312:5329](),[4.8274][4.5312:5329](),[4.6235][4.5312:5329](),[4.6157][4.4161:4239](),[4.4160][4.6092:6157](),[4.8195][4.6092:6157](),[4.6092][4.6092:6157](),[4.6073][4.4141:4160](),[3.6702][4.6039:6073](),[4.8175][4.6039:6073](),[4.6039][4.6039:6073](),[4.19907][3.6686:6702](),[4.9046][4.19890:19907](),[4.19889][4.8884:9046](),[4.8884][4.8884:9046](),[4.19665][4.8865:8884](),[4.8865][4.8865:8884](),[4.91795709][4.19650:19665](),[4.19650][4.19650:19665](),[4.3358][4.91795667:91795709](),[3.6668][4.91795667:91795709](),[4.91795667][4.91795667:91795709](),[4.91795654][3.6649:6668](),[4.3583][4.91795637:91795654](),[3.6648][4.91795637:91795654](),[4.8141][4.91795637:91795654](),[4.91795637][4.91795637:91795654](),[4.91795559][3.6570:6648](),[4.3504][4.91795494:91795559](),[3.6569][4.91795494:91795559](),[4.8062][4.91795494:91795559](),[4.91795494][4.91795494:91795559](),[4.91795475][3.6550:6569](),[4.3484][4.91795345:91795475](),[3.6549][4.91795345:91795475](),[4.8042][4.91795345:91795475](),[4.91795345][4.91795345:91795475](),[4.91795267][3.6471:6549](),[4.3405][4.91795202:91795267](),[3.6470][4.91795202:91795267](),[4.7963][4.91795202:91795267](),[4.91795202][4.91795202:91795267](),[4.91795183][3.6451:6470](),[4.19439][4.91795150:91795183](),[4.3338][4.19393:19439](),[4.4140][4.19393:19439](),[3.6450][4.19393:19439](),[4.19393][4.19393:19439](),[4.19380][3.6431:6450](),[4.3318][4.19285:19380](),[4.3385][4.19285:19380](),[4.4120][4.19285:19380](),[4.5440][4.19285:19380](),[4.5856][4.19285:19380](),[4.6005][4.19285:19380](),[3.6430][4.19285:19380](),[4.7943][4.19285:19380](),[4.19285][4.19285:19380](),[4.19207][3.6352:6430](),[4.3239][4.19142:19207](),[4.3306][4.19142:19207](),[4.4041][4.19142:19207](),[4.5361][4.19142:19207](),[4.5777][4.19142:19207](),[4.5926][4.19142:19207](),[3.6351][4.19142:19207](),[4.7864][4.19142:19207](),[4.19142][4.19142:19207](),[4.19123][3.6332:6351](),[4.19111][4.19111:19123](),[4.3175][4.5744:5757](),[4.4021][4.5744:5757](),[4.5808][4.5744:5757](),[4.7844][4.5744:5757](),[4.5744][4.5744:5757](),[4.5666][4.3943:4021](),[4.3096][4.5601:5666](),[4.3942][4.5601:5666](),[4.5729][4.5601:5666](),[4.7765][4.5601:5666](),[4.5601][4.5601:5666](),[4.5582][4.3923:3942](),[4.18923][4.5567:5582](),[4.3219][4.18885:18923](),[4.18885][4.18885:18923](),[4.18872][4.3200:3219](),[4.8852][4.18833:18872](),[4.5186][4.8675:8852](),[4.15736][4.8675:8852](),[4.8675][4.8675:8852](),[4.5341][4.17589:17604](),[4.18832][4.17589:17604](),[4.29327][4.5332:5341](),[4.3270][4.29318:29327](),[4.18792][4.29318:29327](),[4.29318][4.29318:29327](),[4.29307][4.3259:3270](),[4.3258][4.29290:29307](),[4.5331][4.29290:29307](),[3.6331][4.29290:29307](),[4.7745][4.29290:29307](),[4.17588][4.29290:29307](),[4.29290][4.29290:29307](),[4.29212][3.6253:6331](),[4.3179][4.29147:29212](),[4.5252][4.29147:29212](),[3.6252][4.29147:29212](),[4.7666][4.29147:29212](),[4.17509][4.29147:29212](),[4.29147][4.29147:29212](),[4.29129][3.6233:6252](),[4.38010][4.29095:29129](),[4.10522][4.29095:29129](),[4.4943][4.10481:10522](),[4.10481][4.10481:10522](),[4.10481][4.4930:4943](),[4.18774][4.10416:10481](),[4.29094][4.10416:10481](),[4.10416][4.10416:10481]()
    ]
    [[package]]
    name = "nu-ansi-term"
    version = "0.46.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
    dependencies = [
    "overload",
    "winapi",
    dependencies = [
    checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.57"
    dependencies = [
    "thiserror-impl",
    ]
    [[package]]
    name = "thiserror-impl"
    checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.57"
    ]
    [[package]]
    name = "thiserror"
    dependencies = [
    "smawk",
    "unicode-linebreak",
    "unicode-width",
    checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.16.1"
    ]
    [[package]]
    name = "textwrap"
    "test-case-core",
    "syn 2.0.53",
    "proc-macro2",
    "quote",
    [[package]]
    name = "num-conv"
    version = "0.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
    ]
    "num-traits",
    dependencies = [
    checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.5"
    ]
    [[package]]
    name = "num-complex"
    name = "ndarray"
    version = "0.15.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
    dependencies = [
    "matrixmultiply",
    "num-complex",
    "num-integer",
    "num-traits",
    "rawpointer",
    [[package]]
    "backtrace",
    "clap",
    "serde",
    ]
    [[package]]
    name = "hashbrown"
    "ahash 0.7.8",
    version = "0.11.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
    dependencies = [
    [[package]]
    name = "heck"
    version = "0.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
    "serde",
    "icu_properties",
    "icu_segmenter",
    "memchr",
    "proc-macro2",
    "core_maths",
    "zerotrie",
    dependencies = [
    "unicode-bidi",
    "unicode-normalization",
    ]
    [[package]]
    checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.5.0"
    "zerovec",
    ]
    [[package]]
    name = "ident_case"
    version = "1.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
    [[package]]
    name = "idna"
    "zerotrie",
    dependencies = [
    "databake",
    "displaydoc",
    "icu_calendar",
    "icu_locid",
    "icu_provider",
    "serde",
    "tinystr",
    checksum = "b35aabe571a7c653c0f543ff1512b8a1b2ad481cfa24b3d25115298d2ff3b50f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    ]
    [[package]]
    name = "icu_timezone"
    "zerovec",
    dependencies = [
    "icu_calendar",
    "icu_collator",
    "icu_collections",
    "icu_datetime",
    "icu_decimal",
    "icu_list",
    "icu_locid",
    "icu_locid_transform",
    "icu_normalizer",
    "icu_plurals",
    "icu_properties",
    "icu_provider",
    "icu_provider_adapters",
    "icu_segmenter",
    "icu_timezone",
    checksum = "dc4520710205b662c6fd83d1f2b29efc0fc44e338e3fc586790e7b3ac965ccbc"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    "zerovec",
    ]
    [[package]]
    name = "icu_testdata"
    "serde",
    "utf8_iter",
    "databake",
    "displaydoc",
    "icu_collections",
    "icu_locid",
    "icu_provider",
    dependencies = [
    checksum = "b2dc1e8f4ba33a6a4956770ac5c08570f255d6605519fb3a859a0c0a270a2f8f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    ]
    [[package]]
    name = "icu_segmenter"
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "d2abdd3a62551e8337af119c5899e600ca0c88ec8f23a46c60ba216c803dcf1a"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    ]
    [[package]]
    name = "icu_provider_macros"
    dependencies = [
    "bincode",
    "crlify",
    "displaydoc",
    "icu_provider",
    "log",
    "postcard",
    "serde",
    "serde-json-core",
    "serde_json",
    checksum = "4eb301679cd5b4aa301efbaa387942bfed04e0d8bef1d587bf4c932a87799a59"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    "zerovec",
    ]
    [[package]]
    name = "icu_provider_fs"
    "zerotrie",
    dependencies = [
    "icu_provider",
    "log",
    "postcard",
    "serde",
    "writeable",
    checksum = "4a7202cddda672db167c6352719959e9b01cb1ca576d32fa79103f61b5a73601"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    name = "icu_provider_blob"
    ]
    [[package]]
    "hashbrown 0.14.3",
    dependencies = [
    "equivalent",
    checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.2.3"
    name = "indexmap"
    dependencies = [
    "autocfg",
    "hashbrown 0.12.3",
    "serde",
    ]
    [[package]]
    checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.9.3"
    name = "indexmap"
    "phf",
    dependencies = [
    checksum = "fe50d48c77760c55188549098b9a7f6e37ae980c586a24693d6b01c3b2010c3c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.4.0"
    ]
    [[package]]
    name = "iso_iec_7064"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b50ce82efa43b36f28a91b8769a458f6f1c0a7e4c493011a1664834147ed6ff5"
    [[package]]
    name = "isolang"
    "serde",
    dependencies = [
    "iso_country",
    checksum = "33f07181be95c82347a07cf4caf43d2acd8a7e8d08ef1db75e10ed5a9aec3c1b"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.4"
    ]
    [[package]]
    name = "iso_currency"
    "serde",
    "uuid",
    ]
    [[package]]
    name = "iso_country"
    version = "0.1.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "20633e788d3948ea7336861fdb09ec247f5dae4267e8f0743fa97de26c28624d"
    dependencies = [
    "lazy_static",
    "time 0.3.34",
    "rust_decimal",
    "snafu",
    "quick-xml",
    "beef",
    "extend",
    "iban_validate",
    "isin",
    "iso_currency",
    "isolang",
    "lei",
    "miette",
    "arrayvec",
    [[package]]
    name = "iso20022-parser"
    version = "0.0.0-dev.0"
    dependencies = [
    checksum = "5ee3c9866cfc2523f492593c5fbc84737e427081858b83a999d1acc2129ace50"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.18"
    [[package]]
    name = "isin"
    checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.2.0"
    name = "is_ci"
    ]
    [[package]]
    [[package]]
    checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.9.0"
    name = "ipnet"
    [[package]]
    checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.15"
    name = "inventory"
    ]
    [[package]]
    dependencies = [
    "either",
    ]
    [[package]]
    checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.12.1"
    name = "itertools"
    dependencies = [
    "wasm-bindgen",
    checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.68"
    name = "js-sys"
    [[package]]
    [[package]]
    name = "jetscii"
    version = "0.5.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "47f142fe24a9c9944451e8349de0a56af5f3e7226dc46f3ed4d4ecc0b85af75e"
    checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.10"
    name = "itoa"
    [[package]]
    ]
    "iso_iec_7064",
    ]
    dependencies = [
    checksum = "10b94e43b2482264bc501017651677bf7d244da33d30c77599e93003dfe26547"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.5"
    [[package]]
    name = "lei"
    [[package]]
    name = "leb128"
    version = "0.2.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
    [[package]]
    checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.8"
    name = "libm"
    "winapi",
    ]
    [[package]]
    "cfg-if",
    dependencies = [
    checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.7.4"
    name = "libloading"
    "loupe-derive",
    "rustversion",
    "indexmap 1.9.3",
    [[package]]
    name = "loupe"
    version = "0.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9b6a72dfa44fe15b5e76b94307eeb2ff995a8c5b283b55008940c02e0c5b634d"
    dependencies = [
    checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.20"
    ]
    [[package]]
    name = "log"
    [[package]]
    name = "maplit"
    version = "1.0.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
    name = "matchers"
    version = "0.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
    dependencies = [
    "regex-automata 0.1.10",
    ]
    [[package]]
    ]
    [[package]]
    "rawpointer",
    "autocfg",
    dependencies = [
    checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.8"
    name = "matrixmultiply"
    [[package]]
    ]
    ]
    [[package]]
    name = "mach"
    version = "0.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
    dependencies = [
    "libc",
    "syn 1.0.109",
    name = "loupe-derive"
    version = "0.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c0fbfc88337168279f2e9ae06e157cfed4efd3316e14dc96ed074d4f2e6c5952"
    dependencies = [
    "quote",
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "7.2.0"
    "thiserror",
    "unicode-width",
    ]
    [[package]]
    name = "miette-derive"
    "supports-color",
    "supports-hyperlinks",
    "supports-unicode",
    "terminal_size",
    "textwrap",
    "owo-colors 4.0.0",
    "miette-derive",
    "cfg-if",
    "backtrace",
    "backtrace-ext",
    dependencies = [
    checksum = "4edc8853320c2a0dab800fbda86253c8938f6ea88510dc92c5f1ed20e794afc1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "7.2.0"
    name = "miette"
    ]
    [[package]]
    "num-traits",
    ]
    [[package]]
    dependencies = [
    checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.46"
    [[package]]
    name = "num-integer"
    ]
    dependencies = [
    "lazy_static",
    "libc",
    "log",
    "openssl",
    "openssl-probe",
    "openssl-sys",
    "schannel",
    "security-framework",
    "security-framework-sys",
    "tempfile",
    checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.11"
    name = "more-asserts"
    version = "0.2.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
    [[package]]
    name = "native-tls"
    name = "momo"
    version = "0.2.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "67f9e707519a058a29a09bda9ce6ed266803c0a6ad9381a9eaae3fb5d83b696b"
    dependencies = [
    "watt",
    ]
    [[package]]
    ]
    [[package]]
    "windows-sys 0.48.0",
    "wasi",
    dependencies = [
    "libc",
    checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.8.10"
    name = "mio"
    ]
    [[package]]
    "adler",
    dependencies = [
    checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.7.2"
    name = "miniz_oxide"
    [[package]]
    checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.17"
    [[package]]
    name = "mime"
    ]
    [[package]]
    name = "memoffset"
    version = "0.6.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
    dependencies = [
    "autocfg",
    dependencies = [
    "libc",
    ]
    checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.5.10"
    [[package]]
    name = "memmap2"
    checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.7.1"
    name = "memchr"
    [[package]]
    ]
    dependencies = [
    "autocfg",
    "scopeguard",
    checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.11"
    name = "lock_api"
    dependencies = [
    "serde",
    ]
    [[package]]
    checksum = "f9d642685b028806386b2b6e75685faadd3eb65a85fff7df711ce18446a422da"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.7.2"
    name = "litemap"
    [[package]]
    checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.13"
    name = "linux-raw-sys"
    [[package]]
    name = "linked-hash-map"
    version = "0.5.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
    [[package]]
    checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.153"
    [[package]]
    name = "libc"
    ]
    [[package]]
    name = "lazy_static"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    "regex",
    checksum = "44bcd58e6c97a7fcbaffcdc95728b393b8d98933bfadad49ed4097845b57ef0b"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "3.1.0"
    dependencies = [
    "lazy-regex-proc_macros",
    "once_cell",
    "regex",
    ]
    [[package]]
    name = "lazy-regex-proc_macros"
    checksum = "5d12be4595afdf58bd19e4a9f4e24187da2a66700786ff660a418e9059937a4c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "3.1.0"
    name = "lazy-regex"
    ]
    [[package]]
    name = "itertools"
    version = "0.10.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
    dependencies = [
    "either",
    "similar",
    "yaml-rust",
    "linked-hash-map",
    "lazy_static",
    dependencies = [
    "console",
    checksum = "0a7c22c4d34ef4788c351e971c52bfdfe7ea2766f8c5466bc175dd46e52ac22e"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.36.1"
    name = "insta"
    "memchr",
    "indexmap 1.9.3",
    [[package]]
    name = "object"
    version = "0.28.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
    dependencies = [
    "crc32fast",
    "hashbrown 0.11.2",
    ]
    name = "overload"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
    [[package]]
    [[package]]
    "cc",
    "libc",
    "pkg-config",
    "vcpkg",
    ]
    dependencies = [
    checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.9.101"
    ]
    [[package]]
    name = "openssl-probe"
    version = "0.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
    [[package]]
    name = "openssl-sys"
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.1"
    name = "openssl-macros"
    "time-tz",
    "time 0.3.34",
    "inventory",
    "miette",
    "rust_decimal",
    "serde",
    "snafu",
    "tap",
    "hashbrown 0.14.3",
    "csv 0.0.0-dev.0",
    "derive_builder",
    "german-decimal",
    ]
    [[package]]
    name = "paypal"
    version = "0.1.0"
    dependencies = [
    "beancount-importers-framework",
    "beancount-types",
    name = "powerfmt"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
    [[package]]
    "version_check",
    ]
    [[package]]
    name = "proc-macro-error-attr"
    version = "1.0.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
    dependencies = [
    "proc-macro2",
    "quote",
    "version_check",
    "syn 1.0.109",
    [[package]]
    name = "proc-macro-error"
    version = "1.0.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
    dependencies = [
    "proc-macro-error-attr",
    "proc-macro2",
    "quote",
    ]
    "toml_edit 0.21.1",
    dependencies = [
    checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "3.1.0"
    [[package]]
    name = "proc-macro-crate"
    ]
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.16"
    [[package]]
    name = "prettyplease"
    version = "0.2.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
    name = "ppv-lite86"
    [[package]]
    "serde",
    ]
    "embedded-io",
    dependencies = [
    "cobs",
    checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.8"
    [[package]]
    name = "postcard"
    checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.30"
    [[package]]
    name = "pin-utils"
    version = "0.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
    [[package]]
    name = "pkg-config"
    checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.13"
    name = "pin-project-lite"
    dependencies = [
    "siphasher",
    ]
    [[package]]
    checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.11.2"
    "rand",
    ]
    [[package]]
    name = "phf_shared"
    "phf_shared",
    dependencies = [
    checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.11.2"
    name = "phf_generator"
    [[package]]
    ]
    "phf_shared",
    dependencies = [
    "phf_generator",
    checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.11.2"
    ]
    [[package]]
    name = "phf_codegen"
    "phf_shared",
    dependencies = [
    checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.11.2"
    [[package]]
    name = "phf"
    ]
    "indexmap 2.2.3",
    dependencies = [
    "fixedbitset",
    checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.6.4"
    [[package]]
    name = "petgraph"
    checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.3.1"
    name = "percent-encoding"
    ]
    [[package]]
    name = "parse-zoneinfo"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
    dependencies = [
    "regex",
    ]
    [[package]]
    "windows-targets 0.48.5",
    "smallvec",
    "redox_syscall",
    "libc",
    "cfg-if",
    dependencies = [
    checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.9.9"
    name = "parking_lot_core"
    name = "parking_lot"
    version = "0.12.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
    dependencies = [
    "lock_api",
    "parking_lot_core",
    ]
    [[package]]
    [[package]]
    [[package]]
    name = "owo-colors"
    version = "4.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f"
    name = "owo-colors"
    version = "3.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
    [[package]]
    "foreign-types",
    "libc",
    "once_cell",
    "openssl-macros",
    "openssl-sys",
    ]
    "cfg-if",
    "bitflags 2.4.2",
    dependencies = [
    checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.10.63"
    name = "openssl"
    [[package]]
    checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.19.0"
    name = "once_cell"
    dependencies = [
    "memchr",
    ]
    [[package]]
    checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.32.2"
    name = "object"
    ]
    [[package]]
    dependencies = [
    "libc",
    checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.7"
    name = "num_threads"
    "libc",
    ]
    [[package]]
    "hermit-abi",
    dependencies = [
    checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.16.0"
    name = "num_cpus"
    ]
    [[package]]
    "libm",
    [[package]]
    checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.5.20+deprecated"
    name = "proc-macro-hack"
    ]
    [[package]]
    "syn 1.0.109",
    name = "ptr_meta"
    version = "0.1.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
    dependencies = [
    "ptr_meta_derive",
    ]
    [[package]]
    name = "ptr_meta_derive"
    version = "0.1.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
    dependencies = [
    "proc-macro2",
    "quote",
    "memchr",
    ]
    "encoding_rs",
    dependencies = [
    checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.31.0"
    name = "quick-xml"
    [[package]]
    [[package]]
    name = "quick-error"
    version = "1.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
    ]
    [[package]]
    "unarray",
    "rusty-fork",
    "tempfile",
    "regex-syntax 0.8.2",
    "rand",
    "rand_chacha",
    "rand_xorshift",
    "lazy_static",
    "num-traits",
    "bitflags 2.4.2",
    "bit-vec",
    dependencies = [
    "bit-set",
    checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    name = "proptest"
    name = "rawpointer"
    version = "0.2.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
    [[package]]
    dependencies = [
    "regex-syntax 0.6.29",
    ]
    "regex-syntax 0.8.2",
    dependencies = [
    "aho-corasick",
    "memchr",
    checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.6"
    ]
    [[package]]
    name = "regex-automata"
    ]
    "regex-syntax 0.6.29",
    [[package]]
    name = "regex-automata"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
    dependencies = [
    "memchr",
    "winapi",
    "libc",
    "mach",
    "bitflags 1.3.2",
    name = "region"
    version = "3.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e"
    dependencies = [
    [[package]]
    checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.8.2"
    name = "regex-syntax"
    [[package]]
    checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.6.29"
    name = "regex-syntax"
    [[package]]
    name = "regex-automata"
    version = "0.1.10"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
    ]
    [[package]]
    "regex-syntax 0.8.2",
    "regex-automata 0.4.6",
    dependencies = [
    "aho-corasick",
    "memchr",
    checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.10.3"
    name = "regex"
    ]
    [[package]]
    "bitflags 1.3.2",
    dependencies = [
    checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.1"
    ]
    [[package]]
    name = "redox_syscall"
    "crossbeam-deque",
    "crossbeam-utils",
    dependencies = [
    checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.12.1"
    "either",
    "rayon-core",
    ]
    [[package]]
    name = "rayon-core"
    dependencies = [
    checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.9.0"
    name = "rayon"
    ]
    [[package]]
    dependencies = [
    "getrandom",
    ]
    [[package]]
    name = "rand_xorshift"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
    dependencies = [
    "rand_core",
    checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.6.4"
    name = "rand"
    version = "0.8.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
    dependencies = [
    "libc",
    "rand_chacha",
    "rand_core",
    ]
    [[package]]
    name = "rand_chacha"
    version = "0.3.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
    dependencies = [
    "ppv-lite86",
    "rand_core",
    ]
    [[package]]
    name = "rand_core"
    name = "radium"
    version = "0.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
    [[package]]
    ]
    [[package]]
    "bytes",
    "borsh",
    "rand",
    "rkyv",
    "serde_json",
    "tempfile",
    "wait-timeout",
    "quick-error",
    name = "rusty-fork"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
    dependencies = [
    "fnv",
    [[package]]
    checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.14"
    ]
    [[package]]
    name = "rustversion"
    "untrusted",
    "rustls-pki-types",
    "ring",
    dependencies = [
    checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.102.2"
    name = "rustls-webpki"
    name = "rustls-pki-types"
    version = "1.3.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8"
    [[package]]
    ]
    [[package]]
    "subtle",
    "zeroize",
    ]
    [[package]]
    name = "rustls-pemfile"
    version = "1.0.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
    dependencies = [
    "base64",
    "rustls-webpki",
    "rustls-pki-types",
    dependencies = [
    "log",
    "ring",
    checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.22.2"
    ]
    [[package]]
    name = "rustls"
    "windows-sys 0.52.0",
    "linux-raw-sys",
    "libc",
    "errno",
    "bitflags 2.4.2",
    dependencies = [
    checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.38.31"
    ]
    [[package]]
    name = "rustix"
    "semver",
    dependencies = [
    [[package]]
    name = "rustc_version"
    version = "0.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
    checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.23"
    name = "rustc-demangle"
    ]
    [[package]]
    checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.17"
    [[package]]
    name = "ryu"
    ]
    [[package]]
    "windows-sys 0.52.0",
    dependencies = [
    checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.23"
    name = "schannel"
    [[package]]
    name = "semver-parser"
    version = "0.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
    [[package]]
    dependencies = [
    "core-foundation-sys",
    "libc",
    ]
    [[package]]
    name = "semver"
    version = "0.9.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
    dependencies = [
    "semver-parser",
    ]
    checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.9.1"
    "core-foundation",
    "core-foundation-sys",
    "libc",
    "security-framework-sys",
    ]
    [[package]]
    name = "security-framework-sys"
    "bitflags 1.3.2",
    dependencies = [
    checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.9.2"
    name = "seahash"
    version = "4.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
    [[package]]
    name = "security-framework"
    [[package]]
    name = "sha1_smol"
    version = "1.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
    [[package]]
    ]
    [[package]]
    "ryu",
    "serde",
    ]
    [[package]]
    name = "sha1"
    version = "0.6.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
    dependencies = [
    "sha1_smol",
    "itoa",
    "ryu",
    "serde",
    ]
    [[package]]
    name = "serde_urlencoded"
    version = "0.7.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
    dependencies = [
    "form_urlencoded",
    "itoa",
    dependencies = [
    checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.114"
    ]
    [[package]]
    name = "serde_json"
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.197"
    dependencies = [
    "serde",
    ]
    [[package]]
    name = "serde_derive"
    checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.11.14"
    ]
    [[package]]
    name = "serde_bytes"
    ]
    [[package]]
    name = "serde-xml-rs"
    version = "0.5.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "65162e9059be2f6a3421ebbb4fef3e74b7d9e7c60c50a0e292c6239f19f1edfa"
    dependencies = [
    "log",
    "serde",
    "thiserror",
    "xml-rs",
    name = "serde-json-core"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8014aeea272bca0f0779778d43253f2f3375b414185b30e6ecc4d3e4a9994781"
    dependencies = [
    "ryu",
    "serde",
    ]
    [[package]]
    "windows-sys 0.48.0",
    "log",
    dependencies = [
    checksum = "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "4.3.3"
    name = "simple_logger"
    dependencies = [
    "autocfg",
    ]
    [[package]]
    checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.9"
    name = "slab"
    [[package]]
    checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.11"
    name = "siphasher"
    checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.2"
    [[package]]
    name = "smawk"
    [[package]]
    name = "strsim"
    version = "0.11.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
    [[package]]
    name = "subtle"
    version = "2.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
    "rustix",
    "windows-sys 0.48.0",
    dependencies = [
    checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.0"
    ]
    [[package]]
    name = "terminal_size"
    "windows-sys 0.52.0",
    "rustix",
    version = "0.3.34"
    ]
    [[package]]
    name = "time"
    version = "0.2.27"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
    dependencies = [
    "const_fn",
    "libc",
    "standback",
    "stdweb",
    "time-macros 0.1.1",
    "version_check",
    "winapi",
    ]
    [[package]]
    name = "time"
    "deranged",
    "js-sys",
    "powerfmt",
    name = "time-macros"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
    dependencies = [
    "proc-macro-hack",
    "time-macros-impl",
    [[package]]
    checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.2"
    name = "time-core"
    ]
    [[package]]
    "time-macros 0.2.17",
    "serde",
    "time-core",
    "num-conv",
    "js-sys",
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.2.0"
    ]
    [[package]]
    name = "tokio-macros"
    name = "tower-service"
    version = "0.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
    [[package]]
    ]
    [[package]]
    "winnow 0.6.5",
    "toml_datetime",
    "indexmap 2.2.3",
    dependencies = [
    checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.22.8"
    ]
    [[package]]
    name = "toml_edit"
    "winnow 0.5.40",
    "toml_datetime",
    "indexmap 2.2.3",
    dependencies = [
    checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.21.1"
    [[package]]
    name = "toml_edit"
    checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.6.5"
    name = "toml_datetime"
    dependencies = [
    "serde",
    ]
    [[package]]
    checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.5.11"
    dependencies = [
    "bytes",
    "futures-core",
    "futures-sink",
    "pin-project-lite",
    "tokio",
    "tracing",
    ]
    [[package]]
    name = "toml"
    checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.7.10"
    dependencies = [
    "native-tls",
    "tokio",
    ]
    [[package]]
    name = "tokio-util"
    checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.1"
    ]
    [[package]]
    name = "tokio-native-tls"
    "windows-sys 0.48.0",
    "tokio-macros",
    "socket2",
    "signal-hook-registry",
    "pin-project-lite",
    "parking_lot",
    "mio",
    "num_cpus",
    "bytes",
    "libc",
    dependencies = [
    checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.36.0"
    [[package]]
    name = "tokio"
    checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.1"
    dependencies = [
    "databake",
    "displaydoc",
    "serde",
    "zerovec",
    ]
    [[package]]
    name = "tinyvec"
    version = "1.6.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
    dependencies = [
    "tinyvec_macros",
    ]
    [[package]]
    name = "tinyvec_macros"
    checksum = "83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.7.5"
    name = "tinystr"
    "windows-sys 0.32.0",
    ]
    [[package]]
    "wasm-bindgen",
    "time 0.3.34",
    "phf_codegen",
    "serde",
    "serde-xml-rs",
    "thiserror",
    "phf",
    "parse-zoneinfo",
    "cfg-if",
    dependencies = [
    checksum = "733bc522e97980eb421cbf381160ff225bd14262a48a739110f6653c6258d625"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.0.0"
    name = "time-tz"
    ]
    [[package]]
    "syn 1.0.109",
    name = "time-macros-impl"
    version = "0.1.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
    dependencies = [
    "proc-macro-hack",
    "proc-macro2",
    "quote",
    "standback",
    "log",
    "tracing-attributes",
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.27"
    ]
    [[package]]
    name = "tracing-attributes"
    "matchers",
    "nu-ansi-term",
    "once_cell",
    "regex",
    "smallvec",
    "tracing",
    "tracing-log",
    checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    name = "unarray"
    version = "0.1.4"
    [[package]]
    checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
    dependencies = [
    "cfg-if",
    "static_assertions",
    ]
    source = "registry+https://github.com/rust-lang/crates.io-index"
    name = "twox-hash"
    version = "1.6.3"
    [[package]]
    checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.5"
    [[package]]
    name = "try-lock"
    [[package]]
    checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.5"
    name = "unicode-linebreak"
    "rust_decimal",
    ]
    [[package]]
    "rustls-webpki",
    "url",
    "webpki-roots",
    "rustls-pki-types",
    dependencies = [
    "base64",
    "flate2",
    "log",
    "once_cell",
    "rustls",
    checksum = "11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.9.6"
    ]
    [[package]]
    name = "untrusted"
    version = "0.9.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
    [[package]]
    name = "ureq"
    "time 0.3.34",
    "serde",
    "snafu",
    "csv 0.0.0-dev.0",
    "derive_builder",
    "german-decimal",
    "miette",
    name = "uniondepot"
    version = "0.0.0-dev.0"
    dependencies = [
    "beancount-importers-framework",
    "beancount-types",
    dependencies = [
    "getrandom",
    ]
    [[package]]
    checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.8.0"
    name = "uuid"
    [[package]]
    [[package]]
    name = "utf8parse"
    version = "0.2.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
    checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.4"
    [[package]]
    name = "utf8_iter"
    checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.5"
    dependencies = [
    "form_urlencoded",
    "idna",
    "percent-encoding",
    ]
    [[package]]
    name = "utf16_iter"
    checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.5.0"
    name = "url"
    [[package]]
    checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.11"
    name = "unicode-width"
    [[package]]
    checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.11.0"
    [[package]]
    name = "unicode-segmentation"
    dependencies = [
    "tinyvec",
    ]
    checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.23"
    name = "unicode-normalization"
    [[package]]
    name = "vcpkg"
    version = "0.2.15"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
    "rust_decimal",
    "try-lock",
    dependencies = [
    checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.1"
    ]
    [[package]]
    name = "want"
    "loupe",
    "more-asserts",
    "rkyv",
    "serde",
    "thiserror",
    ]
    [[package]]
    name = "wasmer-vfs"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9302eae3edc53cb540c2d681e7f16d8274918c1ce207591f04fed351649e97c0"
    dependencies = [
    "slab",
    "thiserror",
    "tracing",
    ]
    "indexmap 1.9.3",
    "enumset",
    "leb128",
    "loupe",
    "region",
    "rkyv",
    "wasmer-compiler",
    "wasmer-engine",
    "wasmer-engine-universal-artifact",
    "wasmer-types",
    "wasmer-vm",
    "winapi",
    ]
    [[package]]
    name = "wasmer-engine-universal-artifact"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "68f1db3f54152657eb6e86c44b66525ff7801dad8328fe677da48dd06af9ad41"
    dependencies = [
    "enum-iterator",
    "enumset",
    "loupe",
    "rkyv",
    "thiserror",
    "wasmer-artifact",
    "wasmer-compiler",
    "wasmer-types",
    ]
    [[package]]
    name = "wasmer-object"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8d831335ff3a44ecf451303f6f891175c642488036b92ceceb24ac8623a8fa8b"
    dependencies = [
    "object 0.28.4",
    "thiserror",
    "wasmer-compiler",
    "wasmer-types",
    ]
    [[package]]
    name = "wasmer-types"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "39df01ea05dc0a9bab67e054c7cb01521e53b35a7bb90bd02eca564ed0b2667f"
    dependencies = [
    "backtrace",
    "enum-iterator",
    "cfg-if",
    "enum-iterator",
    "enumset",
    "leb128",
    "libloading",
    "loupe",
    "object 0.28.4",
    "rkyv",
    "serde",
    "tempfile",
    "tracing",
    "wasmer-artifact",
    "wasmer-compiler",
    "wasmer-engine",
    "wasmer-object",
    "wasmer-types",
    "wasmer-vm",
    "which",
    ]
    [[package]]
    name = "wasmer-engine-universal"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "440dc3d93c9ca47865a4f4edd037ea81bf983b5796b59b3d712d844b32dbef15"
    dependencies = [
    "cfg-if",
    ]
    [[package]]
    name = "wasmer-engine"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3f98f010978c244db431b392aeab0661df7ea0822343334f8f2a920763548e45"
    dependencies = [
    "backtrace",
    "enumset",
    "lazy_static",
    "loupe",
    "memmap2",
    "more-asserts",
    "rustc-demangle",
    "serde",
    "serde_bytes",
    "target-lexicon",
    "thiserror",
    "wasmer-artifact",
    "wasmer-compiler",
    "wasmer-types",
    "wasmer-vm",
    ]
    [[package]]
    name = "wasmer-engine-dylib"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ad0358af9c154724587731175553805648d9acb8f6657880d165e378672b7e53"
    dependencies = [
    "syn 1.0.109",
    "lazy_static",
    "loupe",
    "more-asserts",
    "rayon",
    "smallvec",
    "wasmer-compiler",
    "wasmer-types",
    ]
    [[package]]
    name = "wasmer-derive"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "00e50405cc2a2f74ff574584710a5f2c1d5c93744acce2ca0866084739284b51"
    dependencies = [
    "proc-macro-error",
    "proc-macro2",
    "quote",
    "gimli 0.26.2",
    "js-sys",
    "loupe",
    "more-asserts",
    "target-lexicon",
    "thiserror",
    "wasm-bindgen",
    "wasmer-artifact",
    "wasmer-compiler",
    "wasmer-compiler-singlepass",
    "wasmer-derive",
    "wasmer-engine",
    "wasmer-engine-dylib",
    "wasmer-engine-universal",
    "wasmer-types",
    "wasmer-vm",
    "winapi",
    ]
    [[package]]
    name = "wasmer-artifact"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7aaf9428c29c1d8ad2ac0e45889ba8a568a835e33fd058964e5e500f2f7ce325"
    dependencies = [
    "enumset",
    "loupe",
    "thiserror",
    "wasmer-compiler",
    "wasmer-types",
    ]
    [[package]]
    name = "wasmer-compiler"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e67a6cd866aed456656db2cfea96c18baabbd33f676578482b85c51e1ee19d2c"
    dependencies = [
    "enumset",
    "loupe",
    "rkyv",
    "serde",
    "serde_bytes",
    "smallvec",
    "target-lexicon",
    "thiserror",
    "wasmer-types",
    "wasmparser",
    ]
    [[package]]
    name = "wasmer-compiler-singlepass"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "29ca2a35204d8befa85062bc7aac259a8db8070b801b8a783770ba58231d729e"
    dependencies = [
    "byteorder",
    "dynasm",
    "dynasmrt",
    "indexmap 1.9.3",
    "cfg-if",
    [[package]]
    name = "wasmer"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ea8d8361c9d006ea3d7797de7bd6b1492ffd0f91a22430cfda6c1658ad57bedf"
    dependencies = [
    checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.91"
    "wasm-bindgen-backend",
    "wasm-bindgen-shared",
    ]
    [[package]]
    name = "wasm-bindgen-shared"
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.91"
    dependencies = [
    "quote",
    "wasm-bindgen-macro-support",
    ]
    [[package]]
    name = "wasm-bindgen-macro-support"
    checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.91"
    "js-sys",
    "wasm-bindgen",
    "web-sys",
    ]
    [[package]]
    name = "wasm-bindgen-macro"
    "cfg-if",
    dependencies = [
    checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.41"
    "wasm-bindgen-shared",
    ]
    [[package]]
    name = "wasm-bindgen-futures"
    "syn 2.0.53",
    dependencies = [
    "bumpalo",
    "log",
    "once_cell",
    "proc-macro2",
    "quote",
    checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.91"
    "wasm-bindgen-macro",
    ]
    [[package]]
    name = "wasm-bindgen-backend"
    "cfg-if",
    dependencies = [
    checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.91"
    [[package]]
    name = "wasm-bindgen"
    ]
    [[package]]
    "rustix",
    "once_cell",
    "home",
    dependencies = [
    "either",
    checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "4.4.2"
    [[package]]
    name = "which"
    checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
    dependencies = [
    "rustls-pki-types",
    ]
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.26.1"
    [[package]]
    name = "webpki-roots"
    dependencies = [
    "js-sys",
    "wasm-bindgen",
    ]
    checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.68"
    [[package]]
    name = "web-sys"
    checksum = "1afe0b1b220864da4245b78396b3c0cea9edf00d9e96aebe53fe613cf5158dcc"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.6"
    [[package]]
    name = "watt"
    "generational-arena",
    "getrandom",
    "libc",
    "thiserror",
    "tracing",
    "wasm-bindgen",
    "wasmer",
    "wasmer-vfs",
    "wasmer-wasi-types",
    "winapi",
    ]
    [[package]]
    name = "wasmer-wasi-types"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "22dc83aadbdf97388de3211cb6f105374f245a3cf2a5c65a16776e7a087a8468"
    dependencies = [
    "byteorder",
    "time 0.2.27",
    "wasmer-types",
    ]
    [[package]]
    name = "wasmparser"
    version = "0.83.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"
    "cfg-if",
    "more-asserts",
    "region",
    "rkyv",
    "scopeguard",
    "serde",
    "thiserror",
    "wasmer-artifact",
    "wasmer-types",
    "winapi",
    ]
    [[package]]
    name = "wasmer-wasi"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fadbe31e3c1b6f3e398ad172b169152ae1a743ae6efd5f9ffb34019983319d99"
    dependencies = [
    "memoffset",
    "lazy_static",
    "libc",
    "loupe",
    "mach",
    "indexmap 1.9.3",
    "corosensei",
    "enum-iterator",
    "cfg-if",
    name = "wasmer-vm"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "30d965fa61f4dc4cdb35a54daaf7ecec3563fbb94154a6c35433f879466247dd"
    dependencies = [
    "backtrace",
    "cc",
    [[package]]
    name = "windows-sys"
    version = "0.33.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "43dbb096663629518eb1dfa72d80243ca5a6aca764cae62a2df70af760a9be75"
    dependencies = [
    "windows_aarch64_msvc 0.33.0",
    "windows_i686_gnu 0.33.0",
    "windows_i686_msvc 0.33.0",
    "windows_x86_64_gnu 0.33.0",
    "windows_x86_64_msvc 0.33.0",
    ]
    [[package]]
    name = "windows-sys"
    version = "0.32.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"
    dependencies = [
    "windows_aarch64_msvc 0.32.0",
    "windows_i686_gnu 0.32.0",
    "windows_i686_msvc 0.32.0",
    "windows_x86_64_gnu 0.32.0",
    "windows_x86_64_msvc 0.32.0",
    ]
    version = "0.48.5"
    [[package]]
    name = "windows_aarch64_gnullvm"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
    [[package]]
    name = "windows_aarch64_msvc"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
    [[package]]
    name = "windows_i686_gnu"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
    [[package]]
    name = "windows_i686_msvc"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
    name = "windows_x86_64_gnu"
    version = "0.33.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b4dd9b0c0e9ece7bb22e84d70d01b71c6d6248b81a3c60d11869451b4cb24784"
    [[package]]
    name = "windows_x86_64_gnu"
    version = "0.32.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
    [[package]]
    checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.48.5"
    name = "windows_i686_msvc"
    [[package]]
    [[package]]
    name = "windows_x86_64_gnullvm"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
    [[package]]
    name = "windows_x86_64_msvc"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
    dependencies = [
    "memchr",
    ]
    [[package]]
    checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.5.40"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
    dependencies = [
    "memchr",
    ]
    [[package]]
    name = "winnow"
    version = "0.6.5"
    name = "winnow"
    ]
    [[package]]
    name = "write16"
    version = "1.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
    [[package]]
    "cfg-if",
    "windows-sys 0.48.0",
    dependencies = [
    checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.50.0"
    name = "winreg"
    [[package]]
    checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.48.5"
    name = "windows_x86_64_msvc"
    [[package]]
    checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.8.10"
    [[package]]
    name = "xxhash-rust"
    checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.13.6"
    [[package]]
    name = "xmlparser"
    checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.8.19"
    name = "xml-rs"
    [[package]]
    ]
    name = "wyz"
    version = "0.5.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
    dependencies = [
    "tap",
    [[package]]
    checksum = "dad7bb64b8ef9c0aa27b6da38b452b0ee9fd82beaf276a87dd796fb55cbae14e"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.5.4"
    name = "writeable"
    dependencies = [
    "serde",
    "stable_deref_trait",
    "yoke-derive",
    "zerofrom",
    checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.7.3"
    ]
    [[package]]
    name = "yoke"
    "csv 1.3.0",
    ]
    [[package]]
    "syn 2.0.53",
    "quote",
    "darling_core",
    dependencies = [
    checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.20.8"
    ]
    [[package]]
    name = "darling_macro"
    "strsim 0.10.0",
    "syn 2.0.53",
    dependencies = [
    "fnv",
    "ident_case",
    "proc-macro2",
    "quote",
    checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.20.8"
    name = "darling_core"
    "synstructure",
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "377af281d8f23663862a7c84623bc5dcf7f8c44b13c7496a590bdc157f941a43"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.7"
    ]
    [[package]]
    name = "databake-derive"
    dependencies = [
    "databake-derive",
    "proc-macro2",
    "quote",
    checksum = "82175d72e69414ceafbe2b49686794d3a8bed846e0d50267355f83ea8fdd953a"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.7"
    ]
    [[package]]
    name = "databake"
    dependencies = [
    "serde",
    ]
    [[package]]
    checksum = "a636096586ca093a10ac0175bfb384d024089dca0dae54e3e69bc1c1596358e8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.5"
    name = "deduplicating_array"
    "serde",
    ]
    [[package]]
    dependencies = [
    "powerfmt",
    checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.11"
    name = "deranged"
    "time-tz",
    "tokio",
    "tracing",
    "tracing-error",
    "tracing-subscriber",
    ]
    [[package]]
    "time 0.3.34",
    "miette",
    "reqwest",
    "rust_decimal",
    "serde",
    "serde_json",
    "snafu",
    "itertools 0.12.1",
    name = "ecus"
    version = "0.0.0-dev.0"
    dependencies = [
    "beancount-importers-framework",
    "beancount-pretty-printer",
    "beancount-tree-writer",
    "beancount-types",
    "camino",
    "color-eyre",
    "derive_builder",
    "futures",
    ]
    [[package]]
    "time 0.3.34",
    "miette",
    "rust_decimal",
    "serde",
    "snafu",
    "tap",
    "itertools 0.12.1",
    "csv 0.0.0-dev.0",
    "derive_builder",
    "german-decimal",
    "inventory",
    ]
    [[package]]
    name = "ebase"
    version = "0.0.0-dev.0"
    dependencies = [
    "beancount-importers-framework",
    "beancount-types",
    ]
    [[package]]
    name = "dynasmrt"
    version = "1.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "64fba5a42bd76a17cad4bfa00de168ee1cbfa06a5e8ce992ae880218c05641a9"
    dependencies = [
    "byteorder",
    "dynasm",
    "memmap2",
    "syn 1.0.109",
    "byteorder",
    "lazy_static",
    "proc-macro-error",
    "proc-macro2",
    "quote",
    "bitflags 1.3.2",
    name = "dynasm"
    version = "1.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "add9a102807b524ec050363f09e06f1504214b0e1c7797f64261c891022dce8b"
    dependencies = [
    name = "embedded-io"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
    [[package]]
    ]
    "syn 2.0.53",
    "proc-macro2",
    "quote",
    "darling",
    dependencies = [
    checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.8.1"
    dependencies = [
    "enumset_derive",
    ]
    [[package]]
    name = "enumset_derive"
    checksum = "226c0da7462c13fb57e5cc9e0dc8f0635e7d27f276a3a7fd30054647f669007d"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.1.3"
    name = "enumset"
    name = "enum-kinds"
    version = "0.5.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4e40a16955681d469ab3da85aaa6b42ff656b3c67b52e1d8d3dd36afe97fd462"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 1.0.109",
    ]
    [[package]]
    ]
    [[package]]
    "syn 1.0.109",
    ]
    [[package]]
    name = "enum-iterator"
    version = "0.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6"
    dependencies = [
    "enum-iterator-derive",
    ]
    [[package]]
    name = "enum-iterator-derive"
    version = "0.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159"
    dependencies = [
    "proc-macro2",
    "quote",
    "cfg-if",
    dependencies = [
    checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.8.33"
    [[package]]
    name = "encoding_rs"
    "syn 2.0.53",
    name = "extend"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "311a6d2f1f9d60bff73d2c78a0af97ed27f79672f15c238192a5bbb64db56d00"
    dependencies = [
    "proc-macro2",
    "quote",
    ]
    [[package]]
    ]
    [[package]]
    "windows-sys 0.52.0",
    "libc",
    dependencies = [
    checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.8"
    name = "errno"
    [[package]]
    name = "fixedbitset"
    version = "0.4.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
    "miniz_oxide",
    dependencies = [
    "crc32fast",
    checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.28"
    [[package]]
    name = "flate2"
    ]
    dependencies = [
    "futures-channel",
    "futures-core",
    "futures-executor",
    "futures-io",
    "futures-sink",
    "futures-task",
    "futures-util",
    ]
    [[package]]
    checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.30"
    name = "futures"
    ]
    [[package]]
    "cfg-if",
    dependencies = [
    checksum = "877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.9"
    "futures-task",
    "memchr",
    "pin-project-lite",
    "pin-utils",
    "slab",
    ]
    [[package]]
    name = "generational-arena"
    "futures-macro",
    "futures-sink",
    "futures-core",
    "futures-io",
    "futures-channel",
    dependencies = [
    checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.30"
    [[package]]
    name = "futures-util"
    checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.30"
    [[package]]
    name = "futures-task"
    checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.30"
    name = "futures-sink"
    ]
    [[package]]
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.30"
    name = "futures-macro"
    [[package]]
    checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.30"
    name = "futures-io"
    [[package]]
    dependencies = [
    "futures-core",
    "futures-task",
    "futures-util",
    ]
    checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.30"
    [[package]]
    name = "futures-executor"
    checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.30"
    ]
    [[package]]
    name = "futures-core"
    "futures-sink",
    dependencies = [
    "futures-core",
    checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.30"
    name = "futures-channel"
    name = "funty"
    version = "2.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
    [[package]]
    ]
    [[package]]
    dependencies = [
    "percent-encoding",
    checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.2.1"
    name = "foreign-types-shared"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
    [[package]]
    name = "form_urlencoded"
    [[package]]
    [[package]]
    name = "foreign-types"
    version = "0.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
    dependencies = [
    "foreign-types-shared",
    ]
    ]
    [[package]]
    name = "fnv"
    version = "1.0.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
    "writeable",
    dependencies = [
    "displaydoc",
    "smallvec",
    checksum = "cbc7fdec9d7f6671a3ebb3282c969962aba67c49f6abac5311959b65cafabc10"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.5.5"
    name = "fixed_decimal"
    [[package]]
    checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.0.1"
    name = "fastrand"
    name = "fallible-iterator"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
    [[package]]
    [[package]]
    dependencies = [
    "indenter",
    "once_cell",
    ]
    checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.6.12"
    name = "eyre"
    dependencies = [
    "serde",
    ]
    [[package]]
    checksum = "6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.31"
    name = "erased-serde"
    name = "equivalent"
    version = "1.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
    [[package]]
    [[package]]
    name = "encode_unicode"
    version = "0.3.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
    ]
    [[package]]
    dependencies = [
    "stable_deref_trait",
    checksum = "d98e71ae4df57d214182a2e5cb90230c0192c6ddfcaa05c36453d46a54713e10"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.10.0"
    [[package]]
    name = "elsa"
    checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.10.0"
    name = "either"
    [[package]]
    ]
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.4"
    name = "displaydoc"
    ]
    [[package]]
    name = "discard"
    version = "1.0.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
    [[package]]
    "syn 2.0.53",
    dependencies = [
    "derive_builder_core",
    checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.20.0"
    ]
    [[package]]
    name = "derive_builder_macro"
    "syn 2.0.53",
    "proc-macro2",
    "quote",
    "darling",
    dependencies = [
    checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.20.0"
    dependencies = [
    "derive_builder_macro",
    ]
    [[package]]
    name = "derive_builder_core"
    checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.20.0"
    name = "derive_builder"
    ]
    [[package]]
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "4e018fccbeeb50ff26562ece792ed06659b9c2dae79ece77c4456bb10d9bf79b"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.12.0"
    name = "delegate"
    ]
    [[package]]
    "lock_api",
    "once_cell",
    "parking_lot_core",
    "rayon",
    "hashbrown 0.14.3",
    "cfg-if",
    dependencies = [
    checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "5.5.3"
    name = "dashmap"
    ]
    [[package]]
    "darling_core",
    "darling_macro",
    dependencies = [
    checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.20.8"
    dependencies = [
    "memchr",
    ]
    [[package]]
    name = "darling"
    checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.11"
    dependencies = [
    "csv-core",
    "itoa",
    "ryu",
    "serde",
    ]
    [[package]]
    name = "csv-core"
    checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.3.0"
    ]
    [[package]]
    name = "csv"
    "time 0.3.34",
    "miette",
    "serde",
    "snafu",
    "tap",
    "itertools 0.12.1",
    "delegate",
    "german-decimal",
    name = "csv"
    version = "0.0.0-dev.0"
    dependencies = [
    "beancount-importers-framework",
    "beancount-types",
    ]
    "flate2",
    "crossbeam-utils",
    "crc32fast",
    "byteorder",
    dependencies = [
    checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.6.6"
    ]
    [[package]]
    name = "zip"
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "7b4e5997cbf58990550ef1f0e5124a05e47e1ebd33a84af25739be6031a62c20"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.10.1"
    dependencies = [
    "databake",
    "serde",
    "yoke",
    "zerofrom",
    "zerovec-derive",
    ]
    [[package]]
    name = "zerovec-derive"
    checksum = "eff4439ae91fb5c72b8abc12f3f2dbf51bd27e6eadb9f8a5bc8898dddb0e27ea"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.10.1"
    name = "zerovec"
    dependencies = [
    "databake",
    "displaydoc",
    "litemap",
    "serde",
    "yoke",
    "zerofrom",
    "zerovec",
    ]
    [[package]]
    checksum = "d0594125a0574fb93059c92c588ab209cc036a23d1baeb3410fa9181bea551a0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.2"
    name = "zerotrie"
    [[package]]
    [[package]]
    name = "zeroize"
    version = "1.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
    "synstructure",
    ]
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.3"
    dependencies = [
    "zerofrom-derive",
    ]
    [[package]]
    name = "zerofrom-derive"
    checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.3"
    name = "zerofrom"
    ]
    [[package]]
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.7.32"
    dependencies = [
    "zerocopy-derive",
    ]
    [[package]]
    name = "zerocopy-derive"
    checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.7.32"
    name = "zerocopy"
    "synstructure",
    ]
    [[package]]
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.7.3"
    [[package]]
    name = "yoke-derive"
    ]
    name = "yaml-rust"
    version = "0.4.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
    dependencies = [
    "linked-hash-map",
    [[package]]
    version = "0.33.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ff1e4aa646495048ec7f3ffddc411e1d829c026a2ec62b39da15c1055e406eaa"
    name = "windows_x86_64_msvc"
    [[package]]
    [[package]]
    name = "windows_x86_64_msvc"
    version = "0.32.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
    checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.48.5"
    [[package]]
    name = "windows_x86_64_gnullvm"
    [[package]]
    name = "windows_x86_64_gnu"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
    checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.48.5"
    [[package]]
    name = "windows_x86_64_gnu"
    version = "0.33.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8cfdbe89cc9ad7ce618ba34abc34bbb6c36d99e96cae2245b7943cd75ee773d0"
    version = "0.32.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
    [[package]]
    name = "windows_i686_msvc"
    name = "windows_i686_msvc"
    [[package]]
    checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.48.5"
    [[package]]
    name = "windows_i686_gnu"
    version = "0.33.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cab0cf703a96bab2dc0c02c0fa748491294bf9b7feb27e1f4f96340f208ada0e"
    version = "0.32.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
    [[package]]
    name = "windows_i686_gnu"
    name = "windows_i686_gnu"
    [[package]]
    checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.48.5"
    [[package]]
    name = "windows_aarch64_msvc"
    [[package]]
    name = "windows_aarch64_msvc"
    version = "0.33.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cd761fd3eb9ab8cc1ed81e56e567f02dd82c4c837e48ac3b2181b9ffc5060807"
    [[package]]
    name = "windows_aarch64_msvc"
    version = "0.32.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
    checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.48.5"
    [[package]]
    name = "windows_aarch64_gnullvm"
    name = "windows-targets"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
    dependencies = [
    "windows_aarch64_gnullvm 0.52.0",
    "windows_aarch64_msvc 0.52.0",
    "windows_i686_gnu 0.52.0",
    "windows_i686_msvc 0.52.0",
    "windows_x86_64_gnu 0.52.0",
    "windows_x86_64_gnullvm 0.52.0",
    "windows_x86_64_msvc 0.52.0",
    ]
    [[package]]
    ]
    "windows_aarch64_gnullvm 0.48.5",
    "windows_aarch64_msvc 0.48.5",
    "windows_i686_gnu 0.48.5",
    "windows_i686_msvc 0.48.5",
    "windows_x86_64_gnu 0.48.5",
    "windows_x86_64_gnullvm 0.48.5",
    "windows_x86_64_msvc 0.48.5",
    dependencies = [
    checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    name = "windows-targets"
    name = "windows-sys"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
    dependencies = [
    "windows-targets 0.52.0",
    ]
    [[package]]
    ]
    [[package]]
    "windows-targets 0.48.5",
    version = "0.48.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
    dependencies = [
    [[package]]
    name = "windows-sys"
    name = "winapi-x86_64-pc-windows-gnu"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
    [[package]]
    name = "winapi"
    version = "0.3.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
    dependencies = [
    "winapi-i686-pc-windows-gnu",
    "winapi-x86_64-pc-windows-gnu",
    ]
    [[package]]
    name = "winapi-i686-pc-windows-gnu"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
    [[package]]
    version = "0.11.0+wasi-snapshot-preview1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
    ]
    [[package]]
    name = "wasi"
    name = "wait-timeout"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
    dependencies = [
    "libc",
    [[package]]
    ]
    "time 0.3.34",
    "serde",
    "snafu",
    "miette",
    "iso_currency",
    "hashbrown 0.14.3",
    "csv 0.0.0-dev.0",
    "derive_builder",
    "german-decimal",
    [[package]]
    name = "vr-bank"
    version = "0.0.0-dev.0"
    dependencies = [
    "beancount-importers-framework",
    "beancount-types",
    name = "version_check"
    version = "0.9.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
    [[package]]
    name = "valuable"
    version = "0.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
    [[package]]
    checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.12"
    name = "unicode-ident"
    [[package]]
    checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.15"
    name = "unicode-bidi"
    [[package]]
    ]
    "tracing-core",
    "thread_local",
    "sharded-slab",
    dependencies = [
    checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.18"
    name = "tracing-subscriber"
    "tracing-core",
    ]
    [[package]]
    "once_cell",
    "log",
    dependencies = [
    checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.0"
    name = "tracing-log"
    ]
    [[package]]
    dependencies = [
    "once_cell",
    "valuable",
    ]
    [[package]]
    name = "tracing-error"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
    dependencies = [
    "tracing",
    "tracing-subscriber",
    checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.32"
    ]
    [[package]]
    name = "tracing-core"
    "tracing-core",
    "pin-project-lite",
    dependencies = [
    checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.40"
    name = "tracing"
    [[package]]
    "time-core",
    ]
    dependencies = [
    checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.17"
    name = "time-macros"
    ]
    [[package]]
    "num_threads",
    "num-conv",
    "libc",
    "itoa",
    dependencies = [
    checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    "once_cell",
    "cfg-if",
    dependencies = [
    checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.1.8"
    name = "thread_local"
    ]
    [[package]]
    "syn 2.0.53",
    "proc-macro2",
    "quote",
    dependencies = [
    checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "3.3.1"
    ]
    [[package]]
    name = "test-case-macros"
    "syn 2.0.53",
    "proc-macro2",
    "quote",
    "cfg-if",
    dependencies = [
    checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "3.3.1"
    name = "test-case-core"
    ]
    [[package]]
    "test-case-macros",
    dependencies = [
    checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "3.3.1"
    name = "test-case"
    ]
    [[package]]
    "fastrand",
    "cfg-if",
    dependencies = [
    checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "3.10.1"
    name = "tempfile"
    [[package]]
    checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.12.14"
    name = "target-lexicon"
    name = "tap"
    version = "1.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
    [[package]]
    ]
    [[package]]
    "libc",
    "core-foundation-sys",
    dependencies = [
    checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    name = "system-configuration-sys"
    version = "0.5.0"
    [[package]]
    checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
    dependencies = [
    "bitflags 1.3.2",
    "core-foundation",
    "system-configuration-sys",
    ]
    source = "registry+https://github.com/rust-lang/crates.io-index"
    name = "system-configuration"
    version = "0.5.1"
    ]
    [[package]]
    "syn 2.0.53",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.13.1"
    name = "synstructure"
    [[package]]
    [[package]]
    name = "sync_wrapper"
    version = "0.1.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
    ]
    "syn 2.0.53",
    name = "syn_derive"
    version = "0.1.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
    dependencies = [
    "proc-macro-error",
    "proc-macro2",
    "quote",
    dependencies = [
    "proc-macro2",
    "quote",
    "unicode-ident",
    ]
    [[package]]
    checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.0.53"
    name = "syn"
    ]
    [[package]]
    "proc-macro2",
    "quote",
    "unicode-ident",
    dependencies = [
    checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    name = "syn"
    version = "1.0.109"
    [[package]]
    checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "3.0.0"
    [[package]]
    name = "supports-unicode"
    checksum = "2c0a1e5168041f5f3ff68ff7d95dcb9c8749df29f6e7e89ada40dd4c9de404ee"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "3.0.0"
    "is_ci",
    ]
    [[package]]
    name = "supports-hyperlinks"
    dependencies = [
    checksum = "9829b314621dfc575df4e409e79f9d6a66a3bd707ab73f23cb4aa3a854ac854f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "3.0.0"
    name = "supports-color"
    [[package]]
    checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.10.0"
    name = "strsim"
    [[package]]
    ]
    [[package]]
    name = "stdweb-internal-runtime"
    version = "0.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
    "syn 1.0.109",
    "sha1",
    ]
    [[package]]
    name = "stdweb-internal-macros"
    version = "0.2.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
    dependencies = [
    "base-x",
    "proc-macro2",
    "quote",
    "serde",
    "serde_derive",
    "serde_json",
    "syn 1.0.109",
    "stdweb-derive",
    "stdweb-internal-macros",
    "stdweb-internal-runtime",
    "wasm-bindgen",
    ]
    [[package]]
    name = "stdweb-derive"
    version = "0.5.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
    dependencies = [
    "proc-macro2",
    "quote",
    "serde",
    "serde_derive",
    "rustc_version",
    [[package]]
    name = "stdweb"
    version = "0.4.20"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
    dependencies = [
    "discard",
    name = "static_assertions"
    version = "1.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
    name = "stable_deref_trait"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
    [[package]]
    name = "standback"
    version = "0.2.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
    dependencies = [
    "version_check",
    ]
    [[package]]
    ]
    [[package]]
    name = "spin"
    version = "0.9.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
    [[package]]
    "windows-sys 0.52.0",
    dependencies = [
    "libc",
    checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.5.6"
    name = "socket2"
    ]
    [[package]]
    "syn 2.0.53",
    "proc-macro2",
    "quote",
    "heck 0.4.1",
    dependencies = [
    checksum = "b4b19911debfb8c2fb1107bc6cb2d61868aaf53a988449213959bb1b5b1ed95f"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.8.2"
    "snafu-derive",
    ]
    [[package]]
    name = "snafu-derive"
    dependencies = [
    checksum = "75976f4748ab44f6e5332102be424e7c2dc18daeaf7e725f2040c3ebb133512e"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.8.2"
    name = "snafu"
    [[package]]
    dependencies = [
    "serde",
    ]
    checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.13.1"
    name = "smallvec"
    [[package]]
    checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "2.4.0"
    name = "similar"
    [[package]]
    checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    name = "simdutf8"
    version = "0.1.4"
    ]
    [[package]]
    ]
    [[package]]
    name = "signal-hook-registry"
    version = "1.4.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
    dependencies = [
    "libc",
    dependencies = [
    "lazy_static",
    checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.1.7"
    name = "sharded-slab"
    [[package]]
    "serde",
    "serde_json",
    ]
    dependencies = [
    checksum = "a86348501c129f3ad50c2f4635a01971f76974cd8a3f335988a0f1581c082765"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "4.4.0"
    dependencies = [
    "serde_derive",
    ]
    [[package]]
    name = "serde-aux"
    checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.197"
    name = "serde"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
    name = "scopeguard"
    [[package]]
    ]
    dependencies = [
    "quote",
    "rust_decimal",
    checksum = "e418701588729bef95e7a655f2b483ad64bb97c46e8e79fde83efd92aaab6d82"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.34.2"
    ]
    [[package]]
    name = "rust_decimal_macros"
    "serde",
    "num-traits",
    dependencies = [
    "arrayvec",
    checksum = "b39449a79f45e8da28c57c341891b69a183044b29518bb8f86dbac9df60bb7df"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.34.3"
    name = "rust_decimal"
    ]
    [[package]]
    "syn 1.0.109",
    dependencies = [
    "proc-macro2",
    "quote",
    checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.7.44"
    ]
    [[package]]
    name = "rkyv_derive"
    "tinyvec",
    "uuid",
    "hashbrown 0.12.3",
    "ptr_meta",
    "rend",
    "rkyv_derive",
    "seahash",
    "bytes",
    "bytecheck",
    "bitvec",
    dependencies = [
    checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.7.44"
    name = "rkyv"
    ]
    [[package]]
    "windows-sys 0.52.0",
    "getrandom",
    "libc",
    "spin",
    "untrusted",
    "cfg-if",
    dependencies = [
    "cc",
    checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.17.8"
    name = "ring"
    ]
    [[package]]
    "tokio",
    "tokio-native-tls",
    "tower-service",
    "url",
    "wasm-bindgen",
    "wasm-bindgen-futures",
    "web-sys",
    "winreg",
    "system-configuration",
    "sync_wrapper",
    "serde",
    "serde_json",
    "serde_urlencoded",
    "rustls-pemfile",
    dependencies = [
    "base64",
    "bytes",
    "encoding_rs",
    "futures-core",
    "futures-util",
    "h2",
    "http",
    "http-body",
    "hyper",
    "hyper-tls",
    "ipnet",
    "js-sys",
    "log",
    "mime",
    "native-tls",
    "once_cell",
    "percent-encoding",
    "pin-project-lite",
    checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.11.26"
    dependencies = [
    "bytecheck",
    ]
    [[package]]
    name = "reqwest"
    checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.2"
    name = "rend"
    [[package]]
    checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.9.2"
    name = "relative-path"
    ]
    [[package]]
    dependencies = [
    "proc-macro2",
    checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.35"
    name = "quote"
    dependencies = [
    "unicode-ident",
    ]
    [[package]]
    checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.79"
    name = "proc-macro2"
    ]
    [[package]]
    dependencies = [
    "autocfg",
    checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.18"
    name = "num-traits"
    [[package]]
    name = "indenter"
    version = "0.3.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
    ]
    [[package]]
    "zerovec",
    "tinystr",
    "icu_provider",
    "icu_locid_transform",
    "icu_locid",
    dependencies = [
    checksum = "a229f978260da7c3aabb68cb7dc7316589936680570fe55e50fdd3f97711a4dd"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    "writeable",
    "yoke",
    "zerofrom",
    "zerovec",
    ]
    [[package]]
    name = "icu_provider_adapters"
    "tinystr",
    "displaydoc",
    "erased-serde",
    "icu_locid",
    "icu_provider_macros",
    "log",
    "postcard",
    "serde",
    "serde_json",
    "stable_deref_trait",
    dependencies = [
    "bincode",
    "databake",
    checksum = "ba58e782287eb6950247abbf11719f83f5d4e4a5c1f2cd490d30a334bc47c2f4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    "zerovec",
    ]
    [[package]]
    name = "icu_provider"
    "tinystr",
    dependencies = [
    "databake",
    "displaydoc",
    "icu_collections",
    "icu_provider",
    "serde",
    checksum = "976e296217453af983efa25f287a4c1da04b9a63bf1ed63719455068e4453eb5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    dependencies = [
    "databake",
    "displaydoc",
    "fixed_decimal",
    "icu_locid",
    "icu_provider",
    "serde",
    "zerovec",
    ]
    [[package]]
    name = "icu_properties"
    checksum = "37d807b123eb2a9ae8f12080fb8cce479f5c8a761fba0bb5ab52da6dd5e31a03"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    "zerovec",
    ]
    [[package]]
    name = "icu_plurals"
    dependencies = [
    "databake",
    "displaydoc",
    "icu_collections",
    "icu_properties",
    "icu_provider",
    "serde",
    "smallvec",
    "utf16_iter",
    "utf8_iter",
    "write16",
    checksum = "c183e31ed700f1ecd6b032d104c52fe8b15d028956b73727c97ec176b170e187"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.1"
    name = "icu_normalizer"
    [[package]]
    checksum = "545c6c3e8bf9580e2dafee8de6f9ec14826aaf359787789c7724f1f85f47d3dc"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    name = "icu_locid_transform_data"
    "icu_provider",
    "serde",
    "tinystr",
    "zerovec",
    ]
    [[package]]
    "icu_locid_transform_data",
    dependencies = [
    "databake",
    "displaydoc",
    "icu_locid",
    checksum = "57c17d8f6524fdca4471101dd71f0a132eb6382b5d6d7f2970441cb25f6f435a"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    dependencies = [
    "databake",
    "displaydoc",
    "litemap",
    "serde",
    "tinystr",
    "writeable",
    "zerovec",
    ]
    [[package]]
    name = "icu_locid_transform"
    checksum = "5c0aa2536adc14c07e2a521e95512b75ed8ef832f0fdf9299d4a0a45d2be2a9d"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    ]
    [[package]]
    name = "icu_locid"
    "icu_provider",
    "regex-automata 0.2.0",
    "serde",
    "writeable",
    dependencies = [
    "databake",
    "deduplicating_array",
    "displaydoc",
    checksum = "fe6c04ec71ad1bacdbfb47164d4801f80a0533d9340f94f1a880f521eff59f54"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    name = "icu_list"
    [[package]]
    checksum = "df2de3548316b697c70f30dec1395c9212db09df1d86a27624ee24872b71326c"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    name = "icu_decimal_data"
    "icu_provider",
    "serde",
    "writeable",
    ]
    [[package]]
    "icu_locid_transform",
    "icu_locid",
    "icu_decimal_data",
    dependencies = [
    "databake",
    "displaydoc",
    "fixed_decimal",
    checksum = "dcf994f9ed8061c17bb313f28fba6cffc736f0a16c7fab827efc9b73fd3f7778"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    dependencies = [
    "databake",
    "displaydoc",
    "either",
    "fixed_decimal",
    "icu_calendar",
    "icu_decimal",
    "icu_locid",
    "icu_plurals",
    "icu_provider",
    "icu_timezone",
    "litemap",
    "serde",
    "smallvec",
    "tinystr",
    "writeable",
    "zerovec",
    ]
    [[package]]
    name = "icu_decimal"
    checksum = "1508c7ed627cc0b031c81203eb98f34433e24b32b39d5b2c0238e4962a00957d"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    ]
    [[package]]
    name = "icu_datetime"
    "zip",
    "zerovec",
    "zerotrie",
    "writeable",
    "twox-hash",
    "ureq",
    "tinystr",
    "toml",
    "simple_logger",
    "serde",
    "serde-aux",
    "serde_json",
    "rayon",
    "once_cell",
    "ndarray",
    "log",
    "itertools 0.10.5",
    "icu_timezone",
    "icu_list",
    "icu_locid",
    "icu_locid_transform",
    "icu_normalizer",
    "icu_plurals",
    "icu_properties",
    "icu_provider",
    "icu_provider_adapters",
    "icu_provider_blob",
    "icu_provider_fs",
    "icu_datetime",
    "icu_decimal",
    "icu_codepointtrie_builder",
    "icu_collator",
    "icu_collections",
    "icu_casemap",
    "icu_calendar",
    "eyre",
    "elsa",
    "either",
    "crlify",
    "databake",
    "displaydoc",
    dependencies = [
    checksum = "5a21dec81a41daa5848ed26b230c90656616d4e35557a88a683e311773faa01d"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.1"
    name = "icu_datagen"
    "zerovec",
    ]
    [[package]]
    dependencies = [
    "databake",
    "displaydoc",
    "serde",
    "yoke",
    "zerofrom",
    checksum = "137d96353afc8544d437e8a99eceb10ab291352699573b0de5b08bda38c78c60"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    "zerovec",
    ]
    [[package]]
    name = "icu_collections"
    dependencies = [
    "databake",
    "displaydoc",
    "icu_collections",
    "icu_locid",
    "icu_normalizer",
    "icu_properties",
    "icu_provider",
    "serde",
    "smallvec",
    "utf16_iter",
    "utf8_iter",
    checksum = "8a2a45056e541cffde068f5c81ac1c0503b9ee2a4b967546422e509c5c653750"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    "toml",
    "wasmer",
    "wasmer-wasi",
    ]
    [[package]]
    name = "icu_collator"
    "once_cell",
    dependencies = [
    "icu_collections",
    checksum = "6030944910d61b4d2832e89b866f5f7961c22c70a73c9aeccffe57eaa3707418"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.7"
    "zerovec",
    ]
    [[package]]
    name = "icu_codepointtrie_builder"
    "writeable",
    "icu_provider",
    "serde",
    dependencies = [
    "databake",
    "displaydoc",
    "icu_collections",
    "icu_locid",
    checksum = "7988d4f2655012592ac5b027722a93fbe12ff2a86d3e0f9ae686aedba0984f5e"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    name = "icu_casemap"
    "zerovec",
    ]
    [[package]]
    "databake",
    "displaydoc",
    "icu_locid",
    "icu_provider",
    "serde",
    "tinystr",
    "writeable",
    "calendrical_calculations",
    dependencies = [
    checksum = "7eb932a690c92f87955e923106181ee0d5682e688ff37fb5c7b296e1fe806edb"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.4.0"
    name = "icu_calendar"
    ]
    [[package]]
    ]
    [[package]]
    name = "iban_validate"
    version = "4.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cc1d358f7ae89819e8656f1b495c9d760a9ca315998b12d589dc516c9f81ed08"
    dependencies = [
    "arrayvec",
    "tokio",
    "tower-service",
    "tracing",
    "want",
    ]
    [[package]]
    name = "hyper-tls"
    version = "0.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
    dependencies = [
    "bytes",
    "hyper",
    "native-tls",
    "tokio",
    "tokio-native-tls",
    "socket2",
    "pin-project-lite",
    "itoa",
    dependencies = [
    "bytes",
    "futures-channel",
    "futures-core",
    "futures-util",
    "h2",
    "http",
    "http-body",
    "httparse",
    "httpdate",
    checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.14.28"
    [[package]]
    name = "hyper"
    checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.0.3"
    dependencies = [
    "bytes",
    "http",
    "pin-project-lite",
    ]
    [[package]]
    name = "httparse"
    version = "1.8.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
    [[package]]
    name = "httpdate"
    checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.6"
    ]
    [[package]]
    name = "http-body"
    "itoa",
    dependencies = [
    "bytes",
    "fnv",
    checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.11"
    [[package]]
    name = "http"
    ]
    "windows-sys 0.52.0",
    dependencies = [
    checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.5.9"
    name = "home"
    [[package]]
    checksum = "d0c62115964e08cb8039170eb33c1d0e2388a256930279edca206fff675f82c3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.5"
    [[package]]
    name = "hermit-abi"
    checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.4.1"
    name = "heck"
    ]
    [[package]]
    "allocator-api2",
    "rayon",
    "serde",
    "ahash 0.8.10",
    dependencies = [
    checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.14.3"
    ]
    [[package]]
    name = "hashbrown"
    "ahash 0.7.8",
    dependencies = [
    version = "0.12.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
    name = "hashbrown"
    ]
    [[package]]
    "proc-macro2",
    "quote",
    "syn 1.0.109",
    "bitflags 2.4.2",
    dependencies = [
    checksum = "1bfae7cdfe23e50ea96929ccf1948d9ae1d8608353556461e5de247463d3a4f6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.36.0"
    dependencies = [
    "hard-xml-derive",
    "jetscii",
    "lazy_static",
    "memchr",
    "xmlparser",
    ]
    [[package]]
    name = "hard-xml-derive"
    checksum = "a344e0cef8802f37dc47f17c01a04354d3e66d9f6c8744108b0912f616efe266"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "1.36.0"
    ]
    [[package]]
    name = "hard-xml"
    "slab",
    "tokio",
    "tokio-util",
    "tracing",
    "indexmap 2.2.3",
    dependencies = [
    "bytes",
    "fnv",
    "futures-core",
    "futures-sink",
    "futures-util",
    "http",
    checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.3.24"
    name = "h2"
    [[package]]
    checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.28.1"
    name = "gimli"
    "stable_deref_trait",
    ]
    [[package]]
    "indexmap 1.9.3",
    dependencies = [
    "fallible-iterator",
    name = "gimli"
    version = "0.26.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
    ]
    [[package]]
    "wasi",
    "libc",
    "cfg-if",
    dependencies = [
    checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    version = "0.2.12"
    ]
    [[package]]
    name = "getrandom"
    "rust_decimal",
    "rust_decimal_macros",
    "proptest",
    name = "german-decimal"
    version = "0.0.0-dev.0"
    dependencies = [
    [4.1581]
    name = "csv"
    version = "0.0.0-dev.0"
    dependencies = [
    "beancount-importers-framework",
    "beancount-types",
    "csv 1.3.0",
    "delegate",
    "german-decimal",
    "itertools 0.12.1",
    "miette",
    "serde",
    "snafu",
    "tap",
    "time 0.3.34",
    ]
    [[package]]
    name = "csv"
    version = "1.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
    dependencies = [
    "csv-core",
    "itoa",
    "ryu",
    "serde",
    ]
    [[package]]
    name = "csv-core"
    version = "0.1.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
    dependencies = [
    "memchr",
    ]
    [[package]]
    name = "darling"
    version = "0.20.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
    dependencies = [
    "darling_core",
    "darling_macro",
    ]
    [[package]]
    name = "darling_core"
    version = "0.20.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
    dependencies = [
    "fnv",
    "ident_case",
    "proc-macro2",
    "quote",
    "strsim 0.10.0",
    "syn 2.0.58",
    ]
    [[package]]
    name = "darling_macro"
    version = "0.20.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
    dependencies = [
    "darling_core",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "dashmap"
    version = "5.5.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
    dependencies = [
    "cfg-if",
    "hashbrown 0.14.3",
    "lock_api",
    "once_cell",
    "parking_lot_core",
    "rayon",
    ]
    [[package]]
    name = "databake"
    version = "0.1.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "82175d72e69414ceafbe2b49686794d3a8bed846e0d50267355f83ea8fdd953a"
    dependencies = [
    "databake-derive",
    "proc-macro2",
    "quote",
    ]
    [[package]]
    name = "databake-derive"
    version = "0.1.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "377af281d8f23663862a7c84623bc5dcf7f8c44b13c7496a590bdc157f941a43"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    "synstructure",
    ]
    [[package]]
    name = "deduplicating_array"
    version = "0.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a636096586ca093a10ac0175bfb384d024089dca0dae54e3e69bc1c1596358e8"
    dependencies = [
    "serde",
    ]
    [[package]]
    name = "delegate"
    version = "0.12.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4e018fccbeeb50ff26562ece792ed06659b9c2dae79ece77c4456bb10d9bf79b"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "deranged"
    version = "0.3.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
    dependencies = [
    "powerfmt",
    "serde",
    ]
    [[package]]
    name = "derive_builder"
    version = "0.20.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
    dependencies = [
    "derive_builder_macro",
    ]
    [[package]]
    name = "derive_builder_core"
    version = "0.20.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
    dependencies = [
    "darling",
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "derive_builder_macro"
    version = "0.20.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
    dependencies = [
    "derive_builder_core",
    "syn 2.0.58",
    ]
    [[package]]
    name = "discard"
    version = "1.0.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
    [[package]]
    name = "displaydoc"
    version = "0.2.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "dynasm"
    version = "1.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "add9a102807b524ec050363f09e06f1504214b0e1c7797f64261c891022dce8b"
    dependencies = [
    "bitflags 1.3.2",
    "byteorder",
    "lazy_static",
    "proc-macro-error",
    "proc-macro2",
    "quote",
    "syn 1.0.109",
    ]
    [[package]]
    name = "dynasmrt"
    version = "1.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "64fba5a42bd76a17cad4bfa00de168ee1cbfa06a5e8ce992ae880218c05641a9"
    dependencies = [
    "byteorder",
    "dynasm",
    "memmap2",
    ]
    [[package]]
    name = "ebase"
    version = "0.0.0-dev.0"
    dependencies = [
    "beancount-importers-framework",
    "beancount-types",
    "csv 0.0.0-dev.0",
    "derive_builder",
    "german-decimal",
    "inventory",
    "itertools 0.12.1",
    "miette",
    "rust_decimal",
    "serde",
    "snafu",
    "tap",
    "time 0.3.34",
    ]
    [[package]]
    name = "ecus"
    version = "0.0.0-dev.0"
    dependencies = [
    "beancount-importers-framework",
    "beancount-pretty-printer",
    "beancount-tree-writer",
    "beancount-types",
    "camino",
    "color-eyre",
    "derive_builder",
    "futures",
    "itertools 0.12.1",
    "miette",
    "reqwest",
    "rust_decimal",
    "serde",
    "serde_json",
    "snafu",
    "time 0.3.34",
    "time-tz",
    "tokio",
    "tracing",
    "tracing-error",
    "tracing-subscriber",
    ]
    [[package]]
    name = "either"
    version = "1.10.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
    [[package]]
    name = "elsa"
    version = "1.10.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d98e71ae4df57d214182a2e5cb90230c0192c6ddfcaa05c36453d46a54713e10"
    dependencies = [
    "stable_deref_trait",
    ]
    [[package]]
    name = "embedded-io"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
    [[package]]
    name = "encode_unicode"
    version = "0.3.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
    [[package]]
    name = "encoding_rs"
    version = "0.8.33"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
    dependencies = [
    "cfg-if",
    ]
    [[package]]
    name = "enum-iterator"
    version = "0.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6"
    dependencies = [
    "enum-iterator-derive",
    ]
    [[package]]
    name = "enum-iterator-derive"
    version = "0.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 1.0.109",
    ]
    [[package]]
    name = "enum-kinds"
    version = "0.5.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4e40a16955681d469ab3da85aaa6b42ff656b3c67b52e1d8d3dd36afe97fd462"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 1.0.109",
    ]
    [[package]]
    name = "enumset"
    version = "1.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "226c0da7462c13fb57e5cc9e0dc8f0635e7d27f276a3a7fd30054647f669007d"
    dependencies = [
    "enumset_derive",
    ]
    [[package]]
    name = "enumset_derive"
    version = "0.8.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af"
    dependencies = [
    "darling",
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "equivalent"
    version = "1.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
    [[package]]
    name = "erased-serde"
    version = "0.3.31"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c"
    dependencies = [
    "serde",
    ]
    [[package]]
    name = "errno"
    version = "0.3.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
    dependencies = [
    "libc",
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "extend"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "311a6d2f1f9d60bff73d2c78a0af97ed27f79672f15c238192a5bbb64db56d00"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "eyre"
    version = "0.6.12"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
    dependencies = [
    "indenter",
    "once_cell",
    ]
    [[package]]
    name = "fallible-iterator"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
    [[package]]
    name = "fastrand"
    version = "2.0.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
    [[package]]
    name = "fixed_decimal"
    version = "0.5.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cbc7fdec9d7f6671a3ebb3282c969962aba67c49f6abac5311959b65cafabc10"
    dependencies = [
    "displaydoc",
    "smallvec",
    "writeable",
    ]
    [[package]]
    name = "fixedbitset"
    version = "0.4.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
    [[package]]
    name = "flate2"
    version = "1.0.28"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
    dependencies = [
    "crc32fast",
    "miniz_oxide",
    ]
    [[package]]
    name = "fnv"
    version = "1.0.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
    [[package]]
    name = "form_urlencoded"
    version = "1.2.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
    dependencies = [
    "percent-encoding",
    ]
    [[package]]
    name = "funty"
    version = "2.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
    [[package]]
    name = "futures"
    version = "0.3.30"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
    dependencies = [
    "futures-channel",
    "futures-core",
    "futures-executor",
    "futures-io",
    "futures-sink",
    "futures-task",
    "futures-util",
    ]
    [[package]]
    name = "futures-channel"
    version = "0.3.30"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
    dependencies = [
    "futures-core",
    "futures-sink",
    ]
    [[package]]
    name = "futures-core"
    version = "0.3.30"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
    [[package]]
    name = "futures-executor"
    version = "0.3.30"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
    dependencies = [
    "futures-core",
    "futures-task",
    "futures-util",
    ]
    [[package]]
    name = "futures-io"
    version = "0.3.30"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
    [[package]]
    name = "futures-macro"
    version = "0.3.30"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "futures-sink"
    version = "0.3.30"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
    [[package]]
    name = "futures-task"
    version = "0.3.30"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
    [[package]]
    name = "futures-util"
    version = "0.3.30"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
    dependencies = [
    "futures-channel",
    "futures-core",
    "futures-io",
    "futures-macro",
    "futures-sink",
    "futures-task",
    "memchr",
    "pin-project-lite",
    "pin-utils",
    "slab",
    ]
    [[package]]
    name = "generational-arena"
    version = "0.2.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7"
    dependencies = [
    "cfg-if",
    ]
    [[package]]
    name = "german-decimal"
    version = "0.0.0-dev.0"
    dependencies = [
    "proptest",
    "rust_decimal",
    "rust_decimal_macros",
    "serde",
    ]
    [[package]]
    name = "getrandom"
    version = "0.2.14"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
    dependencies = [
    "cfg-if",
    "libc",
    "wasi",
    ]
    [[package]]
    name = "gimli"
    version = "0.26.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
    dependencies = [
    "fallible-iterator",
    "indexmap 1.9.3",
    "stable_deref_trait",
    ]
    [[package]]
    name = "gimli"
    version = "0.28.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
    [[package]]
    name = "h2"
    version = "0.4.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069"
    dependencies = [
    "bytes",
    "fnv",
    "futures-core",
    "futures-sink",
    "futures-util",
    "http",
    "indexmap 2.2.6",
    "slab",
    "tokio",
    "tokio-util",
    "tracing",
    ]
    [[package]]
    name = "hard-xml"
    version = "1.36.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a344e0cef8802f37dc47f17c01a04354d3e66d9f6c8744108b0912f616efe266"
    dependencies = [
    "hard-xml-derive",
    "jetscii",
    "lazy_static",
    "memchr",
    "xmlparser",
    ]
    [[package]]
    name = "hard-xml-derive"
    version = "1.36.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1bfae7cdfe23e50ea96929ccf1948d9ae1d8608353556461e5de247463d3a4f6"
    dependencies = [
    "bitflags 2.5.0",
    "proc-macro2",
    "quote",
    "syn 1.0.109",
    ]
    [[package]]
    name = "hashbrown"
    version = "0.11.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
    dependencies = [
    "ahash 0.7.8",
    ]
    [[package]]
    name = "hashbrown"
    version = "0.12.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
    dependencies = [
    "ahash 0.7.8",
    ]
    [[package]]
    name = "hashbrown"
    version = "0.14.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
    dependencies = [
    "ahash 0.8.11",
    "allocator-api2",
    "rayon",
    "serde",
    ]
    [[package]]
    name = "heck"
    version = "0.4.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
    [[package]]
    name = "heck"
    version = "0.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
    [[package]]
    name = "hermit-abi"
    version = "0.3.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
    [[package]]
    name = "home"
    version = "0.5.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
    dependencies = [
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "http"
    version = "1.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
    dependencies = [
    "bytes",
    "fnv",
    "itoa",
    ]
    [[package]]
    name = "http-body"
    version = "1.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
    dependencies = [
    "bytes",
    "http",
    ]
    [[package]]
    name = "http-body-util"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
    dependencies = [
    "bytes",
    "futures-core",
    "http",
    "http-body",
    "pin-project-lite",
    ]
    [[package]]
    name = "httparse"
    version = "1.8.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
    [[package]]
    name = "hyper"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a"
    dependencies = [
    "bytes",
    "futures-channel",
    "futures-util",
    "h2",
    "http",
    "http-body",
    "httparse",
    "itoa",
    "pin-project-lite",
    "smallvec",
    "tokio",
    "want",
    ]
    [[package]]
    name = "hyper-rustls"
    version = "0.26.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
    dependencies = [
    "futures-util",
    "http",
    "hyper",
    "hyper-util",
    "rustls",
    "rustls-pki-types",
    "tokio",
    "tokio-rustls",
    "tower-service",
    ]
    [[package]]
    name = "hyper-util"
    version = "0.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
    dependencies = [
    "bytes",
    "futures-channel",
    "futures-util",
    "http",
    "http-body",
    "hyper",
    "pin-project-lite",
    "socket2",
    "tokio",
    "tower",
    "tower-service",
    "tracing",
    ]
    [[package]]
    name = "iban_validate"
    version = "4.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cc1d358f7ae89819e8656f1b495c9d760a9ca315998b12d589dc516c9f81ed08"
    dependencies = [
    "arrayvec",
    "serde",
    ]
    [[package]]
    name = "icu_calendar"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7eb932a690c92f87955e923106181ee0d5682e688ff37fb5c7b296e1fe806edb"
    dependencies = [
    "calendrical_calculations",
    "databake",
    "displaydoc",
    "icu_locid",
    "icu_provider",
    "serde",
    "tinystr",
    "writeable",
    "zerovec",
    ]
    [[package]]
    name = "icu_casemap"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7988d4f2655012592ac5b027722a93fbe12ff2a86d3e0f9ae686aedba0984f5e"
    dependencies = [
    "databake",
    "displaydoc",
    "icu_collections",
    "icu_locid",
    "icu_properties",
    "icu_provider",
    "serde",
    "writeable",
    "zerovec",
    ]
    [[package]]
    name = "icu_codepointtrie_builder"
    version = "0.3.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6030944910d61b4d2832e89b866f5f7961c22c70a73c9aeccffe57eaa3707418"
    dependencies = [
    "icu_collections",
    "once_cell",
    "toml",
    "wasmer",
    "wasmer-wasi",
    ]
    [[package]]
    name = "icu_collator"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8a2a45056e541cffde068f5c81ac1c0503b9ee2a4b967546422e509c5c653750"
    dependencies = [
    "databake",
    "displaydoc",
    "icu_collections",
    "icu_locid",
    "icu_normalizer",
    "icu_properties",
    "icu_provider",
    "serde",
    "smallvec",
    "utf16_iter",
    "utf8_iter",
    "zerovec",
    ]
    [[package]]
    name = "icu_collections"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "137d96353afc8544d437e8a99eceb10ab291352699573b0de5b08bda38c78c60"
    dependencies = [
    "databake",
    "displaydoc",
    "serde",
    "yoke",
    "zerofrom",
    "zerovec",
    ]
    [[package]]
    name = "icu_datagen"
    version = "1.4.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5a21dec81a41daa5848ed26b230c90656616d4e35557a88a683e311773faa01d"
    dependencies = [
    "clap",
    "crlify",
    "databake",
    "displaydoc",
    "either",
    "elsa",
    "eyre",
    "icu_calendar",
    "icu_casemap",
    "icu_codepointtrie_builder",
    "icu_collator",
    "icu_collections",
    "icu_datetime",
    "icu_decimal",
    "icu_list",
    "icu_locid",
    "icu_locid_transform",
    "icu_normalizer",
    "icu_plurals",
    "icu_properties",
    "icu_provider",
    "icu_provider_adapters",
    "icu_provider_blob",
    "icu_provider_fs",
    "icu_segmenter",
    "icu_timezone",
    "itertools 0.10.5",
    "log",
    "memchr",
    "ndarray",
    "once_cell",
    "proc-macro2",
    "rayon",
    "serde",
    "serde-aux",
    "serde_json",
    "simple_logger",
    "tinystr",
    "toml",
    "twox-hash",
    "ureq",
    "writeable",
    "zerotrie",
    "zerovec",
    "zip",
    ]
    [[package]]
    name = "icu_datetime"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1508c7ed627cc0b031c81203eb98f34433e24b32b39d5b2c0238e4962a00957d"
    dependencies = [
    "databake",
    "displaydoc",
    "either",
    "fixed_decimal",
    "icu_calendar",
    "icu_decimal",
    "icu_locid",
    "icu_plurals",
    "icu_provider",
    "icu_timezone",
    "litemap",
    "serde",
    "smallvec",
    "tinystr",
    "writeable",
    "zerovec",
    ]
    [[package]]
    name = "icu_decimal"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dcf994f9ed8061c17bb313f28fba6cffc736f0a16c7fab827efc9b73fd3f7778"
    dependencies = [
    "databake",
    "displaydoc",
    "fixed_decimal",
    "icu_decimal_data",
    "icu_locid",
    "icu_locid_transform",
    "icu_provider",
    "serde",
    "writeable",
    ]
    [[package]]
    name = "icu_decimal_data"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "df2de3548316b697c70f30dec1395c9212db09df1d86a27624ee24872b71326c"
    [[package]]
    name = "icu_list"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fe6c04ec71ad1bacdbfb47164d4801f80a0533d9340f94f1a880f521eff59f54"
    dependencies = [
    "databake",
    "deduplicating_array",
    "displaydoc",
    "icu_provider",
    "regex-automata 0.2.0",
    "serde",
    "writeable",
    ]
    [[package]]
    name = "icu_locid"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5c0aa2536adc14c07e2a521e95512b75ed8ef832f0fdf9299d4a0a45d2be2a9d"
    dependencies = [
    "databake",
    "displaydoc",
    "litemap",
    "serde",
    "tinystr",
    "writeable",
    "zerovec",
    ]
    [[package]]
    name = "icu_locid_transform"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "57c17d8f6524fdca4471101dd71f0a132eb6382b5d6d7f2970441cb25f6f435a"
    dependencies = [
    "databake",
    "displaydoc",
    "icu_locid",
    "icu_locid_transform_data",
    "icu_provider",
    "serde",
    "tinystr",
    "zerovec",
    ]
    [[package]]
    name = "icu_locid_transform_data"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "545c6c3e8bf9580e2dafee8de6f9ec14826aaf359787789c7724f1f85f47d3dc"
    [[package]]
    name = "icu_normalizer"
    version = "1.4.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c183e31ed700f1ecd6b032d104c52fe8b15d028956b73727c97ec176b170e187"
    dependencies = [
    "databake",
    "displaydoc",
    "icu_collections",
    "icu_properties",
    "icu_provider",
    "serde",
    "smallvec",
    "utf16_iter",
    "utf8_iter",
    "write16",
    "zerovec",
    ]
    [[package]]
    name = "icu_plurals"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "37d807b123eb2a9ae8f12080fb8cce479f5c8a761fba0bb5ab52da6dd5e31a03"
    dependencies = [
    "databake",
    "displaydoc",
    "fixed_decimal",
    "icu_locid",
    "icu_provider",
    "serde",
    "zerovec",
    ]
    [[package]]
    name = "icu_properties"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "976e296217453af983efa25f287a4c1da04b9a63bf1ed63719455068e4453eb5"
    dependencies = [
    "databake",
    "displaydoc",
    "icu_collections",
    "icu_provider",
    "serde",
    "tinystr",
    "zerovec",
    ]
    [[package]]
    name = "icu_provider"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ba58e782287eb6950247abbf11719f83f5d4e4a5c1f2cd490d30a334bc47c2f4"
    dependencies = [
    "bincode",
    "databake",
    "displaydoc",
    "erased-serde",
    "icu_locid",
    "icu_provider_macros",
    "log",
    "postcard",
    "serde",
    "serde_json",
    "stable_deref_trait",
    "tinystr",
    "writeable",
    "yoke",
    "zerofrom",
    "zerovec",
    ]
    [[package]]
    name = "icu_provider_adapters"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a229f978260da7c3aabb68cb7dc7316589936680570fe55e50fdd3f97711a4dd"
    dependencies = [
    "icu_locid",
    "icu_locid_transform",
    "icu_provider",
    "tinystr",
    "zerovec",
    ]
    [[package]]
    name = "icu_provider_blob"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4a7202cddda672db167c6352719959e9b01cb1ca576d32fa79103f61b5a73601"
    dependencies = [
    "icu_provider",
    "log",
    "postcard",
    "serde",
    "writeable",
    "zerotrie",
    "zerovec",
    ]
    [[package]]
    name = "icu_provider_fs"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4eb301679cd5b4aa301efbaa387942bfed04e0d8bef1d587bf4c932a87799a59"
    dependencies = [
    "bincode",
    "crlify",
    "displaydoc",
    "icu_provider",
    "log",
    "postcard",
    "serde",
    "serde-json-core",
    "serde_json",
    ]
    [[package]]
    name = "icu_provider_macros"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d2abdd3a62551e8337af119c5899e600ca0c88ec8f23a46c60ba216c803dcf1a"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "icu_segmenter"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b2dc1e8f4ba33a6a4956770ac5c08570f255d6605519fb3a859a0c0a270a2f8f"
    dependencies = [
    "core_maths",
    "databake",
    "displaydoc",
    "icu_collections",
    "icu_locid",
    "icu_provider",
    "serde",
    "utf8_iter",
    "zerovec",
    ]
    [[package]]
    name = "icu_testdata"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dc4520710205b662c6fd83d1f2b29efc0fc44e338e3fc586790e7b3ac965ccbc"
    dependencies = [
    "icu_calendar",
    "icu_collator",
    "icu_collections",
    "icu_datetime",
    "icu_decimal",
    "icu_list",
    "icu_locid",
    "icu_locid_transform",
    "icu_normalizer",
    "icu_plurals",
    "icu_properties",
    "icu_provider",
    "icu_provider_adapters",
    "icu_segmenter",
    "icu_timezone",
    "zerotrie",
    "zerovec",
    ]
    [[package]]
    name = "icu_timezone"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b35aabe571a7c653c0f543ff1512b8a1b2ad481cfa24b3d25115298d2ff3b50f"
    dependencies = [
    "databake",
    "displaydoc",
    "icu_calendar",
    "icu_locid",
    "icu_provider",
    "serde",
    "tinystr",
    "zerotrie",
    "zerovec",
    ]
    [[package]]
    name = "ident_case"
    version = "1.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
    [[package]]
    name = "idna"
    version = "0.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
    dependencies = [
    "unicode-bidi",
    "unicode-normalization",
    ]
    [[package]]
    name = "indenter"
    version = "0.3.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
    [[package]]
    name = "indexmap"
    version = "1.9.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
    dependencies = [
    "autocfg",
    "hashbrown 0.12.3",
    "serde",
    ]
    [[package]]
    name = "indexmap"
    version = "2.2.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
    dependencies = [
    "equivalent",
    "hashbrown 0.14.3",
    ]
    [[package]]
    name = "insta"
    version = "1.38.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc"
    dependencies = [
    "console",
    "lazy_static",
    "linked-hash-map",
    "similar",
    ]
    [[package]]
    name = "inventory"
    version = "0.3.15"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
    [[package]]
    name = "ipnet"
    version = "2.9.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
    [[package]]
    name = "is_ci"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
    [[package]]
    name = "isin"
    version = "0.1.18"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5ee3c9866cfc2523f492593c5fbc84737e427081858b83a999d1acc2129ace50"
    [[package]]
    name = "iso20022-parser"
    version = "0.0.0-dev.0"
    dependencies = [
    "arrayvec",
    "beef",
    "extend",
    "iban_validate",
    "isin",
    "iso_currency",
    "isolang",
    "lei",
    "miette",
    "quick-xml",
    "rust_decimal",
    "snafu",
    "time 0.3.34",
    "uuid",
    ]
    [[package]]
    name = "iso_country"
    version = "0.1.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "20633e788d3948ea7336861fdb09ec247f5dae4267e8f0743fa97de26c28624d"
    dependencies = [
    "lazy_static",
    "serde",
    ]
    [[package]]
    name = "iso_currency"
    version = "0.4.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "33f07181be95c82347a07cf4caf43d2acd8a7e8d08ef1db75e10ed5a9aec3c1b"
    dependencies = [
    "iso_country",
    "serde",
    ]
    [[package]]
    name = "iso_iec_7064"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b50ce82efa43b36f28a91b8769a458f6f1c0a7e4c493011a1664834147ed6ff5"
    [[package]]
    name = "isolang"
    version = "2.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fe50d48c77760c55188549098b9a7f6e37ae980c586a24693d6b01c3b2010c3c"
    dependencies = [
    "phf",
    ]
    [[package]]
    name = "itertools"
    version = "0.10.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
    dependencies = [
    "either",
    ]
    [[package]]
    name = "itertools"
    version = "0.12.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
    dependencies = [
    "either",
    ]
    [[package]]
    name = "itoa"
    version = "1.0.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
    [[package]]
    name = "jetscii"
    version = "0.5.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "47f142fe24a9c9944451e8349de0a56af5f3e7226dc46f3ed4d4ecc0b85af75e"
    [[package]]
    name = "js-sys"
    version = "0.3.69"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
    dependencies = [
    "wasm-bindgen",
    ]
    [[package]]
    name = "lazy-regex"
    version = "3.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5d12be4595afdf58bd19e4a9f4e24187da2a66700786ff660a418e9059937a4c"
    dependencies = [
    "lazy-regex-proc_macros",
    "once_cell",
    "regex",
    ]
    [[package]]
    name = "lazy-regex-proc_macros"
    version = "3.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "44bcd58e6c97a7fcbaffcdc95728b393b8d98933bfadad49ed4097845b57ef0b"
    dependencies = [
    "proc-macro2",
    "quote",
    "regex",
    "syn 2.0.58",
    ]
    [[package]]
    name = "lazy_static"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
    [[package]]
    name = "leb128"
    version = "0.2.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
    [[package]]
    name = "lei"
    version = "0.2.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "10b94e43b2482264bc501017651677bf7d244da33d30c77599e93003dfe26547"
    dependencies = [
    "iso_iec_7064",
    ]
    [[package]]
    name = "libc"
    version = "0.2.153"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
    [[package]]
    name = "libloading"
    version = "0.7.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
    dependencies = [
    "cfg-if",
    "winapi",
    ]
    [[package]]
    name = "libm"
    version = "0.2.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
    [[package]]
    name = "linked-hash-map"
    version = "0.5.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
    [[package]]
    name = "linux-raw-sys"
    version = "0.4.13"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
    [[package]]
    name = "litemap"
    version = "0.7.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f9d642685b028806386b2b6e75685faadd3eb65a85fff7df711ce18446a422da"
    dependencies = [
    "serde",
    ]
    [[package]]
    name = "lock_api"
    version = "0.4.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
    dependencies = [
    "autocfg",
    "scopeguard",
    ]
    [[package]]
    name = "log"
    version = "0.4.21"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
    [[package]]
    name = "loupe"
    version = "0.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9b6a72dfa44fe15b5e76b94307eeb2ff995a8c5b283b55008940c02e0c5b634d"
    dependencies = [
    "indexmap 1.9.3",
    "loupe-derive",
    "rustversion",
    ]
    [[package]]
    name = "loupe-derive"
    version = "0.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c0fbfc88337168279f2e9ae06e157cfed4efd3316e14dc96ed074d4f2e6c5952"
    dependencies = [
    "quote",
    "syn 1.0.109",
    ]
    [[package]]
    name = "mach"
    version = "0.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
    dependencies = [
    "libc",
    ]
    [[package]]
    name = "mach2"
    version = "0.4.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
    dependencies = [
    "libc",
    ]
    [[package]]
    name = "maplit"
    version = "1.0.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
    [[package]]
    name = "matchers"
    version = "0.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
    dependencies = [
    "regex-automata 0.1.10",
    ]
    [[package]]
    name = "matrixmultiply"
    version = "0.3.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"
    dependencies = [
    "autocfg",
    "rawpointer",
    ]
    [[package]]
    name = "memchr"
    version = "2.7.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
    [[package]]
    name = "memmap2"
    version = "0.5.10"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
    dependencies = [
    "libc",
    ]
    [[package]]
    name = "memoffset"
    version = "0.6.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
    dependencies = [
    "autocfg",
    ]
    [[package]]
    name = "miette"
    version = "7.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4edc8853320c2a0dab800fbda86253c8938f6ea88510dc92c5f1ed20e794afc1"
    dependencies = [
    "backtrace",
    "backtrace-ext",
    "cfg-if",
    "miette-derive",
    "owo-colors 4.0.0",
    "supports-color",
    "supports-hyperlinks",
    "supports-unicode",
    "terminal_size",
    "textwrap",
    "thiserror",
    "unicode-width",
    ]
    [[package]]
    name = "miette-derive"
    version = "7.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "mime"
    version = "0.3.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
    [[package]]
    name = "miniz_oxide"
    version = "0.7.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
    dependencies = [
    "adler",
    ]
    [[package]]
    name = "mio"
    version = "0.8.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
    dependencies = [
    "libc",
    "wasi",
    "windows-sys 0.48.0",
    ]
    [[package]]
    name = "momo"
    version = "0.2.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "67f9e707519a058a29a09bda9ce6ed266803c0a6ad9381a9eaae3fb5d83b696b"
    dependencies = [
    "watt",
    ]
    [[package]]
    name = "more-asserts"
    version = "0.2.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
    [[package]]
    name = "ndarray"
    version = "0.15.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
    dependencies = [
    "matrixmultiply",
    "num-complex",
    "num-integer",
    "num-traits",
    "rawpointer",
    ]
    [[package]]
    name = "nu-ansi-term"
    version = "0.46.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
    dependencies = [
    "overload",
    "winapi",
    ]
    [[package]]
    name = "num-complex"
    version = "0.4.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
    dependencies = [
    "num-traits",
    ]
    [[package]]
    name = "num-conv"
    version = "0.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
    [[package]]
    name = "num-integer"
    version = "0.1.46"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
    dependencies = [
    "num-traits",
    ]
    [[package]]
    name = "num-traits"
    version = "0.2.18"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
    dependencies = [
    "autocfg",
    "libm",
    ]
    [[package]]
    name = "num_cpus"
    version = "1.16.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
    dependencies = [
    "hermit-abi",
    "libc",
    ]
    [[package]]
    name = "num_threads"
    version = "0.1.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
    dependencies = [
    "libc",
    ]
    [[package]]
    name = "object"
    version = "0.28.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
    dependencies = [
    "crc32fast",
    "hashbrown 0.11.2",
    "indexmap 1.9.3",
    "memchr",
    ]
    [[package]]
    name = "object"
    version = "0.32.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
    dependencies = [
    "memchr",
    ]
    [[package]]
    name = "once_cell"
    version = "1.19.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
    [[package]]
    name = "overload"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
    [[package]]
    name = "owo-colors"
    version = "3.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
    [[package]]
    name = "owo-colors"
    version = "4.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f"
    [[package]]
    name = "parking_lot"
    version = "0.12.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
    dependencies = [
    "lock_api",
    "parking_lot_core",
    ]
    [[package]]
    name = "parking_lot_core"
    version = "0.9.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
    dependencies = [
    "cfg-if",
    "libc",
    "redox_syscall",
    "smallvec",
    "windows-targets 0.48.5",
    ]
    [[package]]
    name = "parse-zoneinfo"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
    dependencies = [
    "regex",
    ]
    [[package]]
    name = "paypal"
    version = "0.1.0"
    dependencies = [
    "beancount-importers-framework",
    "beancount-types",
    "csv 0.0.0-dev.0",
    "derive_builder",
    "german-decimal",
    "hashbrown 0.14.3",
    "inventory",
    "miette",
    "rust_decimal",
    "serde",
    "snafu",
    "tap",
    "time 0.3.34",
    "time-tz",
    ]
    [[package]]
    name = "percent-encoding"
    version = "2.3.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
    [[package]]
    name = "petgraph"
    version = "0.6.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
    dependencies = [
    "fixedbitset",
    "indexmap 2.2.6",
    ]
    [[package]]
    name = "phf"
    version = "0.11.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
    dependencies = [
    "phf_shared",
    ]
    [[package]]
    name = "phf_codegen"
    version = "0.11.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
    dependencies = [
    "phf_generator",
    "phf_shared",
    ]
    [[package]]
    name = "phf_generator"
    version = "0.11.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
    dependencies = [
    "phf_shared",
    "rand",
    ]
    [[package]]
    name = "phf_shared"
    version = "0.11.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
    dependencies = [
    "siphasher",
    ]
    [[package]]
    name = "pin-project"
    version = "1.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
    dependencies = [
    "pin-project-internal",
    ]
    [[package]]
    name = "pin-project-internal"
    version = "1.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "pin-project-lite"
    version = "0.2.14"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
    [[package]]
    name = "pin-utils"
    version = "0.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
    [[package]]
    name = "postcard"
    version = "1.0.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
    dependencies = [
    "cobs",
    "embedded-io",
    "serde",
    ]
    [[package]]
    name = "powerfmt"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
    [[package]]
    name = "ppv-lite86"
    version = "0.2.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
    [[package]]
    name = "prettyplease"
    version = "0.2.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7"
    dependencies = [
    "proc-macro2",
    "syn 2.0.58",
    ]
    [[package]]
    name = "proc-macro-crate"
    version = "3.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
    dependencies = [
    "toml_edit 0.21.1",
    ]
    [[package]]
    name = "proc-macro-error"
    version = "1.0.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
    dependencies = [
    "proc-macro-error-attr",
    "proc-macro2",
    "quote",
    "syn 1.0.109",
    "version_check",
    ]
    [[package]]
    name = "proc-macro-error-attr"
    version = "1.0.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
    dependencies = [
    "proc-macro2",
    "quote",
    "version_check",
    ]
    [[package]]
    name = "proc-macro-hack"
    version = "0.5.20+deprecated"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
    [[package]]
    name = "proc-macro2"
    version = "1.0.79"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
    dependencies = [
    "unicode-ident",
    ]
    [[package]]
    name = "proptest"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf"
    dependencies = [
    "bit-set",
    "bit-vec",
    "bitflags 2.5.0",
    "lazy_static",
    "num-traits",
    "rand",
    "rand_chacha",
    "rand_xorshift",
    "regex-syntax 0.8.3",
    "rusty-fork",
    "tempfile",
    "unarray",
    ]
    [[package]]
    name = "ptr_meta"
    version = "0.1.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
    dependencies = [
    "ptr_meta_derive",
    ]
    [[package]]
    name = "ptr_meta_derive"
    version = "0.1.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 1.0.109",
    ]
    [[package]]
    name = "quick-error"
    version = "1.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
    [[package]]
    name = "quick-xml"
    version = "0.31.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
    dependencies = [
    "encoding_rs",
    "memchr",
    ]
    [[package]]
    name = "quote"
    version = "1.0.35"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
    dependencies = [
    "proc-macro2",
    ]
    [[package]]
    name = "radium"
    version = "0.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
    [[package]]
    name = "rand"
    version = "0.8.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
    dependencies = [
    "libc",
    "rand_chacha",
    "rand_core",
    ]
    [[package]]
    name = "rand_chacha"
    version = "0.3.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
    dependencies = [
    "ppv-lite86",
    "rand_core",
    ]
    [[package]]
    name = "rand_core"
    version = "0.6.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
    dependencies = [
    "getrandom",
    ]
    [[package]]
    name = "rand_xorshift"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
    dependencies = [
    "rand_core",
    ]
    [[package]]
    name = "rawpointer"
    version = "0.2.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
    [[package]]
    name = "rayon"
    version = "1.10.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
    dependencies = [
    "either",
    "rayon-core",
    ]
    [[package]]
    name = "rayon-core"
    version = "1.12.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
    dependencies = [
    "crossbeam-deque",
    "crossbeam-utils",
    ]
    [[package]]
    name = "redox_syscall"
    version = "0.4.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
    dependencies = [
    "bitflags 1.3.2",
    ]
    [[package]]
    name = "regex"
    version = "1.10.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
    dependencies = [
    "aho-corasick",
    "memchr",
    "regex-automata 0.4.6",
    "regex-syntax 0.8.3",
    ]
    [[package]]
    name = "regex-automata"
    version = "0.1.10"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
    dependencies = [
    "regex-syntax 0.6.29",
    ]
    [[package]]
    name = "regex-automata"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
    dependencies = [
    "memchr",
    "regex-syntax 0.6.29",
    ]
    [[package]]
    name = "regex-automata"
    version = "0.4.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
    dependencies = [
    "aho-corasick",
    "memchr",
    "regex-syntax 0.8.3",
    ]
    [[package]]
    name = "regex-syntax"
    version = "0.6.29"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
    [[package]]
    name = "regex-syntax"
    version = "0.8.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
    [[package]]
    name = "region"
    version = "3.0.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e6b6ebd13bc009aef9cd476c1310d49ac354d36e240cf1bd753290f3dc7199a7"
    dependencies = [
    "bitflags 1.3.2",
    "libc",
    "mach2",
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "relative-path"
    version = "1.9.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc"
    [[package]]
    name = "rend"
    version = "0.4.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
    dependencies = [
    "bytecheck",
    ]
    [[package]]
    name = "reqwest"
    version = "0.12.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19"
    dependencies = [
    "base64 0.22.0",
    "bytes",
    "encoding_rs",
    "futures-core",
    "futures-util",
    "h2",
    "http",
    "http-body",
    "http-body-util",
    "hyper",
    "hyper-rustls",
    "hyper-util",
    "ipnet",
    "js-sys",
    "log",
    "mime",
    "once_cell",
    "percent-encoding",
    "pin-project-lite",
    "rustls",
    "rustls-pemfile",
    "rustls-pki-types",
    "serde",
    "serde_json",
    "serde_urlencoded",
    "sync_wrapper",
    "tokio",
    "tokio-rustls",
    "tower-service",
    "url",
    "wasm-bindgen",
    "wasm-bindgen-futures",
    "web-sys",
    "webpki-roots",
    "winreg",
    ]
    [[package]]
    name = "ring"
    version = "0.17.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
    dependencies = [
    "cc",
    "cfg-if",
    "getrandom",
    "libc",
    "spin",
    "untrusted",
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "rkyv"
    version = "0.7.44"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
    dependencies = [
    "bitvec",
    "bytecheck",
    "bytes",
    "hashbrown 0.12.3",
    "ptr_meta",
    "rend",
    "rkyv_derive",
    "seahash",
    "tinyvec",
    "uuid",
    ]
    [[package]]
    name = "rkyv_derive"
    version = "0.7.44"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 1.0.109",
    ]
    [[package]]
    name = "rust_decimal"
    version = "1.35.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
    dependencies = [
    "arrayvec",
    "borsh",
    "bytes",
    "num-traits",
    "rand",
    "rkyv",
    "serde",
    "serde_json",
    ]
    [[package]]
    name = "rust_decimal_macros"
    version = "1.34.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e418701588729bef95e7a655f2b483ad64bb97c46e8e79fde83efd92aaab6d82"
    dependencies = [
    "quote",
    "rust_decimal",
    ]
    [[package]]
    name = "rustc-demangle"
    version = "0.1.23"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
    [[package]]
    name = "rustc_version"
    version = "0.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
    dependencies = [
    "semver",
    ]
    [[package]]
    name = "rustix"
    version = "0.38.32"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
    dependencies = [
    "bitflags 2.5.0",
    "errno",
    "libc",
    "linux-raw-sys",
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "rustls"
    version = "0.22.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c"
    dependencies = [
    "log",
    "ring",
    "rustls-pki-types",
    "rustls-webpki",
    "subtle",
    "zeroize",
    ]
    [[package]]
    name = "rustls-pemfile"
    version = "2.1.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
    dependencies = [
    "base64 0.22.0",
    "rustls-pki-types",
    ]
    [[package]]
    name = "rustls-pki-types"
    version = "1.4.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247"
    [[package]]
    name = "rustls-webpki"
    version = "0.102.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
    dependencies = [
    "ring",
    "rustls-pki-types",
    "untrusted",
    ]
    [[package]]
    name = "rustversion"
    version = "1.0.15"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47"
    [[package]]
    name = "rusty-fork"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
    dependencies = [
    "fnv",
    "quick-error",
    "tempfile",
    "wait-timeout",
    ]
    [[package]]
    name = "ryu"
    version = "1.0.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
    [[package]]
    name = "scopeguard"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
    [[package]]
    name = "seahash"
    version = "4.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
    [[package]]
    name = "semver"
    version = "0.9.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
    dependencies = [
    "semver-parser",
    ]
    [[package]]
    name = "semver-parser"
    version = "0.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
    [[package]]
    name = "serde"
    version = "1.0.197"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
    dependencies = [
    "serde_derive",
    ]
    [[package]]
    name = "serde-aux"
    version = "4.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0d2e8bfba469d06512e11e3311d4d051a4a387a5b42d010404fecf3200321c95"
    dependencies = [
    "serde",
    "serde_json",
    ]
    [[package]]
    name = "serde-json-core"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8014aeea272bca0f0779778d43253f2f3375b414185b30e6ecc4d3e4a9994781"
    dependencies = [
    "ryu",
    "serde",
    ]
    [[package]]
    name = "serde-xml-rs"
    version = "0.5.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "65162e9059be2f6a3421ebbb4fef3e74b7d9e7c60c50a0e292c6239f19f1edfa"
    dependencies = [
    "log",
    "serde",
    "thiserror",
    "xml-rs",
    ]
    [[package]]
    name = "serde_bytes"
    version = "0.11.14"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734"
    dependencies = [
    "serde",
    ]
    [[package]]
    name = "serde_derive"
    version = "1.0.197"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "serde_json"
    version = "1.0.115"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
    dependencies = [
    "itoa",
    "ryu",
    "serde",
    ]
    [[package]]
    name = "serde_urlencoded"
    version = "0.7.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
    dependencies = [
    "form_urlencoded",
    "itoa",
    "ryu",
    "serde",
    ]
    [[package]]
    name = "sha1"
    version = "0.6.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
    dependencies = [
    "sha1_smol",
    ]
    [[package]]
    name = "sha1_smol"
    version = "1.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
    [[package]]
    name = "sharded-slab"
    version = "0.1.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
    dependencies = [
    "lazy_static",
    ]
    [[package]]
    name = "signal-hook-registry"
    version = "1.4.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
    dependencies = [
    "libc",
    ]
    [[package]]
    name = "simdutf8"
    version = "0.1.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
    [[package]]
    name = "similar"
    version = "2.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
    [[package]]
    name = "simple_logger"
    version = "4.3.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1"
    dependencies = [
    "log",
    "windows-sys 0.48.0",
    ]
    [[package]]
    name = "siphasher"
    version = "0.3.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
    [[package]]
    name = "slab"
    version = "0.4.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
    dependencies = [
    "autocfg",
    ]
    [[package]]
    name = "smallvec"
    version = "1.13.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
    dependencies = [
    "serde",
    ]
    [[package]]
    name = "smawk"
    version = "0.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
    [[package]]
    name = "snafu"
    version = "0.8.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "75976f4748ab44f6e5332102be424e7c2dc18daeaf7e725f2040c3ebb133512e"
    dependencies = [
    "snafu-derive",
    ]
    [[package]]
    name = "snafu-derive"
    version = "0.8.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b4b19911debfb8c2fb1107bc6cb2d61868aaf53a988449213959bb1b5b1ed95f"
    dependencies = [
    "heck 0.4.1",
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "socket2"
    version = "0.5.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
    dependencies = [
    "libc",
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "spin"
    version = "0.9.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
    [[package]]
    name = "stable_deref_trait"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
    [[package]]
    name = "standback"
    version = "0.2.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
    dependencies = [
    "version_check",
    ]
    [[package]]
    name = "static_assertions"
    version = "1.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
    [[package]]
    name = "stdweb"
    version = "0.4.20"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
    dependencies = [
    "discard",
    "rustc_version",
    "stdweb-derive",
    "stdweb-internal-macros",
    "stdweb-internal-runtime",
    "wasm-bindgen",
    ]
    [[package]]
    name = "stdweb-derive"
    version = "0.5.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
    dependencies = [
    "proc-macro2",
    "quote",
    "serde",
    "serde_derive",
    "syn 1.0.109",
    ]
    [[package]]
    name = "stdweb-internal-macros"
    version = "0.2.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
    dependencies = [
    "base-x",
    "proc-macro2",
    "quote",
    "serde",
    "serde_derive",
    "serde_json",
    "sha1",
    "syn 1.0.109",
    ]
    [[package]]
    name = "stdweb-internal-runtime"
    version = "0.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
    [[package]]
    name = "strsim"
    version = "0.10.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
    [[package]]
    name = "strsim"
    version = "0.11.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
    [[package]]
    name = "subtle"
    version = "2.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
    [[package]]
    name = "supports-color"
    version = "3.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9829b314621dfc575df4e409e79f9d6a66a3bd707ab73f23cb4aa3a854ac854f"
    dependencies = [
    "is_ci",
    ]
    [[package]]
    name = "supports-hyperlinks"
    version = "3.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2c0a1e5168041f5f3ff68ff7d95dcb9c8749df29f6e7e89ada40dd4c9de404ee"
    [[package]]
    name = "supports-unicode"
    version = "3.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
    [[package]]
    name = "syn"
    version = "1.0.109"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
    dependencies = [
    "proc-macro2",
    "quote",
    "unicode-ident",
    ]
    [[package]]
    name = "syn"
    version = "2.0.58"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
    dependencies = [
    "proc-macro2",
    "quote",
    "unicode-ident",
    ]
    [[package]]
    name = "syn_derive"
    version = "0.1.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
    dependencies = [
    "proc-macro-error",
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "sync_wrapper"
    version = "0.1.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
    [[package]]
    name = "synstructure"
    version = "0.13.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "tap"
    version = "1.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
    [[package]]
    name = "target-lexicon"
    version = "0.12.14"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
    [[package]]
    name = "tempfile"
    version = "3.10.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
    dependencies = [
    "cfg-if",
    "fastrand",
    "rustix",
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "terminal_size"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
    dependencies = [
    "rustix",
    "windows-sys 0.48.0",
    ]
    [[package]]
    name = "test-case"
    version = "3.3.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8"
    dependencies = [
    "test-case-macros",
    ]
    [[package]]
    name = "test-case-core"
    version = "3.3.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f"
    dependencies = [
    "cfg-if",
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "test-case-macros"
    version = "3.3.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    "test-case-core",
    ]
    [[package]]
    name = "textwrap"
    version = "0.16.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
    dependencies = [
    "smawk",
    "unicode-linebreak",
    "unicode-width",
    ]
    [[package]]
    name = "thiserror"
    version = "1.0.58"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
    dependencies = [
    "thiserror-impl",
    ]
    [[package]]
    name = "thiserror-impl"
    version = "1.0.58"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "thread_local"
    version = "1.1.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
    dependencies = [
    "cfg-if",
    "once_cell",
    ]
    [[package]]
    name = "time"
    version = "0.2.27"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
    dependencies = [
    "const_fn",
    "libc",
    "standback",
    "stdweb",
    "time-macros 0.1.1",
    "version_check",
    "winapi",
    ]
    [[package]]
    name = "time"
    version = "0.3.34"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
    dependencies = [
    "deranged",
    "itoa",
    "js-sys",
    "libc",
    "num-conv",
    "num_threads",
    "powerfmt",
    "serde",
    "time-core",
    "time-macros 0.2.17",
    ]
    [[package]]
    name = "time-core"
    version = "0.1.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
    [[package]]
    name = "time-macros"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
    dependencies = [
    "proc-macro-hack",
    "time-macros-impl",
    ]
    [[package]]
    name = "time-macros"
    version = "0.2.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
    dependencies = [
    "num-conv",
    "time-core",
    ]
    [[package]]
    name = "time-macros-impl"
    version = "0.1.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
    dependencies = [
    "proc-macro-hack",
    "proc-macro2",
    "quote",
    "standback",
    "syn 1.0.109",
    ]
    [[package]]
    name = "time-tz"
    version = "2.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "733bc522e97980eb421cbf381160ff225bd14262a48a739110f6653c6258d625"
    dependencies = [
    "cfg-if",
    "js-sys",
    "parse-zoneinfo",
    "phf",
    "phf_codegen",
    "serde",
    "serde-xml-rs",
    "thiserror",
    "time 0.3.34",
    "wasm-bindgen",
    "windows-sys 0.32.0",
    ]
    [[package]]
    name = "tinystr"
    version = "0.7.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece"
    dependencies = [
    "databake",
    "displaydoc",
    "serde",
    "zerovec",
    ]
    [[package]]
    name = "tinyvec"
    version = "1.6.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
    dependencies = [
    "tinyvec_macros",
    ]
    [[package]]
    name = "tinyvec_macros"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
    [[package]]
    name = "tokio"
    version = "1.37.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
    dependencies = [
    "backtrace",
    "bytes",
    "libc",
    "mio",
    "num_cpus",
    "parking_lot",
    "pin-project-lite",
    "signal-hook-registry",
    "socket2",
    "tokio-macros",
    "windows-sys 0.48.0",
    ]
    [[package]]
    name = "tokio-macros"
    version = "2.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "tokio-rustls"
    version = "0.25.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
    dependencies = [
    "rustls",
    "rustls-pki-types",
    "tokio",
    ]
    [[package]]
    name = "tokio-util"
    version = "0.7.10"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
    dependencies = [
    "bytes",
    "futures-core",
    "futures-sink",
    "pin-project-lite",
    "tokio",
    "tracing",
    ]
    [[package]]
    name = "toml"
    version = "0.5.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
    dependencies = [
    "serde",
    ]
    [[package]]
    name = "toml_datetime"
    version = "0.6.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
    [[package]]
    name = "toml_edit"
    version = "0.21.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
    dependencies = [
    "indexmap 2.2.6",
    "toml_datetime",
    "winnow 0.5.40",
    ]
    [[package]]
    name = "toml_edit"
    version = "0.22.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4"
    dependencies = [
    "indexmap 2.2.6",
    "toml_datetime",
    "winnow 0.6.5",
    ]
    [[package]]
    name = "tower"
    version = "0.4.13"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
    dependencies = [
    "futures-core",
    "futures-util",
    "pin-project",
    "pin-project-lite",
    "tokio",
    "tower-layer",
    "tower-service",
    "tracing",
    ]
    [[package]]
    name = "tower-layer"
    version = "0.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
    [[package]]
    name = "tower-service"
    version = "0.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
    [[package]]
    name = "tracing"
    version = "0.1.40"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
    dependencies = [
    "log",
    "pin-project-lite",
    "tracing-attributes",
    "tracing-core",
    ]
    [[package]]
    name = "tracing-attributes"
    version = "0.1.27"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "tracing-core"
    version = "0.1.32"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
    dependencies = [
    "once_cell",
    "valuable",
    ]
    [[package]]
    name = "tracing-error"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
    dependencies = [
    "tracing",
    "tracing-subscriber",
    ]
    [[package]]
    name = "tracing-log"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
    dependencies = [
    "log",
    "once_cell",
    "tracing-core",
    ]
    [[package]]
    name = "tracing-subscriber"
    version = "0.3.18"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
    dependencies = [
    "matchers",
    "nu-ansi-term",
    "once_cell",
    "regex",
    "sharded-slab",
    "smallvec",
    "thread_local",
    "tracing",
    "tracing-core",
    "tracing-log",
    ]
    [[package]]
    name = "try-lock"
    version = "0.2.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
    [[package]]
    name = "twox-hash"
    version = "1.6.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
    dependencies = [
    "cfg-if",
    "static_assertions",
    ]
    [[package]]
    name = "unarray"
    version = "0.1.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
    [[package]]
    name = "unicode-bidi"
    version = "0.3.15"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
    [[package]]
    name = "unicode-ident"
    version = "1.0.12"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
    [[package]]
    name = "unicode-linebreak"
    version = "0.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
    [[package]]
    name = "unicode-normalization"
    version = "0.1.23"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
    dependencies = [
    "tinyvec",
    ]
    [[package]]
    name = "unicode-segmentation"
    version = "1.11.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
    [[package]]
    name = "unicode-width"
    version = "0.1.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
    [[package]]
    name = "uniondepot"
    version = "0.0.0-dev.0"
    dependencies = [
    "beancount-importers-framework",
    "beancount-types",
    "csv 0.0.0-dev.0",
    "derive_builder",
    "german-decimal",
    "miette",
    "rust_decimal",
    "serde",
    "snafu",
    "time 0.3.34",
    ]
    [[package]]
    name = "untrusted"
    version = "0.9.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
    [[package]]
    name = "ureq"
    version = "2.9.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35"
    dependencies = [
    "base64 0.21.7",
    "flate2",
    "log",
    "once_cell",
    "rustls",
    "rustls-pki-types",
    "rustls-webpki",
    "url",
    "webpki-roots",
    ]
    [[package]]
    name = "url"
    version = "2.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
    dependencies = [
    "form_urlencoded",
    "idna",
    "percent-encoding",
    ]
    [[package]]
    name = "utf16_iter"
    version = "1.0.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
    [[package]]
    name = "utf8_iter"
    version = "1.0.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
    [[package]]
    name = "utf8parse"
    version = "0.2.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
    [[package]]
    name = "uuid"
    version = "1.8.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
    dependencies = [
    "getrandom",
    ]
    [[package]]
    name = "valuable"
    version = "0.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
    [[package]]
    name = "version_check"
    version = "0.9.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
    [[package]]
    name = "vr-bank"
    version = "0.0.0-dev.0"
    dependencies = [
    "beancount-importers-framework",
    "beancount-types",
    "csv 0.0.0-dev.0",
    "derive_builder",
    "german-decimal",
    "hashbrown 0.14.3",
    "iso_currency",
    "miette",
    "rust_decimal",
    "serde",
    "snafu",
    "time 0.3.34",
    ]
    [[package]]
    name = "wait-timeout"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
    dependencies = [
    "libc",
    ]
    [[package]]
    name = "want"
    version = "0.3.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
    dependencies = [
    "try-lock",
    ]
    [[package]]
    name = "wasi"
    version = "0.11.0+wasi-snapshot-preview1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
    [[package]]
    name = "wasm-bindgen"
    version = "0.2.92"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
    dependencies = [
    "cfg-if",
    "wasm-bindgen-macro",
    ]
    [[package]]
    name = "wasm-bindgen-backend"
    version = "0.2.92"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
    dependencies = [
    "bumpalo",
    "log",
    "once_cell",
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    "wasm-bindgen-shared",
    ]
    [[package]]
    name = "wasm-bindgen-futures"
    version = "0.4.42"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
    dependencies = [
    "cfg-if",
    "js-sys",
    "wasm-bindgen",
    "web-sys",
    ]
    [[package]]
    name = "wasm-bindgen-macro"
    version = "0.2.92"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
    dependencies = [
    "quote",
    "wasm-bindgen-macro-support",
    ]
    [[package]]
    name = "wasm-bindgen-macro-support"
    version = "0.2.92"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    "wasm-bindgen-backend",
    "wasm-bindgen-shared",
    ]
    [[package]]
    name = "wasm-bindgen-shared"
    version = "0.2.92"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
    [[package]]
    name = "wasmer"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ea8d8361c9d006ea3d7797de7bd6b1492ffd0f91a22430cfda6c1658ad57bedf"
    dependencies = [
    "cfg-if",
    "indexmap 1.9.3",
    "js-sys",
    "loupe",
    "more-asserts",
    "target-lexicon",
    "thiserror",
    "wasm-bindgen",
    "wasmer-artifact",
    "wasmer-compiler",
    "wasmer-compiler-singlepass",
    "wasmer-derive",
    "wasmer-engine",
    "wasmer-engine-dylib",
    "wasmer-engine-universal",
    "wasmer-types",
    "wasmer-vm",
    "winapi",
    ]
    [[package]]
    name = "wasmer-artifact"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7aaf9428c29c1d8ad2ac0e45889ba8a568a835e33fd058964e5e500f2f7ce325"
    dependencies = [
    "enumset",
    "loupe",
    "thiserror",
    "wasmer-compiler",
    "wasmer-types",
    ]
    [[package]]
    name = "wasmer-compiler"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e67a6cd866aed456656db2cfea96c18baabbd33f676578482b85c51e1ee19d2c"
    dependencies = [
    "enumset",
    "loupe",
    "rkyv",
    "serde",
    "serde_bytes",
    "smallvec",
    "target-lexicon",
    "thiserror",
    "wasmer-types",
    "wasmparser",
    ]
    [[package]]
    name = "wasmer-compiler-singlepass"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "29ca2a35204d8befa85062bc7aac259a8db8070b801b8a783770ba58231d729e"
    dependencies = [
    "byteorder",
    "dynasm",
    "dynasmrt",
    "gimli 0.26.2",
    "lazy_static",
    "loupe",
    "more-asserts",
    "rayon",
    "smallvec",
    "wasmer-compiler",
    "wasmer-types",
    ]
    [[package]]
    name = "wasmer-derive"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "00e50405cc2a2f74ff574584710a5f2c1d5c93744acce2ca0866084739284b51"
    dependencies = [
    "proc-macro-error",
    "proc-macro2",
    "quote",
    "syn 1.0.109",
    ]
    [[package]]
    name = "wasmer-engine"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3f98f010978c244db431b392aeab0661df7ea0822343334f8f2a920763548e45"
    dependencies = [
    "backtrace",
    "enumset",
    "lazy_static",
    "loupe",
    "memmap2",
    "more-asserts",
    "rustc-demangle",
    "serde",
    "serde_bytes",
    "target-lexicon",
    "thiserror",
    "wasmer-artifact",
    "wasmer-compiler",
    "wasmer-types",
    "wasmer-vm",
    ]
    [[package]]
    name = "wasmer-engine-dylib"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ad0358af9c154724587731175553805648d9acb8f6657880d165e378672b7e53"
    dependencies = [
    "cfg-if",
    "enum-iterator",
    "enumset",
    "leb128",
    "libloading",
    "loupe",
    "object 0.28.4",
    "rkyv",
    "serde",
    "tempfile",
    "tracing",
    "wasmer-artifact",
    "wasmer-compiler",
    "wasmer-engine",
    "wasmer-object",
    "wasmer-types",
    "wasmer-vm",
    "which",
    ]
    [[package]]
    name = "wasmer-engine-universal"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "440dc3d93c9ca47865a4f4edd037ea81bf983b5796b59b3d712d844b32dbef15"
    dependencies = [
    "cfg-if",
    "enumset",
    "leb128",
    "loupe",
    "region",
    "rkyv",
    "wasmer-compiler",
    "wasmer-engine",
    "wasmer-engine-universal-artifact",
    "wasmer-types",
    "wasmer-vm",
    "winapi",
    ]
    [[package]]
    name = "wasmer-engine-universal-artifact"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "68f1db3f54152657eb6e86c44b66525ff7801dad8328fe677da48dd06af9ad41"
    dependencies = [
    "enum-iterator",
    "enumset",
    "loupe",
    "rkyv",
    "thiserror",
    "wasmer-artifact",
    "wasmer-compiler",
    "wasmer-types",
    ]
    [[package]]
    name = "wasmer-object"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8d831335ff3a44ecf451303f6f891175c642488036b92ceceb24ac8623a8fa8b"
    dependencies = [
    "object 0.28.4",
    "thiserror",
    "wasmer-compiler",
    "wasmer-types",
    ]
    [[package]]
    name = "wasmer-types"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "39df01ea05dc0a9bab67e054c7cb01521e53b35a7bb90bd02eca564ed0b2667f"
    dependencies = [
    "backtrace",
    "enum-iterator",
    "indexmap 1.9.3",
    "loupe",
    "more-asserts",
    "rkyv",
    "serde",
    "thiserror",
    ]
    [[package]]
    name = "wasmer-vfs"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9302eae3edc53cb540c2d681e7f16d8274918c1ce207591f04fed351649e97c0"
    dependencies = [
    "slab",
    "thiserror",
    "tracing",
    ]
    [[package]]
    name = "wasmer-vm"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "30d965fa61f4dc4cdb35a54daaf7ecec3563fbb94154a6c35433f879466247dd"
    dependencies = [
    "backtrace",
    "cc",
    "cfg-if",
    "corosensei",
    "enum-iterator",
    "indexmap 1.9.3",
    "lazy_static",
    "libc",
    "loupe",
    "mach",
    "memoffset",
    "more-asserts",
    "region",
    "rkyv",
    "scopeguard",
    "serde",
    "thiserror",
    "wasmer-artifact",
    "wasmer-types",
    "winapi",
    ]
    [[package]]
    name = "wasmer-wasi"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fadbe31e3c1b6f3e398ad172b169152ae1a743ae6efd5f9ffb34019983319d99"
    dependencies = [
    "cfg-if",
    "generational-arena",
    "getrandom",
    "libc",
    "thiserror",
    "tracing",
    "wasm-bindgen",
    "wasmer",
    "wasmer-vfs",
    "wasmer-wasi-types",
    "winapi",
    ]
    [[package]]
    name = "wasmer-wasi-types"
    version = "2.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "22dc83aadbdf97388de3211cb6f105374f245a3cf2a5c65a16776e7a087a8468"
    dependencies = [
    "byteorder",
    "time 0.2.27",
    "wasmer-types",
    ]
    [[package]]
    name = "wasmparser"
    version = "0.83.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"
    [[package]]
    name = "watt"
    version = "0.4.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1afe0b1b220864da4245b78396b3c0cea9edf00d9e96aebe53fe613cf5158dcc"
    [[package]]
    name = "web-sys"
    version = "0.3.69"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
    dependencies = [
    "js-sys",
    "wasm-bindgen",
    ]
    [[package]]
    name = "webpki-roots"
    version = "0.26.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
    dependencies = [
    "rustls-pki-types",
    ]
    [[package]]
    name = "which"
    version = "4.4.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
    dependencies = [
    "either",
    "home",
    "once_cell",
    "rustix",
    ]
    [[package]]
    name = "winapi"
    version = "0.3.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
    dependencies = [
    "winapi-i686-pc-windows-gnu",
    "winapi-x86_64-pc-windows-gnu",
    ]
    [[package]]
    name = "winapi-i686-pc-windows-gnu"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
    [[package]]
    name = "winapi-x86_64-pc-windows-gnu"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
    [[package]]
    name = "windows-sys"
    version = "0.32.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"
    dependencies = [
    "windows_aarch64_msvc 0.32.0",
    "windows_i686_gnu 0.32.0",
    "windows_i686_msvc 0.32.0",
    "windows_x86_64_gnu 0.32.0",
    "windows_x86_64_msvc 0.32.0",
    ]
    [[package]]
    name = "windows-sys"
    version = "0.33.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "43dbb096663629518eb1dfa72d80243ca5a6aca764cae62a2df70af760a9be75"
    dependencies = [
    "windows_aarch64_msvc 0.33.0",
    "windows_i686_gnu 0.33.0",
    "windows_i686_msvc 0.33.0",
    "windows_x86_64_gnu 0.33.0",
    "windows_x86_64_msvc 0.33.0",
    ]
    [[package]]
    name = "windows-sys"
    version = "0.48.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
    dependencies = [
    "windows-targets 0.48.5",
    ]
    [[package]]
    name = "windows-sys"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
    dependencies = [
    "windows-targets 0.52.4",
    ]
    [[package]]
    name = "windows-targets"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
    dependencies = [
    "windows_aarch64_gnullvm 0.48.5",
    "windows_aarch64_msvc 0.48.5",
    "windows_i686_gnu 0.48.5",
    "windows_i686_msvc 0.48.5",
    "windows_x86_64_gnu 0.48.5",
    "windows_x86_64_gnullvm 0.48.5",
    "windows_x86_64_msvc 0.48.5",
    ]
    [[package]]
    name = "windows-targets"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
    dependencies = [
    "windows_aarch64_gnullvm 0.52.4",
    "windows_aarch64_msvc 0.52.4",
    "windows_i686_gnu 0.52.4",
    "windows_i686_msvc 0.52.4",
    "windows_x86_64_gnu 0.52.4",
    "windows_x86_64_gnullvm 0.52.4",
    "windows_x86_64_msvc 0.52.4",
    ]
    [[package]]
    name = "windows_aarch64_gnullvm"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
    [[package]]
    name = "windows_aarch64_gnullvm"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
    [[package]]
    name = "windows_aarch64_msvc"
    version = "0.32.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
    [[package]]
    name = "windows_aarch64_msvc"
    version = "0.33.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cd761fd3eb9ab8cc1ed81e56e567f02dd82c4c837e48ac3b2181b9ffc5060807"
    [[package]]
    name = "windows_aarch64_msvc"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
    [[package]]
    name = "windows_aarch64_msvc"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
    [[package]]
    name = "windows_i686_gnu"
    version = "0.32.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
    [[package]]
    name = "windows_i686_gnu"
    version = "0.33.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cab0cf703a96bab2dc0c02c0fa748491294bf9b7feb27e1f4f96340f208ada0e"
    [[package]]
    name = "windows_i686_gnu"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
    [[package]]
    name = "windows_i686_gnu"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
    [[package]]
    name = "windows_i686_msvc"
    version = "0.32.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
    [[package]]
    name = "windows_i686_msvc"
    version = "0.33.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8cfdbe89cc9ad7ce618ba34abc34bbb6c36d99e96cae2245b7943cd75ee773d0"
    [[package]]
    name = "windows_i686_msvc"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
    [[package]]
    name = "windows_i686_msvc"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
    [[package]]
    name = "windows_x86_64_gnu"
    version = "0.32.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
    [[package]]
    name = "windows_x86_64_gnu"
    version = "0.33.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b4dd9b0c0e9ece7bb22e84d70d01b71c6d6248b81a3c60d11869451b4cb24784"
    [[package]]
    name = "windows_x86_64_gnu"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
    [[package]]
    name = "windows_x86_64_gnu"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
    [[package]]
    name = "windows_x86_64_gnullvm"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
    [[package]]
    name = "windows_x86_64_gnullvm"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
    [[package]]
    name = "windows_x86_64_msvc"
    version = "0.32.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
    [[package]]
    name = "windows_x86_64_msvc"
    version = "0.33.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ff1e4aa646495048ec7f3ffddc411e1d829c026a2ec62b39da15c1055e406eaa"
    [[package]]
    name = "windows_x86_64_msvc"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
    [[package]]
    name = "windows_x86_64_msvc"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
    [[package]]
    name = "winnow"
    version = "0.5.40"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
    dependencies = [
    "memchr",
    ]
    [[package]]
    name = "winnow"
    version = "0.6.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"
    dependencies = [
    "memchr",
    ]
    [[package]]
    name = "winreg"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
    dependencies = [
    "cfg-if",
    "windows-sys 0.48.0",
    ]
    [[package]]
    name = "write16"
    version = "1.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
    [[package]]
    name = "writeable"
    version = "0.5.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dad7bb64b8ef9c0aa27b6da38b452b0ee9fd82beaf276a87dd796fb55cbae14e"
    [[package]]
    name = "wyz"
    version = "0.5.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
    dependencies = [
    "tap",
    ]
    [[package]]
    name = "xml-rs"
    version = "0.8.20"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
    [[package]]
    name = "xmlparser"
    version = "0.13.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
    [[package]]
    name = "xxhash-rust"
    version = "0.8.10"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03"
    [[package]]
    name = "yoke"
    version = "0.7.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4"
    dependencies = [
    "serde",
    "stable_deref_trait",
    "yoke-derive",
    "zerofrom",
    ]
    [[package]]
    name = "yoke-derive"
    version = "0.7.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    "synstructure",
    ]
    [[package]]
    name = "zerocopy"
    version = "0.7.32"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
    dependencies = [
    "zerocopy-derive",
    ]
    [[package]]
    name = "zerocopy-derive"
    version = "0.7.32"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "zerofrom"
    version = "0.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7"
    dependencies = [
    "zerofrom-derive",
    ]
    [[package]]
    name = "zerofrom-derive"
    version = "0.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    "synstructure",
    ]
    [[package]]
    name = "zeroize"
    version = "1.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
    [[package]]
    name = "zerotrie"
    version = "0.1.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d0594125a0574fb93059c92c588ab209cc036a23d1baeb3410fa9181bea551a0"
    dependencies = [
    "databake",
    "displaydoc",
    "litemap",
    "serde",
    "yoke",
    "zerofrom",
    "zerovec",
    ]
    [[package]]
    name = "zerovec"
    version = "0.10.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "eff4439ae91fb5c72b8abc12f3f2dbf51bd27e6eadb9f8a5bc8898dddb0e27ea"
    dependencies = [
    "databake",
    "serde",
    "yoke",
    "zerofrom",
    "zerovec-derive",
    ]
    [[package]]
    name = "zerovec-derive"
    version = "0.10.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7b4e5997cbf58990550ef1f0e5124a05e47e1ebd33a84af25739be6031a62c20"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn 2.0.58",
    ]
    [[package]]
    name = "zip"
    version = "0.6.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
    dependencies = [
    "byteorder",
    "crc32fast",
    "crossbeam-utils",
    "flate2",
    ]