reprise 0.1.0-aarch64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
 - data/Cargo.lock +856 -0
 - data/Cargo.toml +8 -0
 - data/LICENSE.txt +21 -0
 - data/README.md +362 -0
 - data/Rakefile +48 -0
 - data/lib/reprise/3.1/reprise.so +0 -0
 - data/lib/reprise/3.2/reprise.so +0 -0
 - data/lib/reprise/3.3/reprise.so +0 -0
 - data/lib/reprise/core/occurrence.rb +21 -0
 - data/lib/reprise/schedule.rb +299 -0
 - data/lib/reprise/time_of_day.rb +75 -0
 - data/lib/reprise/time_zone_identifier.rb +51 -0
 - data/lib/reprise/version.rb +5 -0
 - data/lib/reprise.rb +10 -0
 - metadata +251 -0
 
    
        data/Cargo.lock
    ADDED
    
    | 
         @@ -0,0 +1,856 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # This file is automatically @generated by Cargo.
         
     | 
| 
      
 2 
     | 
    
         
            +
            # It is not intended for manual editing.
         
     | 
| 
      
 3 
     | 
    
         
            +
            version = 3
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 6 
     | 
    
         
            +
            name = "ahash"
         
     | 
| 
      
 7 
     | 
    
         
            +
            version = "0.7.8"
         
     | 
| 
      
 8 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 9 
     | 
    
         
            +
            checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
         
     | 
| 
      
 10 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 11 
     | 
    
         
            +
             "getrandom",
         
     | 
| 
      
 12 
     | 
    
         
            +
             "once_cell",
         
     | 
| 
      
 13 
     | 
    
         
            +
             "version_check",
         
     | 
| 
      
 14 
     | 
    
         
            +
            ]
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 17 
     | 
    
         
            +
            name = "aho-corasick"
         
     | 
| 
      
 18 
     | 
    
         
            +
            version = "1.1.3"
         
     | 
| 
      
 19 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 20 
     | 
    
         
            +
            checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
         
     | 
| 
      
 21 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 22 
     | 
    
         
            +
             "memchr",
         
     | 
| 
      
 23 
     | 
    
         
            +
            ]
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 26 
     | 
    
         
            +
            name = "android-tzdata"
         
     | 
| 
      
 27 
     | 
    
         
            +
            version = "0.1.1"
         
     | 
| 
      
 28 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 29 
     | 
    
         
            +
            checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 32 
     | 
    
         
            +
            name = "android_system_properties"
         
     | 
| 
      
 33 
     | 
    
         
            +
            version = "0.1.5"
         
     | 
| 
      
 34 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 35 
     | 
    
         
            +
            checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
         
     | 
| 
      
 36 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 37 
     | 
    
         
            +
             "libc",
         
     | 
| 
      
 38 
     | 
    
         
            +
            ]
         
     | 
| 
      
 39 
     | 
    
         
            +
             
     | 
| 
      
 40 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 41 
     | 
    
         
            +
            name = "autocfg"
         
     | 
| 
      
 42 
     | 
    
         
            +
            version = "1.3.0"
         
     | 
| 
      
 43 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 44 
     | 
    
         
            +
            checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 47 
     | 
    
         
            +
            name = "bindgen"
         
     | 
| 
      
 48 
     | 
    
         
            +
            version = "0.69.4"
         
     | 
| 
      
 49 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 50 
     | 
    
         
            +
            checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
         
     | 
| 
      
 51 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 52 
     | 
    
         
            +
             "bitflags",
         
     | 
| 
      
 53 
     | 
    
         
            +
             "cexpr",
         
     | 
| 
      
 54 
     | 
    
         
            +
             "clang-sys",
         
     | 
| 
      
 55 
     | 
    
         
            +
             "itertools",
         
     | 
| 
      
 56 
     | 
    
         
            +
             "lazy_static",
         
     | 
| 
      
 57 
     | 
    
         
            +
             "lazycell",
         
     | 
| 
      
 58 
     | 
    
         
            +
             "proc-macro2",
         
     | 
| 
      
 59 
     | 
    
         
            +
             "quote",
         
     | 
| 
      
 60 
     | 
    
         
            +
             "regex",
         
     | 
| 
      
 61 
     | 
    
         
            +
             "rustc-hash",
         
     | 
| 
      
 62 
     | 
    
         
            +
             "shlex",
         
     | 
| 
      
 63 
     | 
    
         
            +
             "syn 2.0.71",
         
     | 
| 
      
 64 
     | 
    
         
            +
            ]
         
     | 
| 
      
 65 
     | 
    
         
            +
             
     | 
| 
      
 66 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 67 
     | 
    
         
            +
            name = "bitflags"
         
     | 
| 
      
 68 
     | 
    
         
            +
            version = "2.6.0"
         
     | 
| 
      
 69 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 70 
     | 
    
         
            +
            checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
         
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 73 
     | 
    
         
            +
            name = "bumpalo"
         
     | 
| 
      
 74 
     | 
    
         
            +
            version = "3.16.0"
         
     | 
| 
      
 75 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 76 
     | 
    
         
            +
            checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
         
     | 
| 
      
 77 
     | 
    
         
            +
             
     | 
| 
      
 78 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 79 
     | 
    
         
            +
            name = "cc"
         
     | 
| 
      
 80 
     | 
    
         
            +
            version = "1.1.6"
         
     | 
| 
      
 81 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 82 
     | 
    
         
            +
            checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
         
     | 
| 
      
 83 
     | 
    
         
            +
             
     | 
| 
      
 84 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 85 
     | 
    
         
            +
            name = "cexpr"
         
     | 
| 
      
 86 
     | 
    
         
            +
            version = "0.6.0"
         
     | 
| 
      
 87 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 88 
     | 
    
         
            +
            checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
         
     | 
| 
      
 89 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 90 
     | 
    
         
            +
             "nom",
         
     | 
| 
      
 91 
     | 
    
         
            +
            ]
         
     | 
| 
      
 92 
     | 
    
         
            +
             
     | 
| 
      
 93 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 94 
     | 
    
         
            +
            name = "cfg-if"
         
     | 
| 
      
 95 
     | 
    
         
            +
            version = "1.0.0"
         
     | 
| 
      
 96 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 97 
     | 
    
         
            +
            checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
         
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 100 
     | 
    
         
            +
            name = "chrono"
         
     | 
| 
      
 101 
     | 
    
         
            +
            version = "0.4.38"
         
     | 
| 
      
 102 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 103 
     | 
    
         
            +
            checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
         
     | 
| 
      
 104 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 105 
     | 
    
         
            +
             "android-tzdata",
         
     | 
| 
      
 106 
     | 
    
         
            +
             "iana-time-zone",
         
     | 
