2023-10-25 16:33:12 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "1.1.3"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-10-26 09:41:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.6.14"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-06-06 19:19:46 +02:00
|
|
|
"is_terminal_polyfill",
|
2023-10-25 16:33:12 +02:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "1.0.7"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.2.4"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "1.1.0"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
2024-02-13 09:12:16 +01:00
|
|
|
"windows-sys",
|
2023-10-25 16:33:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "3.0.3"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-02-13 09:12:16 +01:00
|
|
|
"windows-sys",
|
2023-10-25 16:33:12 +02:00
|
|
|
]
|
|
|
|
|
2023-10-26 09:41:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "1.3.0"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "2.6.0"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
2023-10-26 09:41:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "3.16.0"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2023-10-26 09:41:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "1.1.5"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052"
|
2023-10-26 09:41:18 +02:00
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-10-26 09:41:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.4.38"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2023-10-26 09:41:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
2024-06-06 19:19:46 +02:00
|
|
|
"windows-targets",
|
2023-10-26 09:41:18 +02:00
|
|
|
]
|
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "4.5.9"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "4.5.9"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.7.1"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "1.0.1"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-26 09:41:18 +02:00
|
|
|
name = "comfy-table"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "7.1.1"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
2023-10-26 09:41:18 +02:00
|
|
|
"crossterm",
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"unicode-width",
|
2023-10-25 16:33:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-26 09:41:18 +02:00
|
|
|
name = "core-foundation-sys"
|
2024-02-13 09:12:16 +01:00
|
|
|
version = "0.8.6"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-13 09:12:16 +01:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-26 09:41:18 +02:00
|
|
|
name = "crossterm"
|
|
|
|
version = "0.27.0"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-26 09:41:18 +02:00
|
|
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
2024-06-06 19:19:46 +02:00
|
|
|
"bitflags",
|
2023-10-26 09:41:18 +02:00
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"parking_lot",
|
|
|
|
"winapi",
|
2023-10-25 16:33:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-26 09:41:18 +02:00
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.9.1"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-26 09:41:18 +02:00
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-10-26 13:09:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
|
|
|
|
dependencies = [
|
|
|
|
"csv-core",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-06-06 19:19:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "env_filter"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
2023-10-26 09:41:18 +02:00
|
|
|
name = "env_logger"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.11.3"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
|
2023-10-26 09:41:18 +02:00
|
|
|
dependencies = [
|
2024-06-06 19:19:46 +02:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"env_filter",
|
2023-10-26 09:41:18 +02:00
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
]
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.14.5"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
2023-10-26 09:41:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.5.0"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
2023-10-26 09:41:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-02-13 09:12:16 +01:00
|
|
|
version = "0.1.60"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-13 09:12:16 +01:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2023-10-26 09:41:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "2.2.6"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-06-06 19:19:46 +02:00
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.0"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "1.0.11"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-26 09:41:18 +02:00
|
|
|
name = "js-sys"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.3.69"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2023-10-26 09:41:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2023-10-25 16:33:12 +02:00
|
|
|
|
2024-02-09 13:45:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jsonfilter"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.2.1"
|
2024-02-13 09:12:16 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "f1e46f0c1b9ad5f49d868ccd9210aa5739361d110902169c441cacc1ec2f090b"
|
2024-02-09 13:45:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.2.155"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
2023-10-26 09:41:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.4.12"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2023-10-26 09:41:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.4.22"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2023-10-26 09:41:18 +02:00
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mdq"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.3.1"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
2023-10-26 11:24:22 +02:00
|
|
|
"chrono",
|
2023-10-25 16:33:12 +02:00
|
|
|
"clap",
|
2023-10-26 09:41:18 +02:00
|
|
|
"comfy-table",
|
2023-10-26 13:09:30 +02:00
|
|
|
"csv",
|
2023-10-26 09:41:18 +02:00
|
|
|
"env_logger",
|
2024-02-09 13:45:15 +01:00
|
|
|
"jsonfilter",
|
2023-10-26 09:41:18 +02:00
|
|
|
"log",
|
2023-10-25 16:33:12 +02:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "2.7.4"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-26 09:41:18 +02:00
|
|
|
name = "num-traits"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.2.19"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
2023-10-26 09:41:18 +02:00
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-02-13 09:12:16 +01:00
|
|
|
version = "1.19.0"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-13 09:12:16 +01:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2023-10-26 09:41:18 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.12.3"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2023-10-26 09:41:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.9.10"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2023-10-26 09:41:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2024-06-06 19:19:46 +02:00
|
|
|
"windows-targets",
|
2023-10-25 16:33:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "1.0.86"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "1.0.36"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.5.2"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
2024-06-06 19:19:46 +02:00
|
|
|
"bitflags",
|
2023-10-25 16:33:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "1.10.5"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.4.7"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.8.4"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "1.0.17"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "1.0.18"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2023-10-25 16:33:12 +02: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-10-26 09:41:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "1.0.204"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "1.0.204"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "1.0.120"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.9.34+deprecated"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"unsafe-libyaml",
|
|
|
|
]
|
|
|
|
|
2023-10-26 09:41:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "1.13.2"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2023-10-26 09:41:18 +02:00
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.11.1"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-26 09:41:18 +02:00
|
|
|
name = "strum"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.26.3"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-26 09:41:18 +02:00
|
|
|
name = "strum_macros"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.26.4"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
2023-10-26 09:41:18 +02:00
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-25 16:33:12 +02:00
|
|
|
"rustversion",
|
2023-10-26 09:41:18 +02:00
|
|
|
"syn",
|
2023-10-25 16:33:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-26 09:41:18 +02:00
|
|
|
name = "syn"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "2.0.71"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
2023-10-26 09:41:18 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2023-10-25 16:33:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.1.13"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.2.11"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.2.2"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "2.5.0"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-26 09:41:18 +02:00
|
|
|
name = "wasm-bindgen"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.2.92"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2023-10-26 09:41:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.2.92"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2023-10-26 09:41:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.2.92"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2023-10-26 09:41:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.2.92"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2023-10-26 09:41:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.2.92"
|
2023-10-26 09:41:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2023-10-25 16:33:12 +02: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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-06-06 19:19:46 +02:00
|
|
|
version = "0.1.8"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-06 19:19:46 +02:00
|
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
2024-06-06 19:19:46 +02:00
|
|
|
"windows-sys",
|
2023-10-25 16:33:12 +02: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"
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-26 09:41:18 +02:00
|
|
|
name = "windows-core"
|
2024-02-13 09:12:16 +01:00
|
|
|
version = "0.52.0"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-13 09:12:16 +01:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
2024-06-06 19:19:46 +02:00
|
|
|
"windows-targets",
|
2023-11-28 09:15:02 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-06-06 19:19:46 +02:00
|
|
|
"windows-targets",
|
2023-10-25 16:33:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.52.6"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-10-25 16:33:12 +02:00
|
|
|
dependencies = [
|
2024-06-06 19:19:46 +02:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-11-28 09:15:02 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.52.6"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
2023-11-28 09:15:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.52.6"
|
2023-11-28 09:15:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-11-28 09:15:02 +01:00
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.52.6"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
2023-11-28 09:15:02 +01:00
|
|
|
[[package]]
|
2024-06-06 19:19:46 +02:00
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.52.6"
|
2023-11-28 09:15:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-11-28 09:15:02 +01:00
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.52.6"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-10-25 16:33:12 +02:00
|
|
|
|
2023-11-28 09:15:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.52.6"
|
2023-11-28 09:15:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-11-28 09:15:02 +01:00
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.52.6"
|
2023-10-25 16:33:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-11-28 09:15:02 +01:00
|
|
|
|
2023-10-25 16:33:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-15 11:48:17 +02:00
|
|
|
version = "0.52.6"
|
2023-11-28 09:15:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 11:48:17 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|