[dependencies]
[lib]
name = "riscv_stack"
path = "src/lib.rs"
[package]
authors = ["Kurtis Dinelle <kurtisdinelle@gmail.com>", "Wouter Geraedts <git@woutergeraedts.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std::no-alloc", "no-std"]
description = "Stack usage tools for RISCV processors"
documentation = "https://docs.rs/riscv-stack"
edition = "2024"
keywords = ["riscv", "stack"]
license = "MIT OR Apache-2.0"
name = "riscv-stack"
readme = "README.md"
repository = "https://github.com/kurtjd/riscv-stack"
rust-version = "1.87"
version = "0.2.2"
[package.metadata.docs.rs]
targets = ["riscv32i-unknown-none-elf"]