| @@ -7,9 +7,11 @@ name = "abbaye" |
| version = "0.2.0" |
| dependencies = [ |
| "chrono", |
| + "clap", |
| "figment", |
| "flate2", |
| "globset", |
| + "human-panic", |
| "ignore", |
| "miette", |
| "pulldown-cmark", |
| @@ -59,6 +61,86 @@ dependencies = [ |
| "libc", |
| ] |
| |
| +[[package]] |
| +name = "anstream" |
| +version = "0.6.21" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| +dependencies = [ |
| + "anstyle", |
| + "anstyle-parse 0.2.7", |
| + "anstyle-query", |
| + "anstyle-wincon", |
| + "colorchoice", |
| + "is_terminal_polyfill", |
| + "utf8parse", |
| +] |
| + |
| +[[package]] |
| +name = "anstream" |
| +version = "1.0.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" |
| +dependencies = [ |
| + "anstyle", |
| + "anstyle-parse 1.0.0", |
| + "anstyle-query", |
| + "anstyle-wincon", |
| + "colorchoice", |
| + "is_terminal_polyfill", |
| + "utf8parse", |
| +] |
| + |
| +[[package]] |
| +name = "anstyle" |
| +version = "1.0.14" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| + |
| +[[package]] |
| +name = "anstyle-parse" |
| +version = "0.2.7" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| +dependencies = [ |
| + "utf8parse", |
| +] |
| + |
| +[[package]] |
| +name = "anstyle-parse" |
| +version = "1.0.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" |
| +dependencies = [ |
| + "utf8parse", |
| +] |
| + |
| +[[package]] |
| +name = "anstyle-query" |
| +version = "1.1.5" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| +dependencies = [ |
| + "windows-sys", |
| +] |
| + |
| +[[package]] |
| +name = "anstyle-wincon" |
| +version = "3.0.11" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| +dependencies = [ |
| + "anstyle", |
| + "once_cell_polyfill", |
| + "windows-sys", |
| +] |
| + |
| +[[package]] |
| +name = "anyhow" |
| +version = "1.0.102" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| + |
| [[package]] |
| name = "atomic" |
| version = "0.6.1" |
| @@ -193,6 +275,54 @@ dependencies = [ |
| "phf_codegen", |
| ] |
| |
| +[[package]] |
| +name = "clap" |
| +version = "4.6.1" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" |
| +dependencies = [ |
| + "clap_builder", |
| + "clap_derive", |
| +] |
| + |
| +[[package]] |
| +name = "clap_builder" |
| +version = "4.6.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" |
| +dependencies = [ |
| + "anstream 1.0.0", |
| + "anstyle", |
| + "clap_lex", |
| + "strsim", |
| + "unicase", |
| + "unicode-width 0.2.2", |
| +] |
| + |
| +[[package]] |
| +name = "clap_derive" |
| +version = "4.6.1" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" |
| +dependencies = [ |
| + "heck", |
| + "proc-macro2", |
| + "quote", |
| + "syn", |
| +] |
| + |
| +[[package]] |
| +name = "clap_lex" |
| +version = "1.1.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| + |
| +[[package]] |
| +name = "colorchoice" |
| +version = "1.0.5" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" |
| + |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.7" |
| @@ -324,6 +454,12 @@ dependencies = [ |
| "miniz_oxide", |
| ] |
| |
| +[[package]] |
| +name = "foldhash" |
| +version = "0.1.5" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| + |
| [[package]] |
| name = "futures-core" |
| version = "0.3.32" |
| @@ -378,6 +514,19 @@ dependencies = [ |
| "wasi", |
| ] |
| |
| +[[package]] |
| +name = "getrandom" |
| +version = "0.4.2" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| +dependencies = [ |
| + "cfg-if", |
| + "libc", |
| + "r-efi", |
| + "wasip2", |
| + "wasip3", |
| +] |
| + |
| [[package]] |
| name = "gimli" |
| version = "0.32.3" |
| @@ -408,12 +557,43 @@ dependencies = [ |
| "walkdir", |
| ] |
| |
| +[[package]] |
| +name = "hashbrown" |
| +version = "0.15.5" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| +dependencies = [ |
| + "foldhash", |
| +] |
| + |
| [[package]] |
| name = "hashbrown" |
| version = "0.17.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| |
| +[[package]] |
| +name = "heck" |
| +version = "0.5.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| + |
| +[[package]] |
| +name = "human-panic" |
| +version = "2.0.5" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "69c3a5eccb191563dc17c9e350fd7584292ab2910824a5750b117d9c466e1734" |
| +dependencies = [ |
| + "anstream 0.6.21", |
| + "anstyle", |
| + "backtrace", |
| + "serde", |
| + "serde_derive", |
| + "sysinfo", |
| + "toml 0.9.12+spec-1.1.0", |
| + "uuid", |
| +] |
| + |
| [[package]] |
| name = "humansize" |
| version = "2.1.3" |
| @@ -435,7 +615,7 @@ dependencies = [ |
| "js-sys", |
| "log", |
| "wasm-bindgen", |
| - "windows-core", |
| + "windows-core 0.62.2", |
| ] |
| |
| [[package]] |
| @@ -447,6 +627,12 @@ dependencies = [ |
| "cc", |
| ] |
| |
| +[[package]] |
| +name = "id-arena" |
| +version = "2.3.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| + |
| [[package]] |
| name = "ignore" |
| version = "0.4.25" |
| @@ -470,7 +656,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| dependencies = [ |
| "equivalent", |
| - "hashbrown", |
| + "hashbrown 0.17.1", |
| + "serde", |
| + "serde_core", |
| ] |
| |
| [[package]] |
| @@ -485,6 +673,12 @@ version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" |
| |
| +[[package]] |
| +name = "is_terminal_polyfill" |
| +version = "1.70.2" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| + |
| [[package]] |
| name = "itoa" |
| version = "1.0.18" |
| @@ -509,6 +703,12 @@ version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| |
| +[[package]] |
| +name = "leb128fmt" |
| +version = "0.1.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| + |
| [[package]] |
| name = "libc" |
| version = "0.2.186" |
| @@ -609,6 +809,15 @@ dependencies = [ |
| "windows-sys", |
| ] |
| |
| +[[package]] |
| +name = "ntapi" |
| +version = "0.4.3" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae" |
| +dependencies = [ |
| + "winapi", |
| +] |
| + |
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.50.3" |
| @@ -627,6 +836,15 @@ dependencies = [ |
| "autocfg", |
| ] |
| |
| +[[package]] |
| +name = "objc2-core-foundation" |
| +version = "0.3.2" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" |
| +dependencies = [ |
| + "bitflags", |
| +] |
| + |
| [[package]] |
| name = "object" |
| version = "0.37.3" |
| @@ -642,6 +860,12 @@ version = "1.21.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| |
| +[[package]] |
| +name = "once_cell_polyfill" |
| +version = "1.70.2" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| + |
| [[package]] |
| name = "owo-colors" |
| version = "4.3.0" |
| @@ -805,6 +1029,16 @@ dependencies = [ |
| "zerocopy", |
| ] |
| |
| +[[package]] |
| +name = "prettyplease" |
| +version = "0.2.37" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| +dependencies = [ |
| + "proc-macro2", |
| + "syn", |
| +] |
| + |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.106" |
| @@ -855,6 +1089,12 @@ dependencies = [ |
| "proc-macro2", |
| ] |
| |
| +[[package]] |
| +name = "r-efi" |
| +version = "6.0.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| + |
| [[package]] |
| name = "rand" |
| version = "0.8.6" |
| @@ -882,7 +1122,7 @@ version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| - "getrandom", |
| + "getrandom 0.2.17", |
| ] |
| |
| [[package]] |
| @@ -1110,6 +1350,12 @@ dependencies = [ |
| "windows-sys", |
| ] |
| |
| +[[package]] |
| +name = "strsim" |
| +version = "0.11.1" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| + |
| [[package]] |
| name = "supports-color" |
| version = "3.0.2" |
| @@ -1142,6 +1388,19 @@ dependencies = [ |
| "unicode-ident", |
| ] |
| |
| +[[package]] |
| +name = "sysinfo" |
| +version = "0.34.2" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "a4b93974b3d3aeaa036504b8eefd4c039dced109171c1ae973f1dc63b2c7e4b2" |
| +dependencies = [ |
| + "libc", |
| + "memchr", |
| + "ntapi", |
| + "objc2-core-foundation", |
| + "windows", |
| +] |
| + |
| [[package]] |
| name = "tar" |
| version = "0.4.46" |
| @@ -1264,6 +1523,18 @@ dependencies = [ |
| "toml_edit", |
| ] |
| |
| +[[package]] |
| +name = "toml" |
| +version = "0.9.12+spec-1.1.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" |
| +dependencies = [ |
| + "serde_core", |
| + "serde_spanned 1.1.1", |
| + "toml_datetime 0.7.5+spec-1.1.0", |
| + "toml_writer", |
| +] |
| + |
| [[package]] |
| name = "toml" |
| version = "1.1.2+spec-1.1.0" |
| @@ -1288,6 +1559,15 @@ dependencies = [ |
| "serde", |
| ] |
| |
| +[[package]] |
| +name = "toml_datetime" |
| +version = "0.7.5+spec-1.1.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| +dependencies = [ |
| + "serde_core", |
| +] |
| + |
| [[package]] |
| name = "toml_datetime" |
| version = "1.1.1+spec-1.1.0" |
| @@ -1451,6 +1731,27 @@ version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| |
| +[[package]] |
| +name = "unicode-xid" |
| +version = "0.2.6" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| + |
| +[[package]] |
| +name = "utf8parse" |
| +version = "0.2.2" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| + |
| +[[package]] |
| +name = "uuid" |
| +version = "1.23.2" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7" |
| +dependencies = [ |
| + "getrandom 0.4.2", |
| +] |
| + |
| [[package]] |
| name = "valuable" |
| version = "0.1.1" |
| @@ -1479,6 +1780,24 @@ version = "0.11.1+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| |
| +[[package]] |
| +name = "wasip2" |
| +version = "1.0.1+wasi-0.2.4" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
| +dependencies = [ |
| + "wit-bindgen 0.46.0", |
| +] |
| + |
| +[[package]] |
| +name = "wasip3" |
| +version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| +dependencies = [ |
| + "wit-bindgen 0.51.0", |
| +] |
| + |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.122" |
| @@ -1524,6 +1843,56 @@ dependencies = [ |
| "unicode-ident", |
| ] |
| |
| +[[package]] |
| +name = "wasm-encoder" |
| +version = "0.244.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| +dependencies = [ |
| + "leb128fmt", |
| + "wasmparser", |
| +] |
| + |
| +[[package]] |
| +name = "wasm-metadata" |
| +version = "0.244.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| +dependencies = [ |
| + "anyhow", |
| + "indexmap", |
| + "wasm-encoder", |
| + "wasmparser", |
| +] |
| + |
| +[[package]] |
| +name = "wasmparser" |
| +version = "0.244.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| +dependencies = [ |
| + "bitflags", |
| + "hashbrown 0.15.5", |
| + "indexmap", |
| + "semver", |
| +] |
| + |
| +[[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" |
| version = "0.1.11" |
| @@ -1533,19 +1902,58 @@ dependencies = [ |
| "windows-sys", |
| ] |
| |
| +[[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]] |
| +name = "windows" |
| +version = "0.57.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" |
| +dependencies = [ |
| + "windows-core 0.57.0", |
| + "windows-targets", |
| +] |
| + |
| +[[package]] |
| +name = "windows-core" |
| +version = "0.57.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" |
| +dependencies = [ |
| + "windows-implement 0.57.0", |
| + "windows-interface 0.57.0", |
| + "windows-result 0.1.2", |
| + "windows-targets", |
| +] |
| + |
| [[package]] |
| name = "windows-core" |
| version = "0.62.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| dependencies = [ |
| - "windows-implement", |
| - "windows-interface", |
| + "windows-implement 0.60.2", |
| + "windows-interface 0.59.3", |
| "windows-link", |
| - "windows-result", |
| + "windows-result 0.4.1", |
| "windows-strings", |
| ] |
| |
| +[[package]] |
| +name = "windows-implement" |
| +version = "0.57.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" |
| +dependencies = [ |
| + "proc-macro2", |
| + "quote", |
| + "syn", |
| +] |
| + |
| [[package]] |
| name = "windows-implement" |
| version = "0.60.2" |
| @@ -1557,6 +1965,17 @@ dependencies = [ |
| "syn", |
| ] |
| |
| +[[package]] |
| +name = "windows-interface" |
| +version = "0.57.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" |
| +dependencies = [ |
| + "proc-macro2", |
| + "quote", |
| + "syn", |
| +] |
| + |
| [[package]] |
| name = "windows-interface" |
| version = "0.59.3" |
| @@ -1574,6 +1993,15 @@ version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| |
| +[[package]] |
| +name = "windows-result" |
| +version = "0.1.2" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" |
| +dependencies = [ |
| + "windows-targets", |
| +] |
| + |
| [[package]] |
| name = "windows-result" |
| version = "0.4.1" |
| @@ -1601,6 +2029,70 @@ dependencies = [ |
| "windows-link", |
| ] |
| |
| +[[package]] |
| +name = "windows-targets" |
| +version = "0.52.6" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| +dependencies = [ |
| + "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", |
| +] |
| + |
| +[[package]] |
| +name = "windows_aarch64_gnullvm" |
| +version = "0.52.6" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| + |
| +[[package]] |
| +name = "windows_aarch64_msvc" |
| +version = "0.52.6" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| + |
| +[[package]] |
| +name = "windows_i686_gnu" |
| +version = "0.52.6" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| + |
| +[[package]] |
| +name = "windows_i686_gnullvm" |
| +version = "0.52.6" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| + |
| +[[package]] |
| +name = "windows_i686_msvc" |
| +version = "0.52.6" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| + |
| +[[package]] |
| +name = "windows_x86_64_gnu" |
| +version = "0.52.6" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| + |
| +[[package]] |
| +name = "windows_x86_64_gnullvm" |
| +version = "0.52.6" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| + |
| +[[package]] |
| +name = "windows_x86_64_msvc" |
| +version = "0.52.6" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| + |
| [[package]] |
| name = "winnow" |
| version = "0.7.15" |
| @@ -1616,6 +2108,100 @@ version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" |
| |
| +[[package]] |
| +name = "wit-bindgen" |
| +version = "0.46.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
| + |
| +[[package]] |
| +name = "wit-bindgen" |
| +version = "0.51.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| +dependencies = [ |
| + "wit-bindgen-rust-macro", |
| +] |
| + |
| +[[package]] |
| +name = "wit-bindgen-core" |
| +version = "0.51.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| +dependencies = [ |
| + "anyhow", |
| + "heck", |
| + "wit-parser", |
| +] |
| + |
| +[[package]] |
| +name = "wit-bindgen-rust" |
| +version = "0.51.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| +dependencies = [ |
| + "anyhow", |
| + "heck", |
| + "indexmap", |
| + "prettyplease", |
| + "syn", |
| + "wasm-metadata", |
| + "wit-bindgen-core", |
| + "wit-component", |
| +] |
| + |
| +[[package]] |
| +name = "wit-bindgen-rust-macro" |
| +version = "0.51.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| +dependencies = [ |
| + "anyhow", |
| + "prettyplease", |
| + "proc-macro2", |
| + "quote", |
| + "syn", |
| + "wit-bindgen-core", |
| + "wit-bindgen-rust", |
| +] |
| + |
| +[[package]] |
| +name = "wit-component" |
| +version = "0.244.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| +dependencies = [ |
| + "anyhow", |
| + "bitflags", |
| + "indexmap", |
| + "log", |
| + "serde", |
| + "serde_derive", |
| + "serde_json", |
| + "wasm-encoder", |
| + "wasm-metadata", |
| + "wasmparser", |
| + "wit-parser", |
| +] |
| + |
| +[[package]] |
| +name = "wit-parser" |
| +version = "0.244.0" |
| +source = "registry+https://github.com/rust-lang/crates.io-index" |
| +checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| +dependencies = [ |
| + "anyhow", |
| + "id-arena", |
| + "indexmap", |
| + "log", |
| + "semver", |
| + "serde", |
| + "serde_derive", |
| + "serde_json", |
| + "unicode-xid", |
| + "wasmparser", |
| +] |
| + |
| [[package]] |
| name = "xattr" |
| version = "1.6.1" |