| 
      
 107 
     | 
    
         
            +
             "js-sys",
         
     | 
| 
      
 108 
     | 
    
         
            +
             "num-traits",
         
     | 
| 
      
 109 
     | 
    
         
            +
             "wasm-bindgen",
         
     | 
| 
      
 110 
     | 
    
         
            +
             "windows-targets",
         
     | 
| 
      
 111 
     | 
    
         
            +
            ]
         
     | 
| 
      
 112 
     | 
    
         
            +
             
     | 
| 
      
 113 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 114 
     | 
    
         
            +
            name = "chrono-tz"
         
     | 
| 
      
 115 
     | 
    
         
            +
            version = "0.9.0"
         
     | 
| 
      
 116 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 117 
     | 
    
         
            +
            checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
         
     | 
| 
      
 118 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 119 
     | 
    
         
            +
             "chrono",
         
     | 
| 
      
 120 
     | 
    
         
            +
             "chrono-tz-build",
         
     | 
| 
      
 121 
     | 
    
         
            +
             "phf",
         
     | 
| 
      
 122 
     | 
    
         
            +
            ]
         
     | 
| 
      
 123 
     | 
    
         
            +
             
     | 
| 
      
 124 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 125 
     | 
    
         
            +
            name = "chrono-tz-build"
         
     | 
| 
      
 126 
     | 
    
         
            +
            version = "0.3.0"
         
     | 
| 
      
 127 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 128 
     | 
    
         
            +
            checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
         
     | 
| 
      
 129 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 130 
     | 
    
         
            +
             "parse-zoneinfo",
         
     | 
| 
      
 131 
     | 
    
         
            +
             "phf",
         
     | 
| 
      
 132 
     | 
    
         
            +
             "phf_codegen",
         
     | 
| 
      
 133 
     | 
    
         
            +
            ]
         
     | 
| 
      
 134 
     | 
    
         
            +
             
     | 
| 
      
 135 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 136 
     | 
    
         
            +
            name = "clang-sys"
         
     | 
| 
      
 137 
     | 
    
         
            +
            version = "1.8.1"
         
     | 
| 
      
 138 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 139 
     | 
    
         
            +
            checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
         
     | 
| 
      
 140 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 141 
     | 
    
         
            +
             "glob",
         
     | 
| 
      
 142 
     | 
    
         
            +
             "libc",
         
     | 
| 
      
 143 
     | 
    
         
            +
             "libloading",
         
     | 
| 
      
 144 
     | 
    
         
            +
            ]
         
     | 
| 
      
 145 
     | 
    
         
            +
             
     | 
| 
      
 146 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 147 
     | 
    
         
            +
            name = "core-foundation-sys"
         
     | 
| 
      
 148 
     | 
    
         
            +
            version = "0.8.6"
         
     | 
| 
      
 149 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 150 
     | 
    
         
            +
            checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
         
     | 
| 
      
 151 
     | 
    
         
            +
             
     | 
| 
      
 152 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 153 
     | 
    
         
            +
            name = "crossbeam-deque"
         
     | 
| 
      
 154 
     | 
    
         
            +
            version = "0.8.5"
         
     | 
| 
      
 155 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 156 
     | 
    
         
            +
            checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
         
     | 
| 
      
 157 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 158 
     | 
    
         
            +
             "crossbeam-epoch",
         
     | 
| 
      
 159 
     | 
    
         
            +
             "crossbeam-utils",
         
     | 
| 
      
 160 
     | 
    
         
            +
            ]
         
     | 
| 
      
 161 
     | 
    
         
            +
             
     | 
| 
      
 162 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 163 
     | 
    
         
            +
            name = "crossbeam-epoch"
         
     | 
| 
      
 164 
     | 
    
         
            +
            version = "0.9.18"
         
     | 
| 
      
 165 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 166 
     | 
    
         
            +
            checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
         
     | 
| 
      
 167 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 168 
     | 
    
         
            +
             "crossbeam-utils",
         
     | 
| 
      
 169 
     | 
    
         
            +
            ]
         
     | 
| 
      
 170 
     | 
    
         
            +
             
     | 
| 
      
 171 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 172 
     | 
    
         
            +
            name = "crossbeam-utils"
         
     | 
| 
      
 173 
     | 
    
         
            +
            version = "0.8.20"
         
     | 
| 
      
 174 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 175 
     | 
    
         
            +
            checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
         
     | 
| 
      
 176 
     | 
    
         
            +
             
     | 
| 
      
 177 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 178 
     | 
    
         
            +
            name = "either"
         
     | 
| 
      
 179 
     | 
    
         
            +
            version = "1.13.0"
         
     | 
| 
      
 180 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 181 
     | 
    
         
            +
            checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
         
     | 
| 
      
 182 
     | 
    
         
            +
             
     | 
| 
      
 183 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 184 
     | 
    
         
            +
            name = "enum_dispatch"
         
     | 
| 
      
 185 
     | 
    
         
            +
            version = "0.3.13"
         
     | 
| 
      
 186 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 187 
     | 
    
         
            +
            checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
         
     | 
| 
      
 188 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 189 
     | 
    
         
            +
             "once_cell",
         
     | 
| 
      
 190 
     | 
    
         
            +
             "proc-macro2",
         
     | 
| 
      
 191 
     | 
    
         
            +
             "quote",
         
     | 
| 
      
 192 
     | 
    
         
            +
             "syn 2.0.71",
         
     | 
| 
      
 193 
     | 
    
         
            +
            ]
         
     | 
| 
      
 194 
     | 
    
         
            +
             
     | 
| 
      
 195 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 196 
     | 
    
         
            +
            name = "getrandom"
         
     | 
| 
      
 197 
     | 
    
         
            +
            version = "0.2.15"
         
     | 
| 
      
 198 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 199 
     | 
    
         
            +
            checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
         
     | 
| 
      
 200 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 201 
     | 
    
         
            +
             "cfg-if",
         
     | 
| 
      
 202 
     | 
    
         
            +
             "libc",
         
     | 
| 
      
 203 
     | 
    
         
            +
             "wasi",
         
     | 
| 
      
 204 
     | 
    
         
            +
            ]
         
     | 
| 
      
 205 
     | 
    
         
            +
             
     | 
| 
      
 206 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 207 
     | 
    
         
            +
            name = "glob"
         
     | 
| 
      
 208 
     | 
    
         
            +
            version = "0.3.1"
         
     | 
| 
      
 209 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 210 
     | 
    
         
            +
            checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
         
     | 
| 
      
 211 
     | 
    
         
            +
             
     | 
| 
      
 212 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 213 
     | 
    
         
            +
            name = "hashbrown"
         
     | 
