This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

mlang / native / mlang_repl / Cargo.lock
8.0 kB 290 lines
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "bitflags" 7version = "2.11.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" 10 11[[package]] 12name = "cfg-if" 13version = "1.0.4" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 16 17[[package]] 18name = "cfg_aliases" 19version = "0.1.1" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 22 23[[package]] 24name = "clipboard-win" 25version = "5.4.1" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" 28dependencies = [ 29 "error-code", 30] 31 32[[package]] 33name = "endian-type" 34version = "0.1.2" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 37 38[[package]] 39name = "errno" 40version = "0.3.14" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 43dependencies = [ 44 "libc", 45 "windows-sys 0.61.2", 46] 47 48[[package]] 49name = "error-code" 50version = "3.3.2" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" 53 54[[package]] 55name = "fd-lock" 56version = "4.0.4" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" 59dependencies = [ 60 "cfg-if", 61 "rustix", 62 "windows-sys 0.59.0", 63] 64 65[[package]] 66name = "home" 67version = "0.5.12" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 70dependencies = [ 71 "windows-sys 0.61.2", 72] 73 74[[package]] 75name = "libc" 76version = "0.2.186" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 79 80[[package]] 81name = "linux-raw-sys" 82version = "0.12.1" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 85 86[[package]] 87name = "log" 88version = "0.4.30" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" 91 92[[package]] 93name = "memchr" 94version = "2.8.1" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" 97 98[[package]] 99name = "mlang_repl" 100version = "0.1.0" 101dependencies = [ 102 "rustyline", 103] 104 105[[package]] 106name = "nibble_vec" 107version = "0.1.0" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 110dependencies = [ 111 "smallvec", 112] 113 114[[package]] 115name = "nix" 116version = "0.28.0" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 119dependencies = [ 120 "bitflags", 121 "cfg-if", 122 "cfg_aliases", 123 "libc", 124] 125 126[[package]] 127name = "radix_trie" 128version = "0.2.1" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 131dependencies = [ 132 "endian-type", 133 "nibble_vec", 134] 135 136[[package]] 137name = "rustix" 138version = "1.1.4" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 141dependencies = [ 142 "bitflags", 143 "errno", 144 "libc", 145 "linux-raw-sys", 146 "windows-sys 0.61.2", 147] 148 149[[package]] 150name = "rustyline" 151version = "14.0.0" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63" 154dependencies = [ 155 "bitflags", 156 "cfg-if", 157 "clipboard-win", 158 "fd-lock", 159 "home", 160 "libc", 161 "log", 162 "memchr", 163 "nix", 164 "radix_trie", 165 "unicode-segmentation", 166 "unicode-width", 167 "utf8parse", 168 "windows-sys 0.52.0", 169] 170 171[[package]] 172name = "smallvec" 173version = "1.15.1" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 176 177[[package]] 178name = "unicode-segmentation" 179version = "1.13.2" 180source = "registry+https://github.com/rust-lang/crates.io-index" 181checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" 182 183[[package]] 184name = "unicode-width" 185version = "0.1.14" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 188 189[[package]] 190name = "utf8parse" 191version = "0.2.2" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 194 195[[package]] 196name = "windows-link" 197version = "0.2.1" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 200 201[[package]] 202name = "windows-sys" 203version = "0.52.0" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 206dependencies = [ 207 "windows-targets", 208] 209 210[[package]] 211name = "windows-sys" 212version = "0.59.0" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 215dependencies = [ 216 "windows-targets", 217] 218 219[[package]] 220name = "windows-sys" 221version = "0.61.2" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 224dependencies = [ 225 "windows-link", 226] 227 228[[package]] 229name = "windows-targets" 230version = "0.52.6" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 233dependencies = [ 234 "windows_aarch64_gnullvm", 235 "windows_aarch64_msvc", 236 "windows_i686_gnu", 237 "windows_i686_gnullvm", 238 "windows_i686_msvc", 239 "windows_x86_64_gnu", 240 "windows_x86_64_gnullvm", 241 "windows_x86_64_msvc", 242] 243 244[[package]] 245name = "windows_aarch64_gnullvm" 246version = "0.52.6" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 249 250[[package]] 251name = "windows_aarch64_msvc" 252version = "0.52.6" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 255 256[[package]] 257name = "windows_i686_gnu" 258version = "0.52.6" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 261 262[[package]] 263name = "windows_i686_gnullvm" 264version = "0.52.6" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 267 268[[package]] 269name = "windows_i686_msvc" 270version = "0.52.6" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 273 274[[package]] 275name = "windows_x86_64_gnu" 276version = "0.52.6" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 279 280[[package]] 281name = "windows_x86_64_gnullvm" 282version = "0.52.6" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 285 286[[package]] 287name = "windows_x86_64_msvc" 288version = "0.52.6" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"