# 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 = "hed" version = "0.1.6" authors = ["Arjen Wiersma "] description = "Manage your hosts file from the command line." homepage = "https://github.com/credmp/hed#readme" documentation = "https://github.com/credmp/hed" readme = "README.md" keywords = ["cli", "hosts", "utility"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/credmp/hed" resolver = "2" [package.metadata.deb] assets = [["hed.1.gz", "usr/local/man/man1/hed.1.gz", "644"], ["target/release/hed", "usr/bin/", "755"], ["README.md", "usr/share/doc/hed/README.md", "644"]] copyright = "2021, Arjen Wiersma " depends = "$auto" extended-description = "A tool to easily manage your hosts file from the command line.\n" license-file = ["LICENSE", "0"] maintainer = "Arjen Wiersma " priority = "optional" section = "utility" [[bin]] name = "hed" [dependencies.clap] version = "2" [dependencies.color-eyre] version = "0.5.11" [dependencies.faccess] version = "0.2.3" [dependencies.regex] version = "1.5.4" [dependencies.sudo] version = "0.6.0" [dependencies.termion] version = "1.5.6" [dependencies.thiserror] version = "1.0.29"