# 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 = "readable_url" version = "1.0.0" authors = ["Kay Rhodes ", "Jonas Kalderstam "] description = "Simplify URL content with Readability & optionally convert to Markdown." homepage = "https://github.com/masukomi/readable_url" documentation = "https://github.com/masukomi/readable_url" readme = "README.md" keywords = ["html", "url", "markdown", "converter", "readability"] categories = ["parsing", "text-processing", "command-line-utilities"] license-file = "LICENSE.md" repository = "https://github.com/masukomi/readable_url" resolver = "2" [[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"