git-toolkit/Cargo.lock

524 lines
14 KiB
Plaintext
Raw Normal View History

2023-01-24 09:39:27 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2024-01-08 18:09:35 +01:00
[[package]]
name = "anstream"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
[[package]]
name = "anstyle-parse"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
dependencies = [
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
dependencies = [
"anstyle",
"windows-sys",
]
2023-01-24 09:39:27 +01:00
[[package]]
name = "backtrace"
version = "0.3.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "cc"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
2024-01-08 18:09:35 +01:00
version = "4.4.14"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2"
2023-01-24 09:39:27 +01:00
dependencies = [
2024-01-08 18:09:35 +01:00
"clap_builder",
2023-01-24 09:39:27 +01:00
"clap_derive",
2024-01-08 18:09:35 +01:00
]
[[package]]
name = "clap_builder"
version = "4.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370"
dependencies = [
"anstream",
"anstyle",
2023-01-24 09:39:27 +01:00
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2024-01-08 18:09:35 +01:00
version = "4.4.7"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
2023-01-24 09:39:27 +01:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2024-01-08 18:09:35 +01:00
version = "0.6.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
2023-01-24 09:39:27 +01:00
[[package]]
name = "color-eyre"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
dependencies = [
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
"tracing-error",
]
[[package]]
name = "color-spantrace"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
dependencies = [
"once_cell",
"owo-colors",
"tracing-core",
"tracing-error",
]
[[package]]
2024-01-08 18:09:35 +01:00
name = "colorchoice"
version = "1.0.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2023-01-24 09:39:27 +01:00
[[package]]
name = "eyre"
2024-01-08 18:09:35 +01:00
version = "0.6.11"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799"
2023-01-24 09:39:27 +01:00
dependencies = [
"indenter",
"once_cell",
]
[[package]]
name = "gimli"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "221996f774192f0f718773def8201c4ae31f02616a54ccfc2d358bb0e5cefdec"
[[package]]
name = "git-toolkit"
version = "0.1.0"
dependencies = [
"clap",
"color-eyre",
"eyre",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "miniz_oxide"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "object"
version = "0.30.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2024-01-08 18:09:35 +01:00
version = "1.19.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-01-24 09:39:27 +01:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "owo-colors"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "proc-macro2"
2024-01-08 18:09:35 +01:00
version = "1.0.76"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
2023-01-24 09:39:27 +01:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-01-08 18:09:35 +01:00
version = "1.0.35"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2023-01-24 09:39:27 +01:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rustc-demangle"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "smallvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
2024-01-08 18:09:35 +01:00
version = "2.0.48"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
2023-01-24 09:39:27 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]
[[package]]
name = "tracing"
2024-01-08 18:09:35 +01:00
version = "0.1.40"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-01-24 09:39:27 +01:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2024-01-08 18:09:35 +01:00
version = "0.1.27"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2023-01-24 09:39:27 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2024-01-08 18:09:35 +01:00
version = "0.1.32"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-01-24 09:39:27 +01:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-log"
2024-01-08 18:09:35 +01:00
version = "0.2.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2023-01-24 09:39:27 +01:00
dependencies = [
"log",
2024-01-08 18:09:35 +01:00
"once_cell",
2023-01-24 09:39:27 +01:00
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2024-01-08 18:09:35 +01:00
version = "0.3.18"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2023-01-24 09:39:27 +01:00
dependencies = [
"nu-ansi-term",
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
]
[[package]]
name = "unicode-ident"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
[[package]]
2024-01-08 18:09:35 +01:00
name = "utf8parse"
version = "0.2.1"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2023-01-24 09:39:27 +01:00
[[package]]
2024-01-08 18:09:35 +01:00
name = "valuable"
version = "0.1.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2023-01-24 09:39:27 +01: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-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
2024-01-08 18:09:35 +01:00
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.52.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
2023-01-24 09:39:27 +01:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-01-08 18:09:35 +01:00
version = "0.52.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
2023-01-24 09:39:27 +01:00
[[package]]
name = "windows_aarch64_msvc"
2024-01-08 18:09:35 +01:00
version = "0.52.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
2023-01-24 09:39:27 +01:00
[[package]]
name = "windows_i686_gnu"
2024-01-08 18:09:35 +01:00
version = "0.52.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
2023-01-24 09:39:27 +01:00
[[package]]
name = "windows_i686_msvc"
2024-01-08 18:09:35 +01:00
version = "0.52.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
2023-01-24 09:39:27 +01:00
[[package]]
name = "windows_x86_64_gnu"
2024-01-08 18:09:35 +01:00
version = "0.52.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
2023-01-24 09:39:27 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-01-08 18:09:35 +01:00
version = "0.52.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
2023-01-24 09:39:27 +01:00
[[package]]
name = "windows_x86_64_msvc"
2024-01-08 18:09:35 +01:00
version = "0.52.0"
2023-01-24 09:39:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 18:09:35 +01:00
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"