# 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.72.0" name = "graburl" version = "0.1.8" authors = ["tenqz"] description = "Get all url's from website" documentation = "https://docs.rs/graburl" readme = "README.md" keywords = [ "cli", "web", "parser", "parse", "html", ] categories = [ "parsing", "web-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/tenqz/graburl" [lib] name = "graburl" path = "src/lib.rs" [[bin]] name = "graburl" path = "src/main.rs" [dependencies.ahref] version = "0.3.0" [dependencies.regex] version = "1.9.5" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ]