[dev-dependencies.pretty_assertions]
version = "1.1.0"
[package]
authors = ["Sebastian Wiesner <sebastian@swsnr.de>"]
categories = ["os", "api-bindings"]
description = "gethostname for all platforms"
documentation = "https://docs.rs/gethostname"
edition = "2018"
homepage = "https://codeberg.org/flausch/gethostname.rs"
keywords = ["gethostname", "DNS", "hostname"]
license = "Apache-2.0"
name = "gethostname"
readme = "README.md"
repository = "https://codeberg.org/flausch/gethostname.rs.git"
version = "0.2.3"
[target."cfg(not(windows))".dependencies.libc]
version = "^0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["sysinfoapi"]
version = "^0.3"