svg2img 0.2.2 → 0.2.3
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 +4 -4
- data/Cargo.toml +5 -0
- data/README.md +1 -0
- data/ext/svg2img/Cargo.toml +3 -3
- data/ext/svg2img/src/lib.rs +27 -3
- data/lib/svg2img/version.rb +1 -1
- data/tmp/arm64-darwin23/stage/Cargo.toml +5 -0
- data/tmp/arm64-darwin23/stage/ext/svg2img/Cargo.toml +3 -3
- metadata +1 -4
- data/tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/Cargo.lock +0 -1607
- data/tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/Cargo.toml +0 -7
- data/tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/ext/svg2img/Cargo.toml +0 -17
| @@ -1,1607 +0,0 @@ | |
| 1 | 
            -
            # This file is automatically @generated by Cargo.
         | 
| 2 | 
            -
            # It is not intended for manual editing.
         | 
| 3 | 
            -
            version = 3
         | 
| 4 | 
            -
             | 
| 5 | 
            -
            [[package]]
         | 
| 6 | 
            -
            name = "adler"
         | 
| 7 | 
            -
            version = "1.0.2"
         | 
| 8 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 9 | 
            -
            checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
         | 
| 10 | 
            -
             | 
| 11 | 
            -
            [[package]]
         | 
| 12 | 
            -
            name = "aho-corasick"
         | 
| 13 | 
            -
            version = "1.1.3"
         | 
| 14 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 15 | 
            -
            checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
         | 
| 16 | 
            -
            dependencies = [
         | 
| 17 | 
            -
             "memchr",
         | 
| 18 | 
            -
            ]
         | 
| 19 | 
            -
             | 
| 20 | 
            -
            [[package]]
         | 
| 21 | 
            -
            name = "aligned-vec"
         | 
| 22 | 
            -
            version = "0.5.0"
         | 
| 23 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 24 | 
            -
            checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
         | 
| 25 | 
            -
             | 
| 26 | 
            -
            [[package]]
         | 
| 27 | 
            -
            name = "anyhow"
         | 
| 28 | 
            -
            version = "1.0.86"
         | 
| 29 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 30 | 
            -
            checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
         | 
| 31 | 
            -
             | 
| 32 | 
            -
            [[package]]
         | 
| 33 | 
            -
            name = "arbitrary"
         | 
| 34 | 
            -
            version = "1.3.2"
         | 
| 35 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 36 | 
            -
            checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
         | 
| 37 | 
            -
             | 
| 38 | 
            -
            [[package]]
         | 
| 39 | 
            -
            name = "arg_enum_proc_macro"
         | 
| 40 | 
            -
            version = "0.3.4"
         | 
| 41 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 42 | 
            -
            checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
         | 
| 43 | 
            -
            dependencies = [
         | 
| 44 | 
            -
             "proc-macro2",
         | 
| 45 | 
            -
             "quote",
         | 
| 46 | 
            -
             "syn",
         | 
| 47 | 
            -
            ]
         | 
| 48 | 
            -
             | 
| 49 | 
            -
            [[package]]
         | 
| 50 | 
            -
            name = "arrayref"
         | 
| 51 | 
            -
            version = "0.3.8"
         | 
| 52 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 53 | 
            -
            checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
         | 
| 54 | 
            -
             | 
| 55 | 
            -
            [[package]]
         | 
| 56 | 
            -
            name = "arrayvec"
         | 
| 57 | 
            -
            version = "0.7.4"
         | 
| 58 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 59 | 
            -
            checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
         | 
| 60 | 
            -
             | 
| 61 | 
            -
            [[package]]
         | 
| 62 | 
            -
            name = "autocfg"
         | 
| 63 | 
            -
            version = "1.3.0"
         | 
| 64 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 65 | 
            -
            checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
         | 
| 66 | 
            -
             | 
| 67 | 
            -
            [[package]]
         | 
| 68 | 
            -
            name = "av1-grain"
         | 
| 69 | 
            -
            version = "0.2.3"
         | 
| 70 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 71 | 
            -
            checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
         | 
| 72 | 
            -
            dependencies = [
         | 
| 73 | 
            -
             "anyhow",
         | 
| 74 | 
            -
             "arrayvec",
         | 
| 75 | 
            -
             "log",
         | 
| 76 | 
            -
             "nom",
         | 
| 77 | 
            -
             "num-rational",
         | 
| 78 | 
            -
             "v_frame",
         | 
| 79 | 
            -
            ]
         | 
| 80 | 
            -
             | 
| 81 | 
            -
            [[package]]
         | 
| 82 | 
            -
            name = "avif-serialize"
         | 
| 83 | 
            -
            version = "0.8.1"
         | 
| 84 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 85 | 
            -
            checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
         | 
| 86 | 
            -
            dependencies = [
         | 
| 87 | 
            -
             "arrayvec",
         | 
| 88 | 
            -
            ]
         | 
| 89 | 
            -
             | 
| 90 | 
            -
            [[package]]
         | 
| 91 | 
            -
            name = "base64"
         | 
| 92 | 
            -
            version = "0.22.1"
         | 
| 93 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 94 | 
            -
            checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
         | 
| 95 | 
            -
             | 
| 96 | 
            -
            [[package]]
         | 
| 97 | 
            -
            name = "bindgen"
         | 
| 98 | 
            -
            version = "0.69.4"
         | 
| 99 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 100 | 
            -
            checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
         | 
| 101 | 
            -
            dependencies = [
         | 
| 102 | 
            -
             "bitflags 2.6.0",
         | 
| 103 | 
            -
             "cexpr",
         | 
| 104 | 
            -
             "clang-sys",
         | 
| 105 | 
            -
             "itertools",
         | 
| 106 | 
            -
             "lazy_static",
         | 
| 107 | 
            -
             "lazycell",
         | 
| 108 | 
            -
             "proc-macro2",
         | 
| 109 | 
            -
             "quote",
         | 
| 110 | 
            -
             "regex",
         | 
| 111 | 
            -
             "rustc-hash",
         | 
| 112 | 
            -
             "shlex",
         | 
| 113 | 
            -
             "syn",
         | 
| 114 | 
            -
            ]
         | 
| 115 | 
            -
             | 
| 116 | 
            -
            [[package]]
         | 
| 117 | 
            -
            name = "bit_field"
         | 
| 118 | 
            -
            version = "0.10.2"
         | 
| 119 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 120 | 
            -
            checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
         | 
| 121 | 
            -
             | 
| 122 | 
            -
            [[package]]
         | 
| 123 | 
            -
            name = "bitflags"
         | 
| 124 | 
            -
            version = "1.3.2"
         | 
| 125 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 126 | 
            -
            checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
         | 
| 127 | 
            -
             | 
| 128 | 
            -
            [[package]]
         | 
| 129 | 
            -
            name = "bitflags"
         | 
| 130 | 
            -
            version = "2.6.0"
         | 
| 131 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 132 | 
            -
            checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
         | 
| 133 | 
            -
             | 
| 134 | 
            -
            [[package]]
         | 
| 135 | 
            -
            name = "bitstream-io"
         | 
| 136 | 
            -
            version = "2.5.0"
         | 
| 137 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 138 | 
            -
            checksum = "3dcde5f311c85b8ca30c2e4198d4326bc342c76541590106f5fa4a50946ea499"
         | 
| 139 | 
            -
             | 
| 140 | 
            -
            [[package]]
         | 
| 141 | 
            -
            name = "built"
         | 
| 142 | 
            -
            version = "0.7.4"
         | 
| 143 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 144 | 
            -
            checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
         | 
| 145 | 
            -
             | 
| 146 | 
            -
            [[package]]
         | 
| 147 | 
            -
            name = "bumpalo"
         | 
| 148 | 
            -
            version = "3.16.0"
         | 
| 149 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 150 | 
            -
            checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
         | 
| 151 | 
            -
             | 
| 152 | 
            -
            [[package]]
         | 
| 153 | 
            -
            name = "bytemuck"
         | 
| 154 | 
            -
            version = "1.17.0"
         | 
| 155 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 156 | 
            -
            checksum = "6fd4c6dcc3b0aea2f5c0b4b82c2b15fe39ddbc76041a310848f4706edf76bb31"
         | 
| 157 | 
            -
             | 
| 158 | 
            -
            [[package]]
         | 
| 159 | 
            -
            name = "byteorder"
         | 
| 160 | 
            -
            version = "1.5.0"
         | 
| 161 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 162 | 
            -
            checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
         | 
| 163 | 
            -
             | 
| 164 | 
            -
            [[package]]
         | 
| 165 | 
            -
            name = "byteorder-lite"
         | 
| 166 | 
            -
            version = "0.1.0"
         | 
| 167 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 168 | 
            -
            checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
         | 
| 169 | 
            -
             | 
| 170 | 
            -
            [[package]]
         | 
| 171 | 
            -
            name = "cc"
         | 
| 172 | 
            -
            version = "1.1.13"
         | 
| 173 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 174 | 
            -
            checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
         | 
| 175 | 
            -
            dependencies = [
         | 
| 176 | 
            -
             "jobserver",
         | 
| 177 | 
            -
             "libc",
         | 
| 178 | 
            -
             "shlex",
         | 
| 179 | 
            -
            ]
         | 
| 180 | 
            -
             | 
| 181 | 
            -
            [[package]]
         | 
| 182 | 
            -
            name = "cexpr"
         | 
| 183 | 
            -
            version = "0.6.0"
         | 
| 184 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 185 | 
            -
            checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
         | 
| 186 | 
            -
            dependencies = [
         | 
| 187 | 
            -
             "nom",
         | 
| 188 | 
            -
            ]
         | 
| 189 | 
            -
             | 
| 190 | 
            -
            [[package]]
         | 
| 191 | 
            -
            name = "cfg-expr"
         | 
| 192 | 
            -
            version = "0.15.8"
         | 
| 193 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 194 | 
            -
            checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
         | 
