[package]
edition = "2024"
name = "craft_logging"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A logging library for the Craft project, providing structured logging and tracing capabilities."
homepage = "https://craftgui.com/"
readme = false
license-file = "LICENSE"
repository = "https://github.com/craft-gui/craft"
resolver = "2"
[lib]
name = "craft_logging"
path = "src/lib.rs"
[dependencies.tracing]
version = "0.1.40"
features = ["std"]
default-features = false