# 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" name = "unbug" version = "0.4.0" authors = [ "Brian Jesse ", "Scott Girton ", ] build = false exclude = [ ".vscode/", "assets/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A crate to programmatically invoke debugging breakpoints with helping macros" documentation = "https://docs.rs/unbug" readme = "README.md" keywords = [ "debug", "debugging", "ensure", "assert", "breakpoint", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/greymattergames/unbug" [lib] name = "unbug" path = "src/lib.rs" [dependencies.dbg_breakpoint] version = "0.1.1" [dependencies.tracing] version = "0.1" [features] default = [] no_cache_debugger = []