[features]
default = ["web"]
web = ["web-sys", "wasm-bindgen"]
[package]
categories = ["os", "wasm", "internationalization", "localization", "value-formatting"]
description = "Retrieve the current user and environment."
documentation = "https://docs.rs/whoami"
edition = "2018"
homepage = "https://github.com/ardaku/whoami/blob/stable/CHANGELOG.md"
include = ["LICENSE_APACHE", "LICENSE_BOOST", "LICENSE_MIT", "README.md", "src/*"]
keywords = ["user", "username", "whoami", "platform", "detect"]
license = "Apache-2.0 OR BSL-1.0 OR MIT"
name = "whoami"
readme = "README.md"
repository = "https://github.com/ardaku/whoami"
version = "1.4.1"
[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\"), not(target_os = \"daku\")))".dependencies.wasm-bindgen]
optional = true
version = "0.2"
[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\"), not(target_os = \"daku\")))".dependencies.web-sys]
features = ["Navigator", "Document", "Window", "Location"]
optional = true
version = "0.3"