# 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" rust-version = "1.65" name = "requests_rs" version = "0.1.7" authors = ["shasankp000 "] description = "A simple library for sending GET/POST requests and parsing jsons, included with an async file downloader. Intended for mostly small projects which need to make quick GET/POST requests or download files." homepage = "https://github.com/shasankp000/requests_rs" documentation = "https://github.com/shasankp000/requests_rs#readme" readme = "README.md" keywords = [ "requests", "file_downloader", ] categories = ["algorithms"] license = "BSD-2-Clause" [dependencies.colored] version = "2.0.0" [dependencies.jsonxf] version = "1.1.1" [dependencies.reqwest] version = "0.11.12" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]