| 195 | 
            -
            dependencies = [
         | 
| 196 | 
            -
             "smallvec",
         | 
| 197 | 
            -
             "target-lexicon",
         | 
| 198 | 
            -
            ]
         | 
| 199 | 
            -
             | 
| 200 | 
            -
            [[package]]
         | 
| 201 | 
            -
            name = "cfg-if"
         | 
| 202 | 
            -
            version = "1.0.0"
         | 
| 203 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 204 | 
            -
            checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
         | 
| 205 | 
            -
             | 
| 206 | 
            -
            [[package]]
         | 
| 207 | 
            -
            name = "clang-sys"
         | 
| 208 | 
            -
            version = "1.8.1"
         | 
| 209 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 210 | 
            -
            checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
         | 
| 211 | 
            -
            dependencies = [
         | 
| 212 | 
            -
             "glob",
         | 
| 213 | 
            -
             "libc",
         | 
| 214 | 
            -
             "libloading",
         | 
| 215 | 
            -
            ]
         | 
| 216 | 
            -
             | 
| 217 | 
            -
            [[package]]
         | 
| 218 | 
            -
            name = "color_quant"
         | 
| 219 | 
            -
            version = "1.1.0"
         | 
| 220 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 221 | 
            -
            checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
         | 
| 222 | 
            -
             | 
| 223 | 
            -
            [[package]]
         | 
| 224 | 
            -
            name = "core_maths"
         | 
| 225 | 
            -
            version = "0.1.0"
         | 
| 226 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 227 | 
            -
            checksum = "e3b02505ccb8c50b0aa21ace0fc08c3e53adebd4e58caa18a36152803c7709a3"
         | 
| 228 | 
            -
            dependencies = [
         | 
| 229 | 
            -
             "libm",
         | 
| 230 | 
            -
            ]
         | 
| 231 | 
            -
             | 
| 232 | 
            -
            [[package]]
         | 
| 233 | 
            -
            name = "crc32fast"
         | 
| 234 | 
            -
            version = "1.4.2"
         | 
| 235 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 236 | 
            -
            checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
         | 
| 237 | 
            -
            dependencies = [
         | 
| 238 | 
            -
             "cfg-if",
         | 
| 239 | 
            -
            ]
         | 
| 240 | 
            -
             | 
| 241 | 
            -
            [[package]]
         | 
| 242 | 
            -
            name = "crossbeam-deque"
         | 
| 243 | 
            -
            version = "0.8.5"
         | 
| 244 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 245 | 
            -
            checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
         | 
| 246 | 
            -
            dependencies = [
         | 
| 247 | 
            -
             "crossbeam-epoch",
         | 
| 248 | 
            -
             "crossbeam-utils",
         | 
| 249 | 
            -
            ]
         | 
| 250 | 
            -
             | 
| 251 | 
            -
            [[package]]
         | 
| 252 | 
            -
            name = "crossbeam-epoch"
         | 
| 253 | 
            -
            version = "0.9.18"
         | 
| 254 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 255 | 
            -
            checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
         | 
| 256 | 
            -
            dependencies = [
         | 
| 257 | 
            -
             "crossbeam-utils",
         | 
| 258 | 
            -
            ]
         | 
| 259 | 
            -
             | 
| 260 | 
            -
            [[package]]
         | 
| 261 | 
            -
            name = "crossbeam-utils"
         | 
| 262 | 
            -
            version = "0.8.20"
         | 
| 263 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 264 | 
            -
            checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
         | 
| 265 | 
            -
             | 
| 266 | 
            -
            [[package]]
         | 
| 267 | 
            -
            name = "crunchy"
         | 
| 268 | 
            -
            version = "0.2.2"
         | 
| 269 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 270 | 
            -
            checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
         | 
| 271 | 
            -
             | 
| 272 | 
            -
            [[package]]
         | 
| 273 | 
            -
            name = "data-url"
         | 
| 274 | 
            -
            version = "0.3.1"
         | 
| 275 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 276 | 
            -
            checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
         | 
| 277 | 
            -
             | 
| 278 | 
            -
            [[package]]
         | 
| 279 | 
            -
            name = "either"
         | 
| 280 | 
            -
            version = "1.13.0"
         | 
| 281 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 282 | 
            -
            checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
         | 
| 283 | 
            -
             | 
| 284 | 
            -
            [[package]]
         | 
| 285 | 
            -
            name = "equivalent"
         | 
| 286 | 
            -
            version = "1.0.1"
         | 
| 287 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 288 | 
            -
            checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
         | 
| 289 | 
            -
             | 
| 290 | 
            -
            [[package]]
         | 
| 291 | 
            -
            name = "exr"
         | 
| 292 | 
            -
            version = "1.72.0"
         | 
| 293 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 294 | 
            -
            checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
         | 
| 295 | 
            -
            dependencies = [
         | 
| 296 | 
            -
             "bit_field",
         | 
| 297 | 
            -
             "flume",
         | 
| 298 | 
            -
             "half",
         | 
| 299 | 
            -
             "lebe",
         | 
| 300 | 
            -
             "miniz_oxide",
         | 
| 301 | 
            -
             "rayon-core",
         | 
| 302 | 
            -
             "smallvec",
         | 
| 303 | 
            -
             "zune-inflate",
         | 
| 304 | 
            -
            ]
         | 
| 305 | 
            -
             | 
| 306 | 
            -
            [[package]]
         | 
| 307 | 
            -
            name = "fdeflate"
         | 
| 308 | 
            -
            version = "0.3.4"
         | 
| 309 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 310 | 
            -
            checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
         | 
| 311 | 
            -
            dependencies = [
         | 
| 312 | 
            -
             "simd-adler32",
         | 
| 313 | 
            -
            ]
         | 
| 314 | 
            -
             | 
| 315 | 
            -
            [[package]]
         | 
| 316 | 
            -
            name = "flate2"
         | 
| 317 | 
            -
            version = "1.0.31"
         | 
| 318 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 319 | 
            -
            checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920"
         | 
| 320 | 
            -
            dependencies = [
         | 
| 321 | 
            -
             "crc32fast",
         | 
| 322 | 
            -
             "miniz_oxide",
         | 
| 323 | 
            -
            ]
         | 
| 324 | 
            -
             | 
| 325 | 
            -
            [[package]]
         | 
| 326 | 
            -
            name = "float-cmp"
         | 
| 327 | 
            -
            version = "0.9.0"
         | 
| 328 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 329 | 
            -
            checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
         | 
| 330 | 
            -
             | 
| 331 | 
            -
            [[package]]
         | 
| 332 | 
            -
            name = "flume"
         | 
| 333 | 
            -
            version = "0.11.0"
         | 
| 334 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 335 | 
            -
            checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
         | 
| 336 | 
            -
            dependencies = [
         | 
| 337 | 
            -
             "spin",
         | 
| 338 | 
            -
            ]
         | 
| 339 | 
            -
             | 
| 340 | 
            -
            [[package]]
         | 
| 341 | 
            -
            name = "fontconfig-parser"
         | 
| 342 | 
            -
            version = "0.5.7"
         | 
| 343 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 344 | 
            -
            checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
         | 
| 345 | 
            -
            dependencies = [
         | 
| 346 | 
            -
             "roxmltree",
         | 
| 347 | 
            -
            ]
         | 
| 348 | 
            -
             | 
| 349 | 
            -
            [[package]]
         | 
| 350 | 
            -
            name = "fontdb"
         | 
| 351 | 
            -
            version = "0.21.0"
         | 
| 352 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 353 | 
            -
            checksum = "37be9fc20d966be438cd57a45767f73349477fb0f85ce86e000557f787298afb"
         | 
| 354 | 
            -
            dependencies = [
         | 
| 355 | 
            -
             "fontconfig-parser",
         | 
| 356 | 
            -
             "log",
         | 
| 357 | 
            -
             "memmap2",
         | 
| 358 | 
            -
             "slotmap",
         | 
| 359 | 
            -
             "tinyvec",
         | 
| 360 | 
            -
             "ttf-parser",
         | 
| 361 | 
            -
            ]
         | 
| 362 | 
            -
             | 
| 363 | 
            -
            [[package]]
         | 
| 364 | 
            -
            name = "getrandom"
         | 
| 365 | 
            -
            version = "0.2.15"
         | 
| 366 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 367 | 
            -
            checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
         | 
| 368 | 
            -
            dependencies = [
         | 
| 369 | 
            -
             "cfg-if",
         | 
| 370 | 
            -
             "libc",
         | 
| 371 | 
            -
             "wasi",
         | 
| 372 | 
            -
            ]
         | 
| 373 | 
            -
             | 
| 374 | 
            -
            [[package]]
         | 
| 375 | 
            -
            name = "gif"
         | 
| 376 | 
            -
            version = "0.13.1"
         | 
| 377 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 378 | 
            -
            checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
         | 
| 379 | 
            -
            dependencies = [
         | 
| 380 | 
            -
             "color_quant",
         | 
| 381 | 
            -
             "weezl",
         | 
| 382 | 
            -
            ]
         | 
| 383 | 
            -
             | 
| 384 | 
            -
            [[package]]
         | 
| 385 | 
            -
            name = "glob"
         | 
| 386 | 
            -
            version = "0.3.1"
         | 
| 387 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 388 | 
            -
            checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
         | 
| 389 | 
            -
             | 
| 390 | 
            -
            [[package]]
         | 
| 391 | 
            -
            name = "half"
         | 
| 392 | 
            -
            version = "2.4.1"
         | 
| 393 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 394 | 
            -
            checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
         | 
| 395 | 
            -
            dependencies = [
         | 
| 396 | 
            -
             "cfg-if",
         | 
| 397 | 
            -
             "crunchy",
         | 
| 398 | 
            -
            ]
         | 
| 399 | 
            -
             | 
| 400 | 
            -
            [[package]]
         | 
| 401 | 
            -
            name = "hashbrown"
         | 
| 402 | 
            -
            version = "0.14.5"
         | 
| 403 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 404 | 
            -
            checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
         | 
