[package] name = "uu_hostname" version = "0.0.1" authors = ["uutils developers"] license = "MIT" description = "hostname ~ (uutils) display or set the host name of the current host" homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/master/src/uu/hostname" keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"] categories = ["command-line-utilities"] edition = "2018" [lib] path = "src/hostname.rs" [dependencies] clap = "2.32" libc = "0.2.42" hostname = { version = "0.3", features = ["set"] } uucore = { version="0.0.4", package="uucore", git="https://github.com/uutils/uucore.git", branch="canary", features=["wide"] } uucore_procs = { version="0.0.4", package="uucore_procs", git="https://github.com/uutils/uucore.git", branch="canary" } winapi = { version="0.3", features=["sysinfoapi", "winsock2"] } [[bin]] name = "hostname" path = "src/main.rs"