cargo-attach 0.3.0

A Cargo plugin simplifying probe-rs attach
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"
name = "cargo-attach"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Cargo plugin simplifying probe-rs attach"
readme = "README.md"
categories = [
    "development-tools::cargo-plugins",
    "embedded",
]
license = "MIT"
repository = "https://github.com/finn-eger/cargo-attach"

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

[[bin]]
name = "cargo-attach"
path = "src/main.rs"

[dependencies.argh]
version = "0.1.13"

[dependencies.cargo-platform]
version = "0.3.0"

[dependencies.cargo_metadata]
version = "0.21.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.shlex]
version = "1.3.0"

[dependencies.toml]
version = "0.9.5"

[dependencies.walkdir]
version = "2.5.0"