[lib]
name = "orfail"
path = "src/lib.rs"
[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "Error handling library for portable unrecoverable errors"
edition = "2024"
homepage = "https://github.com/sile/orfail"
license = "MIT OR Apache-2.0"
name = "orfail"
readme = "README.md"
repository = "https://github.com/sile/orfail"
rust-version = "1.85"
version = "2.0.0"