[[bin]]
name = "readable_url"
path = "src/main.rs"
[dependencies.clap]
version = "2.20.5"
[dependencies.html5ever]
version = "0.13.0"
[dependencies.html5ever-atoms]
version = "0.2.0"
[dependencies.readability]
version = "^0"
[dependencies.tendril]
version = "0.2.3"
[package]
authors = ["Kay Rhodes <masukomi@masukomi.org>", "Jonas Kalderstam <jonas@cowboyprogrammer.org>"]
categories = ["parsing", "text-processing", "command-line-utilities"]
description = "Simplify URL content with Readability & optionally convert to Markdown."
documentation = "https://github.com/masukomi/readable_url"
edition = "2021"
homepage = "https://github.com/masukomi/readable_url"
keywords = ["html", "url", "markdown", "converter", "readability"]
license-file = "LICENSE.md"
name = "readable_url"
readme = "README.md"
repository = "https://github.com/masukomi/readable_url"
resolver = "2"
version = "1.0.0"