notan_log 0.14.0

Provides a multipatform log support for Notan
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 = "notan_log"
version = "0.14.0"
authors = ["Nazarí González <nazari.nz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides a multipatform log support for Notan"
homepage = "https://github.com/Nazariglez/notan"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Nazariglez/notan"

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

[dependencies.fern]
version = "0.7.1"
features = ["colored"]

[dependencies.log]
version = "0.4.25"

[dependencies.notan_app]
version = "0.14.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.time]
version = "0.3.37"
features = [
    "formatting",
    "local-offset",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.console_log]
version = "1.0.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.77"

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