# 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 = "2018" name = "newsapi" version = "0.6.0" authors = [ "biomunky", "lotia", ] description = "Wrapper for the newsapi, uses reqwest to do the http work. A learn by doing project" homepage = "https://github.com/biomunky/newsapi" readme = "README.md" keywords = [ "newsapi", "client", ] categories = ["api-bindings"] license = "MIT/Apache-2.0" [lib] name = "newsapi" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.custom_error] version = "1.9" [dependencies.enum-map] version = "2.4" [dependencies.lazy_static] version = "1.4" [dependencies.percent-encoding] version = "2.1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.19" features = ["full"] [dependencies.url] version = "2.2"