| 405 | 
            -
             | 
| 406 | 
            -
            [[package]]
         | 
| 407 | 
            -
            name = "heck"
         | 
| 408 | 
            -
            version = "0.5.0"
         | 
| 409 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 410 | 
            -
            checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
         | 
| 411 | 
            -
             | 
| 412 | 
            -
            [[package]]
         | 
| 413 | 
            -
            name = "image"
         | 
| 414 | 
            -
            version = "0.25.2"
         | 
| 415 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 416 | 
            -
            checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
         | 
| 417 | 
            -
            dependencies = [
         | 
| 418 | 
            -
             "bytemuck",
         | 
| 419 | 
            -
             "byteorder-lite",
         | 
| 420 | 
            -
             "color_quant",
         | 
| 421 | 
            -
             "exr",
         | 
| 422 | 
            -
             "gif",
         | 
| 423 | 
            -
             "image-webp",
         | 
| 424 | 
            -
             "num-traits",
         | 
| 425 | 
            -
             "png",
         | 
| 426 | 
            -
             "qoi",
         | 
| 427 | 
            -
             "ravif",
         | 
| 428 | 
            -
             "rayon",
         | 
| 429 | 
            -
             "rgb",
         | 
| 430 | 
            -
             "tiff",
         | 
| 431 | 
            -
             "zune-core",
         | 
| 432 | 
            -
             "zune-jpeg",
         | 
| 433 | 
            -
            ]
         | 
| 434 | 
            -
             | 
| 435 | 
            -
            [[package]]
         | 
| 436 | 
            -
            name = "image-webp"
         | 
| 437 | 
            -
            version = "0.1.3"
         | 
| 438 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 439 | 
            -
            checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
         | 
| 440 | 
            -
            dependencies = [
         | 
| 441 | 
            -
             "byteorder-lite",
         | 
| 442 | 
            -
             "quick-error",
         | 
| 443 | 
            -
            ]
         | 
| 444 | 
            -
             | 
| 445 | 
            -
            [[package]]
         | 
| 446 | 
            -
            name = "imagesize"
         | 
| 447 | 
            -
            version = "0.13.0"
         | 
| 448 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 449 | 
            -
            checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
         | 
| 450 | 
            -
             | 
| 451 | 
            -
            [[package]]
         | 
| 452 | 
            -
            name = "imgref"
         | 
| 453 | 
            -
            version = "1.10.1"
         | 
| 454 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 455 | 
            -
            checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
         | 
| 456 | 
            -
             | 
| 457 | 
            -
            [[package]]
         | 
| 458 | 
            -
            name = "indexmap"
         | 
| 459 | 
            -
            version = "2.4.0"
         | 
| 460 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 461 | 
            -
            checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
         | 
| 462 | 
            -
            dependencies = [
         | 
| 463 | 
            -
             "equivalent",
         | 
| 464 | 
            -
             "hashbrown",
         | 
| 465 | 
            -
            ]
         | 
| 466 | 
            -
             | 
| 467 | 
            -
            [[package]]
         | 
| 468 | 
            -
            name = "interpolate_name"
         | 
| 469 | 
            -
            version = "0.2.4"
         | 
| 470 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 471 | 
            -
            checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
         | 
| 472 | 
            -
            dependencies = [
         | 
| 473 | 
            -
             "proc-macro2",
         | 
| 474 | 
            -
             "quote",
         | 
| 475 | 
            -
             "syn",
         | 
| 476 | 
            -
            ]
         | 
| 477 | 
            -
             | 
| 478 | 
            -
            [[package]]
         | 
| 479 | 
            -
            name = "itertools"
         | 
| 480 | 
            -
            version = "0.12.1"
         | 
| 481 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 482 | 
            -
            checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
         | 
| 483 | 
            -
            dependencies = [
         | 
| 484 | 
            -
             "either",
         | 
| 485 | 
            -
            ]
         | 
| 486 | 
            -
             | 
| 487 | 
            -
            [[package]]
         | 
| 488 | 
            -
            name = "jobserver"
         | 
| 489 | 
            -
            version = "0.1.32"
         | 
| 490 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 491 | 
            -
            checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
         | 
| 492 | 
            -
            dependencies = [
         | 
| 493 | 
            -
             "libc",
         | 
| 494 | 
            -
            ]
         | 
| 495 | 
            -
             | 
| 496 | 
            -
            [[package]]
         | 
| 497 | 
            -
            name = "jpeg-decoder"
         | 
| 498 | 
            -
            version = "0.3.1"
         | 
| 499 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 500 | 
            -
            checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
         | 
| 501 | 
            -
             | 
| 502 | 
            -
            [[package]]
         | 
| 503 | 
            -
            name = "kurbo"
         | 
| 504 | 
            -
            version = "0.11.0"
         | 
| 505 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 506 | 
            -
            checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
         | 
| 507 | 
            -
            dependencies = [
         | 
| 508 | 
            -
             "arrayvec",
         | 
| 509 | 
            -
             "smallvec",
         | 
| 510 | 
            -
            ]
         | 
| 511 | 
            -
             | 
| 512 | 
            -
            [[package]]
         | 
| 513 | 
            -
            name = "lazy_static"
         | 
| 514 | 
            -
            version = "1.5.0"
         | 
| 515 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 516 | 
            -
            checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
         | 
| 517 | 
            -
             | 
| 518 | 
            -
            [[package]]
         | 
| 519 | 
            -
            name = "lazycell"
         | 
| 520 | 
            -
            version = "1.3.0"
         | 
| 521 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 522 | 
            -
            checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
         | 
| 523 | 
            -
             | 
| 524 | 
            -
            [[package]]
         | 
| 525 | 
            -
            name = "lebe"
         | 
| 526 | 
            -
            version = "0.5.2"
         | 
| 527 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 528 | 
            -
            checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
         | 
| 529 | 
            -
             | 
| 530 | 
            -
            [[package]]
         | 
| 531 | 
            -
            name = "libc"
         | 
| 532 | 
            -
            version = "0.2.156"
         | 
| 533 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 534 | 
            -
            checksum = "a5f43f184355eefb8d17fc948dbecf6c13be3c141f20d834ae842193a448c72a"
         | 
| 535 | 
            -
             | 
| 536 | 
            -
            [[package]]
         | 
| 537 | 
            -
            name = "libfuzzer-sys"
         | 
| 538 | 
            -
            version = "0.4.7"
         | 
| 539 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 540 | 
            -
            checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
         | 
| 541 | 
            -
            dependencies = [
         | 
| 542 | 
            -
             "arbitrary",
         | 
| 543 | 
            -
             "cc",
         | 
| 544 | 
            -
             "once_cell",
         | 
| 545 | 
            -
            ]
         | 
| 546 | 
            -
             | 
| 547 | 
            -
            [[package]]
         | 
| 548 | 
            -
            name = "libloading"
         | 
| 549 | 
            -
            version = "0.8.5"
         | 
| 550 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 551 | 
            -
            checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
         | 
| 552 | 
            -
            dependencies = [
         | 
| 553 | 
            -
             "cfg-if",
         | 
| 554 | 
            -
             "windows-targets",
         | 
| 555 | 
            -
            ]
         | 
| 556 | 
            -
             | 
| 557 | 
            -
            [[package]]
         | 
| 558 | 
            -
            name = "libm"
         | 
| 559 | 
            -
            version = "0.2.8"
         | 
| 560 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 561 | 
            -
            checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
         | 
| 562 | 
            -
             | 
| 563 | 
            -
            [[package]]
         | 
| 564 | 
            -
            name = "lock_api"
         | 
| 565 | 
            -
            version = "0.4.12"
         | 
| 566 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 567 | 
            -
            checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
         | 
| 568 | 
            -
            dependencies = [
         | 
| 569 | 
            -
             "autocfg",
         | 
| 570 | 
            -
             "scopeguard",
         | 
| 571 | 
            -
            ]
         | 
| 572 | 
            -
             | 
| 573 | 
            -
            [[package]]
         | 
| 574 | 
            -
            name = "log"
         | 
| 575 | 
            -
            version = "0.4.22"
         | 
| 576 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 577 | 
            -
            checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
         | 
| 578 | 
            -
             | 
| 579 | 
            -
            [[package]]
         | 
| 580 | 
            -
            name = "loop9"
         | 
| 581 | 
            -
            version = "0.1.5"
         | 
| 582 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 583 | 
            -
            checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
         | 
| 584 | 
            -
            dependencies = [
         | 
| 585 | 
            -
             "imgref",
         | 
| 586 | 
            -
            ]
         | 
| 587 | 
            -
             | 
| 588 | 
            -
            [[package]]
         | 
| 589 | 
            -
            name = "magnus"
         | 
| 590 | 
            -
            version = "0.6.4"
         | 
| 591 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 592 | 
            -
            checksum = "b1597ef40aa8c36be098249e82c9a20cf7199278ac1c1a1a995eeead6a184479"
         | 
| 593 | 
            -
            dependencies = [
         | 
| 594 | 
            -
             "magnus-macros",
         | 
| 595 | 
            -
             "rb-sys",
         | 
| 596 | 
            -
             "rb-sys-env",
         | 
| 597 | 
            -
             "seq-macro",
         | 
| 598 | 
            -
            ]
         | 
| 599 | 
            -
             | 
| 600 | 
            -
            [[package]]
         | 
| 601 | 
            -
            name = "magnus-macros"
         | 
| 602 | 
            -
            version = "0.6.0"
         | 
| 603 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 604 | 
            -
            checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
         | 
| 605 | 
            -
            dependencies = [
         | 
| 606 | 
            -
             "proc-macro2",
         | 
| 607 | 
            -
             "quote",
         | 
| 608 | 
            -
             "syn",
         | 
| 609 | 
            -
            ]
         | 
| 610 | 
            -
             | 
| 611 | 
            -
            [[package]]
         | 
| 612 | 
            -
            name = "maybe-rayon"
         | 
