gdbstub 0.7.1

An implementation of the GDB Remote Serial Protocol in Rust
Documentation
example = []
[dependencies.bitflags]
version = "2.3.1"

[dependencies.cfg-if]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.managed]
default-features = false
version = "0.8"

[dependencies.num-traits]
default-features = false
version = "0.2"

[dependencies.paste]
version = "1.0"
[dev-dependencies.armv4t_emu]
version = "0.1"

[dev-dependencies.goblin]
version = "0.4"

[dev-dependencies.pretty_env_logger]
version = "0.4"

[features]
__dead_code_marker = []
alloc = ["managed/alloc"]
default = ["std", "trace-pkt"]
paranoid_unsafe = []
std = ["alloc"]
trace-pkt = ["alloc"]

[package]
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
categories = ["development-tools::debugging", "embedded", "emulators", "network-programming", "no-std"]
description = "An implementation of the GDB Remote Serial Protocol in Rust"
documentation = "https://docs.rs/gdbstub"
edition = "2018"
exclude = ["examples/**/*.elf", "examples/**/*.o"]
homepage = "https://github.com/daniel5151/gdbstub"
keywords = ["gdb", "emulation", "no_std", "debugging"]
license = "MIT OR Apache-2.0"
name = "gdbstub"
readme = "README.md"
repository = "https://github.com/daniel5151/gdbstub"
version = "0.7.1"