| 
      
 214 
     | 
    
         
            +
            version = "0.12.3"
         
     | 
| 
      
 215 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 216 
     | 
    
         
            +
            checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
         
     | 
| 
      
 217 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 218 
     | 
    
         
            +
             "ahash",
         
     | 
| 
      
 219 
     | 
    
         
            +
            ]
         
     | 
| 
      
 220 
     | 
    
         
            +
             
     | 
| 
      
 221 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 222 
     | 
    
         
            +
            name = "iana-time-zone"
         
     | 
| 
      
 223 
     | 
    
         
            +
            version = "0.1.60"
         
     | 
| 
      
 224 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 225 
     | 
    
         
            +
            checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
         
     | 
| 
      
 226 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 227 
     | 
    
         
            +
             "android_system_properties",
         
     | 
| 
      
 228 
     | 
    
         
            +
             "core-foundation-sys",
         
     | 
| 
      
 229 
     | 
    
         
            +
             "iana-time-zone-haiku",
         
     | 
| 
      
 230 
     | 
    
         
            +
             "js-sys",
         
     | 
| 
      
 231 
     | 
    
         
            +
             "wasm-bindgen",
         
     | 
| 
      
 232 
     | 
    
         
            +
             "windows-core",
         
     | 
| 
      
 233 
     | 
    
         
            +
            ]
         
     | 
| 
      
 234 
     | 
    
         
            +
             
     | 
| 
      
 235 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 236 
     | 
    
         
            +
            name = "iana-time-zone-haiku"
         
     | 
| 
      
 237 
     | 
    
         
            +
            version = "0.1.2"
         
     | 
| 
      
 238 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 239 
     | 
    
         
            +
            checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
         
     | 
| 
      
 240 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 241 
     | 
    
         
            +
             "cc",
         
     | 
| 
      
 242 
     | 
    
         
            +
            ]
         
     | 
| 
      
 243 
     | 
    
         
            +
             
     | 
| 
      
 244 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 245 
     | 
    
         
            +
            name = "itertools"
         
     | 
| 
      
 246 
     | 
    
         
            +
            version = "0.12.1"
         
     | 
| 
      
 247 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 248 
     | 
    
         
            +
            checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
         
     | 
| 
      
 249 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 250 
     | 
    
         
            +
             "either",
         
     | 
| 
      
 251 
     | 
    
         
            +
            ]
         
     | 
| 
      
 252 
     | 
    
         
            +
             
     | 
| 
      
 253 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 254 
     | 
    
         
            +
            name = "itoa"
         
     | 
| 
      
 255 
     | 
    
         
            +
            version = "1.0.11"
         
     | 
| 
      
 256 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 257 
     | 
    
         
            +
            checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
         
     | 
| 
      
 258 
     | 
    
         
            +
             
     | 
| 
      
 259 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 260 
     | 
    
         
            +
            name = "js-sys"
         
     | 
| 
      
 261 
     | 
    
         
            +
            version = "0.3.69"
         
     | 
| 
      
 262 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 263 
     | 
    
         
            +
            checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
         
     | 
| 
      
 264 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 265 
     | 
    
         
            +
             "wasm-bindgen",
         
     | 
| 
      
 266 
     | 
    
         
            +
            ]
         
     | 
| 
      
 267 
     | 
    
         
            +
             
     | 
| 
      
 268 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 269 
     | 
    
         
            +
            name = "lazy_static"
         
     | 
| 
      
 270 
     | 
    
         
            +
            version = "1.5.0"
         
     | 
| 
      
 271 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 272 
     | 
    
         
            +
            checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
         
     | 
| 
      
 273 
     | 
    
         
            +
             
     | 
| 
      
 274 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 275 
     | 
    
         
            +
            name = "lazycell"
         
     | 
| 
      
 276 
     | 
    
         
            +
            version = "1.3.0"
         
     | 
| 
      
 277 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 278 
     | 
    
         
            +
            checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
         
     | 
| 
      
 279 
     | 
    
         
            +
             
     | 
| 
      
 280 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 281 
     | 
    
         
            +
            name = "libc"
         
     | 
| 
      
 282 
     | 
    
         
            +
            version = "0.2.155"
         
     | 
| 
      
 283 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 284 
     | 
    
         
            +
            checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
         
     | 
| 
      
 285 
     | 
    
         
            +
             
     | 
| 
      
 286 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 287 
     | 
    
         
            +
            name = "libloading"
         
     | 
| 
      
 288 
     | 
    
         
            +
            version = "0.8.5"
         
     | 
| 
      
 289 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 290 
     | 
    
         
            +
            checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
         
     | 
| 
      
 291 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 292 
     | 
    
         
            +
             "cfg-if",
         
     | 
| 
      
 293 
     | 
    
         
            +
             "windows-targets",
         
     | 
| 
      
 294 
     | 
    
         
            +
            ]
         
     | 
| 
      
 295 
     | 
    
         
            +
             
     | 
| 
      
 296 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 297 
     | 
    
         
            +
            name = "lock_api"
         
     | 
| 
      
 298 
     | 
    
         
            +
            version = "0.4.12"
         
     | 
| 
      
 299 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 300 
     | 
    
         
            +
            checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
         
     | 
| 
      
 301 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 302 
     | 
    
         
            +
             "autocfg",
         
     | 
| 
      
 303 
     | 
    
         
            +
             "scopeguard",
         
     | 
| 
      
 304 
     | 
    
         
            +
            ]
         
     | 
| 
      
 305 
     | 
    
         
            +
             
     | 
| 
      
 306 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 307 
     | 
    
         
            +
            name = "log"
         
     | 
| 
      
 308 
     | 
    
         
            +
            version = "0.4.22"
         
     | 
| 
      
 309 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 310 
     | 
    
         
            +
            checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
         
     | 
| 
      
 311 
     | 
    
         
            +
             
     | 
| 
      
 312 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 313 
     | 
    
         
            +
            name = "lru"
         
     | 
| 
      
 314 
     | 
    
         
            +
            version = "0.7.8"
         
     | 
| 
      
 315 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 316 
     | 
    
         
            +
            checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
         
     | 
| 
      
 317 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 318 
     | 
    
         
            +
             "hashbrown",
         
     | 
| 
      
 319 
     | 
    
         
            +
            ]
         
     | 
| 
      
 320 
     | 
    
         
            +
             
     | 
| 
      
 321 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 322 
     | 
    
         
            +
            name = "magnus"
         
     | 
| 
      
 323 
     | 
    
         
            +
            version = "0.7.1"
         
     | 
| 
      
 324 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 325 
     | 
    
         
            +
            checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
         
     | 
| 
      
 326 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 327 
     | 
    
         
            +
             "magnus-macros",
         
     | 
