this repo has no description
at main 251 lines 7.0 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "anstream" 7version = "0.6.20" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" 10dependencies = [ 11 "anstyle", 12 "anstyle-parse", 13 "anstyle-query", 14 "anstyle-wincon", 15 "colorchoice", 16 "is_terminal_polyfill", 17 "utf8parse", 18] 19 20[[package]] 21name = "anstyle" 22version = "1.0.11" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 25 26[[package]] 27name = "anstyle-parse" 28version = "0.2.7" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 31dependencies = [ 32 "utf8parse", 33] 34 35[[package]] 36name = "anstyle-query" 37version = "1.1.4" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 40dependencies = [ 41 "windows-sys", 42] 43 44[[package]] 45name = "anstyle-wincon" 46version = "3.0.10" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 49dependencies = [ 50 "anstyle", 51 "once_cell_polyfill", 52 "windows-sys", 53] 54 55[[package]] 56name = "clap" 57version = "4.5.47" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931" 60dependencies = [ 61 "clap_builder", 62 "clap_derive", 63] 64 65[[package]] 66name = "clap_builder" 67version = "4.5.47" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6" 70dependencies = [ 71 "anstream", 72 "anstyle", 73 "clap_lex", 74 "strsim", 75] 76 77[[package]] 78name = "clap_derive" 79version = "4.5.47" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 82dependencies = [ 83 "heck", 84 "proc-macro2", 85 "quote", 86 "syn", 87] 88 89[[package]] 90name = "clap_lex" 91version = "0.7.5" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 94 95[[package]] 96name = "colorchoice" 97version = "1.0.4" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 100 101[[package]] 102name = "compressto" 103version = "0.1.0" 104dependencies = [ 105 "clap", 106] 107 108[[package]] 109name = "heck" 110version = "0.5.0" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 113 114[[package]] 115name = "is_terminal_polyfill" 116version = "1.70.1" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 119 120[[package]] 121name = "once_cell_polyfill" 122version = "1.70.1" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 125 126[[package]] 127name = "proc-macro2" 128version = "1.0.101" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 131dependencies = [ 132 "unicode-ident", 133] 134 135[[package]] 136name = "quote" 137version = "1.0.40" 138source = "registry+https://github.com/rust-lang/crates.io-index" 139checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 140dependencies = [ 141 "proc-macro2", 142] 143 144[[package]] 145name = "strsim" 146version = "0.11.1" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 149 150[[package]] 151name = "syn" 152version = "2.0.106" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 155dependencies = [ 156 "proc-macro2", 157 "quote", 158 "unicode-ident", 159] 160 161[[package]] 162name = "unicode-ident" 163version = "1.0.19" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 166 167[[package]] 168name = "utf8parse" 169version = "0.2.2" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 172 173[[package]] 174name = "windows-link" 175version = "0.1.3" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 178 179[[package]] 180name = "windows-sys" 181version = "0.60.2" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 184dependencies = [ 185 "windows-targets", 186] 187 188[[package]] 189name = "windows-targets" 190version = "0.53.3" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" 193dependencies = [ 194 "windows-link", 195 "windows_aarch64_gnullvm", 196 "windows_aarch64_msvc", 197 "windows_i686_gnu", 198 "windows_i686_gnullvm", 199 "windows_i686_msvc", 200 "windows_x86_64_gnu", 201 "windows_x86_64_gnullvm", 202 "windows_x86_64_msvc", 203] 204 205[[package]] 206name = "windows_aarch64_gnullvm" 207version = "0.53.0" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 210 211[[package]] 212name = "windows_aarch64_msvc" 213version = "0.53.0" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 216 217[[package]] 218name = "windows_i686_gnu" 219version = "0.53.0" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 222 223[[package]] 224name = "windows_i686_gnullvm" 225version = "0.53.0" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 228 229[[package]] 230name = "windows_i686_msvc" 231version = "0.53.0" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 234 235[[package]] 236name = "windows_x86_64_gnu" 237version = "0.53.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 240 241[[package]] 242name = "windows_x86_64_gnullvm" 243version = "0.53.0" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 246 247[[package]] 248name = "windows_x86_64_msvc" 249version = "0.53.0" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"