supermarkdown 0.0.5

High-performance HTML to Markdown conversion for LLMs
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 = "2021"
name = "supermarkdown"
version = "0.0.5"
authors = ["The supermarkdown Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance HTML to Markdown conversion for LLMs"
readme = "README.md"
keywords = [
    "html",
    "markdown",
    "converter",
    "llm",
    "parser",
]
categories = [
    "parsing",
    "text-processing",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/vakra-dev/supermarkdown"

[features]
default = []
logging = ["log"]

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

[[test]]
name = "fixtures_test"
path = "tests/fixtures_test.rs"

[[bench]]
name = "conversion"
path = "benches/conversion.rs"
harness = false

[dependencies.ego-tree]
version = "0.6"

[dependencies.html5ever]
version = "0.27"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.memchr]
version = "2.7"

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.10"

[dependencies.rustc-hash]
version = "1.1"

[dependencies.scraper]
version = "0.18"

[dependencies.smallvec]
version = "1.11"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.pretty_assertions]
version = "1.4"