# 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 = "easybench-wasm" version = "0.2.1" authors = ["Alex Sayers ", "Stefan Battiston "] description = "A lightweight benchmarking library for Wasm target" readme = "README.md" keywords = ["benchmark", "profiling", "wasm", "wasm32"] categories = ["development-tools::profiling", "wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/stefan2718/easybench-wasm" [lib] name = "easybench_wasm" path = "lib.rs" [dependencies.humantime] version = "1.3" [dependencies.web-sys] version = "0.3" features = ["Window", "Performance"] [dev-dependencies.wasm-bindgen-test] version = "0.2.50" [dev-dependencies.web-sys] version = "0.3" features = ["console"]