| 
      
 328 
     | 
    
         
            +
             "rb-sys",
         
     | 
| 
      
 329 
     | 
    
         
            +
             "rb-sys-env",
         
     | 
| 
      
 330 
     | 
    
         
            +
             "seq-macro",
         
     | 
| 
      
 331 
     | 
    
         
            +
            ]
         
     | 
| 
      
 332 
     | 
    
         
            +
             
     | 
| 
      
 333 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 334 
     | 
    
         
            +
            name = "magnus-macros"
         
     | 
| 
      
 335 
     | 
    
         
            +
            version = "0.6.0"
         
     | 
| 
      
 336 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 337 
     | 
    
         
            +
            checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
         
     | 
| 
      
 338 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 339 
     | 
    
         
            +
             "proc-macro2",
         
     | 
| 
      
 340 
     | 
    
         
            +
             "quote",
         
     | 
| 
      
 341 
     | 
    
         
            +
             "syn 2.0.71",
         
     | 
| 
      
 342 
     | 
    
         
            +
            ]
         
     | 
| 
      
 343 
     | 
    
         
            +
             
     | 
| 
      
 344 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 345 
     | 
    
         
            +
            name = "memchr"
         
     | 
| 
      
 346 
     | 
    
         
            +
            version = "2.7.4"
         
     | 
| 
      
 347 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 348 
     | 
    
         
            +
            checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
         
     | 
| 
      
 349 
     | 
    
         
            +
             
     | 
| 
      
 350 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 351 
     | 
    
         
            +
            name = "memoize"
         
     | 
| 
      
 352 
     | 
    
         
            +
            version = "0.4.2"
         
     | 
| 
      
 353 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 354 
     | 
    
         
            +
            checksum = "5df4051db13d0816cf23196d3baa216385ae099339f5d0645a8d9ff2305e82b8"
         
     | 
| 
      
 355 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 356 
     | 
    
         
            +
             "lazy_static",
         
     | 
| 
      
 357 
     | 
    
         
            +
             "lru",
         
     | 
| 
      
 358 
     | 
    
         
            +
             "memoize-inner",
         
     | 
| 
      
 359 
     | 
    
         
            +
            ]
         
     | 
| 
      
 360 
     | 
    
         
            +
             
     | 
| 
      
 361 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 362 
     | 
    
         
            +
            name = "memoize-inner"
         
     | 
| 
      
 363 
     | 
    
         
            +
            version = "0.4.3"
         
     | 
| 
      
 364 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 365 
     | 
    
         
            +
            checksum = "27bdece7e91f0d1e33df7b46ec187a93ea0d4e642113a1039ac8bfdd4a3273ac"
         
     | 
| 
      
 366 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 367 
     | 
    
         
            +
             "lazy_static",
         
     | 
| 
      
 368 
     | 
    
         
            +
             "proc-macro2",
         
     | 
| 
      
 369 
     | 
    
         
            +
             "quote",
         
     | 
| 
      
 370 
     | 
    
         
            +
             "syn 1.0.109",
         
     | 
| 
      
 371 
     | 
    
         
            +
            ]
         
     | 
| 
      
 372 
     | 
    
         
            +
             
     | 
| 
      
 373 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 374 
     | 
    
         
            +
            name = "minimal-lexical"
         
     | 
| 
      
 375 
     | 
    
         
            +
            version = "0.2.1"
         
     | 
| 
      
 376 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 377 
     | 
    
         
            +
            checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
         
     | 
| 
      
 378 
     | 
    
         
            +
             
     | 
| 
      
 379 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 380 
     | 
    
         
            +
            name = "nom"
         
     | 
| 
      
 381 
     | 
    
         
            +
            version = "7.1.3"
         
     | 
| 
      
 382 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 383 
     | 
    
         
            +
            checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
         
     | 
| 
      
 384 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 385 
     | 
    
         
            +
             "memchr",
         
     | 
| 
      
 386 
     | 
    
         
            +
             "minimal-lexical",
         
     | 
| 
      
 387 
     | 
    
         
            +
            ]
         
     | 
| 
      
 388 
     | 
    
         
            +
             
     | 
| 
      
 389 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 390 
     | 
    
         
            +
            name = "num-traits"
         
     | 
| 
      
 391 
     | 
    
         
            +
            version = "0.2.19"
         
     | 
| 
      
 392 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 393 
     | 
    
         
            +
            checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
         
     | 
| 
      
 394 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 395 
     | 
    
         
            +
             "autocfg",
         
     | 
| 
      
 396 
     | 
    
         
            +
            ]
         
     | 
| 
      
 397 
     | 
    
         
            +
             
     | 
| 
      
 398 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 399 
     | 
    
         
            +
            name = "once_cell"
         
     | 
| 
      
 400 
     | 
    
         
            +
            version = "1.19.0"
         
     | 
| 
      
 401 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 402 
     | 
    
         
            +
            checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
         
     | 
| 
      
 403 
     | 
    
         
            +
             
     | 
| 
      
 404 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 405 
     | 
    
         
            +
            name = "parking_lot"
         
     | 
| 
      
 406 
     | 
    
         
            +
            version = "0.12.3"
         
     | 
| 
      
 407 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 408 
     | 
    
         
            +
            checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
         
     | 
| 
      
 409 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 410 
     | 
    
         
            +
             "lock_api",
         
     | 
| 
      
 411 
     | 
    
         
            +
             "parking_lot_core",
         
     | 
| 
      
 412 
     | 
    
         
            +
            ]
         
     | 
| 
      
 413 
     | 
    
         
            +
             
     | 
| 
      
 414 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 415 
     | 
    
         
            +
            name = "parking_lot_core"
         
     | 
| 
      
 416 
     | 
    
         
            +
            version = "0.9.10"
         
     | 
| 
      
 417 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 418 
     | 
    
         
            +
            checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
         
     | 
| 
      
 419 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 420 
     | 
    
         
            +
             "cfg-if",
         
     | 
| 
      
 421 
     | 
    
         
            +
             "libc",
         
     | 
| 
      
 422 
     | 
    
         
            +
             "redox_syscall",
         
     | 
| 
      
 423 
     | 
    
         
            +
             "smallvec",
         
     | 
| 
      
 424 
     | 
    
         
            +
             "windows-targets",
         
     | 
| 
      
 425 
     | 
    
         
            +
            ]
         
     | 
| 
      
 426 
     | 
    
         
            +
             
     | 
| 
      
 427 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 428 
     | 
    
         
            +
            name = "parse-zoneinfo"
         
     | 
| 
      
 429 
     | 
    
         
            +
            version = "0.3.1"
         
     | 
