hostcraft-cli 1.0.0

CLI for managing your system hosts file
# 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 = "2024"
name = "hostcraft-cli"
version = "1.0.0"
authors = ["Sk. Zaber Ahmed"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for managing your system hosts file"
readme = "README.md"
keywords = [
    "hosts",
    "networking",
    "dns",
    "cli",
    "system",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/Zaberahmed/hostcraft"
resolver = "2"

[[bin]]
name = "hostcraft"
path = "src/main.rs"

[dependencies.anstream]
version = "1"

[dependencies.anstyle]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.hostcraft-core]
version = "0.1.5"