[dependencies.log]
optional = true
version = "0.4"
[dependencies.tracing]
features = ["log"]
optional = true
version = "0.1"
[features]
debug = []
default = ["tracing", "warn"]
error = []
info = []
trace = []
warn = []
[lib]
name = "tiny_bail"
path = "src/lib.rs"
[lints.rust]
missing_docs = "deny"
[package]
authors = ["Ben Frankel"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "rust-patterns", "no-std::no-alloc"]
description = "Small but flexible macros for bailing on failure."
edition = "2024"
keywords = ["failure", "error", "macro", "log", "tracing"]
license = "MIT OR Apache-2.0"
name = "tiny_bail"
readme = "README.md"
repository = "https://github.com/benfrankel/tiny_bail"
version = "0.7.0"