2024-03-05 13:31:41 +10:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-08-29 11:13:18 +10:00
|
|
|
name = "adler2"
|
2025-06-11 21:07:55 +10:00
|
|
|
version = "2.0.1"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-11 21:07:55 +10:00
|
|
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstream"
|
2025-06-11 21:07:55 +10:00
|
|
|
version = "0.6.19"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-11 21:07:55 +10:00
|
|
|
checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"anstyle",
|
|
|
|
|
"anstyle-parse",
|
|
|
|
|
"anstyle-query",
|
|
|
|
|
"anstyle-wincon",
|
|
|
|
|
"colorchoice",
|
2024-05-25 16:41:21 +10:00
|
|
|
"is_terminal_polyfill",
|
2024-03-05 13:31:41 +10:00
|
|
|
"utf8parse",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle"
|
2025-06-11 21:07:55 +10:00
|
|
|
version = "1.0.11"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-11 21:07:55 +10:00
|
|
|
checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-parse"
|
2025-06-11 21:07:55 +10:00
|
|
|
version = "0.2.7"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-11 21:07:55 +10:00
|
|
|
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"utf8parse",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-query"
|
2025-06-11 21:07:55 +10:00
|
|
|
version = "1.1.3"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-11 21:07:55 +10:00
|
|
|
checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"windows-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-wincon"
|
2025-06-11 21:07:55 +10:00
|
|
|
version = "3.0.9"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-11 21:07:55 +10:00
|
|
|
checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"anstyle",
|
2025-06-02 15:30:01 +10:00
|
|
|
"once_cell_polyfill",
|
2024-03-05 13:31:41 +10:00
|
|
|
"windows-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
2025-06-02 15:30:01 +10:00
|
|
|
version = "1.0.98"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-02 15:30:01 +10:00
|
|
|
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2025-06-02 15:30:01 +10:00
|
|
|
version = "2.9.1"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-02 15:30:01 +10:00
|
|
|
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
2025-06-11 21:07:55 +10:00
|
|
|
version = "1.0.1"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-11 21:07:55 +10:00
|
|
|
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
2025-08-01 15:54:43 +10:00
|
|
|
version = "4.5.42"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-01 15:54:43 +10:00
|
|
|
checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"clap_builder",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap_builder"
|
2025-08-01 15:54:43 +10:00
|
|
|
version = "4.5.42"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-01 15:54:43 +10:00
|
|
|
checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"anstream",
|
|
|
|
|
"anstyle",
|
|
|
|
|
"clap_lex",
|
|
|
|
|
"strsim",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap_lex"
|
2025-06-11 21:07:55 +10:00
|
|
|
version = "0.7.5"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-11 21:07:55 +10:00
|
|
|
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "colorchoice"
|
2025-06-11 21:07:55 +10:00
|
|
|
version = "1.0.4"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-11 21:07:55 +10:00
|
|
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crc32fast"
|
2025-08-01 15:54:43 +10:00
|
|
|
version = "1.5.0"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-01 15:54:43 +10:00
|
|
|
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "env_filter"
|
2024-12-19 16:00:10 +10:00
|
|
|
version = "0.1.3"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-19 16:00:10 +10:00
|
|
|
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "env_logger"
|
2025-06-02 15:30:01 +10:00
|
|
|
version = "0.11.8"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-02 15:30:01 +10:00
|
|
|
checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"env_filter",
|
|
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "equivalent"
|
2025-06-02 15:30:01 +10:00
|
|
|
version = "1.0.2"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-02 15:30:01 +10:00
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "flate2"
|
2025-06-11 21:07:55 +10:00
|
|
|
version = "1.1.2"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-11 21:07:55 +10:00
|
|
|
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"crc32fast",
|
|
|
|
|
"miniz_oxide",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-04 17:12:59 +10:00
|
|
|
name = "foldhash"
|
2025-09-18 23:27:26 -07:00
|
|
|
version = "0.2.0"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-18 23:27:26 -07:00
|
|
|
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
2024-10-04 17:12:59 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2025-09-18 23:27:26 -07:00
|
|
|
version = "0.16.0"
|
2024-10-04 17:12:59 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-18 23:27:26 -07:00
|
|
|
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
2024-10-04 17:12:59 +10:00
|
|
|
"foldhash",
|
2024-03-05 13:31:41 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
2025-09-18 23:27:26 -07:00
|
|
|
version = "2.11.4"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-18 23:27:26 -07:00
|
|
|
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"equivalent",
|
|
|
|
|
"hashbrown",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-25 16:41:21 +10:00
|
|
|
name = "is_terminal_polyfill"
|
2024-08-07 15:02:22 +10:00
|
|
|
version = "1.70.1"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 15:02:22 +10:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-05-25 16:41:21 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2025-08-01 15:54:43 +10:00
|
|
|
version = "0.2.174"
|
2024-05-25 16:41:21 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-01 15:54:43 +10:00
|
|
|
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
2025-06-02 15:30:01 +10:00
|
|
|
version = "0.4.27"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-02 15:30:01 +10:00
|
|
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2025-08-01 15:54:43 +10:00
|
|
|
version = "2.7.5"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-01 15:54:43 +10:00
|
|
|
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memmap2"
|
2025-08-01 15:54:43 +10:00
|
|
|
version = "0.9.7"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-01 15:54:43 +10:00
|
|
|
checksum = "483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "miniz_oxide"
|
2025-06-11 21:07:55 +10:00
|
|
|
version = "0.8.9"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-11 21:07:55 +10:00
|
|
|
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
2024-08-29 11:13:18 +10:00
|
|
|
"adler2",
|
2024-03-05 13:31:41 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "object"
|
2025-08-13 20:32:22 +10:00
|
|
|
version = "0.37.3"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"crc32fast",
|
|
|
|
|
"flate2",
|
|
|
|
|
"hashbrown",
|
|
|
|
|
"indexmap",
|
|
|
|
|
"memchr",
|
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
|
"ruzstd",
|
|
|
|
|
"wasmparser",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "object-examples"
|
|
|
|
|
version = "0.0.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clap",
|
|
|
|
|
"memmap2",
|
|
|
|
|
"object",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "object-rewrite"
|
2024-04-10 18:23:54 +10:00
|
|
|
version = "0.1.1"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"clap",
|
|
|
|
|
"env_logger",
|
|
|
|
|
"log",
|
|
|
|
|
"memmap2",
|
|
|
|
|
"object",
|
|
|
|
|
"object-examples",
|
|
|
|
|
]
|
|
|
|
|
|
2025-06-02 15:30:01 +10:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell_polyfill"
|
|
|
|
|
version = "1.70.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
|
|
|
|
|
|
2024-03-05 13:31:41 +10:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-std-workspace-alloc"
|
2024-12-19 16:00:10 +10:00
|
|
|
version = "1.0.1"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-19 16:00:10 +10:00
|
|
|
checksum = "f9d441c3b2ebf55cebf796bfdc265d67fa09db17b7bb6bd4be75c509e1e8fec3"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-std-workspace-core"
|
2024-12-19 16:00:10 +10:00
|
|
|
version = "1.0.1"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-19 16:00:10 +10:00
|
|
|
checksum = "aa9c45b374136f52f2d6311062c7146bff20fec063c3f5d46a410bd937746955"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ruzstd"
|
2025-06-02 15:30:01 +10:00
|
|
|
version = "0.8.1"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-02 15:30:01 +10:00
|
|
|
checksum = "3640bec8aad418d7d03c72ea2de10d5c646a598f9883c7babc160d91e3c1b26c"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"twox-hash",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "strsim"
|
2024-04-10 18:23:54 +10:00
|
|
|
version = "0.11.1"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-10 18:23:54 +10:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "twox-hash"
|
2025-06-11 21:07:55 +10:00
|
|
|
version = "2.1.1"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-06-11 21:07:55 +10:00
|
|
|
checksum = "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "utf8parse"
|
2024-07-24 12:54:04 +10:00
|
|
|
version = "0.2.2"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 12:54:04 +10:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasmparser"
|
2025-09-18 23:27:26 -07:00
|
|
|
version = "0.239.0"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-18 23:27:26 -07:00
|
|
|
checksum = "8c9d90bb93e764f6beabf1d02028c70a2156a6583e63ac4218dd07ef733368b0"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2024-12-19 16:00:10 +10:00
|
|
|
version = "0.59.0"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-19 16:00:10 +10:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"windows-targets",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
2024-07-24 12:54:04 +10:00
|
|
|
version = "0.52.6"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 12:54:04 +10:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-03-05 13:31:41 +10:00
|
|
|
dependencies = [
|
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
|
"windows_i686_gnu",
|
2024-05-25 16:41:21 +10:00
|
|
|
"windows_i686_gnullvm",
|
2024-03-05 13:31:41 +10:00
|
|
|
"windows_i686_msvc",
|
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-24 12:54:04 +10:00
|
|
|
version = "0.52.6"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 12:54:04 +10:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-24 12:54:04 +10:00
|
|
|
version = "0.52.6"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 12:54:04 +10:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-24 12:54:04 +10:00
|
|
|
version = "0.52.6"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 12:54:04 +10:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-05-25 16:41:21 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-24 12:54:04 +10:00
|
|
|
version = "0.52.6"
|
2024-05-25 16:41:21 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 12:54:04 +10:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-24 12:54:04 +10:00
|
|
|
version = "0.52.6"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 12:54:04 +10:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-24 12:54:04 +10:00
|
|
|
version = "0.52.6"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 12:54:04 +10:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-24 12:54:04 +10:00
|
|
|
version = "0.52.6"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 12:54:04 +10:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-03-05 13:31:41 +10:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-24 12:54:04 +10:00
|
|
|
version = "0.52.6"
|
2024-03-05 13:31:41 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 12:54:04 +10:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|