[go: up one dir, main page]

whoami 0.4.1

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

# XXXX  X                    /5\——————/5\       XXXX      X           X
# X   X X   XXX   XXXX      |   0    0   |     X      XXX   XXXX XXXX X X   X
# X   X X  X   X  X   X  /"\|     <>     |/"\  X      X   X    X    X X X   X
# XXXX  X  X   X  X   X  \  \\_  ====  _//  /  X   XX X   X   X    X  X  X X
# X     X  X   X  XXXX    \_              _/   X    X X   X  X    X   X   X
# X     X   XXX   X       / \            / \    XXXX  X   X XXXX XXXX X   X
#                 X       \                /                            XX
#                          --____________--

[package]
name = "whoami"
version = "0.4.1"
authors = [
    "Jeron Aldaron Lau <jeronaldaron@gmail.com>",
    "Mark Swaanenburg <cygnus9@users.noreply.github.com>",
    "Daniel Schäfer <schaefer.dev@gmail.com>",
]
edition = "2018"
license = "MIT / BSL-1.0"
documentation = "https://docs.rs/whoami"
homepage = "https://free.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", ".gitignore"]

[dependencies]
libc = "0.2"