gethostname 0.2.0

gethostname for all platforms
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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