[[bin]]
name = "locdev"
path = "src/main.rs"
[dependencies.clap]
features = ["derive", "cargo"]
version = "4.5.38"
[dependencies.colored]
version = "3.0.0"
[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies.tempfile]
version = "3.20.0"
[package]
authors = ["Nick Rempel <nick@rempel.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "⚠️ DEPRECATED: This crate has been renamed to 'hostie'. Please use 'hostie' instead."
documentation = "https://docs.rs/hostie"
edition = "2021"
homepage = "https://github.com/nrempel/hostie"
keywords = ["localhost", "hosts", "local", "development", "cli"]
license = "MIT"
name = "locdev"
readme = "README.md"
repository = "https://github.com/nrempel/hostie"
version = "0.1.3"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"