dioxus-logger 0.7.4

A logging utility to provide a standard interface whether you're targeting web desktop, fullstack, and more.
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 = "2021"
name = "dioxus-logger"
version = "0.7.4"
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.4"

[dependencies.tracing]
version = "0.1.41"

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

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

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