blob: 56fec5cb54adf6901855fe22a60802ffb7834174 [file] [log] [blame]
Joel Galenson52a992f2021-08-02 15:37:08 -07001[package]
2name = "gdbstub_arch"
3description = "Implementations of `gdbstub::arch::Arch` for various architectures."
4authors = ["Daniel Prilik <danielprilik@gmail.com>"]
Pierre-Clément Tosi082a1c42022-08-22 11:52:49 +01005version = "0.2.4"
Devin Moore7a64a432022-04-19 16:36:16 +00006license = "MIT OR Apache-2.0"
Joel Galenson52a992f2021-08-02 15:37:08 -07007edition = "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]
Devin Moore7a64a432022-04-19 16:36:16 +000016gdbstub = { path = "../", version = "0.6", default-features = false }
Joel Galenson52a992f2021-08-02 15:37:08 -070017
18num-traits = { version = "0.2", default-features = false }