deno_whoami 0.1.0

This crate implements the username() API in Deno Node compat layer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "deno_whoami"
version = "0.1.0"
edition = "2021"
description = "This crate implements the username() API in Deno Node compat layer."
license = "MIT"

[target.'cfg(windows)'.dependencies]
whoami = "1.4"

[target.'cfg(unix)'.dependencies]
libc = "0.2"

[dev-dependencies]
whoami = "1.4"