[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[lib]
name = "assert_not"
path = "src/lib.rs"
[package]
authors = ["kazztac <42577573+kazztac@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "development-tools::debugging", "no-std"]
description = "A simple, no_std compatible Rust macro that works like the inverse of assert! - passes when condition is false"
documentation = "https://docs.rs/assert-not"
edition = "2021"
exclude = ["target/", ".git/", ".github/", "*.orig", "Cargo.lock"]
keywords = ["assert", "testing", "macro", "debugging", "no-std"]
license = "MIT OR Apache-2.0"
name = "assert-not"
readme = "README.md"
repository = "https://github.com/kazztac/assert-not"
rust-version = "1.56.0"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]