# 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 = "debug-log" version = "0.3.1" authors = ["zxch3n "] include = [ "Cargo.toml", "**/*.rs", ] description = "dbg! and eprintln! that only run on debug mode. WASM is supported." homepage = "https://github.com/zxch3n/debug-log" documentation = "https://docs.rs/debug-log" readme = "README.md" keywords = [ "debug", "log", ] license = "MIT" repository = "https://github.com/zxch3n/debug-log" [dependencies.once_cell] version = "1.17.1" [dependencies.wasm-bindgen] version = "0.2" optional = true [features] wasm = ["wasm-bindgen"]