1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "adler2" 7version = "2.0.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 10 11[[package]] 12name = "bitflags" 13version = "1.3.2" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 16 17[[package]] 18name = "cfg-if" 19version = "1.0.0" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 22 23[[package]] 24name = "crc32fast" 25version = "1.4.2" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 28dependencies = [ 29 "cfg-if", 30] 31 32[[package]] 33name = "direct-cargo-bazel-deps" 34version = "0.0.1" 35dependencies = [ 36 "png", 37] 38 39[[package]] 40name = "fdeflate" 41version = "0.3.5" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "d8090f921a24b04994d9929e204f50b498a33ea6ba559ffaa05e04f7ee7fb5ab" 44dependencies = [ 45 "simd-adler32", 46] 47 48[[package]] 49name = "flate2" 50version = "1.0.34" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 53dependencies = [ 54 "crc32fast", 55 "miniz_oxide", 56] 57 58[[package]] 59name = "miniz_oxide" 60version = "0.8.0" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 63dependencies = [ 64 "adler2", 65 "simd-adler32", 66] 67 68[[package]] 69name = "png" 70version = "0.17.14" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0" 73dependencies = [ 74 "bitflags", 75 "crc32fast", 76 "fdeflate", 77 "flate2", 78 "miniz_oxide", 79] 80 81[[package]] 82name = "simd-adler32" 83version = "0.3.7" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 86