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