whoami 1.1.5

Retrieve the current user and environment.
Documentation
[features]
default = []

[package]
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
build = "build.rs"
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/libcala/whoami/blob/main/CHANGELOG.md"
include = ["Cargo.toml", "src/*", "build.rs"]
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/libcala/whoami"
version = "1.1.5"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2"

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["Navigator", "Document", "Window", "Location"]
version = "0.3"