# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "uu_hostname" version = "0.0.28" authors = ["uutils developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "hostname ~ (uutils) display or set the host name of the current host" homepage = "https://github.com/uutils/coreutils" readme = "README.package.md" keywords = [ "coreutils", "uutils", "cross-platform", "cli", "utility", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/hostname" [package.metadata.cargo-udeps.ignore] normal = ["uucore_procs"] [lib] name = "uu_hostname" path = "src/hostname.rs" [[bin]] name = "hostname" path = "src/main.rs" [dependencies.clap] version = "4.4" features = [ "wrap_help", "cargo", ] [dependencies.hostname] version = "0.4" features = ["set"] [dependencies.uucore] version = ">=0.0.19" features = ["wide"] package = "uucore" [target.'cfg(any(target_os = "freebsd", target_os = "openbsd"))'.dependencies.dns-lookup] version = "2.0.4" [target.'cfg(target_os = "windows")'.dependencies.windows-sys] version = "0.59.0" features = [ "Win32_Networking_WinSock", "Win32_Foundation", ] default-features = false