| 613 | 
            -
            version = "0.1.1"
         | 
| 614 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 615 | 
            -
            checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
         | 
| 616 | 
            -
            dependencies = [
         | 
| 617 | 
            -
             "cfg-if",
         | 
| 618 | 
            -
            ]
         | 
| 619 | 
            -
             | 
| 620 | 
            -
            [[package]]
         | 
| 621 | 
            -
            name = "memchr"
         | 
| 622 | 
            -
            version = "2.7.4"
         | 
| 623 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 624 | 
            -
            checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
         | 
| 625 | 
            -
             | 
| 626 | 
            -
            [[package]]
         | 
| 627 | 
            -
            name = "memmap2"
         | 
| 628 | 
            -
            version = "0.9.4"
         | 
| 629 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 630 | 
            -
            checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
         | 
| 631 | 
            -
            dependencies = [
         | 
| 632 | 
            -
             "libc",
         | 
| 633 | 
            -
            ]
         | 
| 634 | 
            -
             | 
| 635 | 
            -
            [[package]]
         | 
| 636 | 
            -
            name = "minimal-lexical"
         | 
| 637 | 
            -
            version = "0.2.1"
         | 
| 638 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 639 | 
            -
            checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
         | 
| 640 | 
            -
             | 
| 641 | 
            -
            [[package]]
         | 
| 642 | 
            -
            name = "miniz_oxide"
         | 
| 643 | 
            -
            version = "0.7.4"
         | 
| 644 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 645 | 
            -
            checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
         | 
| 646 | 
            -
            dependencies = [
         | 
| 647 | 
            -
             "adler",
         | 
| 648 | 
            -
             "simd-adler32",
         | 
| 649 | 
            -
            ]
         | 
| 650 | 
            -
             | 
| 651 | 
            -
            [[package]]
         | 
| 652 | 
            -
            name = "new_debug_unreachable"
         | 
| 653 | 
            -
            version = "1.0.6"
         | 
| 654 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 655 | 
            -
            checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
         | 
| 656 | 
            -
             | 
| 657 | 
            -
            [[package]]
         | 
| 658 | 
            -
            name = "nom"
         | 
| 659 | 
            -
            version = "7.1.3"
         | 
| 660 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 661 | 
            -
            checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
         | 
| 662 | 
            -
            dependencies = [
         | 
| 663 | 
            -
             "memchr",
         | 
| 664 | 
            -
             "minimal-lexical",
         | 
| 665 | 
            -
            ]
         | 
| 666 | 
            -
             | 
| 667 | 
            -
            [[package]]
         | 
| 668 | 
            -
            name = "noop_proc_macro"
         | 
| 669 | 
            -
            version = "0.3.0"
         | 
| 670 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 671 | 
            -
            checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
         | 
| 672 | 
            -
             | 
| 673 | 
            -
            [[package]]
         | 
| 674 | 
            -
            name = "num-bigint"
         | 
| 675 | 
            -
            version = "0.4.6"
         | 
| 676 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 677 | 
            -
            checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
         | 
| 678 | 
            -
            dependencies = [
         | 
| 679 | 
            -
             "num-integer",
         | 
| 680 | 
            -
             "num-traits",
         | 
| 681 | 
            -
            ]
         | 
| 682 | 
            -
             | 
| 683 | 
            -
            [[package]]
         | 
| 684 | 
            -
            name = "num-derive"
         | 
| 685 | 
            -
            version = "0.4.2"
         | 
| 686 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 687 | 
            -
            checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
         | 
| 688 | 
            -
            dependencies = [
         | 
| 689 | 
            -
             "proc-macro2",
         | 
| 690 | 
            -
             "quote",
         | 
| 691 | 
            -
             "syn",
         | 
| 692 | 
            -
            ]
         | 
| 693 | 
            -
             | 
| 694 | 
            -
            [[package]]
         | 
| 695 | 
            -
            name = "num-integer"
         | 
| 696 | 
            -
            version = "0.1.46"
         | 
| 697 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 698 | 
            -
            checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
         | 
| 699 | 
            -
            dependencies = [
         | 
| 700 | 
            -
             "num-traits",
         | 
| 701 | 
            -
            ]
         | 
| 702 | 
            -
             | 
| 703 | 
            -
            [[package]]
         | 
| 704 | 
            -
            name = "num-rational"
         | 
| 705 | 
            -
            version = "0.4.2"
         | 
| 706 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 707 | 
            -
            checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
         | 
| 708 | 
            -
            dependencies = [
         | 
| 709 | 
            -
             "num-bigint",
         | 
| 710 | 
            -
             "num-integer",
         | 
| 711 | 
            -
             "num-traits",
         | 
| 712 | 
            -
            ]
         | 
| 713 | 
            -
             | 
| 714 | 
            -
            [[package]]
         | 
| 715 | 
            -
            name = "num-traits"
         | 
| 716 | 
            -
            version = "0.2.19"
         | 
| 717 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 718 | 
            -
            checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
         | 
| 719 | 
            -
            dependencies = [
         | 
| 720 | 
            -
             "autocfg",
         | 
| 721 | 
            -
            ]
         | 
| 722 | 
            -
             | 
| 723 | 
            -
            [[package]]
         | 
| 724 | 
            -
            name = "once_cell"
         | 
| 725 | 
            -
            version = "1.19.0"
         | 
| 726 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 727 | 
            -
            checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
         | 
| 728 | 
            -
             | 
| 729 | 
            -
            [[package]]
         | 
| 730 | 
            -
            name = "paste"
         | 
| 731 | 
            -
            version = "1.0.15"
         | 
| 732 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 733 | 
            -
            checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
         | 
| 734 | 
            -
             | 
| 735 | 
            -
            [[package]]
         | 
| 736 | 
            -
            name = "pico-args"
         | 
| 737 | 
            -
            version = "0.5.0"
         | 
| 738 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 739 | 
            -
            checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
         | 
| 740 | 
            -
             | 
| 741 | 
            -
            [[package]]
         | 
| 742 | 
            -
            name = "pkg-config"
         | 
| 743 | 
            -
            version = "0.3.30"
         | 
| 744 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 745 | 
            -
            checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
         | 
| 746 | 
            -
             | 
| 747 | 
            -
            [[package]]
         | 
| 748 | 
            -
            name = "png"
         | 
| 749 | 
            -
            version = "0.17.13"
         | 
| 750 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 751 | 
            -
            checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
         | 
| 752 | 
            -
            dependencies = [
         | 
| 753 | 
            -
             "bitflags 1.3.2",
         | 
| 754 | 
            -
             "crc32fast",
         | 
| 755 | 
            -
             "fdeflate",
         | 
| 756 | 
            -
             "flate2",
         | 
| 757 | 
            -
             "miniz_oxide",
         | 
| 758 | 
            -
            ]
         | 
| 759 | 
            -
             | 
| 760 | 
            -
            [[package]]
         | 
| 761 | 
            -
            name = "ppv-lite86"
         | 
| 762 | 
            -
            version = "0.2.20"
         | 
| 763 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 764 | 
            -
            checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
         | 
| 765 | 
            -
            dependencies = [
         | 
| 766 | 
            -
             "zerocopy",
         | 
| 767 | 
            -
            ]
         | 
| 768 | 
            -
             | 
| 769 | 
            -
            [[package]]
         | 
| 770 | 
            -
            name = "proc-macro2"
         | 
| 771 | 
            -
            version = "1.0.86"
         | 
| 772 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 773 | 
            -
            checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
         | 
| 774 | 
            -
            dependencies = [
         | 
| 775 | 
            -
             "unicode-ident",
         | 
| 776 | 
            -
            ]
         | 
| 777 | 
            -
             | 
| 778 | 
            -
            [[package]]
         | 
| 779 | 
            -
            name = "profiling"
         | 
| 780 | 
            -
            version = "1.0.15"
         | 
| 781 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 782 | 
            -
            checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
         | 
| 783 | 
            -
            dependencies = [
         | 
| 784 | 
            -
             "profiling-procmacros",
         | 
| 785 | 
            -
            ]
         | 
| 786 | 
            -
             | 
| 787 | 
            -
            [[package]]
         | 
| 788 | 
            -
            name = "profiling-procmacros"
         | 
| 789 | 
            -
            version = "1.0.15"
         | 
| 790 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 791 | 
            -
            checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
         | 
| 792 | 
            -
            dependencies = [
         | 
| 793 | 
            -
             "quote",
         | 
| 794 | 
            -
             "syn",
         | 
| 795 | 
            -
            ]
         | 
| 796 | 
            -
             | 
| 797 | 
            -
            [[package]]
         | 
| 798 | 
            -
            name = "qoi"
         | 
| 799 | 
            -
            version = "0.4.1"
         | 
| 800 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 801 | 
            -
            checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
         | 
| 802 | 
            -
            dependencies = [
         | 
| 803 | 
            -
             "bytemuck",
         | 
| 804 | 
            -
            ]
         | 
| 805 | 
            -
             | 
| 806 | 
            -
            [[package]]
         | 
| 807 | 
            -
            name = "quick-error"
         | 
| 808 | 
            -
            version = "2.0.1"
         | 
| 809 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 810 | 
            -
            checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
         | 
| 811 | 
            -
             | 
| 812 | 
            -
            [[package]]
         | 
| 813 | 
            -
            name = "quote"
         | 
| 814 | 
            -
            version = "1.0.36"
         | 
| 815 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 816 | 
            -
            checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
         | 
| 817 | 
            -
            dependencies = [
         | 
| 818 | 
            -
             "proc-macro2",
         | 
| 819 | 
            -
            ]
         | 
| 820 | 
            -
             | 
| 821 | 
            -
            [[package]]
         | 
| 822 | 
            -
            name = "rand"
         | 
| 823 | 
            -
            version = "0.8.5"
         | 
| 824 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 825 | 
            -
            checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
         | 
