reget 0.2.3

A simple recipe parser for html and json-ld with optional markdown support
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 = "reget"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple recipe parser for html and json-ld with optional markdown support"
readme = "README.md"
license = "MIT"
repository = "https://github.com/julian-go/reget"

[package.metadata.docs.rs]
all-features = true

[features]
markdown = []

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

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

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

[dependencies.scraper]
version = "0.24.0"

[dependencies.serde_json]
version = "1.0.142"