git-log/Cargo.lock

604 lines
16 KiB
Plaintext
Raw Permalink Normal View History

2022-11-06 13:40:00 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-04-11 08:11:06 +02:00
[[package]]
name = "anstream"
2024-09-05 02:31:43 +02:00
version = "0.6.15"
2023-04-11 08:11:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
2023-04-11 08:11:06 +02:00
dependencies = [
"anstyle",
"anstyle-parse",
2023-04-13 18:33:52 +02:00
"anstyle-query",
2023-04-11 08:11:06 +02:00
"anstyle-wincon",
2023-04-13 18:33:52 +02:00
"colorchoice",
2024-09-05 02:31:43 +02:00
"is_terminal_polyfill",
2023-04-11 08:11:06 +02:00
"utf8parse",
]
[[package]]
name = "anstyle"
2024-09-05 02:31:43 +02:00
version = "1.0.8"
2023-04-11 08:11:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
2023-04-11 08:11:06 +02:00
[[package]]
name = "anstyle-parse"
2023-04-13 18:33:52 +02:00
version = "0.2.0"
2023-04-11 08:11:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 18:33:52 +02:00
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
2023-04-11 08:11:06 +02:00
dependencies = [
"utf8parse",
]
2023-04-13 18:33:52 +02:00
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
2023-04-11 08:11:06 +02:00
[[package]]
name = "anstyle-wincon"
2024-09-05 02:31:43 +02:00
version = "3.0.4"
2023-04-11 08:11:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
2023-04-11 08:11:06 +02:00
dependencies = [
"anstyle",
2024-09-05 02:31:43 +02:00
"windows-sys 0.52.0",
2023-04-11 08:11:06 +02:00
]
2022-11-06 13:46:04 +01:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bitflags"
2024-09-05 02:31:43 +02:00
version = "2.6.0"
2022-11-06 13:46:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2022-11-06 13:46:04 +01:00
[[package]]
name = "cc"
version = "1.0.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
dependencies = [
"jobserver",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-11-06 16:08:01 +01:00
[[package]]
name = "clap"
2024-09-05 02:31:43 +02:00
version = "4.5.17"
2022-11-06 16:08:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac"
2022-11-06 16:08:01 +01:00
dependencies = [
2023-04-11 08:11:06 +02:00
"clap_builder",
2022-11-06 16:08:01 +01:00
"clap_derive",
2023-04-11 08:11:06 +02:00
]
[[package]]
name = "clap_builder"
2024-09-05 02:31:43 +02:00
version = "4.5.17"
2023-04-11 08:11:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73"
2023-04-11 08:11:06 +02:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2022-11-06 16:08:01 +01:00
"strsim",
]
[[package]]
name = "clap_derive"
2024-09-05 02:31:43 +02:00
version = "4.5.13"
2022-11-06 16:08:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
2022-11-06 16:08:01 +01:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-04-11 08:11:06 +02:00
"syn",
2022-11-06 16:08:01 +01:00
]
[[package]]
name = "clap_lex"
2024-09-05 02:31:43 +02:00
version = "0.7.2"
2022-11-06 16:08:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2023-04-11 08:11:06 +02:00
[[package]]
2023-04-13 18:33:52 +02:00
name = "colorchoice"
2023-04-11 08:11:06 +02:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 18:33:52 +02:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2022-11-06 16:08:01 +01:00
2022-11-06 13:46:04 +01:00
[[package]]
name = "eyre"
2024-09-05 02:31:43 +02:00
version = "0.6.12"
2022-11-06 13:46:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
2022-11-06 13:46:04 +01:00
dependencies = [
"indenter",
"once_cell",
]
[[package]]
name = "form_urlencoded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
2022-11-06 13:40:00 +01:00
[[package]]
name = "git-log"
version = "0.1.0"
2022-11-06 13:46:04 +01:00
dependencies = [
2022-11-06 16:08:01 +01:00
"clap",
2022-11-06 13:46:04 +01:00
"eyre",
"git2",
2022-11-06 16:08:01 +01:00
"gitlog_core",
"serde",
"serde_json",
2022-11-06 13:46:04 +01:00
]
[[package]]
name = "git2"
2024-09-05 02:31:43 +02:00
version = "0.19.0"
2022-11-06 13:46:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
2022-11-06 13:46:04 +01:00
dependencies = [
2023-04-11 08:11:06 +02:00
"bitflags",
2022-11-06 13:46:04 +01:00
"libc",
"libgit2-sys",
"log",
"openssl-probe",
"openssl-sys",
"url",
]
2022-11-06 16:08:01 +01:00
[[package]]
name = "gitlog_core"
version = "0.1.0"
dependencies = [
"eyre",
"git2",
"serde",
"serde_json",
]
[[package]]
name = "heck"
2024-09-05 02:31:43 +02:00
version = "0.5.0"
2022-11-06 16:08:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2022-11-06 16:08:01 +01:00
2022-11-06 13:46:04 +01:00
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2022-11-24 18:56:31 +01:00
[[package]]
2024-09-05 02:31:43 +02:00
name = "is_terminal_polyfill"
version = "1.70.1"
2022-11-24 18:56:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2022-11-24 18:56:31 +01:00
2022-11-06 16:08:01 +01:00
[[package]]
name = "itoa"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
2022-11-06 13:46:04 +01:00
[[package]]
name = "jobserver"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
dependencies = [
"libc",
]
[[package]]
name = "libc"
2023-04-11 08:11:06 +02:00
version = "0.2.141"
2022-11-06 13:46:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 08:11:06 +02:00
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
2022-11-06 13:46:04 +01:00
[[package]]
name = "libgit2-sys"
2024-09-05 02:31:43 +02:00
version = "0.17.0+1.8.1"
2022-11-06 13:46:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
2022-11-06 13:46:04 +01:00
dependencies = [
"cc",
"libc",
"libssh2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
]
[[package]]
name = "libssh2-sys"
2023-04-11 08:11:06 +02:00
version = "0.3.0"
2022-11-06 13:46:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 08:11:06 +02:00
checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
2022-11-06 13:46:04 +01:00
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
]
[[package]]
name = "libz-sys"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
2024-09-05 02:31:43 +02:00
[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2022-11-06 13:46:04 +01:00
[[package]]
name = "once_cell"
2024-09-05 02:31:43 +02:00
version = "1.19.0"
2022-11-06 13:46:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-11-06 13:46:04 +01:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2022-11-06 16:19:22 +01:00
[[package]]
name = "openssl-src"
version = "111.24.0+1.1.1s"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd"
dependencies = [
"cc",
]
2022-11-06 13:46:04 +01:00
[[package]]
name = "openssl-sys"
version = "0.9.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a"
dependencies = [
"autocfg",
"cc",
"libc",
2022-11-06 16:19:22 +01:00
"openssl-src",
2022-11-06 13:46:04 +01:00
"pkg-config",
"vcpkg",
]
[[package]]
name = "percent-encoding"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "pkg-config"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2022-11-06 16:08:01 +01:00
[[package]]
name = "proc-macro2"
2024-09-05 02:31:43 +02:00
version = "1.0.86"
2022-11-06 16:08:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2022-11-06 16:08:01 +01:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-09-05 02:31:43 +02:00
version = "1.0.37"
2022-11-06 16:08:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2022-11-06 16:08:01 +01:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "ryu"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
[[package]]
name = "serde"
2024-09-05 02:31:43 +02:00
version = "1.0.209"
2022-11-06 16:08:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
2022-11-06 16:08:01 +01:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-09-05 02:31:43 +02:00
version = "1.0.209"
2022-11-06 16:08:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
2022-11-06 16:08:01 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-04-11 08:11:06 +02:00
"syn",
2022-11-06 16:08:01 +01:00
]
[[package]]
name = "serde_json"
2024-09-05 02:31:43 +02:00
version = "1.0.128"
2022-11-06 16:08:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
2022-11-06 16:08:01 +01:00
dependencies = [
"itoa",
2024-09-05 02:31:43 +02:00
"memchr",
2022-11-06 16:08:01 +01:00
"ryu",
"serde",
]
[[package]]
name = "strsim"
2024-09-05 02:31:43 +02:00
version = "0.11.1"
2022-11-06 16:08:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2022-11-06 16:08:01 +01:00
[[package]]
name = "syn"
2024-09-05 02:31:43 +02:00
version = "2.0.77"
2023-03-19 12:12:59 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
2023-03-19 12:12:59 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-11-06 13:46:04 +01:00
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "unicode-bidi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2022-11-06 16:08:01 +01:00
[[package]]
name = "unicode-ident"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
2022-11-06 13:46:04 +01:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
[[package]]
name = "url"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
2023-04-11 08:11:06 +02:00
name = "utf8parse"
version = "0.2.1"
2022-11-06 13:46:04 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 08:11:06 +02:00
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-11-06 16:08:01 +01:00
[[package]]
2023-04-11 08:11:06 +02:00
name = "vcpkg"
version = "0.2.15"
2022-11-06 16:08:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 08:11:06 +02:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2022-11-06 16:08:01 +01:00
2022-11-24 18:56:31 +01:00
[[package]]
name = "windows-sys"
2023-04-11 08:11:06 +02:00
version = "0.48.0"
2022-11-24 18:56:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 08:11:06 +02:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2022-11-24 18:56:31 +01:00
dependencies = [
2023-04-11 08:11:06 +02:00
"windows-targets 0.48.0",
2022-11-24 18:56:31 +01:00
]
2023-02-08 22:04:00 +01:00
[[package]]
2024-09-05 02:31:43 +02:00
name = "windows-sys"
version = "0.52.0"
2023-02-08 22:04:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2023-02-08 22:04:00 +01:00
dependencies = [
2024-09-05 02:31:43 +02:00
"windows-targets 0.52.6",
2023-02-08 22:04:00 +01:00
]
[[package]]
name = "windows-targets"
2023-04-11 08:11:06 +02:00
version = "0.48.0"
2023-02-08 22:04:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 08:11:06 +02:00
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2023-02-08 22:04:00 +01:00
dependencies = [
2023-04-11 08:11:06 +02:00
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-02-08 22:04:00 +01:00
]
2022-11-24 18:56:31 +01:00
[[package]]
2024-09-05 02:31:43 +02:00
name = "windows-targets"
version = "0.52.6"
2022-11-24 18:56:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
]
2022-11-24 18:56:31 +01:00
2023-04-11 08:11:06 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2022-11-24 18:56:31 +01:00
[[package]]
2024-09-05 02:31:43 +02:00
name = "windows_aarch64_gnullvm"
version = "0.52.6"
2022-11-24 18:56:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2022-11-24 18:56:31 +01:00
2023-04-11 08:11:06 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-11-24 18:56:31 +01:00
[[package]]
2024-09-05 02:31:43 +02:00
name = "windows_aarch64_msvc"
version = "0.52.6"
2022-11-24 18:56:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2022-11-24 18:56:31 +01:00
2023-04-11 08:11:06 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2022-11-24 18:56:31 +01:00
[[package]]
2024-09-05 02:31:43 +02:00
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"
2022-11-24 18:56:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2022-11-24 18:56:31 +01:00
2023-04-11 08:11:06 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2022-11-24 18:56:31 +01:00
[[package]]
2024-09-05 02:31:43 +02:00
name = "windows_i686_msvc"
version = "0.52.6"
2022-11-24 18:56:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2022-11-24 18:56:31 +01:00
2023-04-11 08:11:06 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2022-11-24 18:56:31 +01:00
[[package]]
2024-09-05 02:31:43 +02:00
name = "windows_x86_64_gnu"
version = "0.52.6"
2022-11-24 18:56:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2022-11-24 18:56:31 +01:00
2023-04-11 08:11:06 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-11-24 18:56:31 +01:00
[[package]]
2024-09-05 02:31:43 +02:00
name = "windows_x86_64_gnullvm"
version = "0.52.6"
2022-11-24 18:56:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 02:31:43 +02:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-04-11 08:11:06 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2024-09-05 02:31:43 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"