whoami 0.5.0

Retrieve the current user and environment.
Documentation
# WhoAmI
#
# Copyright © 2017-2019 Jeron Aldaron Lau.
# Dual-licensed under either the MIT License or the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_BSL.txt or copy at https://www.boost.org/LICENSE_1_0.txt, and
# accompanying file LICENSE_MIT.txt or copy at https://opensource.org/licenses/MIT)

[package]
name = "whoami"
version = "0.5.0"
authors = [
    "Jeron Aldaron Lau <jeronaldaron@gmail.com>",
]
edition = "2018"
license = "MIT / BSL-1.0"
documentation = "https://docs.rs/whoami"
homepage = "https://jeronaldaron.plopgrizzly.com/whoami"
repository = "https://github.com/plopgrizzly/whoami"
readme = "README.md"
description = "Retrieve the current user and environment."
keywords = ["user", "username", "whoami", "platform", "detect"]
categories = ["os"]
exclude = ["examples/*", "code_of_conduct.md", "contributors.md", "changelog.md", ".gitignore"]

[dependencies]
libc = "0.2"