picoem-debug 0.1.1

Placeholder crate for the future GDB RSP server and instruction-trace tooling for the picoem RP2350/RP2040 emulator workspace.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88"
name = "picoem-debug"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Placeholder crate for the future GDB RSP server and instruction-trace tooling for the picoem RP2350/RP2040 emulator workspace."
homepage = "https://github.com/0x4D44/picoem"
documentation = "https://docs.rs/picoem-debug"
readme = "README.md"
keywords = [
    "emulator",
    "gdb",
    "debug",
    "rp2350",
    "rp2040",
]
categories = [
    "emulators",
    "embedded",
    "development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0x4D44/picoem"
resolver = "2"

[lib]
name = "picoem_debug"
path = "src/lib.rs"

[dependencies.rp2350-emu]
version = "0.2"

[lints.clippy]
enum_variant_names = "allow"
large_enum_variant = "allow"
needless_range_loop = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unusual_byte_groupings = "allow"