[dependencies]
[features]
default = ["line-info"]
line-info = []
[lib]
name = "test_eq"
path = "src/lib.rs"
[lints.clippy]
allow_attributes_without_reason = "deny"
as_conversions = "deny"
doc_markdown = "allow"
empty_structs_with_brackets = "deny"
get_unwrap = "deny"
lossy_float_literal = "deny"
missing_assert_message = "deny"
missing_docs_in_private_items = "deny"
missing_panics_doc = "deny"
must_use_candidate = "allow"
option_if_let_else = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"
[lints.rustdoc]
missing_crate_level_docs = "deny"
unescaped_backticks = "warn"
[package]
authors = ["Christiaan Biesterbosch <github@kriskras99.nl"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parsing", "rust-patterns"]
description = "assert_eq!-like macros that return a Result instead"
edition = "2021"
keywords = ["testing", "macro", "test_any", "test_ne"]
license = "MIT OR Apache-2.0"
name = "test_eq"
readme = "README.md"
repository = "https://github.com/kriskras99/test_eq"
rust-version = "1.58.1"
version = "0.1.1"