# 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 = "gce-wget" version = "1.0.3" authors = ["Axolotl rishavghosh2007@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool using wget to get CAIE Past Papers; written in Rust" readme = "README.md" keywords = [ "wget", "cli", "caie", "igcse", "past-papers", ] license = "MIT" repository = "https://github.com/famedaxolotl/gce-wget" [[bin]] name = "gce-wget" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["cargo"] [dependencies.reqwest] version = "0.12.5" features = ["blocking"]