# 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 = "medium-to-markdown" version = "0.1.2" authors = ["Harshil-Jani "] description = "A tool to parse medium blogs to markdown files" homepage = "https://github.com/Harshil-Jani/medium-to-markdown" readme = "README.md" keywords = [ "cli", "parser", "blog", "medium", ] categories = ["command-line-utilities"] license = "GPL-2.0-or-later WITH Bison-exception-2.2" repository = "https://github.com/Harshil-Jani/medium-to-markdown" [dependencies.html_parser] version = "0.7.0" [dependencies.reqwest] version = "0.12.3" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", ]