probe-rs 0.26.0

A collection of on chip debugging tools to communicate with microchips.
[build-dependencies.bincode]
optional = true
version = "1"

[build-dependencies.probe-rs-target]
optional = true
version = "0.26.0"

[build-dependencies.serde_yaml]
optional = true
version = "0.9"

[dependencies.anyhow]
version = "1.0.82"

[dependencies.async-io]
version = "2"

[dependencies.bincode]
optional = true
version = "1"

[dependencies.bitfield]
version = "0.17"

[dependencies.bitvec]
version = "1"

[dependencies.docsplay]
version = "0.1.1"

[dependencies.dunce]
version = "1.0.5"

[dependencies.espflash]
default-features = false
version = "3"

[dependencies.flate2]
version = "1.0"

[dependencies.futures-lite]
default-features = false
version = "2"

[dependencies.gdbstub]
optional = true
version = "0.7"

[dependencies.hexdump]
optional = true
version = "0.1"

[dependencies.hidapi]
default-features = false
features = ["linux-native"]
version = "2"

[dependencies.ihex]
version = "3.0"

[dependencies.itertools]
version = "0.14"

[dependencies.jep106]
version = "0.2"

[dependencies.nusb]
version = "0.1.12"

[dependencies.object]
default-features = false
features = ["elf", "read_core", "std"]
version = "0.36"

[dependencies.parking_lot]
version = "0.12.2"

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

[dependencies.rmp-serde]
version = "1"

[dependencies.scroll]
version = "0.12"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.serialport]
default-features = false
features = ["usbportinfo-interface"]
version = "4.6.0"

[dependencies.svg]
version = "0.18"

[dependencies.thiserror]
version = "1.0.59"

[dependencies.tracing]
version = "0.1"

[dependencies.uf2-decode]
version = "0.2"

[dependencies.zerocopy]
features = ["derive"]
version = "0.8.0"

[dev-dependencies.clap]
features = ["derive"]
version = "4"

[dev-dependencies.fastrand]
version = "2.1"

[dev-dependencies.insta]
default-features = false
features = ["yaml"]
version = "1.38"

[dev-dependencies.itm]
default-features = false
version = "0.9.0-rc.1"

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

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

[dev-dependencies.serde]
version = "1"

[dev-dependencies.serde_json]
version = "1"

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

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

[dev-dependencies.test-log]
features = ["trace"]
version = "0.2.16"

[[example]]
name = "multidrop_raw"
path = "examples/multidrop_raw.rs"

[[example]]
name = "nrf53_recover"
path = "examples/nrf53_recover.rs"

[[example]]
name = "ram_download"
path = "examples/ram_download.rs"

[[example]]
name = "raw_dap_access"
path = "examples/raw_dap_access.rs"

[[example]]
name = "tcp_itm"
path = "examples/tcp_itm.rs"

[features]
builtin-targets = ["dep:bincode", "dep:serde_yaml", "dep:probe-rs-target"]
default = ["builtin-targets"]
gdb-server = ["dep:gdbstub"]
test = []

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

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

[package]
authors = ["Noah Hüsser <yatekii@yatekii.ch>", "Dominik Boehi <dominik.boehi@gmail.ch>", "Jack Noppe <noppej@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["embedded", "hardware-support", "development-tools::debugging"]
description = "A collection of on chip debugging tools to communicate with microchips."
documentation = "https://docs.rs/probe-rs/"
edition = "2021"
exclude = ["tests/"]
homepage = "https://github.com/probe-rs/probe-rs"
keywords = ["embedded"]
license = "MIT OR Apache-2.0"
name = "probe-rs"
readme = "README.md"
repository = "https://github.com/probe-rs/probe-rs"
version = "0.26.0"

[package.metadata.docs.rs]
features = ["builtin-targets", "debug", "gdb-server"]
rustdoc-args = ["--cfg", "probers_docsrs"]

[[package.metadata.release.pre-release-replacements]]
file = "../CHANGELOG.md"
replace = """
## [{{version}}]

Released {{date}}"""
search = '## \[Unreleased\]'

[[package.metadata.release.pre-release-replacements]]
file = "../CHANGELOG.md"
replace = """
[unreleased]: https://github.com/probe-rs/probe-rs/compare/v{{version}}...master
[{{version}}]: https://github.com/probe-rs/probe-rs/compare/v$1...v{{version}}"""
search = '\[unreleased\]: https://github.com/probe-rs/probe-rs/compare/v([a-z0-9.-]+)\.\.\.master'