# 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 = "2018" name = "hostile" version = "0.1.5" authors = ["Cathal Mullan "] include = [ "Cargo.toml", "LICENSE", "README.md", "/src/", ] description = "Want this package name? Contact me!" keywords = [ "hosts", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/CathalMullan/hostile" [[bin]] name = "hostile" path = "src/main.rs" [dependencies.argh] version = "0.1.4" [dependencies.log] version = "0.4.11" [dependencies.tabwriter] version = "1.2.1" [badges.maintenance] status = "looking-for-maintainer"