mdream 0.1.0

Fastest HTML-to-Markdown converter. Zero dependencies, streaming 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 = "2021"
rust-version = "1.70"
name = "mdream"
version = "0.1.0"
build = false
exclude = [
    "tests/",
    "benches/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fastest HTML-to-Markdown converter. Zero dependencies, streaming support."
homepage = "https://github.com/harlan-zw/mdream"
documentation = "https://docs.rs/mdream"
readme = "README.md"
keywords = [
    "html",
    "markdown",
    "converter",
    "parser",
    "streaming",
]
categories = [
    "parser-implementations",
    "text-processing",
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/harlan-zw/mdream"

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

[[bin]]
name = "mdream"
path = "src/bin.rs"

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