[package] name = "gethostname" description = "gethostname for all platforms" readme = "README.md" homepage = "https://github.com/swsnr/gethostname.rs" repository = "https://github.com/swsnr/gethostname.rs.git" documentation = "https://docs.rs/gethostname" version = "0.5.0" authors = ["Sebastian Wiesner "] edition = "2021" license = "Apache-2.0" keywords = ["gethostname", "DNS", "hostname"] categories = ["os", "api-bindings"] rust-version = "1.64" [target.'cfg(not(windows))'.dependencies] rustix = { version = "0.38.34", default-features = false, features = [ "system", ] } [target.'cfg(windows)'.dependencies] windows-targets = "0.52.4"