| 
      
 430 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 431 
     | 
    
         
            +
            checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
         
     | 
| 
      
 432 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 433 
     | 
    
         
            +
             "regex",
         
     | 
| 
      
 434 
     | 
    
         
            +
            ]
         
     | 
| 
      
 435 
     | 
    
         
            +
             
     | 
| 
      
 436 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 437 
     | 
    
         
            +
            name = "phf"
         
     | 
| 
      
 438 
     | 
    
         
            +
            version = "0.11.2"
         
     | 
| 
      
 439 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 440 
     | 
    
         
            +
            checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
         
     | 
| 
      
 441 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 442 
     | 
    
         
            +
             "phf_shared",
         
     | 
| 
      
 443 
     | 
    
         
            +
            ]
         
     | 
| 
      
 444 
     | 
    
         
            +
             
     | 
| 
      
 445 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 446 
     | 
    
         
            +
            name = "phf_codegen"
         
     | 
| 
      
 447 
     | 
    
         
            +
            version = "0.11.2"
         
     | 
| 
      
 448 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 449 
     | 
    
         
            +
            checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
         
     | 
| 
      
 450 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 451 
     | 
    
         
            +
             "phf_generator",
         
     | 
| 
      
 452 
     | 
    
         
            +
             "phf_shared",
         
     | 
| 
      
 453 
     | 
    
         
            +
            ]
         
     | 
| 
      
 454 
     | 
    
         
            +
             
     | 
| 
      
 455 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 456 
     | 
    
         
            +
            name = "phf_generator"
         
     | 
| 
      
 457 
     | 
    
         
            +
            version = "0.11.2"
         
     | 
| 
      
 458 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 459 
     | 
    
         
            +
            checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
         
     | 
| 
      
 460 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 461 
     | 
    
         
            +
             "phf_shared",
         
     | 
| 
      
 462 
     | 
    
         
            +
             "rand",
         
     | 
| 
      
 463 
     | 
    
         
            +
            ]
         
     | 
| 
      
 464 
     | 
    
         
            +
             
     | 
| 
      
 465 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 466 
     | 
    
         
            +
            name = "phf_shared"
         
     | 
| 
      
 467 
     | 
    
         
            +
            version = "0.11.2"
         
     | 
| 
      
 468 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 469 
     | 
    
         
            +
            checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
         
     | 
| 
      
 470 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 471 
     | 
    
         
            +
             "siphasher",
         
     | 
| 
      
 472 
     | 
    
         
            +
            ]
         
     | 
| 
      
 473 
     | 
    
         
            +
             
     | 
| 
      
 474 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 475 
     | 
    
         
            +
            name = "proc-macro2"
         
     | 
| 
      
 476 
     | 
    
         
            +
            version = "1.0.86"
         
     | 
| 
      
 477 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 478 
     | 
    
         
            +
            checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
         
     | 
| 
      
 479 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 480 
     | 
    
         
            +
             "unicode-ident",
         
     | 
| 
      
 481 
     | 
    
         
            +
            ]
         
     | 
| 
      
 482 
     | 
    
         
            +
             
     | 
| 
      
 483 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 484 
     | 
    
         
            +
            name = "quote"
         
     | 
| 
      
 485 
     | 
    
         
            +
            version = "1.0.36"
         
     | 
| 
      
 486 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 487 
     | 
    
         
            +
            checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
         
     | 
| 
      
 488 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 489 
     | 
    
         
            +
             "proc-macro2",
         
     | 
| 
      
 490 
     | 
    
         
            +
            ]
         
     | 
| 
      
 491 
     | 
    
         
            +
             
     | 
| 
      
 492 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 493 
     | 
    
         
            +
            name = "rand"
         
     | 
| 
      
 494 
     | 
    
         
            +
            version = "0.8.5"
         
     | 
| 
      
 495 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 496 
     | 
    
         
            +
            checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
         
     | 
| 
      
 497 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 498 
     | 
    
         
            +
             "rand_core",
         
     | 
| 
      
 499 
     | 
    
         
            +
            ]
         
     | 
| 
      
 500 
     | 
    
         
            +
             
     | 
| 
      
 501 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 502 
     | 
    
         
            +
            name = "rand_core"
         
     | 
| 
      
 503 
     | 
    
         
            +
            version = "0.6.4"
         
     | 
| 
      
 504 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 505 
     | 
    
         
            +
            checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
         
     | 
| 
      
 506 
     | 
    
         
            +
             
     | 
| 
      
 507 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 508 
     | 
    
         
            +
            name = "rayon"
         
     | 
| 
      
 509 
     | 
    
         
            +
            version = "1.10.0"
         
     | 
| 
      
 510 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 511 
     | 
    
         
            +
            checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
         
     | 
| 
      
 512 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 513 
     | 
    
         
            +
             "either",
         
     | 
| 
      
 514 
     | 
    
         
            +
             "rayon-core",
         
     | 
| 
      
 515 
     | 
    
         
            +
            ]
         
     | 
| 
      
 516 
     | 
    
         
            +
             
     | 
| 
      
 517 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 518 
     | 
    
         
            +
            name = "rayon-core"
         
     | 
| 
      
 519 
     | 
    
         
            +
            version = "1.12.1"
         
     | 
| 
      
 520 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 521 
     | 
    
         
            +
            checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
         
     | 
| 
      
 522 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 523 
     | 
    
         
            +
             "crossbeam-deque",
         
     | 
| 
      
 524 
     | 
    
         
            +
             "crossbeam-utils",
         
     | 
| 
      
 525 
     | 
    
         
            +
            ]
         
     | 
| 
      
 526 
     | 
    
         
            +
             
     | 
| 
      
 527 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 528 
     | 
    
         
            +
            name = "rb-sys"
         
     | 
| 
      
 529 
     | 
    
         
            +
            version = "0.9.98"
         
     | 
| 
      
 530 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 531 
     | 
    
         
            +
            checksum = "8914b2e6af10bd50dd7aaac8c5146872d3924d6012929b4ff504e988f6badd24"
         
     | 
| 
      
 532 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 533 
     | 
    
         
            +
             "rb-sys-build",
         
     | 
| 
      
 534 
     | 
    
         
            +
            ]
         
     | 
| 
      
 535 
     | 
    
         
            +
             
     | 
| 
      
 536 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 537 
     | 
    
         
            +
            name = "rb-sys-build"
         
     | 
| 
      
 538 
     | 
    
         
            +
            version = "0.9.98"
         
     | 
| 
      
 539 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 540 
     | 
    
         
            +
            checksum = "12af68c9757d419b82d65a12b5db538990dfe9416049fea3f0ba4b9a8ca108cd"
         
     | 
| 
      
 541 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 542 
     | 
    
         
            +
             "bindgen",
         
     | 
| 
      
 543 
     | 
    
         
            +
             "lazy_static",
         
     | 
| 
      
 544 
     | 
    
         
            +
             "proc-macro2",
         
     | 
| 
      
 545 
     | 
    
         
            +
             "quote",
         
     | 
| 
      
 546 
     | 
    
         
            +
             "regex",
         
     | 
| 
      
 547 
     | 
    
         
            +
             "shell-words",
         
     | 
| 
      
 548 
     | 
    
         
            +
             "syn 2.0.71",
         
     | 
| 
      
 549 
     | 
    
         
            +
            ]
         
     | 
| 
      
 550 
     | 
    
         
            +
             
     | 
| 
      
 551 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 552 
     | 
    
         
            +
            name = "rb-sys-env"
         
     | 
| 
      
 553 
     | 
    
         
            +
            version = "0.1.2"
         
     | 
| 
      
 554 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 555 
     | 
    
         
            +
            checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
         
     | 
| 
      
 556 
     | 
    
         
            +
             
     | 
| 
      
 557 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 558 
     | 
    
         
            +
            name = "redox_syscall"
         
     | 
| 
      
 559 
     | 
    
         
            +
            version = "0.5.3"
         
     | 
| 
      
 560 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 561 
     | 
    
         
            +
            checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
         
     | 
| 
      
 562 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 563 
     | 
    
         
            +
             "bitflags",
         
     | 
| 
      
 564 
     | 
    
         
            +
            ]
         
     | 
| 
      
 565 
     | 
    
         
            +
             
     | 
| 
      
 566 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 567 
     | 
    
         
            +
            name = "regex"
         
     | 
| 
      
 568 
     | 
    
         
            +
            version = "1.10.5"
         
     | 
| 
      
 569 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 570 
     | 
    
         
            +
            checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
         
     | 
| 
      
 571 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 572 
     | 
    
         
            +
             "aho-corasick",
         
     | 
| 
      
 573 
     | 
    
         
            +
             "memchr",
         
     | 
| 
      
 574 
     | 
    
         
            +
             "regex-automata",
         
     | 
| 
      
 575 
     | 
    
         
            +
             "regex-syntax",
         
     | 
| 
      
 576 
     | 
    
         
            +
            ]
         
     | 
| 
      
 577 
     | 
    
         
            +
             
     | 
| 
      
 578 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 579 
     | 
    
         
            +
            name = "regex-automata"
         
     | 
| 
      
 580 
     | 
    
         
            +
            version = "0.4.7"
         
     | 
| 
      
 581 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 582 
     | 
    
         
            +
            checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
         
     | 
| 
      
 583 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 584 
     | 
    
         
            +
             "aho-corasick",
         
     | 
| 
      
 585 
     | 
    
         
            +
             "memchr",
         
     | 
| 
      
 586 
     | 
    
         
            +
             "regex-syntax",
         
     | 
| 
      
 587 
     | 
    
         
            +
            ]
         
     | 
| 
      
 588 
     | 
    
         
            +
             
     | 
| 
      
 589 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 590 
     | 
    
         
            +
            name = "regex-syntax"
         
     | 
| 
      
 591 
     | 
    
         
            +
            version = "0.8.4"
         
     | 
| 
      
 592 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 593 
     | 
    
         
            +
            checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
         
     | 
| 
      
 594 
     | 
    
         
            +
             
     | 
| 
      
 595 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 596 
     | 
    
         
            +
            name = "reprise"
         
     | 
| 
      
 597 
     | 
    
         
            +
            version = "0.1.0"
         
     | 
| 
      
 598 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 599 
     | 
    
         
            +
             "chrono",
         
     | 
| 
      
 600 
     | 
    
         
            +
             "chrono-tz",
         
     | 
| 
      
 601 
     | 
    
         
            +
             "enum_dispatch",
         
     | 
| 
      
 602 
     | 
    
         
            +
             "magnus",
         
     | 
| 
      
 603 
     | 
    
         
            +
             "memoize",
         
     | 
| 
      
 604 
     | 
    
         
            +
             "parking_lot",
         
     | 
| 
      
 605 
     | 
    
         
            +
             "rayon",
         
     | 
| 
      
 606 
     | 
    
         
            +
             "rb-sys",
         
     | 
| 
      
 607 
     | 
    
         
            +
             "rb-sys-env",
         
     | 
| 
      
 608 
     | 
    
         
            +
             "serde",
         
     | 
| 
      
 609 
     | 
    
         
            +
             "serde_json",
         
     | 
| 
      
 610 
     | 
    
         
            +
            ]
         
     | 
| 
      
 611 
     | 
    
         
            +
             
     | 
| 
      
 612 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 613 
     | 
    
         
            +
            name = "rustc-hash"
         
     | 
| 
      
 614 
     | 
    
         
            +
            version = "1.1.0"
         
     | 
| 
      
 615 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 616 
     | 
    
         
            +
            checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
         
     | 
| 
      
 617 
     | 
    
         
            +
             
     | 
| 
      
 618 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 619 
     | 
    
         
            +
            name = "ryu"
         
     | 
| 
      
 620 
     | 
    
         
            +
            version = "1.0.18"
         
     | 
| 
      
 621 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 622 
     | 
    
         
            +
            checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
         
     | 
| 
      
 623 
     | 
    
         
            +
             
     | 
| 
      
 624 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 625 
     | 
    
         
            +
            name = "scopeguard"
         
     | 
| 
      
 626 
     | 
    
         
            +
            version = "1.2.0"
         
     | 
| 
      
 627 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 628 
     | 
    
         
            +
            checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
         
     | 
| 
      
 629 
     | 
    
         
            +
             
     | 
| 
      
 630 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 631 
     | 
    
         
            +
            name = "seq-macro"
         
     | 
| 
      
 632 
     | 
    
         
            +
            version = "0.3.5"
         
     | 
| 
      
 633 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 634 
     | 
    
         
            +
            checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
         
     | 
| 
      
 635 
     | 
    
         
            +
             
     | 
| 
      
 636 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 637 
     | 
    
         
            +
            name = "serde"
         
     | 
| 
      
 638 
     | 
    
         
            +
            version = "1.0.204"
         
     | 
| 
      
 639 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 640 
     | 
    
         
            +
            checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
         
     | 
| 
      
 641 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 642 
     | 
    
         
            +
             "serde_derive",
         
     | 
| 
      
 643 
     | 
    
         
            +
            ]
         
     | 
| 
      
 644 
     | 
    
         
            +
             
     | 
| 
      
 645 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 646 
     | 
    
         
            +
            name = "serde_derive"
         
     | 
| 
      
 647 
     | 
    
         
            +
            version = "1.0.204"
         
     | 
