# 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.80.0" name = "dirty-debug" version = "1.0.0" authors = ["Diogo Sousa "] build = false include = [ "/src/**/*.rs", "/Cargo.toml", "/LICENSE.md", "/README.md", "/release-notes.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Quick and dirty debugging" homepage = "https://github.com/orium/dirty-debug" documentation = "https://docs.rs/dirty-debug" readme = "README.md" keywords = ["debug"] categories = [ "development-tools", "development-tools::debugging", ] license = "MPL-2.0" repository = "https://github.com/orium/dirty-debug" [lib] name = "dirty_debug" path = "src/lib.rs" [dependencies.dashmap] version = "6.0.1" [dev-dependencies.indoc] version = "2.0.3" [dev-dependencies.rand] version = "0.8.5" [features] fatal-warnings = [] [badges.codecov] branch = "main" repository = "orium/dirty-debug" service = "github" [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