[dependencies]
[lib]
name = "html_forge"
path = "src/lib.rs"
[package]
authors = ["benodiwal <sachinbeniwal0101@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing", "web-programming"]
description = "A robust and efficient HTML parsing library for Rust"
edition = "2021"
keywords = ["html", "dom", "parser"]
license = "MIT"
name = "html_forge"
readme = "README.md"
repository = "https://github.com/benodiwal/html_forge"
version = "0.1.0-a"