| 826 | 
            -
            dependencies = [
         | 
| 827 | 
            -
             "libc",
         | 
| 828 | 
            -
             "rand_chacha",
         | 
| 829 | 
            -
             "rand_core",
         | 
| 830 | 
            -
            ]
         | 
| 831 | 
            -
             | 
| 832 | 
            -
            [[package]]
         | 
| 833 | 
            -
            name = "rand_chacha"
         | 
| 834 | 
            -
            version = "0.3.1"
         | 
| 835 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 836 | 
            -
            checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
         | 
| 837 | 
            -
            dependencies = [
         | 
| 838 | 
            -
             "ppv-lite86",
         | 
| 839 | 
            -
             "rand_core",
         | 
| 840 | 
            -
            ]
         | 
| 841 | 
            -
             | 
| 842 | 
            -
            [[package]]
         | 
| 843 | 
            -
            name = "rand_core"
         | 
| 844 | 
            -
            version = "0.6.4"
         | 
| 845 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 846 | 
            -
            checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
         | 
| 847 | 
            -
            dependencies = [
         | 
| 848 | 
            -
             "getrandom",
         | 
| 849 | 
            -
            ]
         | 
| 850 | 
            -
             | 
| 851 | 
            -
            [[package]]
         | 
| 852 | 
            -
            name = "rav1e"
         | 
| 853 | 
            -
            version = "0.7.1"
         | 
| 854 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 855 | 
            -
            checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
         | 
| 856 | 
            -
            dependencies = [
         | 
| 857 | 
            -
             "arbitrary",
         | 
| 858 | 
            -
             "arg_enum_proc_macro",
         | 
| 859 | 
            -
             "arrayvec",
         | 
| 860 | 
            -
             "av1-grain",
         | 
| 861 | 
            -
             "bitstream-io",
         | 
| 862 | 
            -
             "built",
         | 
| 863 | 
            -
             "cfg-if",
         | 
| 864 | 
            -
             "interpolate_name",
         | 
| 865 | 
            -
             "itertools",
         | 
| 866 | 
            -
             "libc",
         | 
| 867 | 
            -
             "libfuzzer-sys",
         | 
| 868 | 
            -
             "log",
         | 
| 869 | 
            -
             "maybe-rayon",
         | 
| 870 | 
            -
             "new_debug_unreachable",
         | 
| 871 | 
            -
             "noop_proc_macro",
         | 
| 872 | 
            -
             "num-derive",
         | 
| 873 | 
            -
             "num-traits",
         | 
| 874 | 
            -
             "once_cell",
         | 
| 875 | 
            -
             "paste",
         | 
| 876 | 
            -
             "profiling",
         | 
| 877 | 
            -
             "rand",
         | 
| 878 | 
            -
             "rand_chacha",
         | 
| 879 | 
            -
             "simd_helpers",
         | 
| 880 | 
            -
             "system-deps",
         | 
| 881 | 
            -
             "thiserror",
         | 
| 882 | 
            -
             "v_frame",
         | 
| 883 | 
            -
             "wasm-bindgen",
         | 
| 884 | 
            -
            ]
         | 
| 885 | 
            -
             | 
| 886 | 
            -
            [[package]]
         | 
| 887 | 
            -
            name = "ravif"
         | 
| 888 | 
            -
            version = "0.11.10"
         | 
| 889 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 890 | 
            -
            checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
         | 
| 891 | 
            -
            dependencies = [
         | 
| 892 | 
            -
             "avif-serialize",
         | 
| 893 | 
            -
             "imgref",
         | 
| 894 | 
            -
             "loop9",
         | 
| 895 | 
            -
             "quick-error",
         | 
| 896 | 
            -
             "rav1e",
         | 
| 897 | 
            -
             "rgb",
         | 
| 898 | 
            -
            ]
         | 
| 899 | 
            -
             | 
| 900 | 
            -
            [[package]]
         | 
| 901 | 
            -
            name = "rayon"
         | 
| 902 | 
            -
            version = "1.10.0"
         | 
| 903 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 904 | 
            -
            checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
         | 
| 905 | 
            -
            dependencies = [
         | 
| 906 | 
            -
             "either",
         | 
| 907 | 
            -
             "rayon-core",
         | 
| 908 | 
            -
            ]
         | 
| 909 | 
            -
             | 
| 910 | 
            -
            [[package]]
         | 
| 911 | 
            -
            name = "rayon-core"
         | 
| 912 | 
            -
            version = "1.12.1"
         | 
| 913 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 914 | 
            -
            checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
         | 
| 915 | 
            -
            dependencies = [
         | 
| 916 | 
            -
             "crossbeam-deque",
         | 
| 917 | 
            -
             "crossbeam-utils",
         | 
| 918 | 
            -
            ]
         | 
| 919 | 
            -
             | 
| 920 | 
            -
            [[package]]
         | 
| 921 | 
            -
            name = "rb-sys"
         | 
| 922 | 
            -
            version = "0.9.101"
         | 
| 923 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 924 | 
            -
            checksum = "1ba2704ccfa7875c91792c57a9aa7c3caac524d3036c122e36eeddad6f6e7c6f"
         | 
| 925 | 
            -
            dependencies = [
         | 
| 926 | 
            -
             "rb-sys-build",
         | 
| 927 | 
            -
            ]
         | 
| 928 | 
            -
             | 
| 929 | 
            -
            [[package]]
         | 
| 930 | 
            -
            name = "rb-sys-build"
         | 
| 931 | 
            -
            version = "0.9.101"
         | 
| 932 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 933 | 
            -
            checksum = "c73585ec80c217b7a81257ca9bb89b191b5e452ec4b9106dc4c2e4e96a822242"
         | 
| 934 | 
            -
            dependencies = [
         | 
| 935 | 
            -
             "bindgen",
         | 
| 936 | 
            -
             "lazy_static",
         | 
| 937 | 
            -
             "proc-macro2",
         | 
| 938 | 
            -
             "quote",
         | 
| 939 | 
            -
             "regex",
         | 
| 940 | 
            -
             "shell-words",
         | 
| 941 | 
            -
             "syn",
         | 
| 942 | 
            -
            ]
         | 
| 943 | 
            -
             | 
| 944 | 
            -
            [[package]]
         | 
| 945 | 
            -
            name = "rb-sys-env"
         | 
| 946 | 
            -
            version = "0.1.2"
         | 
| 947 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 948 | 
            -
            checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
         | 
| 949 | 
            -
             | 
| 950 | 
            -
            [[package]]
         | 
| 951 | 
            -
            name = "regex"
         | 
| 952 | 
            -
            version = "1.10.6"
         | 
| 953 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 954 | 
            -
            checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
         | 
| 955 | 
            -
            dependencies = [
         | 
| 956 | 
            -
             "aho-corasick",
         | 
| 957 | 
            -
             "memchr",
         | 
| 958 | 
            -
             "regex-automata",
         | 
| 959 | 
            -
             "regex-syntax",
         | 
| 960 | 
            -
            ]
         | 
| 961 | 
            -
             | 
| 962 | 
            -
            [[package]]
         | 
| 963 | 
            -
            name = "regex-automata"
         | 
| 964 | 
            -
            version = "0.4.7"
         | 
| 965 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 966 | 
            -
            checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
         | 
| 967 | 
            -
            dependencies = [
         | 
| 968 | 
            -
             "aho-corasick",
         | 
| 969 | 
            -
             "memchr",
         | 
| 970 | 
            -
             "regex-syntax",
         | 
| 971 | 
            -
            ]
         | 
| 972 | 
            -
             | 
| 973 | 
            -
            [[package]]
         | 
| 974 | 
            -
            name = "regex-syntax"
         | 
| 975 | 
            -
            version = "0.8.4"
         | 
| 976 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 977 | 
            -
            checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
         | 
| 978 | 
            -
             | 
| 979 | 
            -
            [[package]]
         | 
| 980 | 
            -
            name = "resvg"
         | 
| 981 | 
            -
            version = "0.43.0"
         | 
| 982 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 983 | 
            -
            checksum = "c7314563c59c7ce31c18e23ad3dd092c37b928a0fa4e1c0a1a6504351ab411d1"
         | 
| 984 | 
            -
            dependencies = [
         | 
| 985 | 
            -
             "gif",
         | 
| 986 | 
            -
             "image-webp",
         | 
| 987 | 
            -
             "log",
         | 
| 988 | 
            -
             "pico-args",
         | 
| 989 | 
            -
             "rgb",
         | 
| 990 | 
            -
             "svgtypes",
         | 
| 991 | 
            -
             "tiny-skia",
         | 
| 992 | 
            -
             "usvg",
         | 
| 993 | 
            -
             "zune-jpeg",
         | 
| 994 | 
            -
            ]
         | 
| 995 | 
            -
             | 
| 996 | 
            -
            [[package]]
         | 
| 997 | 
            -
            name = "rgb"
         | 
| 998 | 
            -
            version = "0.8.48"
         | 
| 999 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1000 | 
            -
            checksum = "0f86ae463694029097b846d8f99fd5536740602ae00022c0c50c5600720b2f71"
         | 
| 1001 | 
            -
            dependencies = [
         | 
| 1002 | 
            -
             "bytemuck",
         | 
| 1003 | 
            -
            ]
         | 
| 1004 | 
            -
             | 
| 1005 | 
            -
            [[package]]
         | 
| 1006 | 
            -
            name = "roxmltree"
         | 
| 1007 | 
            -
            version = "0.20.0"
         | 
| 1008 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1009 | 
            -
            checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
         | 
| 1010 | 
            -
             | 
| 1011 | 
            -
            [[package]]
         | 
| 1012 | 
            -
            name = "rustc-hash"
         | 
| 1013 | 
            -
            version = "1.1.0"
         | 
| 1014 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1015 | 
            -
            checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
         | 
| 1016 | 
            -
             | 
| 1017 | 
            -
            [[package]]
         | 
| 1018 | 
            -
            name = "rustybuzz"
         | 
| 1019 | 
            -
            version = "0.18.0"
         | 
