# 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 = "2018" name = "wasm-log" version = "0.3.1" authors = ["Limira"] description = "A logger that sends a message with its Rust source's line and filename to the browser console" documentation = "https://docs.rs/wasm-log" readme = "./README.md" keywords = [ "wasm", "front-end", "logger", "console", "log", ] categories = [ "wasm", "development-tools::debugging", ] license = "MIT OR Apache-2.0" repository = "https://github.com/s1gtrap/wasm-log" [dependencies.log] version = "0.4" features = ["std"] [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = ["console"]