devout 0.2.0

A simple cross-platform logging library.
Documentation
[package]
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
categories = ["development-tools::debugging", "wasm"]
description = "A simple cross-platform logging library."
documentation = "https://docs.rs/devout"
edition = "2018"
homepage = "https://github.com/libcala/devout/blob/master/CHANGELOG.md"
include = ["Cargo.toml", "README.md", "LICENSE-ZLIB", "LICENSE-APACHE", "src/*"]
keywords = ["logging", "print", "wasm", "journal", "output"]
license = "Apache-2.0/Zlib"
name = "devout"
readme = "README.md"
repository = "https://github.com/libcala/devout"
version = "0.2.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2"

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["console"]
version = "0.3"