twars-url2md 1.4.2

A powerful CLI tool that fetches web pages and converts them to clean Markdown format using Monolith for content extraction and htmd for conversion
Documentation
[badges.maintenance]
status = "actively-developed"

[[bin]]
name = "twars-url2md"
path = "src/main.rs"

[build-dependencies.built]
features = ["chrono"]
version = "0.7"

[dependencies.anyhow]
features = []
version = "^1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.cssparser]
version = "0.34"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.futures]
features = []
version = "0.3.30"

[dependencies.htmd]
features = []
version = "0.1"

[dependencies.html5ever]
features = []
version = "0.26"

[dependencies.indicatif]
features = []
version = "0.17"

[dependencies.linkify]
version = "0.10"

[dependencies.markup5ever]
features = []
version = "0.16"

[dependencies.markup5ever_rcdom]
features = []
version = "0.2"

[dependencies.monolith]
features = []
version = "^2.10"

[dependencies.num_cpus]
version = "1.16"

[dependencies.openssl]
features = ["vendored"]
version = "0.10"

[dependencies.rayon]
version = "1.8"

[dependencies.regex]
default-features = false
features = ["std", "perf-dfa", "unicode-perl"]
version = "1.10"

[dependencies.reqwest]
features = ["default-tls", "gzip", "brotli", "deflate"]
version = "0.12"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
features = ["full"]
version = "1.36"

[dependencies.url]
features = []
version = "2.5"

[dev-dependencies.mockito]
version = "1.2"

[dev-dependencies.tempfile]
version = "3.10"

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

[package]
authors = ["Adam Twardoch <adam+github@twardoch.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "text-processing", "web-programming"]
description = "A powerful CLI tool that fetches web pages and converts them to clean Markdown format using Monolith for content extraction and htmd for conversion"
documentation = "https://github.com/twardoch/twars-url2md"
edition = "2021"
homepage = "https://github.com/twardoch/twars-url2md"
keywords = ["markdown", "html", "converter", "web", "cli"]
license = "MIT"
name = "twars-url2md"
readme = "README.md"
repository = "https://github.com/twardoch/twars-url2md"
rust-version = "1.70.0"
version = "1.4.2"

[package.metadata]
msrv = "1.70.0"

[profile.dev]
debug = 2
opt-level = 0

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "unwind"
strip = true