cute-log 2.2.0

Simple and cute logger for log crate
Documentation
[dependencies.log]
default-features = false
version = "0"

[features]
default = ["timestamp"]
local_timestamp = ["timestamp", "time/local-offset"]
std = []
timestamp = ["time"]

[package]
authors = ["Douman <douman@gmx.se>"]
description = "Simple and cute logger for log crate"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["log"]
license = "Apache-2.0"
name = "cute-log"
readme = "README.md"
repository = "https://github.com/DoumanAsh/cute-log"
version = "2.2.0"
[package.metadata.docs.rs]
features = ["std"]
[target."cfg(any(target_arch = \"wasm32\"))".dependencies.web-log]
version = "1"
[target."cfg(not(any(target_os = \"android\", target_arch = \"wasm32\")))".dependencies.time]
default-features = false
features = ["std"]
optional = true
version = "0.3.11"
[target."cfg(target_os = \"android\")".dependencies.androidy-log]
version = "1"