2022-11-27 06:37:29 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-01-28 04:15:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.21.0"
|
2023-01-28 04:15:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2023-01-28 04:15:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-12-10 06:28:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.8.6"
|
2022-12-10 06:28:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
|
2022-12-10 06:28:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-11-18 20:03:24 +00:00
|
|
|
"zerocopy",
|
2022-12-10 06:28:23 +00:00
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "1.1.2"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-09-13 06:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "1.0.75"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2023-01-28 04:15:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
]
|
2022-11-27 06:37:29 +00:00
|
|
|
|
2022-12-15 00:56:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ar"
|
|
|
|
version = "0.8.0"
|
2023-01-28 04:15:52 +00:00
|
|
|
source = "git+https://github.com/bjorn3/rust-ar.git?branch=write_symbol_table#a61d6f5b84b0240f7afddf8cebc7e58ee1719829"
|
2022-12-15 00:56:55 +00:00
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "argh"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.1.12"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "7af5ba06967ff7214ce4c7419c7d185be7ecd6cc4965a8f6e1d8ce0398aad219"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"argh_derive",
|
|
|
|
"argh_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "argh_derive"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.1.12"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "56df0aeedf6b7a2fc67d06db35b09684c3e8da0c95f8f27685cb17e08413d87a"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"argh_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-18 20:03:24 +00:00
|
|
|
"syn 2.0.39",
|
2022-11-27 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "argh_shared"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.1.12"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "5693f39141bda5760ecc4111ab08da40565d1771038c4a0250f03457ec707531"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2022-11-27 06:37:29 +00:00
|
|
|
|
2023-08-03 22:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "argp"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "84c16c577a1a3b720a90eb2127bd0ae61530a71064d1a6babaaaa87f6174b9f1"
|
|
|
|
dependencies = [
|
|
|
|
"argp_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "argp_derive"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe3763c8b5e0ef2f7d0df26daa671808cc75e2d81547f63ccca96bf045e41799"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"pulldown-cmark",
|
|
|
|
"quote",
|
2023-10-06 05:20:04 +00:00
|
|
|
"syn 1.0.109",
|
2023-08-03 22:55:57 +00:00
|
|
|
]
|
|
|
|
|
2023-09-03 14:42:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-10-10 16:32:05 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2023-09-03 14:42:52 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-12-10 06:28:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2023-01-28 04:15:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.3.69"
|
2023-01-28 04:15:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2023-01-28 04:15:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-11-18 20:03:24 +00:00
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
2023-01-28 04:15:52 +00:00
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base16ct"
|
2023-07-21 21:59:07 +00:00
|
|
|
version = "0.2.0"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 21:59:07 +00:00
|
|
|
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
2022-11-27 06:37:29 +00:00
|
|
|
|
2023-01-18 20:52:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.21.5"
|
2023-01-18 20:52:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
|
2023-01-18 20:52:38 +00:00
|
|
|
|
2022-12-10 06:28:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "2.4.1"
|
2023-10-10 16:32:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-10-10 16:32:05 +00:00
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.10.4"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-01-18 20:52:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "1.5.0"
|
2023-01-18 20:52:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-01-18 20:52:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-08-25 04:54:29 +00:00
|
|
|
version = "1.0.83"
|
2023-01-18 20:52:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 04:54:29 +00:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2023-01-18 20:52:38 +00:00
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-09-13 06:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
2023-10-10 16:32:05 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-09-13 06:08:51 +00:00
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.2.11"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-12-10 06:28:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-08-25 04:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cwdemangle"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.1.6"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "c251bc5553377b3dc85c7b9b3955cfc2eb5a7b5544cf65adc2d53c2a4c2f4162"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"argh",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "decomp-toolkit"
|
2024-01-14 04:54:10 +00:00
|
|
|
version = "0.7.1"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-12-15 00:56:55 +00:00
|
|
|
"ar",
|
2023-08-03 22:55:57 +00:00
|
|
|
"argp",
|
2022-11-27 06:37:29 +00:00
|
|
|
"base16ct",
|
2023-01-18 20:52:38 +00:00
|
|
|
"base64",
|
2022-11-27 06:37:29 +00:00
|
|
|
"cwdemangle",
|
2022-12-10 06:28:23 +00:00
|
|
|
"dol",
|
2023-10-10 16:32:05 +00:00
|
|
|
"enable-ansi-support",
|
2022-11-28 04:43:46 +00:00
|
|
|
"filetime",
|
2023-01-18 20:52:38 +00:00
|
|
|
"fixedbitset",
|
2022-12-10 06:28:23 +00:00
|
|
|
"flagset",
|
2023-01-28 04:15:52 +00:00
|
|
|
"flate2",
|
2023-07-21 21:59:07 +00:00
|
|
|
"glob",
|
2022-11-27 06:37:29 +00:00
|
|
|
"hex",
|
2023-11-18 18:56:58 +00:00
|
|
|
"indent",
|
2023-11-18 20:03:24 +00:00
|
|
|
"indexmap",
|
2023-07-21 21:59:07 +00:00
|
|
|
"itertools",
|
2022-11-27 06:37:29 +00:00
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"memmap2",
|
|
|
|
"multimap",
|
2023-09-13 06:08:51 +00:00
|
|
|
"nintendo-lz",
|
2023-01-18 20:52:38 +00:00
|
|
|
"num_enum",
|
2023-11-18 20:03:24 +00:00
|
|
|
"object",
|
2023-01-18 20:52:38 +00:00
|
|
|
"once_cell",
|
2023-09-03 14:42:52 +00:00
|
|
|
"owo-colors",
|
2023-08-25 04:54:29 +00:00
|
|
|
"path-slash",
|
2023-08-03 22:55:57 +00:00
|
|
|
"petgraph",
|
2022-12-10 06:28:23 +00:00
|
|
|
"ppc750cl",
|
2023-08-25 04:54:29 +00:00
|
|
|
"rayon",
|
2022-11-27 06:37:29 +00:00
|
|
|
"regex",
|
2023-09-03 14:42:52 +00:00
|
|
|
"rustc-hash",
|
2023-12-21 03:28:30 +00:00
|
|
|
"sanitise-file-name",
|
2023-01-18 20:52:38 +00:00
|
|
|
"serde",
|
2023-08-06 19:46:51 +00:00
|
|
|
"serde_json",
|
2023-01-18 20:52:38 +00:00
|
|
|
"serde_repr",
|
|
|
|
"serde_yaml",
|
2022-11-27 06:37:29 +00:00
|
|
|
"sha-1",
|
2022-12-10 06:28:23 +00:00
|
|
|
"smallvec",
|
2023-10-10 16:32:05 +00:00
|
|
|
"supports-color 2.1.0",
|
2023-11-18 18:56:58 +00:00
|
|
|
"syntect",
|
2023-08-25 04:54:29 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-subscriber",
|
2023-11-08 04:21:59 +00:00
|
|
|
"xxhash-rust",
|
2022-11-27 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.10.7"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2022-12-10 06:28:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dol"
|
|
|
|
version = "0.1.0"
|
2023-10-06 05:20:04 +00:00
|
|
|
source = "git+https://github.com/encounter/ppc750cl?rev=4a2bbbc6f84dcb76255ab6f3595a8d4a0ce96618#4a2bbbc6f84dcb76255ab6f3595a8d4a0ce96618"
|
2022-12-10 06:28:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "1.9.0"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2023-07-21 21:59:07 +00:00
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "enable-ansi-support"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa4ff3ae2a9aa54bf7ee0983e59303224de742818c1822d89f07da9856d9bc60"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "1.0.1"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-07-21 21:59:07 +00:00
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.3.7"
|
2023-10-10 16:32:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
|
2023-10-10 16:32:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-11-28 04:43:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.2.22"
|
2022-11-28 04:43:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
|
2022-11-28 04:43:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2023-10-10 16:32:05 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-28 04:43:46 +00:00
|
|
|
]
|
|
|
|
|
2023-01-18 20:52:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
2022-12-10 06:28:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flagset"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.4.4"
|
2022-12-10 06:28:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "d52a7e408202050813e6f1d9addadcaafef3dca7530c7ddfb005d4081cce6779"
|
2023-01-18 20:52:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2022-12-10 06:28:23 +00:00
|
|
|
|
2023-01-28 04:15:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "1.0.28"
|
2023-01-28 04:15:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2023-01-28 04:15:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2023-11-18 20:03:24 +00:00
|
|
|
"miniz_oxide",
|
2023-01-28 04:15:52 +00:00
|
|
|
]
|
|
|
|
|
2023-11-18 18:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.14.7"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-08-03 22:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-01-28 04:15:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.28.0"
|
2023-01-28 04:15:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
2023-01-28 04:15:52 +00:00
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
2023-11-18 18:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.14.2"
|
2023-11-18 18:56:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
|
2022-12-10 06:28:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2023-09-03 14:42:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-11-18 18:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indent"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9f1a0777d972970f204fdf8ef319f1f4f8459131636d7e3c96c5d59570d0fa6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "2.1.0"
|
2022-12-10 06:28:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
2023-07-21 21:59:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-11-18 20:03:24 +00:00
|
|
|
"hashbrown",
|
2023-07-21 21:59:07 +00:00
|
|
|
]
|
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.3",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-09-03 14:42:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is_ci"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.12.0"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
|
2023-07-21 21:59:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2023-01-18 20:52:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "1.0.9"
|
2023-01-18 20:52:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2023-01-18 20:52:38 +00:00
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
2023-08-25 04:54:29 +00:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-25 04:54:29 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2022-11-27 06:37:29 +00:00
|
|
|
|
2023-01-18 20:52:38 +00:00
|
|
|
[[package]]
|
2023-08-25 04:54:29 +00:00
|
|
|
name = "libc"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.2.150"
|
2023-01-18 20:52:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
|
2023-01-18 20:52:38 +00:00
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.4.11"
|
2023-10-10 16:32:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
|
2023-10-10 16:32:05 +00:00
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.4.20"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2022-11-27 06:37:29 +00:00
|
|
|
|
2023-09-03 14:42:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "2.6.4"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2022-11-27 06:37:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.9.0"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-25 04:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.9.1"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "e1a5d38b9b352dbd913288736af36af41c48d61b1a8cd34bcecd727561b7d511"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-09-13 06:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nintendo-lz"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "768b95cd65a1a8b82d6c7e90a69d080b20996a876cd62987ab5bcb350c5ae646"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
2023-08-25 04:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-12-10 06:28:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.2.17"
|
2022-12-10 06:28:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2022-12-10 06:28:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-01-18 20:52:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.7.1"
|
2023-01-18 20:52:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "683751d591e6d81200c39fb0d1032608b77724f34114db54f571ff1317b337c0"
|
2023-01-18 20:52:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"num_enum_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.7.1"
|
2023-01-18 20:52:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "6c11e44798ad209ccdd91fc192f0526a369a01234f7373e1b141c96d7cee4f0e"
|
2023-01-18 20:52:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-18 20:03:24 +00:00
|
|
|
"syn 2.0.39",
|
2023-07-21 21:59:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.32.1"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
2022-12-10 06:28:23 +00:00
|
|
|
"crc32fast",
|
2023-11-18 20:03:24 +00:00
|
|
|
"hashbrown",
|
|
|
|
"indexmap",
|
2022-11-27 06:37:29 +00:00
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-12-10 06:28:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-07-21 21:59:07 +00:00
|
|
|
version = "1.18.0"
|
2022-12-10 06:28:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 21:59:07 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-12-10 06:28:23 +00:00
|
|
|
|
2023-11-18 18:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
|
|
|
version = "6.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"onig_sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig_sys"
|
|
|
|
version = "69.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-08-25 04:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2023-09-03 14:42:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owo-colors"
|
|
|
|
version = "3.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
|
|
|
|
dependencies = [
|
2023-10-10 16:32:05 +00:00
|
|
|
"supports-color 1.3.1",
|
2023-09-03 14:42:52 +00:00
|
|
|
]
|
|
|
|
|
2023-08-25 04:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "path-slash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
|
|
|
|
|
2023-08-03 22:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.6.4"
|
2023-08-03 22:55:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
2023-08-03 22:55:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2023-11-18 20:03:24 +00:00
|
|
|
"indexmap",
|
2023-08-03 22:55:57 +00:00
|
|
|
]
|
|
|
|
|
2023-08-25 04:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.2.13"
|
2023-08-25 04:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2023-08-25 04:54:29 +00:00
|
|
|
|
2023-11-18 18:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
|
|
|
|
2022-12-10 06:28:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppc750cl"
|
|
|
|
version = "0.2.0"
|
2023-10-06 05:20:04 +00:00
|
|
|
source = "git+https://github.com/encounter/ppc750cl?rev=4a2bbbc6f84dcb76255ab6f3595a8d4a0ce96618#4a2bbbc6f84dcb76255ab6f3595a8d4a0ce96618"
|
2022-12-10 06:28:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
2023-01-18 20:52:38 +00:00
|
|
|
name = "proc-macro-crate"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "2.0.0"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
2023-11-18 20:03:24 +00:00
|
|
|
"toml_edit",
|
2022-11-27 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "1.0.69"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-08-03 22:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
|
|
|
|
dependencies = [
|
2023-10-10 16:32:05 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-08-03 22:55:57 +00:00
|
|
|
"getopts",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "1.0.33"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-08-25 04:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "1.8.0"
|
2023-08-25 04:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2023-08-25 04:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "1.12.0"
|
2023-08-25 04:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2023-08-25 04:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-11-28 04:43:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.3.5"
|
2022-11-28 04:43:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2022-11-28 04:43:46 +00:00
|
|
|
dependencies = [
|
2023-10-10 16:32:05 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-11-28 04:43:46 +00:00
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "1.10.2"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
2023-07-21 21:59:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-11-18 20:03:24 +00:00
|
|
|
"regex-automata 0.4.3",
|
|
|
|
"regex-syntax 0.8.2",
|
2023-09-03 14:42:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.6.29",
|
2023-07-21 21:59:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.4.3"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-11-18 20:03:24 +00:00
|
|
|
"regex-syntax 0.8.2",
|
2022-11-27 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
2023-09-03 14:42:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.7.5"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2022-11-27 06:37:29 +00:00
|
|
|
|
2023-11-18 20:03:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
|
|
|
|
2023-01-28 04:15:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2023-07-21 21:59:07 +00:00
|
|
|
version = "0.1.23"
|
2023-01-28 04:15:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 21:59:07 +00:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2023-01-28 04:15:52 +00:00
|
|
|
|
2023-09-03 14:42:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.38.24"
|
2023-10-10 16:32:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234"
|
2023-10-10 16:32:05 +00:00
|
|
|
dependencies = [
|
2023-11-18 20:03:24 +00:00
|
|
|
"bitflags 2.4.1",
|
2023-10-10 16:32:05 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-01-18 20:52:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "1.0.15"
|
2023-01-18 20:52:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2023-01-18 20:52:38 +00:00
|
|
|
|
2023-11-18 18:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-12-21 03:28:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sanitise-file-name"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19d36299972b96b8ae7e8f04ecbf75fb41a27bf3781af00abcf57609774cb911"
|
|
|
|
|
2023-08-25 04:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "1.0.192"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
|
2022-12-10 06:28:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "1.0.192"
|
2022-12-10 06:28:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
|
2022-12-10 06:28:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-18 20:03:24 +00:00
|
|
|
"syn 2.0.39",
|
2022-12-10 06:28:23 +00:00
|
|
|
]
|
2022-11-27 06:37:29 +00:00
|
|
|
|
2023-08-06 19:46:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "1.0.108"
|
2023-08-06 19:46:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
2023-08-06 19:46:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-18 20:52:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.1.17"
|
2023-01-18 20:52:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "3081f5ffbb02284dda55132aa26daecedd7372a42417bbbab6f14ab7d6bb9145"
|
2023-01-18 20:52:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-18 20:03:24 +00:00
|
|
|
"syn 2.0.39",
|
2023-01-18 20:52:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.9.27"
|
2023-01-18 20:52:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c"
|
2023-01-18 20:52:38 +00:00
|
|
|
dependencies = [
|
2023-11-18 20:03:24 +00:00
|
|
|
"indexmap",
|
2023-01-18 20:52:38 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"unsafe-libyaml",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2023-07-21 21:59:07 +00:00
|
|
|
version = "0.10.1"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 21:59:07 +00:00
|
|
|
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-08-25 04:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.1.7"
|
2023-08-25 04:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2023-08-25 04:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2022-12-10 06:28:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "1.11.2"
|
2022-12-10 06:28:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
|
2022-12-10 06:28:23 +00:00
|
|
|
|
2023-09-13 06:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
2023-09-03 14:42:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "supports-color"
|
|
|
|
version = "1.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ba6faf2ca7ee42fdd458f4347ae0a9bd6bcc445ad7cb57ad82b383f18870d6f"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"is_ci",
|
|
|
|
]
|
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "supports-color"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6398cde53adc3c4557306a96ce67b302968513830a77a95b2b17305d9719a89"
|
|
|
|
dependencies = [
|
|
|
|
"is-terminal",
|
|
|
|
"is_ci",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "1.0.109"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "2.0.39"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
|
2023-07-21 21:59:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-11-18 18:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syntect"
|
|
|
|
version = "5.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e02b4b303bf8d08bfeb0445cba5068a3d306b6baece1d5582171a9bf49188f91"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"flate2",
|
|
|
|
"fnv",
|
|
|
|
"once_cell",
|
|
|
|
"onig",
|
|
|
|
"regex-syntax 0.7.5",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-09-13 06:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "1.0.50"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "1.0.50"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
|
2022-11-27 06:37:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-18 20:03:24 +00:00
|
|
|
"syn 2.0.39",
|
2022-11-27 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
2023-08-25 04:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-01-18 20:52:38 +00:00
|
|
|
[[package]]
|
2023-11-18 20:03:24 +00:00
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.20.7"
|
2023-01-18 20:52:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
|
2023-01-18 20:52:38 +00:00
|
|
|
dependencies = [
|
2023-11-18 20:03:24 +00:00
|
|
|
"indexmap",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
2023-01-18 20:52:38 +00:00
|
|
|
]
|
|
|
|
|
2023-08-25 04:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.1.40"
|
2023-08-25 04:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2023-08-25 04:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.1.27"
|
2023-08-25 04:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2023-08-25 04:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-18 20:03:24 +00:00
|
|
|
"syn 2.0.39",
|
2023-08-25 04:54:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.1.32"
|
2023-08-25 04:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2023-08-25 04:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.2.0"
|
2023-08-25 04:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2023-08-25 04:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-11-18 20:03:24 +00:00
|
|
|
"once_cell",
|
2023-08-25 04:54:29 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.3.18"
|
2023-08-25 04:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2023-08-25 04:54:29 +00:00
|
|
|
dependencies = [
|
2023-09-03 14:42:52 +00:00
|
|
|
"matchers",
|
2023-08-25 04:54:29 +00:00
|
|
|
"nu-ansi-term",
|
2023-09-03 14:42:52 +00:00
|
|
|
"once_cell",
|
|
|
|
"regex",
|
2023-08-25 04:54:29 +00:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
2023-09-03 14:42:52 +00:00
|
|
|
"tracing",
|
2023-08-25 04:54:29 +00:00
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "1.17.0"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-11-27 06:37:29 +00:00
|
|
|
|
2023-08-03 22:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "2.7.0"
|
2023-08-03 22:55:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2023-08-03 22:55:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "1.0.12"
|
2022-11-27 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-11-27 06:37:29 +00:00
|
|
|
|
2023-08-03 22:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-11-18 20:03:24 +00:00
|
|
|
version = "0.1.11"
|
2023-08-03 22:55:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 20:03:24 +00:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2023-08-03 22:55:57 +00:00
|
|
|
|
2023-01-18 20:52:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
2023-12-21 03:43:39 +00:00
|
|
|
version = "0.2.10"
|
2023-01-18 20:52:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 03:43:39 +00:00
|
|
|
checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
|
2023-01-18 20:52:38 +00:00
|
|
|
|
2023-08-25 04:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2023-09-13 06:08:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2023-11-18 18:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2023-11-18 18:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-11-27 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-11-28 04:43:46 +00:00
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.48.5"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-07-21 21:59:07 +00:00
|
|
|
dependencies = [
|
2023-10-10 16:32:05 +00:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2022-11-28 04:43:46 +00:00
|
|
|
]
|
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.48.5"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-07-21 21:59:07 +00:00
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.48.5"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-07-21 21:59:07 +00:00
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.48.5"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-07-21 21:59:07 +00:00
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.48.5"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-07-21 21:59:07 +00:00
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.48.5"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-07-21 21:59:07 +00:00
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.48.5"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-07-21 21:59:07 +00:00
|
|
|
|
2023-10-10 16:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
|
2023-07-21 21:59:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-10-06 05:20:04 +00:00
|
|
|
version = "0.48.5"
|
2023-07-21 21:59:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 05:20:04 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-11-08 04:21:59 +00:00
|
|
|
|
2023-11-18 20:03:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.5.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-11-08 04:21:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xxhash-rust"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9828b178da53440fa9c766a3d2f73f7cf5d0ac1fe3980c1e5018d899fd19e07b"
|
2023-11-18 18:56:58 +00:00
|
|
|
|
2023-11-18 20:03:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2023-12-21 03:43:39 +00:00
|
|
|
version = "0.7.31"
|
2023-11-18 20:03:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 03:43:39 +00:00
|
|
|
checksum = "1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d"
|
2023-11-18 20:03:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2023-12-21 03:43:39 +00:00
|
|
|
version = "0.7.31"
|
2023-11-18 20:03:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 03:43:39 +00:00
|
|
|
checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a"
|
2023-11-18 20:03:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.39",
|
|
|
|
]
|