# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56.1" name = "nobug" version = "0.5.0" authors = ["Christian Thäter "] build = false include = [ "src/**/*", "LICENSE-*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Assertions and active code annotations" documentation = "https://docs.rs/nobug" readme = "README.md" keywords = [ "assertions", "annotations", "debugging", "testing", "development-tools", ] categories = [ "development-tools::debugging", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://git.pipapo.org/cehteh/nobug_rs.git" [lib] name = "nobug" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [features] abort_on_fail = [] const_expr = [] default = [ "abort_on_fail", "const_expr", ] trace_nobug = [] [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"