dirty-debug 1.0.0

Quick and dirty debugging
Documentation
[badges.codecov]
branch = "main"
repository = "orium/dirty-debug"
service = "github"

[dependencies.dashmap]
version = "6.0.1"

[dev-dependencies.indoc]
version = "2.0.3"

[dev-dependencies.rand]
version = "0.8.5"

[features]
fatal-warnings = []

[lib]
name = "dirty_debug"
path = "src/lib.rs"

[lints.clippy]
inline-always = "allow"
match-bool = "allow"
needless-raw-string-hashes = "allow"

[lints.clippy.all]
level = "warn"
priority = -2

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -2

[package]
authors = ["Diogo Sousa <diogogsousa@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "development-tools::debugging"]
description = "Quick and dirty debugging"
documentation = "https://docs.rs/dirty-debug"
edition = "2021"
homepage = "https://github.com/orium/dirty-debug"
include = ["/src/**/*.rs", "/Cargo.toml", "/LICENSE.md", "/README.md", "/release-notes.md"]
keywords = ["debug"]
license = "MPL-2.0"
name = "dirty-debug"
readme = "README.md"
repository = "https://github.com/orium/dirty-debug"
rust-version = "1.80.0"
version = "1.0.0"