|  | # This file is automatically @generated by Cargo. | 
|  | # It is not intended for manual editing. | 
|  | version = 3 | 
|  |  | 
|  | [[package]] | 
|  | name = "aho-corasick" | 
|  | version = "1.1.3" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" | 
|  | dependencies = [ | 
|  | "memchr", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "armv4t_emu" | 
|  | version = "0.1.0" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "5df73307140e36ebb0c4298da3c3abf1d90b78b3232d50f091b3b2f46a05689f" | 
|  | dependencies = [ | 
|  | "log", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "atty" | 
|  | version = "0.2.14" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | 
|  | dependencies = [ | 
|  | "hermit-abi", | 
|  | "libc", | 
|  | "winapi", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "autocfg" | 
|  | version = "1.3.0" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" | 
|  |  | 
|  | [[package]] | 
|  | name = "bitflags" | 
|  | version = "2.6.0" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" | 
|  |  | 
|  | [[package]] | 
|  | name = "cfg-if" | 
|  | version = "1.0.0" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | 
|  |  | 
|  | [[package]] | 
|  | name = "env_logger" | 
|  | version = "0.7.1" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" | 
|  | dependencies = [ | 
|  | "atty", | 
|  | "humantime", | 
|  | "log", | 
|  | "regex", | 
|  | "termcolor", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "gdbstub" | 
|  | version = "0.7.3" | 
|  | dependencies = [ | 
|  | "armv4t_emu", | 
|  | "bitflags", | 
|  | "cfg-if", | 
|  | "goblin", | 
|  | "log", | 
|  | "managed", | 
|  | "num-traits", | 
|  | "paste", | 
|  | "pretty_env_logger", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "goblin" | 
|  | version = "0.4.3" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "32401e89c6446dcd28185931a01b1093726d0356820ac744023e6850689bf926" | 
|  | dependencies = [ | 
|  | "log", | 
|  | "plain", | 
|  | "scroll", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "hermit-abi" | 
|  | version = "0.1.19" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" | 
|  | dependencies = [ | 
|  | "libc", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "humantime" | 
|  | version = "1.3.0" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" | 
|  | dependencies = [ | 
|  | "quick-error", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "libc" | 
|  | version = "0.2.155" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" | 
|  |  | 
|  | [[package]] | 
|  | name = "log" | 
|  | version = "0.4.22" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" | 
|  |  | 
|  | [[package]] | 
|  | name = "managed" | 
|  | version = "0.8.0" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d" | 
|  |  | 
|  | [[package]] | 
|  | name = "memchr" | 
|  | version = "2.7.4" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" | 
|  |  | 
|  | [[package]] | 
|  | name = "num-traits" | 
|  | version = "0.2.19" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" | 
|  | dependencies = [ | 
|  | "autocfg", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "paste" | 
|  | version = "1.0.15" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" | 
|  |  | 
|  | [[package]] | 
|  | name = "plain" | 
|  | version = "0.2.3" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" | 
|  |  | 
|  | [[package]] | 
|  | name = "pretty_env_logger" | 
|  | version = "0.4.0" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d" | 
|  | dependencies = [ | 
|  | "env_logger", | 
|  | "log", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "proc-macro2" | 
|  | version = "1.0.86" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" | 
|  | dependencies = [ | 
|  | "unicode-ident", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "quick-error" | 
|  | version = "1.2.3" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" | 
|  |  | 
|  | [[package]] | 
|  | name = "quote" | 
|  | version = "1.0.36" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" | 
|  | dependencies = [ | 
|  | "proc-macro2", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "regex" | 
|  | version = "1.10.6" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" | 
|  | dependencies = [ | 
|  | "aho-corasick", | 
|  | "memchr", | 
|  | "regex-automata", | 
|  | "regex-syntax", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "regex-automata" | 
|  | version = "0.4.7" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" | 
|  | dependencies = [ | 
|  | "aho-corasick", | 
|  | "memchr", | 
|  | "regex-syntax", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "regex-syntax" | 
|  | version = "0.8.4" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" | 
|  |  | 
|  | [[package]] | 
|  | name = "scroll" | 
|  | version = "0.10.2" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec" | 
|  | dependencies = [ | 
|  | "scroll_derive", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "scroll_derive" | 
|  | version = "0.10.5" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0" | 
|  | dependencies = [ | 
|  | "proc-macro2", | 
|  | "quote", | 
|  | "syn", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "syn" | 
|  | version = "1.0.109" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" | 
|  | dependencies = [ | 
|  | "proc-macro2", | 
|  | "quote", | 
|  | "unicode-ident", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "termcolor" | 
|  | version = "1.4.1" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" | 
|  | dependencies = [ | 
|  | "winapi-util", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "unicode-ident" | 
|  | version = "1.0.12" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" | 
|  |  | 
|  | [[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-util" | 
|  | version = "0.1.9" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" | 
|  | dependencies = [ | 
|  | "windows-sys", | 
|  | ] | 
|  |  | 
|  | [[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" | 
|  | version = "0.59.0" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" | 
|  | dependencies = [ | 
|  | "windows-targets", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "windows-targets" | 
|  | version = "0.52.6" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | 
|  | dependencies = [ | 
|  | "windows_aarch64_gnullvm", | 
|  | "windows_aarch64_msvc", | 
|  | "windows_i686_gnu", | 
|  | "windows_i686_gnullvm", | 
|  | "windows_i686_msvc", | 
|  | "windows_x86_64_gnu", | 
|  | "windows_x86_64_gnullvm", | 
|  | "windows_x86_64_msvc", | 
|  | ] | 
|  |  | 
|  | [[package]] | 
|  | name = "windows_aarch64_gnullvm" | 
|  | version = "0.52.6" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | 
|  |  | 
|  | [[package]] | 
|  | name = "windows_aarch64_msvc" | 
|  | version = "0.52.6" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | 
|  |  | 
|  | [[package]] | 
|  | 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" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | 
|  |  | 
|  | [[package]] | 
|  | name = "windows_i686_msvc" | 
|  | version = "0.52.6" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | 
|  |  | 
|  | [[package]] | 
|  | name = "windows_x86_64_gnu" | 
|  | version = "0.52.6" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | 
|  |  | 
|  | [[package]] | 
|  | name = "windows_x86_64_gnullvm" | 
|  | version = "0.52.6" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | 
|  |  | 
|  | [[package]] | 
|  | name = "windows_x86_64_msvc" | 
|  | version = "0.52.6" | 
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | 
|  | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |