[dependencies.once_cell]
version = "1.17.1"
[dependencies.wasm-bindgen]
optional = true
version = "0.2"
[features]
wasm = ["wasm-bindgen"]
[package]
authors = ["zxch3n <remch183@outlook.com>"]
description = "dbg! and eprintln! that only run on debug mode. WASM is supported."
documentation = "https://docs.rs/debug-log"
edition = "2021"
homepage = "https://github.com/zxch3n/debug-log"
include = ["Cargo.toml", "**/*.rs"]
keywords = ["debug", "log"]
license = "MIT"
name = "debug-log"
readme = "README.md"
repository = "https://github.com/zxch3n/debug-log"
version = "0.3.0"