hostname 0.4.0

Cross-platform system's host name functions
Documentation
[dependencies.cfg-if]
version = "^1.0"
[dev-dependencies.version-sync]
version = "0.9"

[features]
default = []
set = []

[package]
authors = ["fengcen <fengcen.love@gmail.com>", "svartalf <self@svartalf.info>"]
categories = ["api-bindings", "os"]
description = "Cross-platform system's host name functions"
edition = "2021"
keywords = ["hostname", "gethostname", "sethostname"]
license = "MIT"
name = "hostname"
readme = "README.md"
repository = "https://github.com/svartalf/hostname"
rust-version = "1.67"
version = "0.4.0"
[package.metadata.docs.rs]
features = ["set"]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
version = "^0.2"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_SystemInformation"]
version = "^0.52"