[package]
edition = "2021"
name = "dioxus-logger"
version = "0.7.6"
authors = [
"DogeDark",
"Jonathan Kelley",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A logging utility to provide a standard interface whether you're targeting web desktop, fullstack, and more."
homepage = "https://github.com/dioxuslabs/dioxus"
readme = "README.md"
keywords = [
"dioxus",
"log",
"logging",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/dioxuslabs/dioxus"
[features]
default = []
[lib]
name = "dioxus_logger"
path = "src/lib.rs"
[dependencies.dioxus-cli-config]
version = "0.7.6"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
version = "0.3.20"
features = [
"registry",
"std",
"env-filter",
]
default-features = false
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tracing-subscriber]
version = "0.3.20"
features = ["fmt"]
default-features = false
[target.'cfg(target_arch = "wasm32")'.dependencies.tracing-wasm]
version = "0.2.1"