[dependencies.arrayvec]
default-features = false
version = "0.7.2"
[dependencies.stackdump-core]
default-features = false
version = "0.10.3"
[lib]
name = "stackdump_capture"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["embedded", "no-std"]
description = "Crate for capturing stack dumps"
edition = "2021"
homepage = "https://github.com/tweedegolf/stackdump"
keywords = ["no_std", "stackdump"]
license = "MIT OR Apache-2.0"
name = "stackdump-capture"
readme = "README.md"
repository = "https://github.com/tweedegolf/stackdump"
rust-version = "1.88"
version = "0.10.3"