unbug 0.5.0

A crate to programmatically invoke debugging breakpoints with helping macros
Documentation
# 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 = "2024"
name = "unbug"
version = "0.5.0"
authors = [
    "Brian Jesse <brian@greymattergames.net>",
    "Scott Girton <scott@greymattergames.net>",
]
build = false
autolib = false
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"

[features]
bevy = ["dep:unbug_bevy"]
cache_debugger = ["unbug_assert/cache_debugger"]
check_debugger = ["unbug_assert/check_debugger"]
default = [
    "tracing",
    "check_debugger",
    "cache_debugger",
    "macro",
]
macro = ["dep:unbug_macro"]
rust_analyzer = ["unbug_assert/rust_analyzer"]
testing = ["unbug_assert/testing"]
tracing = ["unbug_assert/tracing"]

[lib]
name = "unbug"
path = "src/lib.rs"
doctest = false

[dependencies.unbug_assert]
version = "0.5.0"
default-features = false

[dependencies.unbug_bevy]
version = "0.5.0"
optional = true
default-features = false

[dependencies.unbug_macro]
version = "0.5.0"
optional = true
default-features = false

[profile.dev]
opt-level = 1

[profile.dev.package."*"]
opt-level = 3