web-time 0.2.2

Drop-in replacement for std::time for Wasm in browsers
Documentation
[lib]
test = false

[package]
categories = ["api-bindings", "date-and-time", "wasm"]
description = "Drop-in replacement for std::time for Wasm in browsers"
edition = "2021"
include = ["CHANGELOG.md", "LICENSE-*", "src/**/*"]
keywords = ["instant", "wasm", "web", "systemtime", "time"]
license = "MIT OR Apache-2.0"
name = "web-time"
readme = "README.md"
repository = "https://github.com/daxpedda/web-time"
rust-version = "1.60"
version = "0.2.2"
[package.metadata.docs.rs]
targets = ["wasm32-unknown-unknown"]
[target."cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys]
version = "0.3.20"

[target."cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen]
default-features = false
version = "0.2.70"
[target."cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-futures]
version = "0.4"

[target."cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test]
version = "0.3"

[target."cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.web-sys]
features = ["Window"]
version = "0.3"
[target."cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\")), target_feature = \"atomics\"))".dev-dependencies.futures-channel]
default-features = false
features = ["alloc"]
version = "0.3"

[target."cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\")), target_feature = \"atomics\"))".dev-dependencies.futures-util]
default-features = false
version = "0.3"

[target."cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\")), target_feature = \"atomics\"))".dev-dependencies.web-sys]
features = ["Window", "WorkerGlobalScope"]
version = "0.3"
[target."cfg(not(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\")))))".dev-dependencies.pollster]
features = ["macro"]
version = "0.3"