# 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.5.1" authors = ["DogeDark"] description = "A logging utility to provide a standard interface whether you're targetting web desktop, fullstack, and more." homepage = "https://github.com/DogeDark/dioxus-logger" readme = "README.md" keywords = [ "dioxus", "log", "logging", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/DogeDark/dioxus-logger" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "registry", "std", ] default-features = false [dev-dependencies.dioxus] version = "0.5" features = ["desktop"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tracing-subscriber] version = "0.3.18" features = ["fmt"] default-features = false [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"