[package]
edition = "2024"
name = "hostcraft-core"
version = "1.1.2"
authors = ["Sk. Zaber Ahmed"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for the hostcraft ecosystem — parsing, manipulation and file I/O for system hosts"
readme = "README.md"
keywords = [
"hosts",
"networking",
"dns",
"cli",
"system",
]
categories = [
"network-programming",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Zaberahmed/hostcraft"
resolver = "2"
[lib]
name = "hostcraft_core"
path = "src/lib.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[dependencies.regex]
version = "1.12.3"
[dependencies.serde]
version = "1"
features = ["derive"]