# 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 = "rusty-request" version = "0.1.2" authors = ["hariprasath"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight Rust library for making HTTP GET requests." homepage = "https://crates.io/crates/rusty_request" documentation = "https://docs.rs/rusty_request/latest/rusty_request/" readme = "README.md" license = "MIT" repository = "https://github.com/HashiramaSenjuhari/rusty_request" [lib] name = "rusty_request" path = "src/lib.rs" [[bin]] name = "rusty-request" path = "src/main.rs" [dependencies.http-scrap] version = "0.1.1127" [dependencies.postgres] version = "0.19.9" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132"