1[package] 2name = "gdbstub_arch" 3description = "Implementations of `gdbstub::arch::Arch` for various architectures." 4authors = ["Daniel Prilik <danielprilik@gmail.com>"] 5version = "0.1.1" 6license = "MIT" 7edition = "2018" 8readme = "README.md" 9documentation = "https://docs.rs/gdbstub_arch" 10homepage = "https://github.com/daniel5151/gdbstub" 11repository = "https://github.com/daniel5151/gdbstub" 12keywords = ["gdb", "emulation", "no_std", "debugging"] 13categories = ["development-tools::debugging", "embedded", "emulators", "no-std"] 14 15[dependencies] 16gdbstub = { path = "../", version = "0.5", default-features = false } 17 18num-traits = { version = "0.2", default-features = false } 19