| 
      
 648 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 649 
     | 
    
         
            +
            checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
         
     | 
| 
      
 650 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 651 
     | 
    
         
            +
             "proc-macro2",
         
     | 
| 
      
 652 
     | 
    
         
            +
             "quote",
         
     | 
| 
      
 653 
     | 
    
         
            +
             "syn 2.0.71",
         
     | 
| 
      
 654 
     | 
    
         
            +
            ]
         
     | 
| 
      
 655 
     | 
    
         
            +
             
     | 
| 
      
 656 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 657 
     | 
    
         
            +
            name = "serde_json"
         
     | 
| 
      
 658 
     | 
    
         
            +
            version = "1.0.120"
         
     | 
| 
      
 659 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 660 
     | 
    
         
            +
            checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
         
     | 
| 
      
 661 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 662 
     | 
    
         
            +
             "itoa",
         
     | 
| 
      
 663 
     | 
    
         
            +
             "ryu",
         
     | 
| 
      
 664 
     | 
    
         
            +
             "serde",
         
     | 
| 
      
 665 
     | 
    
         
            +
            ]
         
     | 
| 
      
 666 
     | 
    
         
            +
             
     | 
| 
      
 667 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 668 
     | 
    
         
            +
            name = "shell-words"
         
     | 
| 
      
 669 
     | 
    
         
            +
            version = "1.1.0"
         
     | 
| 
      
 670 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 671 
     | 
    
         
            +
            checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
         
     | 
| 
      
 672 
     | 
    
         
            +
             
     | 
| 
      
 673 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 674 
     | 
    
         
            +
            name = "shlex"
         
     | 
| 
      
 675 
     | 
    
         
            +
            version = "1.3.0"
         
     | 
| 
      
 676 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 677 
     | 
    
         
            +
            checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
         
     | 
| 
      
 678 
     | 
    
         
            +
             
     | 
| 
      
 679 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 680 
     | 
    
         
            +
            name = "siphasher"
         
     | 
| 
      
 681 
     | 
    
         
            +
            version = "0.3.11"
         
     | 
| 
      
 682 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 683 
     | 
    
         
            +
            checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
         
     | 
| 
      
 684 
     | 
    
         
            +
             
     | 
| 
      
 685 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 686 
     | 
    
         
            +
            name = "smallvec"
         
     | 
| 
      
 687 
     | 
    
         
            +
            version = "1.13.2"
         
     | 
| 
      
 688 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 689 
     | 
    
         
            +
            checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
         
     | 
| 
      
 690 
     | 
    
         
            +
             
     | 
| 
      
 691 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 692 
     | 
    
         
            +
            name = "syn"
         
     | 
| 
      
 693 
     | 
    
         
            +
            version = "1.0.109"
         
     | 
| 
      
 694 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 695 
     | 
    
         
            +
            checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
         
     | 
| 
      
 696 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 697 
     | 
    
         
            +
             "proc-macro2",
         
     | 
| 
      
 698 
     | 
    
         
            +
             "quote",
         
     | 
| 
      
 699 
     | 
    
         
            +
             "unicode-ident",
         
     | 
| 
      
 700 
     | 
    
         
            +
            ]
         
     | 
| 
      
 701 
     | 
    
         
            +
             
     | 
| 
      
 702 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 703 
     | 
    
         
            +
            name = "syn"
         
     | 
| 
      
 704 
     | 
    
         
            +
            version = "2.0.71"
         
     | 
| 
      
 705 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 706 
     | 
    
         
            +
            checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462"
         
     | 
| 
      
 707 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 708 
     | 
    
         
            +
             "proc-macro2",
         
     | 
| 
      
 709 
     | 
    
         
            +
             "quote",
         
     | 
| 
      
 710 
     | 
    
         
            +
             "unicode-ident",
         
     | 
| 
      
 711 
     | 
    
         
            +
            ]
         
     | 
| 
      
 712 
     | 
    
         
            +
             
     | 
| 
      
 713 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 714 
     | 
    
         
            +
            name = "unicode-ident"
         
     | 
| 
      
 715 
     | 
    
         
            +
            version = "1.0.12"
         
     | 
| 
      
 716 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 717 
     | 
    
         
            +
            checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
         
     | 
| 
      
 718 
     | 
    
         
            +
             
     | 
| 
      
 719 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 720 
     | 
    
         
            +
            name = "version_check"
         
     | 
| 
      
 721 
     | 
    
         
            +
            version = "0.9.4"
         
     | 
| 
      
 722 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 723 
     | 
    
         
            +
            checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
         
     | 
| 
      
 724 
     | 
    
         
            +
             
     | 
| 
      
 725 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 726 
     | 
    
         
            +
            name = "wasi"
         
     | 
| 
      
 727 
     | 
    
         
            +
            version = "0.11.0+wasi-snapshot-preview1"
         
     | 
| 
      
 728 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 729 
     | 
    
         
            +
            checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
         
     | 
| 
      
 730 
     | 
    
         
            +
             
     | 
| 
      
 731 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 732 
     | 
    
         
            +
            name = "wasm-bindgen"
         
     | 
| 
      
 733 
     | 
    
         
            +
            version = "0.2.92"
         
     | 
| 
      
 734 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 735 
     | 
    
         
            +
            checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
         
     | 
| 
      
 736 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 737 
     | 
    
         
            +
             "cfg-if",
         
     | 
| 
      
 738 
     | 
    
         
            +
             "wasm-bindgen-macro",
         
     | 
| 
      
 739 
     | 
    
         
            +
            ]
         
     | 
| 
      
 740 
     | 
    
         
            +
             
     | 
| 
      
 741 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 742 
     | 
    
         
            +
            name = "wasm-bindgen-backend"
         
     | 
| 
      
 743 
     | 
    
         
            +
            version = "0.2.92"
         
     | 
| 
      
 744 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 745 
     | 
    
         
            +
            checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
         
     | 
| 
      
 746 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 747 
     | 
    
         
            +
             "bumpalo",
         
     | 
| 
      
 748 
     | 
    
         
            +
             "log",
         
     | 
| 
      
 749 
     | 
    
         
            +
             "once_cell",
         
     | 
| 
      
 750 
     | 
    
         
            +
             "proc-macro2",
         
     | 
| 
      
 751 
     | 
    
         
            +
             "quote",
         
     | 
| 
      
 752 
     | 
    
         
            +
             "syn 2.0.71",
         
     | 
| 
      
 753 
     | 
    
         
            +
             "wasm-bindgen-shared",
         
     | 
| 
      
 754 
     | 
    
         
            +
            ]
         
     | 
| 
      
 755 
     | 
    
         
            +
             
     | 
