# 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 = "gnews-rs" version = "1.1.3" authors = ["Brandon Gill "] description = "A simple Google News RSS feed parser" readme = "README.md" keywords = [ "gnews-rs", "gnews", "news", "rss", "google", ] categories = [ "encoding", "web-programming", "parsing", ] license = "MIT" repository = "https://github.com/pgxtips/gnews-rs" [lib] name = "gnews_rs" path = "src/lib.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.10.1" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.23" [dependencies.rss] version = "2.0.6" [dependencies.scraper] version = "0.18.1" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ]