h2md 0.1.0

HTML to Markdown converter powered by a browser-grade HTML parser
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 = "h2md"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML to Markdown converter powered by a browser-grade HTML parser"
homepage = "https://github.com/fereidani/h2md"
documentation = "https://docs.rs/h2md"
readme = "README.md"
keywords = [
    "html",
    "markdown",
    "converter",
    "html5ever",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/fereidani/h2md"

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

[[bin]]
name = "h2md"
path = "src/main.rs"

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

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

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

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

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

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

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

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.html5ever]
version = "0.39.0"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
rpath = false
panic = "abort"
strip = true