hostcraft-core 1.1.2

Core library for the hostcraft ecosystem — parsing, manipulation and file I/O for system hosts
Documentation
# 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-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"]