2022-08-05 05:28:14 +10:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-07-01 07:03:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-10-03 04:13:31 +11:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-06 02:31:53 +10:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.6.13"
|
2023-04-06 02:31:53 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
|
2023-04-06 02:31:53 +10:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
2023-04-14 07:33:59 +10:00
|
|
|
"anstyle-query",
|
2023-04-06 02:31:53 +10:00
|
|
|
"anstyle-wincon",
|
2023-04-14 07:33:59 +10:00
|
|
|
"colorchoice",
|
2023-04-06 02:31:53 +10:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-02-07 09:49:04 +11:00
|
|
|
version = "1.0.6"
|
2023-04-06 02:31:53 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 09:49:04 +11:00
|
|
|
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
|
2023-04-06 02:31:53 +10:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "0.2.3"
|
2023-04-06 02:31:53 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
2023-04-06 02:31:53 +10:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-04-14 07:33:59 +10:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2023-12-21 04:09:12 +11:00
|
|
|
version = "1.0.2"
|
2023-04-14 07:33:59 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 04:09:12 +11:00
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
2023-04-14 07:33:59 +10:00
|
|
|
dependencies = [
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-04-06 02:31:53 +10:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "3.0.2"
|
2023-04-06 02:31:53 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
2023-04-06 02:31:53 +10:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-04-14 07:33:59 +10:00
|
|
|
"windows-sys",
|
2023-04-06 02:31:53 +10:00
|
|
|
]
|
|
|
|
|
2022-08-05 05:28:14 +10:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2022-10-03 04:13:31 +11:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "3.15.4"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
|
2022-10-03 04:13:31 +11:00
|
|
|
|
2022-10-22 06:51:52 +11:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "1.0.90"
|
2022-10-22 06:51:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
2022-10-22 06:51:52 +11:00
|
|
|
|
2022-10-03 04:13:31 +11:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.4.35"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
|
2022-10-03 04:13:31 +11:00
|
|
|
dependencies = [
|
2023-07-01 07:03:31 +10:00
|
|
|
"android-tzdata",
|
2022-10-03 04:13:31 +11:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
2024-02-01 10:15:12 +11:00
|
|
|
"windows-targets",
|
2022-10-03 04:13:31 +11:00
|
|
|
]
|
|
|
|
|
2022-08-05 05:28:14 +10:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "4.5.2"
|
2022-08-05 05:28:14 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651"
|
2022-08-05 05:28:14 +10:00
|
|
|
dependencies = [
|
2023-04-06 02:31:53 +10:00
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "4.5.2"
|
2023-04-06 02:31:53 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
|
2023-04-06 02:31:53 +10:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-08-05 05:28:14 +10:00
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "0.7.0"
|
2022-10-22 06:51:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
2022-10-22 06:51:52 +11:00
|
|
|
|
2023-04-06 02:31:53 +10:00
|
|
|
[[package]]
|
2023-04-14 07:33:59 +10:00
|
|
|
name = "colorchoice"
|
2023-04-06 02:31:53 +10:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 07:33:59 +10:00
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2023-04-06 02:31:53 +10:00
|
|
|
|
2022-10-03 04:13:31 +11:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "0.8.6"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2022-10-03 04:13:31 +11:00
|
|
|
|
2023-04-12 07:29:23 +10:00
|
|
|
[[package]]
|
|
|
|
name = "dependency-graph"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5143247629540606d0888beae9ca0e0b9a81a32151bfecd0b2be4a961155c24d"
|
|
|
|
dependencies = [
|
|
|
|
"petgraph",
|
2022-10-22 06:51:52 +11:00
|
|
|
]
|
|
|
|
|
2023-07-01 07:03:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-07-26 20:31:26 +10:00
|
|
|
version = "1.0.1"
|
2023-07-01 07:03:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 20:31:26 +10:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-07-01 07:03:31 +10:00
|
|
|
|
2023-04-12 07:29:23 +10:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
2022-10-02 07:39:34 +11:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-24 08:07:03 +11:00
|
|
|
version = "0.3.1"
|
2022-10-02 07:39:34 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 08:07:03 +11:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2022-10-02 07:39:34 +11:00
|
|
|
|
2023-07-01 07:03:31 +10:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "0.14.3"
|
2023-07-01 07:03:31 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2023-07-01 07:03:31 +10:00
|
|
|
|
2022-10-03 04:13:31 +11:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-02-07 09:49:04 +11:00
|
|
|
version = "0.1.60"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 09:49:04 +11:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2022-10-03 04:13:31 +11:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2022-10-22 06:51:52 +11:00
|
|
|
"iana-time-zone-haiku",
|
2022-10-03 04:13:31 +11:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-10-27 08:27:19 +11:00
|
|
|
"windows-core",
|
2022-10-03 04:13:31 +11:00
|
|
|
]
|
|
|
|
|
2022-10-22 06:51:52 +11:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-07-01 07:03:31 +10:00
|
|
|
version = "0.1.2"
|
2022-10-22 06:51:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 07:03:31 +10:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-10-22 06:51:52 +11:00
|
|
|
dependencies = [
|
2023-07-01 07:03:31 +10:00
|
|
|
"cc",
|
2022-10-22 06:51:52 +11:00
|
|
|
]
|
|
|
|
|
2022-12-24 08:33:57 +11:00
|
|
|
[[package]]
|
2023-07-01 07:03:31 +10:00
|
|
|
name = "indexmap"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "2.2.5"
|
2022-12-24 08:33:57 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
|
2022-12-24 08:33:57 +11:00
|
|
|
dependencies = [
|
2023-07-01 07:03:31 +10:00
|
|
|
"equivalent",
|
2023-09-04 22:36:38 +10:00
|
|
|
"hashbrown",
|
2022-12-24 08:33:57 +11:00
|
|
|
]
|
|
|
|
|
2022-10-03 04:13:31 +11:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.3.69"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2022-10-03 04:13:31 +11:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-08-05 05:28:14 +10:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-02-01 10:15:12 +11:00
|
|
|
version = "0.2.153"
|
2022-08-05 05:28:14 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-01 10:15:12 +11:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2022-08-05 05:28:14 +10:00
|
|
|
|
2022-10-03 04:13:31 +11:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.4.21"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2022-10-03 04:13:31 +11:00
|
|
|
|
2022-08-05 06:10:11 +10:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-12-29 09:33:58 +11:00
|
|
|
version = "2.7.1"
|
2022-08-05 06:10:11 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 09:33:58 +11:00
|
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
2022-08-05 06:10:11 +10:00
|
|
|
|
2022-10-03 04:13:31 +11:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "0.2.18"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
2022-10-03 04:13:31 +11:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-12-21 04:09:12 +11:00
|
|
|
version = "1.19.0"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 04:09:12 +11:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-10-03 04:13:31 +11:00
|
|
|
|
2023-04-12 07:29:23 +10:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2023-09-04 22:36:38 +10:00
|
|
|
version = "0.6.4"
|
2023-04-12 07:29:23 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 22:36:38 +10:00
|
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
2023-04-12 07:29:23 +10:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2023-09-04 22:36:38 +10:00
|
|
|
"indexmap",
|
2023-04-12 07:29:23 +10:00
|
|
|
]
|
|
|
|
|
2022-10-03 04:13:31 +11:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-02-01 10:15:12 +11:00
|
|
|
version = "1.0.78"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-01 10:15:12 +11:00
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
2022-10-03 04:13:31 +11:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "1.0.35"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2022-10-03 04:13:31 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-08-05 05:28:14 +10:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-02-12 03:17:59 +11:00
|
|
|
version = "0.11.0"
|
2022-08-05 05:28:14 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 03:17:59 +11:00
|
|
|
checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
|
2022-08-05 05:28:14 +10:00
|
|
|
|
2022-10-03 04:13:31 +11:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "2.0.52"
|
2023-03-24 09:04:22 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
|
2022-10-03 04:13:31 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-10-22 06:50:17 +11:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-10-27 08:27:19 +11:00
|
|
|
version = "0.6.5"
|
2022-10-22 06:50:17 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 08:27:19 +11:00
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
2022-10-22 06:50:17 +11:00
|
|
|
|
2022-08-05 06:10:11 +10:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-02-28 09:05:08 +11:00
|
|
|
version = "0.22.6"
|
2022-08-05 06:10:11 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 09:05:08 +11:00
|
|
|
checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
|
2022-08-05 06:10:11 +10:00
|
|
|
dependencies = [
|
2023-09-04 22:36:38 +10:00
|
|
|
"indexmap",
|
2022-10-22 06:50:17 +11:00
|
|
|
"toml_datetime",
|
2023-03-24 10:14:02 +11:00
|
|
|
"winnow",
|
2022-08-05 06:10:11 +10:00
|
|
|
]
|
|
|
|
|
2022-08-05 05:28:14 +10:00
|
|
|
[[package]]
|
|
|
|
name = "tools"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-10-03 04:13:31 +11:00
|
|
|
"chrono",
|
2022-08-05 05:28:14 +10:00
|
|
|
"clap",
|
2023-04-12 07:29:23 +10:00
|
|
|
"dependency-graph",
|
2022-10-02 07:39:34 +11:00
|
|
|
"glob",
|
2022-08-05 06:10:11 +10:00
|
|
|
"toml_edit",
|
2022-08-05 05:28:14 +10:00
|
|
|
]
|
|
|
|
|
2022-10-03 04:13:31 +11:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-13 23:17:49 +10:00
|
|
|
version = "1.0.12"
|
2022-10-22 06:51:52 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 23:17:49 +10:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-10-03 04:13:31 +11:00
|
|
|
|
2023-04-06 02:31:53 +10:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2022-10-03 04:13:31 +11:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.2.92"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2022-10-03 04:13:31 +11:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.2.92"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2022-10-03 04:13:31 +11:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-01 07:03:31 +10:00
|
|
|
"syn",
|
2022-10-03 04:13:31 +11:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.2.92"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2022-10-03 04:13:31 +11:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.2.92"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2022-10-03 04:13:31 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-01 07:03:31 +10:00
|
|
|
"syn",
|
2022-10-03 04:13:31 +11:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.2.92"
|
2022-10-03 04:13:31 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2022-10-03 04:13:31 +11:00
|
|
|
|
2023-03-24 09:04:22 +11:00
|
|
|
[[package]]
|
2023-10-27 08:27:19 +11:00
|
|
|
name = "windows-core"
|
2024-01-08 02:10:41 +11:00
|
|
|
version = "0.52.0"
|
2023-03-24 09:04:22 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 02:10:41 +11:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-03-24 09:04:22 +11:00
|
|
|
dependencies = [
|
2024-02-01 10:15:12 +11:00
|
|
|
"windows-targets",
|
2023-04-06 02:31:53 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-12-06 07:51:29 +11:00
|
|
|
version = "0.52.0"
|
2023-04-06 02:31:53 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-06 07:51:29 +11:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-04-06 02:31:53 +10:00
|
|
|
dependencies = [
|
2024-02-01 10:15:12 +11:00
|
|
|
"windows-targets",
|
2023-12-06 07:51:29 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
2023-12-06 07:51:29 +11:00
|
|
|
dependencies = [
|
2024-02-01 10:15:12 +11:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2022-12-24 08:33:57 +11:00
|
|
|
]
|
|
|
|
|
2023-12-06 07:51:29 +11:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.52.4"
|
2023-12-06 07:51:29 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|
2023-12-06 07:51:29 +11:00
|
|
|
|
2023-03-24 10:14:02 +11:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-03-10 02:28:03 +11:00
|
|
|
version = "0.6.5"
|
2023-03-24 10:14:02 +11:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-10 02:28:03 +11:00
|
|
|
checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"
|
2023-03-24 10:14:02 +11:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|