[package] name = "web-time-compat" version = "0.2.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.91" license = "MIT OR Apache-2.0" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" description = "Compatibility layer for web-time" keywords = ["js", "wasm", "time"] # We must put *something* here and this will do categories = ["rust-patterns"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [package.metadata.docs.rs] all-features = true [features] default = [] full = [] [dependencies] [dev-dependencies] [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] web-time = "1.1.0"