uu_hostid 0.0.16

hostid ~ (uutils) display the numeric identifier of the current host
Documentation
[[bin]]
name = "hostid"
path = "src/main.rs"
[dependencies.clap]
features = ["wrap_help", "cargo"]
version = "3.2"

[dependencies.libc]
version = "0.2.132"

[dependencies.uucore]
package = "uucore"
version = ">=0.0.16"

[lib]
path = "src/hostid.rs"

[package]
authors = ["uutils developers"]
categories = ["command-line-utilities"]
description = "hostid ~ (uutils) display the numeric identifier of the current host"
edition = "2021"
homepage = "https://github.com/uutils/coreutils"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
license = "MIT"
name = "uu_hostid"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/hostid"
version = "0.0.16"