dioxus-logger 0.6.2

A logging utility to provide a standard interface whether you're targeting web desktop, fullstack, and more.
Documentation
[dependencies.dioxus-cli-config]
version = "0.6.2"

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-subscriber]
default-features = false
features = ["registry", "std"]
version = "0.3.18"

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

[package]
authors = ["DogeDark", "Jonathan Kelley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "A logging utility to provide a standard interface whether you're targeting web desktop, fullstack, and more."
edition = "2021"
homepage = "https://github.com/dioxuslabs/dioxus"
keywords = ["dioxus", "log", "logging"]
license = "MIT"
name = "dioxus-logger"
readme = "README.md"
repository = "https://github.com/dioxuslabs/dioxus"
version = "0.6.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tracing-subscriber]
default-features = false
features = ["fmt"]
version = "0.3.18"

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1.7"

[target.'cfg(target_arch = "wasm32")'.dependencies.tracing-wasm]
version = "0.2.1"