[go: up one dir, main page]

whoami 0.1.1

A library and program that gets the current user and environment.
Documentation
[package]
name = "whoami"
description = "A library and program that gets the current user and environment."
version = "0.1.1"
authors = ["Jeron Aldaron Lau <jeron.lau@plopgrizzly.tech>"]
license = "MIT"
keywords = ["user", "username", "whoami", "platform", "detect"]
categories = ["command-line-utilities", "os"]
homepage = "http://at.plopgrizzly.tech/whoami/"
repository = "https://github.com/aldarons-tech/whoami/"
documentation = "https://docs.rs/whoami/"

[[bin]]
name = "whoami"
doc = false

[dependencies]
libc = "^0.2"
term = { version = "0.4.6", optional = true }