| 1020 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1021 | 
            -
            checksum = "c85d1ccd519e61834798eb52c4e886e8c2d7d698dd3d6ce0b1b47eb8557f1181"
         | 
| 1022 | 
            -
            dependencies = [
         | 
| 1023 | 
            -
             "bitflags 2.6.0",
         | 
| 1024 | 
            -
             "bytemuck",
         | 
| 1025 | 
            -
             "core_maths",
         | 
| 1026 | 
            -
             "log",
         | 
| 1027 | 
            -
             "smallvec",
         | 
| 1028 | 
            -
             "ttf-parser",
         | 
| 1029 | 
            -
             "unicode-bidi-mirroring",
         | 
| 1030 | 
            -
             "unicode-ccc",
         | 
| 1031 | 
            -
             "unicode-properties",
         | 
| 1032 | 
            -
             "unicode-script",
         | 
| 1033 | 
            -
            ]
         | 
| 1034 | 
            -
             | 
| 1035 | 
            -
            [[package]]
         | 
| 1036 | 
            -
            name = "scopeguard"
         | 
| 1037 | 
            -
            version = "1.2.0"
         | 
| 1038 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1039 | 
            -
            checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
         | 
| 1040 | 
            -
             | 
| 1041 | 
            -
            [[package]]
         | 
| 1042 | 
            -
            name = "seq-macro"
         | 
| 1043 | 
            -
            version = "0.3.5"
         | 
| 1044 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1045 | 
            -
            checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
         | 
| 1046 | 
            -
             | 
| 1047 | 
            -
            [[package]]
         | 
| 1048 | 
            -
            name = "serde"
         | 
| 1049 | 
            -
            version = "1.0.208"
         | 
| 1050 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1051 | 
            -
            checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
         | 
| 1052 | 
            -
            dependencies = [
         | 
| 1053 | 
            -
             "serde_derive",
         | 
| 1054 | 
            -
            ]
         | 
| 1055 | 
            -
             | 
| 1056 | 
            -
            [[package]]
         | 
| 1057 | 
            -
            name = "serde_derive"
         | 
| 1058 | 
            -
            version = "1.0.208"
         | 
| 1059 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1060 | 
            -
            checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
         | 
| 1061 | 
            -
            dependencies = [
         | 
| 1062 | 
            -
             "proc-macro2",
         | 
| 1063 | 
            -
             "quote",
         | 
| 1064 | 
            -
             "syn",
         | 
| 1065 | 
            -
            ]
         | 
| 1066 | 
            -
             | 
| 1067 | 
            -
            [[package]]
         | 
| 1068 | 
            -
            name = "serde_spanned"
         | 
| 1069 | 
            -
            version = "0.6.7"
         | 
| 1070 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1071 | 
            -
            checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
         | 
| 1072 | 
            -
            dependencies = [
         | 
| 1073 | 
            -
             "serde",
         | 
| 1074 | 
            -
            ]
         | 
| 1075 | 
            -
             | 
| 1076 | 
            -
            [[package]]
         | 
| 1077 | 
            -
            name = "shell-words"
         | 
| 1078 | 
            -
            version = "1.1.0"
         | 
| 1079 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1080 | 
            -
            checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
         | 
| 1081 | 
            -
             | 
| 1082 | 
            -
            [[package]]
         | 
| 1083 | 
            -
            name = "shlex"
         | 
| 1084 | 
            -
            version = "1.3.0"
         | 
| 1085 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1086 | 
            -
            checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
         | 
| 1087 | 
            -
             | 
| 1088 | 
            -
            [[package]]
         | 
| 1089 | 
            -
            name = "simd-adler32"
         | 
| 1090 | 
            -
            version = "0.3.7"
         | 
| 1091 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1092 | 
            -
            checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
         | 
| 1093 | 
            -
             | 
| 1094 | 
            -
            [[package]]
         | 
| 1095 | 
            -
            name = "simd_helpers"
         | 
| 1096 | 
            -
            version = "0.1.0"
         | 
| 1097 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1098 | 
            -
            checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
         | 
| 1099 | 
            -
            dependencies = [
         | 
| 1100 | 
            -
             "quote",
         | 
| 1101 | 
            -
            ]
         | 
| 1102 | 
            -
             | 
| 1103 | 
            -
            [[package]]
         | 
| 1104 | 
            -
            name = "simplecss"
         | 
| 1105 | 
            -
            version = "0.2.1"
         | 
| 1106 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1107 | 
            -
            checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
         | 
| 1108 | 
            -
            dependencies = [
         | 
| 1109 | 
            -
             "log",
         | 
| 1110 | 
            -
            ]
         | 
| 1111 | 
            -
             | 
| 1112 | 
            -
            [[package]]
         | 
| 1113 | 
            -
            name = "siphasher"
         | 
| 1114 | 
            -
            version = "1.0.1"
         | 
| 1115 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1116 | 
            -
            checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
         | 
| 1117 | 
            -
             | 
| 1118 | 
            -
            [[package]]
         | 
| 1119 | 
            -
            name = "slotmap"
         | 
| 1120 | 
            -
            version = "1.0.7"
         | 
| 1121 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1122 | 
            -
            checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
         | 
| 1123 | 
            -
            dependencies = [
         | 
| 1124 | 
            -
             "version_check",
         | 
| 1125 | 
            -
            ]
         | 
| 1126 | 
            -
             | 
| 1127 | 
            -
            [[package]]
         | 
| 1128 | 
            -
            name = "smallvec"
         | 
| 1129 | 
            -
            version = "1.13.2"
         | 
| 1130 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1131 | 
            -
            checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
         | 
| 1132 | 
            -
             | 
| 1133 | 
            -
            [[package]]
         | 
| 1134 | 
            -
            name = "spin"
         | 
| 1135 | 
            -
            version = "0.9.8"
         | 
| 1136 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1137 | 
            -
            checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
         | 
| 1138 | 
            -
            dependencies = [
         | 
| 1139 | 
            -
             "lock_api",
         | 
| 1140 | 
            -
            ]
         | 
| 1141 | 
            -
             | 
| 1142 | 
            -
            [[package]]
         | 
| 1143 | 
            -
            name = "strict-num"
         | 
| 1144 | 
            -
            version = "0.1.1"
         | 
| 1145 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1146 | 
            -
            checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
         | 
| 1147 | 
            -
            dependencies = [
         | 
| 1148 | 
            -
             "float-cmp",
         | 
| 1149 | 
            -
            ]
         | 
| 1150 | 
            -
             | 
| 1151 | 
            -
            [[package]]
         | 
| 1152 | 
            -
            name = "svg2img"
         | 
| 1153 | 
            -
            version = "0.1.0"
         | 
| 1154 | 
            -
            dependencies = [
         | 
| 1155 | 
            -
             "anyhow",
         | 
| 1156 | 
            -
             "image",
         | 
| 1157 | 
            -
             "magnus",
         | 
| 1158 | 
            -
             "resvg",
         | 
| 1159 | 
            -
             "uuid",
         | 
| 1160 | 
            -
            ]
         | 
| 1161 | 
            -
             | 
| 1162 | 
            -
            [[package]]
         | 
| 1163 | 
            -
            name = "svgtypes"
         | 
| 1164 | 
            -
            version = "0.15.1"
         | 
| 1165 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1166 | 
            -
            checksum = "fae3064df9b89391c9a76a0425a69d124aee9c5c28455204709e72c39868a43c"
         | 
| 1167 | 
            -
            dependencies = [
         | 
| 1168 | 
            -
             "kurbo",
         | 
| 1169 | 
            -
             "siphasher",
         | 
| 1170 | 
            -
            ]
         | 
| 1171 | 
            -
             | 
| 1172 | 
            -
            [[package]]
         | 
| 1173 | 
            -
            name = "syn"
         | 
| 1174 | 
            -
            version = "2.0.74"
         | 
| 1175 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1176 | 
            -
            checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7"
         | 
| 1177 | 
            -
            dependencies = [
         | 
| 1178 | 
            -
             "proc-macro2",
         | 
| 1179 | 
            -
             "quote",
         | 
| 1180 | 
            -
             "unicode-ident",
         | 
| 1181 | 
            -
            ]
         | 
| 1182 | 
            -
             | 
| 1183 | 
            -
            [[package]]
         | 
| 1184 | 
            -
            name = "system-deps"
         | 
| 1185 | 
            -
            version = "6.2.2"
         | 
| 1186 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1187 | 
            -
            checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
         | 
| 1188 | 
            -
            dependencies = [
         | 
| 1189 | 
            -
             "cfg-expr",
         | 
| 1190 | 
            -
             "heck",
         | 
| 1191 | 
            -
             "pkg-config",
         | 
| 1192 | 
            -
             "toml",
         | 
| 1193 | 
            -
             "version-compare",
         | 
| 1194 | 
            -
            ]
         | 
| 1195 | 
            -
             | 
| 1196 | 
            -
            [[package]]
         | 
| 1197 | 
            -
            name = "target-lexicon"
         | 
| 1198 | 
            -
            version = "0.12.16"
         | 
| 1199 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1200 | 
            -
            checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
         | 
| 1201 | 
            -
             | 
| 1202 | 
            -
            [[package]]
         | 
| 1203 | 
            -
            name = "thiserror"
         | 
| 1204 | 
            -
            version = "1.0.63"
         | 
| 1205 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1206 | 
            -
            checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
         | 
| 1207 | 
            -
            dependencies = [
         | 
| 1208 | 
            -
             "thiserror-impl",
         | 
| 1209 | 
            -
            ]
         | 
| 1210 | 
            -
             | 
| 1211 | 
            -
            [[package]]
         | 
| 1212 | 
            -
            name = "thiserror-impl"
         | 
| 1213 | 
            -
            version = "1.0.63"
         | 
| 1214 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1215 | 
            -
            checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
         | 
| 1216 | 
            -
            dependencies = [
         | 
| 1217 | 
            -
             "proc-macro2",
         | 
| 1218 | 
            -
             "quote",
         | 
| 1219 | 
            -
             "syn",
         | 
| 1220 | 
            -
            ]
         | 