| 
      
 756 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 757 
     | 
    
         
            +
            name = "wasm-bindgen-macro"
         
     | 
| 
      
 758 
     | 
    
         
            +
            version = "0.2.92"
         
     | 
| 
      
 759 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 760 
     | 
    
         
            +
            checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
         
     | 
| 
      
 761 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 762 
     | 
    
         
            +
             "quote",
         
     | 
| 
      
 763 
     | 
    
         
            +
             "wasm-bindgen-macro-support",
         
     | 
| 
      
 764 
     | 
    
         
            +
            ]
         
     | 
| 
      
 765 
     | 
    
         
            +
             
     | 
| 
      
 766 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 767 
     | 
    
         
            +
            name = "wasm-bindgen-macro-support"
         
     | 
| 
      
 768 
     | 
    
         
            +
            version = "0.2.92"
         
     | 
| 
      
 769 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 770 
     | 
    
         
            +
            checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
         
     | 
| 
      
 771 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 772 
     | 
    
         
            +
             "proc-macro2",
         
     | 
| 
      
 773 
     | 
    
         
            +
             "quote",
         
     | 
| 
      
 774 
     | 
    
         
            +
             "syn 2.0.71",
         
     | 
| 
      
 775 
     | 
    
         
            +
             "wasm-bindgen-backend",
         
     | 
| 
      
 776 
     | 
    
         
            +
             "wasm-bindgen-shared",
         
     | 
| 
      
 777 
     | 
    
         
            +
            ]
         
     | 
| 
      
 778 
     | 
    
         
            +
             
     | 
| 
      
 779 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 780 
     | 
    
         
            +
            name = "wasm-bindgen-shared"
         
     | 
| 
      
 781 
     | 
    
         
            +
            version = "0.2.92"
         
     | 
| 
      
 782 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 783 
     | 
    
         
            +
            checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
         
     | 
| 
      
 784 
     | 
    
         
            +
             
     | 
| 
      
 785 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 786 
     | 
    
         
            +
            name = "windows-core"
         
     | 
| 
      
 787 
     | 
    
         
            +
            version = "0.52.0"
         
     | 
| 
      
 788 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 789 
     | 
    
         
            +
            checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
         
     | 
| 
      
 790 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 791 
     | 
    
         
            +
             "windows-targets",
         
     | 
| 
      
 792 
     | 
    
         
            +
            ]
         
     | 
| 
      
 793 
     | 
    
         
            +
             
     | 
| 
      
 794 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 795 
     | 
    
         
            +
            name = "windows-targets"
         
     | 
| 
      
 796 
     | 
    
         
            +
            version = "0.52.6"
         
     | 
| 
      
 797 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 798 
     | 
    
         
            +
            checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
         
     | 
| 
      
 799 
     | 
    
         
            +
            dependencies = [
         
     | 
| 
      
 800 
     | 
    
         
            +
             "windows_aarch64_gnullvm",
         
     | 
| 
      
 801 
     | 
    
         
            +
             "windows_aarch64_msvc",
         
     | 
| 
      
 802 
     | 
    
         
            +
             "windows_i686_gnu",
         
     | 
| 
      
 803 
     | 
    
         
            +
             "windows_i686_gnullvm",
         
     | 
| 
      
 804 
     | 
    
         
            +
             "windows_i686_msvc",
         
     | 
| 
      
 805 
     | 
    
         
            +
             "windows_x86_64_gnu",
         
     | 
| 
      
 806 
     | 
    
         
            +
             "windows_x86_64_gnullvm",
         
     | 
| 
      
 807 
     | 
    
         
            +
             "windows_x86_64_msvc",
         
     | 
| 
      
 808 
     | 
    
         
            +
            ]
         
     | 
| 
      
 809 
     | 
    
         
            +
             
     | 
| 
      
 810 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 811 
     | 
    
         
            +
            name = "windows_aarch64_gnullvm"
         
     | 
| 
      
 812 
     | 
    
         
            +
            version = "0.52.6"
         
     | 
| 
      
 813 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 814 
     | 
    
         
            +
            checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
         
     | 
| 
      
 815 
     | 
    
         
            +
             
     | 
| 
      
 816 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 817 
     | 
    
         
            +
            name = "windows_aarch64_msvc"
         
     | 
| 
      
 818 
     | 
    
         
            +
            version = "0.52.6"
         
     | 
| 
      
 819 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 820 
     | 
    
         
            +
            checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
         
     | 
| 
      
 821 
     | 
    
         
            +
             
     | 
| 
      
 822 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 823 
     | 
    
         
            +
            name = "windows_i686_gnu"
         
     | 
| 
      
 824 
     | 
    
         
            +
            version = "0.52.6"
         
     | 
| 
      
 825 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 826 
     | 
    
         
            +
            checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
         
     | 
| 
      
 827 
     | 
    
         
            +
             
     | 
| 
      
 828 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 829 
     | 
    
         
            +
            name = "windows_i686_gnullvm"
         
     | 
| 
      
 830 
     | 
    
         
            +
            version = "0.52.6"
         
     | 
| 
      
 831 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 832 
     | 
    
         
            +
            checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
         
     | 
| 
      
 833 
     | 
    
         
            +
             
     | 
| 
      
 834 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 835 
     | 
    
         
            +
            name = "windows_i686_msvc"
         
     | 
| 
      
 836 
     | 
    
         
            +
            version = "0.52.6"
         
     | 
| 
      
 837 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 838 
     | 
    
         
            +
            checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
         
     | 
| 
      
 839 
     | 
    
         
            +
             
     | 
| 
      
 840 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 841 
     | 
    
         
            +
            name = "windows_x86_64_gnu"
         
     | 
| 
      
 842 
     | 
    
         
            +
            version = "0.52.6"
         
     | 
| 
      
 843 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 844 
     | 
    
         
            +
            checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
         
     | 
| 
      
 845 
     | 
    
         
            +
             
     | 
| 
      
 846 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 847 
     | 
    
         
            +
            name = "windows_x86_64_gnullvm"
         
     | 
| 
      
 848 
     | 
    
         
            +
            version = "0.52.6"
         
     | 
| 
      
 849 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 850 
     | 
    
         
            +
            checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
         
     | 
| 
      
 851 
     | 
    
         
            +
             
     | 
| 
      
 852 
     | 
    
         
            +
            [[package]]
         
     | 
| 
      
 853 
     | 
    
         
            +
            name = "windows_x86_64_msvc"
         
     | 
| 
      
 854 
     | 
    
         
            +
            version = "0.52.6"
         
     | 
| 
      
 855 
     | 
    
         
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         
     | 
| 
      
 856 
     | 
    
         
            +
            checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
         
     |