# 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 = "parsicle" version = "0.1.0" authors = ["Bryan Maynard "] description = "A little tool for parsing articles from the web and extracting useful data from them" license = "MIT" license-file = "LICENSE" [dependencies.article_scraper] version = "2.1.0" [dependencies.comrak] version = "0.23.0" [dependencies.html2md] version = "0.2.14" [dependencies.reqwest] version = "0.12.4" [dependencies.rust-bert] version = "0.22.0" features = ["download-libtorch"] [dependencies.scraper] version = "0.19.0" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.5.0"