# 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 = "hostfile" version = "1.1.0" authors = ["Aneesh Durg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust crate for parsing /etc/hosts" homepage = "https://github.com/aneeshdurg/hostfile" readme = "README.md" keywords = [ "hosts", "networking", "linux", ] categories = [ "parsing", "os", ] license = "MIT" repository = "https://github.com/aneeshdurg/hostfile" [lib] name = "hostfile" path = "src/lib.rs" [dependencies] [dev-dependencies.mktemp] version = "0.4.0" [dev-dependencies.test-with] version = "0.14.4" [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = [ "Win32_UI_Shell", "Win32_Foundation", "Win32_System_Com", ]