# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "web-console-logger" version = "0.1.2" authors = ["Scott J Maddox"] description = "A logger for the wasm32-unknown-unknown target that prints all messages to the web console" license = "MIT/Apache-2.0" repository = "https://github.com/scottjmaddox/rust-web-console-logger" [dependencies.log] version = "0.4" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = ["console"]