[dependencies.cfg-if]
version = "1.0.0"
[features]
abort_on_fail = []
const_expr = []
default = ["abort_on_fail", "const_expr"]
trace_nobug = []
[lib]
name = "nobug"
path = "src/lib.rs"
[lints.clippy]
dbg_macro = "forbid"
missing_const_for_fn = "warn"
unwrap_used = "deny"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
unknown_lints = "allow"
[lints.rustdoc]
missing_crate_level_docs = "warn"
missing_doc_code_examples = "warn"
[package]
authors = ["Christian Thäter <ct@pipapo.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::debugging", "development-tools::testing"]
description = "Assertions and active code annotations"
documentation = "https://docs.rs/nobug"
edition = "2021"
include = ["src/**/*", "LICENSE-*", "README.md"]
keywords = ["assertions", "annotations", "debugging", "testing", "development-tools"]
license = "MIT OR Apache-2.0"
name = "nobug"
readme = "README.md"
repository = "https://git.pipapo.org/cehteh/nobug_rs.git"
rust-version = "1.56.1"
version = "0.4.0"