| 1221 | 
            -
             | 
| 1222 | 
            -
            [[package]]
         | 
| 1223 | 
            -
            name = "tiff"
         | 
| 1224 | 
            -
            version = "0.9.1"
         | 
| 1225 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1226 | 
            -
            checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
         | 
| 1227 | 
            -
            dependencies = [
         | 
| 1228 | 
            -
             "flate2",
         | 
| 1229 | 
            -
             "jpeg-decoder",
         | 
| 1230 | 
            -
             "weezl",
         | 
| 1231 | 
            -
            ]
         | 
| 1232 | 
            -
             | 
| 1233 | 
            -
            [[package]]
         | 
| 1234 | 
            -
            name = "tiny-skia"
         | 
| 1235 | 
            -
            version = "0.11.4"
         | 
| 1236 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1237 | 
            -
            checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
         | 
| 1238 | 
            -
            dependencies = [
         | 
| 1239 | 
            -
             "arrayref",
         | 
| 1240 | 
            -
             "arrayvec",
         | 
| 1241 | 
            -
             "bytemuck",
         | 
| 1242 | 
            -
             "cfg-if",
         | 
| 1243 | 
            -
             "log",
         | 
| 1244 | 
            -
             "png",
         | 
| 1245 | 
            -
             "tiny-skia-path",
         | 
| 1246 | 
            -
            ]
         | 
| 1247 | 
            -
             | 
| 1248 | 
            -
            [[package]]
         | 
| 1249 | 
            -
            name = "tiny-skia-path"
         | 
| 1250 | 
            -
            version = "0.11.4"
         | 
| 1251 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1252 | 
            -
            checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
         | 
| 1253 | 
            -
            dependencies = [
         | 
| 1254 | 
            -
             "arrayref",
         | 
| 1255 | 
            -
             "bytemuck",
         | 
| 1256 | 
            -
             "strict-num",
         | 
| 1257 | 
            -
            ]
         | 
| 1258 | 
            -
             | 
| 1259 | 
            -
            [[package]]
         | 
| 1260 | 
            -
            name = "tinyvec"
         | 
| 1261 | 
            -
            version = "1.8.0"
         | 
| 1262 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1263 | 
            -
            checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
         | 
| 1264 | 
            -
            dependencies = [
         | 
| 1265 | 
            -
             "tinyvec_macros",
         | 
| 1266 | 
            -
            ]
         | 
| 1267 | 
            -
             | 
| 1268 | 
            -
            [[package]]
         | 
| 1269 | 
            -
            name = "tinyvec_macros"
         | 
| 1270 | 
            -
            version = "0.1.1"
         | 
| 1271 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1272 | 
            -
            checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
         | 
| 1273 | 
            -
             | 
| 1274 | 
            -
            [[package]]
         | 
| 1275 | 
            -
            name = "toml"
         | 
| 1276 | 
            -
            version = "0.8.19"
         | 
| 1277 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1278 | 
            -
            checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
         | 
| 1279 | 
            -
            dependencies = [
         | 
| 1280 | 
            -
             "serde",
         | 
| 1281 | 
            -
             "serde_spanned",
         | 
| 1282 | 
            -
             "toml_datetime",
         | 
| 1283 | 
            -
             "toml_edit",
         | 
| 1284 | 
            -
            ]
         | 
| 1285 | 
            -
             | 
| 1286 | 
            -
            [[package]]
         | 
| 1287 | 
            -
            name = "toml_datetime"
         | 
| 1288 | 
            -
            version = "0.6.8"
         | 
| 1289 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1290 | 
            -
            checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
         | 
| 1291 | 
            -
            dependencies = [
         | 
| 1292 | 
            -
             "serde",
         | 
| 1293 | 
            -
            ]
         | 
| 1294 | 
            -
             | 
| 1295 | 
            -
            [[package]]
         | 
| 1296 | 
            -
            name = "toml_edit"
         | 
| 1297 | 
            -
            version = "0.22.20"
         | 
| 1298 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1299 | 
            -
            checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
         | 
| 1300 | 
            -
            dependencies = [
         | 
| 1301 | 
            -
             "indexmap",
         | 
| 1302 | 
            -
             "serde",
         | 
| 1303 | 
            -
             "serde_spanned",
         | 
| 1304 | 
            -
             "toml_datetime",
         | 
| 1305 | 
            -
             "winnow",
         | 
| 1306 | 
            -
            ]
         | 
| 1307 | 
            -
             | 
| 1308 | 
            -
            [[package]]
         | 
| 1309 | 
            -
            name = "ttf-parser"
         | 
| 1310 | 
            -
            version = "0.24.1"
         | 
| 1311 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1312 | 
            -
            checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a"
         | 
| 1313 | 
            -
            dependencies = [
         | 
| 1314 | 
            -
             "core_maths",
         | 
| 1315 | 
            -
            ]
         | 
| 1316 | 
            -
             | 
| 1317 | 
            -
            [[package]]
         | 
| 1318 | 
            -
            name = "unicode-bidi"
         | 
| 1319 | 
            -
            version = "0.3.15"
         | 
| 1320 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1321 | 
            -
            checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
         | 
| 1322 | 
            -
             | 
| 1323 | 
            -
            [[package]]
         | 
| 1324 | 
            -
            name = "unicode-bidi-mirroring"
         | 
| 1325 | 
            -
            version = "0.3.0"
         | 
| 1326 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1327 | 
            -
            checksum = "64af057ad7466495ca113126be61838d8af947f41d93a949980b2389a118082f"
         | 
| 1328 | 
            -
             | 
| 1329 | 
            -
            [[package]]
         | 
| 1330 | 
            -
            name = "unicode-ccc"
         | 
| 1331 | 
            -
            version = "0.3.0"
         | 
| 1332 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1333 | 
            -
            checksum = "260bc6647b3893a9a90668360803a15f96b85a5257b1c3a0c3daf6ae2496de42"
         | 
| 1334 | 
            -
             | 
| 1335 | 
            -
            [[package]]
         | 
| 1336 | 
            -
            name = "unicode-ident"
         | 
| 1337 | 
            -
            version = "1.0.12"
         | 
| 1338 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1339 | 
            -
            checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
         | 
| 1340 | 
            -
             | 
| 1341 | 
            -
            [[package]]
         | 
| 1342 | 
            -
            name = "unicode-properties"
         | 
| 1343 | 
            -
            version = "0.1.1"
         | 
| 1344 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1345 | 
            -
            checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
         | 
| 1346 | 
            -
             | 
| 1347 | 
            -
            [[package]]
         | 
| 1348 | 
            -
            name = "unicode-script"
         | 
| 1349 | 
            -
            version = "0.5.6"
         | 
| 1350 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1351 | 
            -
            checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
         | 
| 1352 | 
            -
             | 
| 1353 | 
            -
            [[package]]
         | 
| 1354 | 
            -
            name = "unicode-vo"
         | 
| 1355 | 
            -
            version = "0.1.0"
         | 
| 1356 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1357 | 
            -
            checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
         | 
| 1358 | 
            -
             | 
| 1359 | 
            -
            [[package]]
         | 
| 1360 | 
            -
            name = "usvg"
         | 
| 1361 | 
            -
            version = "0.43.0"
         | 
| 1362 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1363 | 
            -
            checksum = "6803057b5cbb426e9fb8ce2216f3a9b4ca1dd2c705ba3cbebc13006e437735fd"
         | 
| 1364 | 
            -
            dependencies = [
         | 
| 1365 | 
            -
             "base64",
         | 
| 1366 | 
            -
             "data-url",
         | 
| 1367 | 
            -
             "flate2",
         | 
| 1368 | 
            -
             "fontdb",
         | 
| 1369 | 
            -
             "imagesize",
         | 
| 1370 | 
            -
             "kurbo",
         | 
| 1371 | 
            -
             "log",
         | 
| 1372 | 
            -
             "pico-args",
         | 
| 1373 | 
            -
             "roxmltree",
         | 
| 1374 | 
            -
             "rustybuzz",
         | 
| 1375 | 
            -
             "simplecss",
         | 
| 1376 | 
            -
             "siphasher",
         | 
| 1377 | 
            -
             "strict-num",
         | 
| 1378 | 
            -
             "svgtypes",
         | 
| 1379 | 
            -
             "tiny-skia-path",
         | 
| 1380 | 
            -
             "unicode-bidi",
         | 
| 1381 | 
            -
             "unicode-script",
         | 
| 1382 | 
            -
             "unicode-vo",
         | 
| 1383 | 
            -
             "xmlwriter",
         | 
| 1384 | 
            -
            ]
         | 
| 1385 | 
            -
             | 
| 1386 | 
            -
            [[package]]
         | 
| 1387 | 
            -
            name = "uuid"
         | 
| 1388 | 
            -
            version = "1.10.0"
         | 
| 1389 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1390 | 
            -
            checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
         | 
| 1391 | 
            -
            dependencies = [
         | 
| 1392 | 
            -
             "getrandom",
         | 
| 1393 | 
            -
            ]
         | 
| 1394 | 
            -
             | 
| 1395 | 
            -
            [[package]]
         | 
| 1396 | 
            -
            name = "v_frame"
         | 
| 1397 | 
            -
            version = "0.3.8"
         | 
| 1398 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1399 | 
            -
            checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
         | 
| 1400 | 
            -
            dependencies = [
         | 
| 1401 | 
            -
             "aligned-vec",
         | 
| 1402 | 
            -
             "num-traits",
         | 
| 1403 | 
            -
             "wasm-bindgen",
         | 
| 1404 | 
            -
            ]
         | 
| 1405 | 
            -
             | 
| 1406 | 
            -
            [[package]]
         | 
| 1407 | 
            -
            name = "version-compare"
         | 
| 1408 | 
            -
            version = "0.2.0"
         | 
| 1409 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1410 | 
            -
            checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
         | 
| 1411 | 
            -
             | 
