[build-dependencies.cc]
version = "1.0"
[[example]]
name = "functions"
path = "examples/functions.rs"
[[example]]
name = "minimal"
path = "examples/minimal.rs"
[[example]]
name = "raii"
path = "examples/raii.rs"
[[example]]
name = "registers"
path = "examples/registers.rs"
[features]
default = ["std"]
std = []
[lib]
name = "microseh"
path = "src/lib.rs"
[package]
authors = ["sonodima"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["os"]
description = "Structured Exception Handling (SEH) for Rust"
edition = "2021"
homepage = "https://github.com/sonodima/microseh"
keywords = ["seh", "windows", "hardware", "exception", "handler"]
license = "MIT"
name = "microseh"
readme = "README.md"
repository = "https://github.com/sonodima/microseh"
version = "1.1.1"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["i686-pc-windows-msvc", "x86_64-pc-windows-msvc", "aarch64-pc-windows-msvc"]