probe-rs-debug 0.32.0

Debugging functionality built on top of the probe-rs crate
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.89"
name = "probe-rs-debug"
version = "0.32.0"
build = false
exclude = ["tests/debug-unwind-tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Debugging functionality built on top of the probe-rs crate"
homepage = "https://github.com/probe-rs/probe-rs"
documentation = "https://docs.rs/probe-rs/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/probe-rs/probe-rs"
resolver = "2"

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

[[test]]
name = "source_location"
path = "tests/source_location.rs"

[dependencies.addr2line]
version = "0.27"

[dependencies.bitfield]
version = "0.19.0"

[dependencies.gimli]
version = "0.34.0"

[dependencies.itertools]
version = "0.15.0"

[dependencies.object]
version = "0.39"

[dependencies.parse_int]
version = "0.9.0"

[dependencies.probe-rs]
version = "0.32.0"

[dependencies.probe-rs-target]
version = "0.32.0"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tracing]
version = "0.1.41"

[dependencies.typed-path]
version = "0.12.0"

[dev-dependencies.insta]
version = "1.41.1"
features = ["yaml"]

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.probe-rs]
version = "0.32.0"
features = ["test"]

[dev-dependencies.termtree]
version = "1.0.0"

[dev-dependencies.test-case]
version = "3.3.1"

[lints.clippy]
enum_glob_use = "deny"
macro_use_imports = "deny"
unnecessary_self_imports = "deny"