[package]
edition = "2021"
rust-version = "1.59"
name = "trap"
version = "0.2.3"
authors = ["Gabriel Bjørnager Jensen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bare metal trapping."
documentation = "https://docs.rs/trap/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://mandelbrot.dk/bjoernager/trap-rs/"
[package.metadata.docs.rs]
all-features = true
[features]
default = ["std"]
nightly = []
std = []
[lib]
name = "trap"
path = "src/lib.rs"