html-meta-scraper 0.3.0

Scrape and extract metadata like title, description, images, and favicon from HTML documents.
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 = "html-meta-scraper"
version = "0.3.0"
authors = ["Ikuma Yamashita"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scrape and extract metadata like title, description, images, and favicon from HTML documents."
documentation = "https://docs.rs/html-meta-scraper"
readme = "README.md"
keywords = [
    "html",
    "meta",
    "scraper",
    "parser",
    "opengraph",
]
categories = [
    "web-programming",
    "parsing",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/46ki75/html-meta-scraper"

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

[dependencies.scraper]
version = "0.27.0"