scrapey 0.1.1

A basic library for tokenising HTML and generating a node tree with some basic utility functions
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 = "scrapey"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A basic library for tokenising HTML and generating a node tree with some basic utility functions"
readme = "README.md"
keywords = [
    "parser",
    "tokeniser",
    "html",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DoctorSulla/scrapey"

[lib]
name = "scrapey"
path = "src/lib.rs"

[[example]]
name = "html_elements_demo"
path = "examples/html_elements_demo.rs"

[dependencies]