[go: up one dir, main page]

wasm-timer 0.1.2

Abstraction over std::time::Instant and tokio_timer that works on WASM
Documentation
# 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]
edition = "2018"
name = "wasm-timer"
version = "0.1.2"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Abstraction over std::time::Instant and tokio_timer that works on WASM"
license = "MIT"
repository = "https://github.com/tomaka/wasm-timer"
[target."cfg(any(target_arch = \"wasm32\"))".dependencies.futures]
version = "0.1"

[target."cfg(any(target_arch = \"wasm32\"))".dependencies.js-sys]
version = "0.3.14"

[target."cfg(any(target_arch = \"wasm32\"))".dependencies.send_wrapper]
version = "0.2"

[target."cfg(any(target_arch = \"wasm32\"))".dependencies.wasm-bindgen]
version = "0.2.37"

[target."cfg(any(target_arch = \"wasm32\"))".dependencies.web-sys]
version = "0.3.14"
features = ["Performance", "Window"]
[target."cfg(not(any(target_arch = \"wasm32\")))".dependencies.tokio-timer]
version = "0.2"