| 1412 | 
            -
            [[package]]
         | 
| 1413 | 
            -
            name = "version_check"
         | 
| 1414 | 
            -
            version = "0.9.5"
         | 
| 1415 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1416 | 
            -
            checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
         | 
| 1417 | 
            -
             | 
| 1418 | 
            -
            [[package]]
         | 
| 1419 | 
            -
            name = "wasi"
         | 
| 1420 | 
            -
            version = "0.11.0+wasi-snapshot-preview1"
         | 
| 1421 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1422 | 
            -
            checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
         | 
| 1423 | 
            -
             | 
| 1424 | 
            -
            [[package]]
         | 
| 1425 | 
            -
            name = "wasm-bindgen"
         | 
| 1426 | 
            -
            version = "0.2.93"
         | 
| 1427 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1428 | 
            -
            checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
         | 
| 1429 | 
            -
            dependencies = [
         | 
| 1430 | 
            -
             "cfg-if",
         | 
| 1431 | 
            -
             "once_cell",
         | 
| 1432 | 
            -
             "wasm-bindgen-macro",
         | 
| 1433 | 
            -
            ]
         | 
| 1434 | 
            -
             | 
| 1435 | 
            -
            [[package]]
         | 
| 1436 | 
            -
            name = "wasm-bindgen-backend"
         | 
| 1437 | 
            -
            version = "0.2.93"
         | 
| 1438 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1439 | 
            -
            checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
         | 
| 1440 | 
            -
            dependencies = [
         | 
| 1441 | 
            -
             "bumpalo",
         | 
| 1442 | 
            -
             "log",
         | 
| 1443 | 
            -
             "once_cell",
         | 
| 1444 | 
            -
             "proc-macro2",
         | 
| 1445 | 
            -
             "quote",
         | 
| 1446 | 
            -
             "syn",
         | 
| 1447 | 
            -
             "wasm-bindgen-shared",
         | 
| 1448 | 
            -
            ]
         | 
| 1449 | 
            -
             | 
| 1450 | 
            -
            [[package]]
         | 
| 1451 | 
            -
            name = "wasm-bindgen-macro"
         | 
| 1452 | 
            -
            version = "0.2.93"
         | 
| 1453 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1454 | 
            -
            checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
         | 
| 1455 | 
            -
            dependencies = [
         | 
| 1456 | 
            -
             "quote",
         | 
| 1457 | 
            -
             "wasm-bindgen-macro-support",
         | 
| 1458 | 
            -
            ]
         | 
| 1459 | 
            -
             | 
| 1460 | 
            -
            [[package]]
         | 
| 1461 | 
            -
            name = "wasm-bindgen-macro-support"
         | 
| 1462 | 
            -
            version = "0.2.93"
         | 
| 1463 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1464 | 
            -
            checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
         | 
| 1465 | 
            -
            dependencies = [
         | 
| 1466 | 
            -
             "proc-macro2",
         | 
| 1467 | 
            -
             "quote",
         | 
| 1468 | 
            -
             "syn",
         | 
| 1469 | 
            -
             "wasm-bindgen-backend",
         | 
| 1470 | 
            -
             "wasm-bindgen-shared",
         | 
| 1471 | 
            -
            ]
         | 
| 1472 | 
            -
             | 
| 1473 | 
            -
            [[package]]
         | 
| 1474 | 
            -
            name = "wasm-bindgen-shared"
         | 
| 1475 | 
            -
            version = "0.2.93"
         | 
| 1476 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1477 | 
            -
            checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
         | 
| 1478 | 
            -
             | 
| 1479 | 
            -
            [[package]]
         | 
| 1480 | 
            -
            name = "weezl"
         | 
| 1481 | 
            -
            version = "0.1.8"
         | 
| 1482 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1483 | 
            -
            checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
         | 
| 1484 | 
            -
             | 
| 1485 | 
            -
            [[package]]
         | 
| 1486 | 
            -
            name = "windows-targets"
         | 
| 1487 | 
            -
            version = "0.52.6"
         | 
| 1488 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1489 | 
            -
            checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
         | 
| 1490 | 
            -
            dependencies = [
         | 
| 1491 | 
            -
             "windows_aarch64_gnullvm",
         | 
| 1492 | 
            -
             "windows_aarch64_msvc",
         | 
| 1493 | 
            -
             "windows_i686_gnu",
         | 
| 1494 | 
            -
             "windows_i686_gnullvm",
         | 
| 1495 | 
            -
             "windows_i686_msvc",
         | 
| 1496 | 
            -
             "windows_x86_64_gnu",
         | 
| 1497 | 
            -
             "windows_x86_64_gnullvm",
         | 
| 1498 | 
            -
             "windows_x86_64_msvc",
         | 
| 1499 | 
            -
            ]
         | 
| 1500 | 
            -
             | 
| 1501 | 
            -
            [[package]]
         | 
| 1502 | 
            -
            name = "windows_aarch64_gnullvm"
         | 
| 1503 | 
            -
            version = "0.52.6"
         | 
| 1504 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1505 | 
            -
            checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
         | 
| 1506 | 
            -
             | 
| 1507 | 
            -
            [[package]]
         | 
| 1508 | 
            -
            name = "windows_aarch64_msvc"
         | 
| 1509 | 
            -
            version = "0.52.6"
         | 
| 1510 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1511 | 
            -
            checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
         | 
| 1512 | 
            -
             | 
| 1513 | 
            -
            [[package]]
         | 
| 1514 | 
            -
            name = "windows_i686_gnu"
         | 
| 1515 | 
            -
            version = "0.52.6"
         | 
| 1516 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1517 | 
            -
            checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
         | 
| 1518 | 
            -
             | 
| 1519 | 
            -
            [[package]]
         | 
| 1520 | 
            -
            name = "windows_i686_gnullvm"
         | 
| 1521 | 
            -
            version = "0.52.6"
         | 
| 1522 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1523 | 
            -
            checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
         | 
| 1524 | 
            -
             | 
| 1525 | 
            -
            [[package]]
         | 
| 1526 | 
            -
            name = "windows_i686_msvc"
         | 
| 1527 | 
            -
            version = "0.52.6"
         | 
| 1528 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1529 | 
            -
            checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
         | 
| 1530 | 
            -
             | 
| 1531 | 
            -
            [[package]]
         | 
| 1532 | 
            -
            name = "windows_x86_64_gnu"
         | 
| 1533 | 
            -
            version = "0.52.6"
         | 
| 1534 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1535 | 
            -
            checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
         | 
| 1536 | 
            -
             | 
| 1537 | 
            -
            [[package]]
         | 
| 1538 | 
            -
            name = "windows_x86_64_gnullvm"
         | 
| 1539 | 
            -
            version = "0.52.6"
         | 
| 1540 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1541 | 
            -
            checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
         | 
| 1542 | 
            -
             | 
| 1543 | 
            -
            [[package]]
         | 
| 1544 | 
            -
            name = "windows_x86_64_msvc"
         | 
| 1545 | 
            -
            version = "0.52.6"
         | 
| 1546 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1547 | 
            -
            checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
         | 
| 1548 | 
            -
             | 
| 1549 | 
            -
            [[package]]
         | 
| 1550 | 
            -
            name = "winnow"
         | 
| 1551 | 
            -
            version = "0.6.18"
         | 
| 1552 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1553 | 
            -
            checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
         | 
| 1554 | 
            -
            dependencies = [
         | 
| 1555 | 
            -
             "memchr",
         | 
| 1556 | 
            -
            ]
         | 
| 1557 | 
            -
             | 
| 1558 | 
            -
            [[package]]
         | 
| 1559 | 
            -
            name = "xmlwriter"
         | 
| 1560 | 
            -
            version = "0.1.0"
         | 
| 1561 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1562 | 
            -
            checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
         | 
| 1563 | 
            -
             | 
| 1564 | 
            -
            [[package]]
         | 
| 1565 | 
            -
            name = "zerocopy"
         | 
| 1566 | 
            -
            version = "0.7.35"
         | 
| 1567 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1568 | 
            -
            checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
         | 
| 1569 | 
            -
            dependencies = [
         | 
| 1570 | 
            -
             "byteorder",
         | 
| 1571 | 
            -
             "zerocopy-derive",
         | 
| 1572 | 
            -
            ]
         | 
| 1573 | 
            -
             | 
| 1574 | 
            -
            [[package]]
         | 
| 1575 | 
            -
            name = "zerocopy-derive"
         | 
| 1576 | 
            -
            version = "0.7.35"
         | 
| 1577 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1578 | 
            -
            checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
         | 
| 1579 | 
            -
            dependencies = [
         | 
| 1580 | 
            -
             "proc-macro2",
         | 
| 1581 | 
            -
             "quote",
         | 
| 1582 | 
            -
             "syn",
         | 
| 1583 | 
            -
            ]
         | 
| 1584 | 
            -
             | 
| 1585 | 
            -
            [[package]]
         | 
| 1586 | 
            -
            name = "zune-core"
         | 
| 1587 | 
            -
            version = "0.4.12"
         | 
| 1588 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1589 | 
            -
            checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
         | 
| 1590 | 
            -
             | 
| 1591 | 
            -
            [[package]]
         | 
| 1592 | 
            -
            name = "zune-inflate"
         | 
| 1593 | 
            -
            version = "0.2.54"
         | 
| 1594 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1595 | 
            -
            checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
         | 
| 1596 | 
            -
            dependencies = [
         | 
| 1597 | 
            -
             "simd-adler32",
         | 
| 1598 | 
            -
            ]
         | 
| 1599 | 
            -
             | 
| 1600 | 
            -
            [[package]]
         | 
| 1601 | 
            -
            name = "zune-jpeg"
         | 
| 1602 | 
            -
            version = "0.4.13"
         | 
| 1603 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 1604 | 
            -
            checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
         | 
| 1605 | 
            -
            dependencies = [
         | 
| 1606 | 
            -
             "zune-core",
         | 
| 1607 | 
            -
            ]
         |