# 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 = "timelog" version = "1.0.5" description = "A simple timer for logging time durations like console.time in JavaScript." documentation = "https://docs.rs/timelog" readme = "README.md" license = "MIT" repository = "https://github.com/zhangyuang/timelog" [dependencies.wasm-bindgen] version = "0.2.95" [dependencies.web-sys] version = "0.3.72" features = [ "console", "Performance", "Window", ]