update-projects.nvim/Cargo.lock

503 lines
13 KiB
Plaintext
Raw Normal View History

2022-10-14 22:28:27 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
2023-04-21 01:18:42 +02:00
version = "1.0.0"
2022-10-14 22:28:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-21 01:18:42 +02:00
checksum = "e5bce8d450891e3b36f85a2230cec441fddd60e0c455b61b15bb3ffba955ca85"
2022-10-14 22:28:27 +02:00
dependencies = [
"memchr",
]
2023-03-28 20:25:25 +02:00
[[package]]
name = "anstream"
2023-09-28 22:33:28 +02:00
version = "0.6.0"
2023-03-28 20:25:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 22:33:28 +02:00
checksum = "bff2cf94a3dbe2d57cbd56485e1bd7436455058034d6c2d47be51d4e5e4bc6ab"
2023-03-28 20:25:25 +02:00
dependencies = [
"anstyle",
"anstyle-parse",
2023-04-13 18:22:39 +02:00
"anstyle-query",
2023-03-28 20:25:25 +02:00
"anstyle-wincon",
2023-04-13 18:22:39 +02:00
"colorchoice",
2023-03-28 20:25:25 +02:00
"utf8parse",
]
[[package]]
name = "anstyle"
2023-04-13 18:22:39 +02:00
version = "1.0.0"
2023-03-28 20:25:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 18:22:39 +02:00
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
2023-03-28 20:25:25 +02:00
[[package]]
name = "anstyle-parse"
2023-04-13 18:22:39 +02:00
version = "0.2.0"
2023-03-28 20:25:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 18:22:39 +02:00
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
2023-03-28 20:25:25 +02:00
dependencies = [
"utf8parse",
]
2023-04-13 18:22:39 +02:00
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
2023-08-24 18:57:33 +02:00
"windows-sys",
2023-04-13 18:22:39 +02:00
]
2023-03-28 20:25:25 +02:00
[[package]]
name = "anstyle-wincon"
2023-09-28 22:33:28 +02:00
version = "3.0.0"
2023-03-28 20:25:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 22:33:28 +02:00
checksum = "0238ca56c96dfa37bdf7c373c8886dd591322500aceeeccdb2216fe06dc2f796"
2023-03-28 20:25:25 +02:00
dependencies = [
"anstyle",
2023-08-24 18:57:33 +02:00
"windows-sys",
2023-03-28 20:25:25 +02:00
]
2022-10-14 23:50:17 +02:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-10-14 22:39:16 +02:00
[[package]]
name = "clap"
2023-09-28 22:33:28 +02:00
version = "4.4.6"
2022-10-14 22:39:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 22:33:28 +02:00
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
2022-10-14 22:39:16 +02:00
dependencies = [
2023-03-28 20:25:25 +02:00
"clap_builder",
2022-10-14 22:39:16 +02:00
"clap_derive",
2023-03-28 20:25:25 +02:00
]
[[package]]
name = "clap_builder"
2023-09-28 22:33:28 +02:00
version = "4.4.6"
2023-03-28 20:25:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-28 22:33:28 +02:00
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
2023-03-28 20:25:25 +02:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2022-10-14 22:39:16 +02:00
"strsim",
]
[[package]]
name = "clap_derive"
2023-08-31 20:51:44 +02:00
version = "4.4.2"
2022-10-14 22:39:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 20:51:44 +02:00
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
2022-10-14 22:39:16 +02:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2023-05-19 19:51:41 +02:00
version = "0.5.0"
2022-10-14 22:39:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 19:51:41 +02:00
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
2023-03-28 20:25:25 +02:00
[[package]]
2023-04-13 18:22:39 +02:00
name = "colorchoice"
2023-03-28 20:25:25 +02:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 18:22:39 +02:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2022-10-14 22:39:16 +02:00
2022-10-14 23:50:17 +02:00
[[package]]
name = "crossbeam"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
dependencies = [
"cfg-if",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
dependencies = [
"cfg-if",
]
[[package]]
name = "either"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2022-10-14 22:28:27 +02:00
[[package]]
name = "eyre"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
dependencies = [
"indenter",
"once_cell",
]
2022-10-14 22:39:16 +02:00
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2022-10-14 22:28:27 +02:00
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2022-10-14 23:50:17 +02:00
[[package]]
name = "jwalk"
2022-12-15 16:12:27 +01:00
version = "0.8.1"
2022-10-14 23:50:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-15 16:12:27 +01:00
checksum = "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56"
2022-10-14 23:50:17 +02:00
dependencies = [
"crossbeam",
"rayon",
]
2022-10-14 22:39:16 +02:00
[[package]]
name = "libc"
version = "0.2.135"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
2022-10-14 22:28:27 +02:00
[[package]]
name = "memchr"
2023-09-02 17:35:51 +02:00
version = "2.6.2"
2022-10-14 22:28:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 17:35:51 +02:00
checksum = "5486aed0026218e61b8a01d5fbd5a0a134649abb71a0e53b7bc088529dced86e"
2022-10-14 22:28:27 +02:00
2022-10-14 23:50:17 +02:00
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
dependencies = [
2023-08-24 18:57:33 +02:00
"hermit-abi",
2022-10-14 23:50:17 +02:00
"libc",
]
2022-10-14 22:28:27 +02:00
[[package]]
name = "once_cell"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
2022-10-14 22:39:16 +02:00
[[package]]
name = "proc-macro2"
2023-03-23 18:47:23 +01:00
version = "1.0.53"
2022-10-14 22:39:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 18:47:23 +01:00
checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
2022-10-14 22:39:16 +02:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-03-23 18:47:23 +01:00
version = "1.0.26"
2022-10-14 22:39:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 18:47:23 +01:00
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
2022-10-14 22:39:16 +02:00
dependencies = [
"proc-macro2",
]
2022-10-14 23:50:17 +02:00
[[package]]
name = "rayon"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2022-10-14 22:28:27 +02:00
[[package]]
name = "regex"
2023-10-09 23:17:38 +02:00
version = "1.10.0"
2022-10-14 22:28:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 23:17:38 +02:00
checksum = "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87"
2023-08-05 20:58:01 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2023-10-09 23:17:38 +02:00
version = "0.4.0"
2023-08-05 20:58:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 23:17:38 +02:00
checksum = "5d58da636bd923eae52b7e9120271cbefb16f399069ee566ca5ebf9c30e32238"
2022-10-14 22:28:27 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-10-09 23:17:38 +02:00
version = "0.8.0"
2022-10-14 22:28:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 23:17:38 +02:00
checksum = "c3cbb081b9784b07cceb8824c8583f86db4814d172ab043f3c23f7dc600bf83d"
2022-10-14 22:28:27 +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",
]
2022-10-14 23:50:17 +02:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-10-14 22:39:16 +02:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
2023-03-23 18:47:23 +01:00
version = "2.0.8"
2022-10-14 22:39:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 18:47:23 +01:00
checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9"
2022-10-14 22:39:16 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
2022-10-14 22:28:27 +02:00
[[package]]
name = "update-projects"
version = "0.1.0"
dependencies = [
2022-10-14 22:39:16 +02:00
"clap",
2022-10-14 22:28:27 +02:00
"eyre",
2022-10-14 23:50:17 +02:00
"jwalk",
2022-10-14 22:28:27 +02:00
"regex",
"walkdir",
]
2023-03-28 20:25:25 +02:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-10-14 22:28:27 +02:00
[[package]]
name = "walkdir"
2023-09-05 16:30:01 +02:00
version = "2.4.0"
2022-10-14 22:28:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-05 16:30:01 +02:00
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2022-10-14 22:28:27 +02:00
dependencies = [
"same-file",
"winapi-util",
]
[[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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[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-24 18:48:55 +01:00
2023-04-13 18:22:39 +02:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-08-24 18:57:33 +02:00
"windows-targets",
2023-04-13 18:22:39 +02:00
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
2023-08-24 18:57:33 +02: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",
2023-03-28 20:25:25 +02:00
]
2023-04-13 18:22:39 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"