tmux-copyrat/Cargo.lock

527 lines
14 KiB
Text
Raw Normal View History

2022-11-07 10:18:29 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
2024-02-24 00:31:15 +01:00
version = "1.1.2"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2022-11-07 10:18:29 +01:00
dependencies = [
"memchr",
]
2023-04-02 10:54:46 +02:00
[[package]]
name = "anstream"
2024-02-24 00:31:15 +01:00
version = "0.6.12"
2023-04-02 10:54:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "96b09b5178381e0874812a9b157f7fe84982617e48f71f4e3235482775e5b540"
2023-04-02 10:54:46 +02:00
dependencies = [
"anstyle",
"anstyle-parse",
2023-06-02 22:25:54 +02:00
"anstyle-query",
2023-04-02 10:54:46 +02:00
"anstyle-wincon",
2023-06-02 22:25:54 +02:00
"colorchoice",
2023-04-02 10:54:46 +02:00
"utf8parse",
]
[[package]]
name = "anstyle"
2024-02-24 00:31:15 +01:00
version = "1.0.6"
2023-04-02 10:54:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
2023-04-02 10:54:46 +02:00
[[package]]
name = "anstyle-parse"
2024-02-24 00:31:15 +01:00
version = "0.2.3"
2023-04-02 10:54:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
2023-04-02 10:54:46 +02:00
dependencies = [
"utf8parse",
]
2023-06-02 22:25:54 +02:00
[[package]]
name = "anstyle-query"
2024-02-24 00:31:15 +01:00
version = "1.0.2"
2023-06-02 22:25:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
2023-06-02 22:25:54 +02:00
dependencies = [
2024-02-24 00:31:15 +01:00
"windows-sys 0.52.0",
2023-06-02 22:25:54 +02:00
]
2023-04-02 10:54:46 +02:00
[[package]]
name = "anstyle-wincon"
2024-02-24 00:31:15 +01:00
version = "3.0.2"
2023-04-02 10:54:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
2023-04-02 10:54:46 +02:00
dependencies = [
"anstyle",
2024-02-24 00:31:15 +01:00
"windows-sys 0.52.0",
2023-04-02 10:54:46 +02:00
]
2022-11-07 10:18:29 +01:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
2024-02-24 00:31:15 +01:00
name = "bitflags"
version = "2.4.2"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
2022-11-07 10:18:29 +01:00
[[package]]
name = "clap"
2024-02-24 00:31:15 +01:00
version = "4.5.1"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
2022-11-07 10:18:29 +01:00
dependencies = [
2023-04-02 10:54:46 +02:00
"clap_builder",
2022-11-07 10:18:29 +01:00
"clap_derive",
2023-04-02 10:54:46 +02:00
]
[[package]]
name = "clap_builder"
2024-02-24 00:31:15 +01:00
version = "4.5.1"
2023-04-02 10:54:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
2023-04-02 10:54:46 +02:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2022-11-07 10:18:29 +01:00
"strsim",
"terminal_size",
]
[[package]]
name = "clap_derive"
2024-02-24 00:31:15 +01:00
version = "4.5.0"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47"
2022-11-07 10:18:29 +01:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2024-02-24 00:31:15 +01:00
version = "0.7.0"
2023-04-02 10:54:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
2023-04-02 10:54:46 +02:00
[[package]]
2023-06-02 22:25:54 +02:00
name = "colorchoice"
2023-04-02 10:54:46 +02:00
version = "1.0.0"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-02 22:25:54 +02:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2022-11-07 10:18:29 +01:00
[[package]]
name = "copyrat"
2024-02-24 00:45:17 +01:00
version = "0.5.5"
2022-11-07 10:18:29 +01:00
dependencies = [
"clap",
"duct",
"regex",
"sequence_trie",
"termion",
"thiserror",
]
[[package]]
name = "duct"
2024-02-24 00:31:15 +01:00
version = "0.13.7"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c"
2022-11-07 10:18:29 +01:00
dependencies = [
"libc",
"once_cell",
"os_pipe",
"shared_child",
]
[[package]]
name = "errno"
2024-02-24 00:31:15 +01:00
version = "0.3.8"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2022-11-07 10:18:29 +01:00
dependencies = [
"libc",
2024-02-24 00:31:15 +01:00
"windows-sys 0.52.0",
2022-11-07 10:18:29 +01:00
]
[[package]]
name = "heck"
2023-04-02 10:54:46 +02:00
version = "0.4.1"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-02 10:54:46 +02:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-11-07 10:18:29 +01:00
[[package]]
2024-02-24 00:31:15 +01:00
name = "libc"
version = "0.2.153"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2022-11-07 10:18:29 +01:00
[[package]]
2024-02-24 00:31:15 +01:00
name = "libredox"
version = "0.0.2"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
2022-12-10 15:15:56 +01:00
dependencies = [
2024-02-24 00:31:15 +01:00
"bitflags 2.4.2",
2022-12-10 15:15:56 +01:00
"libc",
2024-02-24 00:31:15 +01:00
"redox_syscall",
2022-12-10 15:15:56 +01:00
]
2023-04-02 10:54:46 +02:00
[[package]]
name = "linux-raw-sys"
2024-02-24 00:31:15 +01:00
version = "0.4.13"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2022-11-07 10:18:29 +01:00
[[package]]
name = "memchr"
2024-02-24 00:31:15 +01:00
version = "2.7.1"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
2022-11-07 10:18:29 +01:00
[[package]]
name = "numtoa"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
[[package]]
name = "once_cell"
2024-02-24 00:31:15 +01:00
version = "1.19.0"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-11-07 10:18:29 +01:00
[[package]]
name = "os_pipe"
2024-02-24 00:31:15 +01:00
version = "1.1.5"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9"
2022-11-07 10:18:29 +01:00
dependencies = [
"libc",
2024-02-24 00:31:15 +01:00
"windows-sys 0.52.0",
2022-11-07 10:18:29 +01:00
]
[[package]]
name = "proc-macro2"
2024-02-24 00:31:15 +01:00
version = "1.0.78"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
2022-11-07 10:18:29 +01:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-02-24 00:31:15 +01:00
version = "1.0.35"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2022-11-07 10:18:29 +01:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_syscall"
2024-02-24 00:31:15 +01:00
version = "0.4.1"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2022-11-07 10:18:29 +01:00
dependencies = [
2024-02-24 00:31:15 +01:00
"bitflags 1.3.2",
2022-11-07 10:18:29 +01:00
]
[[package]]
name = "redox_termios"
2024-02-24 00:31:15 +01:00
version = "0.1.3"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb"
2022-11-07 10:18:29 +01:00
[[package]]
name = "regex"
2024-02-24 00:31:15 +01:00
version = "1.10.3"
2023-08-27 11:18:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
2023-08-27 11:18:15 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-02-24 00:31:15 +01:00
version = "0.4.5"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
2022-11-07 10:18:29 +01:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-02-24 00:31:15 +01:00
version = "0.8.2"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2022-11-07 10:18:29 +01:00
[[package]]
name = "rustix"
2024-02-24 00:31:15 +01:00
version = "0.38.31"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
2022-11-07 10:18:29 +01:00
dependencies = [
2024-02-24 00:31:15 +01:00
"bitflags 2.4.2",
2023-06-02 22:25:54 +02:00
"errno",
2022-11-07 10:18:29 +01:00
"libc",
2023-06-02 22:25:54 +02:00
"linux-raw-sys",
2024-02-24 00:31:15 +01:00
"windows-sys 0.52.0",
2022-11-07 10:18:29 +01:00
]
[[package]]
name = "sequence_trie"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ee22067b7ccd072eeb64454b9c6e1b33b61cd0d49e895fd48676a184580e0c3"
[[package]]
name = "shared_child"
2022-12-10 15:15:56 +01:00
version = "1.0.0"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-10 15:15:56 +01:00
checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
2022-11-07 10:18:29 +01:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "strsim"
2024-02-24 00:31:15 +01:00
version = "0.11.0"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
2022-11-07 10:18:29 +01:00
[[package]]
name = "syn"
2024-02-24 00:31:15 +01:00
version = "2.0.50"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "74f1bdc9872430ce9b75da68329d1c1746faf50ffac5f19e02b71e37ff881ffb"
2022-11-07 10:18:29 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "terminal_size"
2024-02-24 00:31:15 +01:00
version = "0.3.0"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
2022-11-07 10:18:29 +01:00
dependencies = [
2023-06-02 22:25:54 +02:00
"rustix",
2024-02-24 00:31:15 +01:00
"windows-sys 0.48.0",
2022-11-07 10:18:29 +01:00
]
[[package]]
name = "termion"
2024-02-24 00:31:15 +01:00
version = "3.0.0"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "417813675a504dfbbf21bfde32c03e5bf9f2413999962b479023c02848c1c7a5"
2022-11-07 10:18:29 +01:00
dependencies = [
"libc",
2024-02-24 00:31:15 +01:00
"libredox",
2022-11-07 10:18:29 +01:00
"numtoa",
"redox_termios",
]
[[package]]
name = "thiserror"
2024-02-24 00:31:15 +01:00
version = "1.0.57"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
2022-11-07 10:18:29 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-02-24 00:31:15 +01:00
version = "1.0.57"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
2022-11-07 10:18:29 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "unicode-ident"
2024-02-24 00:31:15 +01:00
version = "1.0.12"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-24 00:31:15 +01:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-11-07 10:18:29 +01:00
[[package]]
2023-04-02 10:54:46 +02:00
name = "utf8parse"
version = "0.2.1"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-02 10:54:46 +02:00
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-11-07 10:18:29 +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"
2023-06-02 22:25:54 +02:00
version = "0.48.0"
2023-04-02 10:54:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-02 22:25:54 +02:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-04-02 10:54:46 +02:00
dependencies = [
2024-02-24 00:31:15 +01:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.3",
2023-04-02 10:54:46 +02:00
]
[[package]]
name = "windows-targets"
2023-08-27 11:18:15 +02:00
version = "0.48.5"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 11:18:15 +02:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2022-11-07 10:18:29 +01:00
dependencies = [
2024-02-24 00:31:15 +01:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d380ba1dc7187569a8a9e91ed34b8ccfc33123bbacb8c0aed2d1ad7f3ef2dc5f"
dependencies = [
"windows_aarch64_gnullvm 0.52.3",
"windows_aarch64_msvc 0.52.3",
"windows_i686_gnu 0.52.3",
"windows_i686_msvc 0.52.3",
"windows_x86_64_gnu 0.52.3",
"windows_x86_64_gnullvm 0.52.3",
"windows_x86_64_msvc 0.52.3",
2022-11-07 10:18:29 +01:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-27 11:18:15 +02:00
version = "0.48.5"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 11:18:15 +02:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2022-11-07 10:18:29 +01:00
2024-02-24 00:31:15 +01:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68e5dcfb9413f53afd9c8f86e56a7b4d86d9a2fa26090ea2dc9e40fba56c6ec6"
2022-11-07 10:18:29 +01:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-27 11:18:15 +02:00
version = "0.48.5"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 11:18:15 +02:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-11-07 10:18:29 +01:00
2024-02-24 00:31:15 +01:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dab469ebbc45798319e69eebf92308e541ce46760b49b18c6b3fe5e8965b30f"
2022-11-07 10:18:29 +01:00
[[package]]
name = "windows_i686_gnu"
2023-08-27 11:18:15 +02:00
version = "0.48.5"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 11:18:15 +02:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-11-07 10:18:29 +01:00
2024-02-24 00:31:15 +01:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a4e9b6a7cac734a8b4138a4e1044eac3404d8326b6c0f939276560687a033fb"
2022-11-07 10:18:29 +01:00
[[package]]
name = "windows_i686_msvc"
2023-08-27 11:18:15 +02:00
version = "0.48.5"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 11:18:15 +02:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2022-11-07 10:18:29 +01:00
2024-02-24 00:31:15 +01:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b0ec9c422ca95ff34a78755cfa6ad4a51371da2a5ace67500cf7ca5f232c58"
2022-11-07 10:18:29 +01:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-27 11:18:15 +02:00
version = "0.48.5"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 11:18:15 +02:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2022-11-07 10:18:29 +01:00
2024-02-24 00:31:15 +01:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "704131571ba93e89d7cd43482277d6632589b18ecf4468f591fbae0a8b101614"
2022-11-07 10:18:29 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-27 11:18:15 +02:00
version = "0.48.5"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 11:18:15 +02:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2022-11-07 10:18:29 +01:00
2024-02-24 00:31:15 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42079295511643151e98d61c38c0acc444e52dd42ab456f7ccfd5152e8ecf21c"
2022-11-07 10:18:29 +01:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-27 11:18:15 +02:00
version = "0.48.5"
2022-11-07 10:18:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 11:18:15 +02:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-02-24 00:31:15 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0770833d60a970638e989b3fa9fd2bb1aaadcf88963d1659fd7d9990196ed2d6"