odebug 0.1.0

Simple and flexible debug logging utility that allows simple and practical logging to a text file especially during proc-macro compilation.
Documentation
[dependencies.once_cell]
version = "1.21.1"

[features]
always_log = []
default = ["use_workspace", "output_to_target"]
output_to_target = []
test_suite_a = []
test_suite_b = ["use_workspace"]
test_suite_c = ["output_to_target"]
use_workspace = []

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

[package]
authors = ["orgrinrt", "Hiisi Digital"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "development-tools::procedural-macro-helpers", "development-tools::debugging", "development-tools::testing"]
description = """
Simple and flexible debug logging utility that allows simple and practical logging to a text file especially during proc-macro compilation.
"""
documentation = "https://docs.rs/odebug"
edition = "2021"
homepage = "https://github.com/orgrinrt/odebug"
keywords = ["debug", "logging", "proc-macro", "development", "file-logger"]
license-file = "LICENSE"
name = "odebug"
readme = "README.md"
repository = "https://github.com/orgrinrt/odebug"
version = "0.1.0"