scrapurl 0.1.0

A colorful Rust CLI tool to scrape and list all links from a given webpage.
[[bin]]
name = "scrapurl"
path = "src/main.rs"

[dependencies.colored]
version = "3.0.0"

[dependencies.reqwest]
version = "0.12"

[dependencies.scraper]
version = "0.19"

[dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["Nayndo <anomalous254@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "web-programming"]
description = "A colorful Rust CLI tool to scrape and list all links from a given webpage."
documentation = "https://docs.rs/scrapurl"
edition = "2024"
homepage = "https://github.com/anomalous254/scrapurl"
keywords = ["scraper", "cli", "links", "rust", "web"]
license = "MIT"
name = "scrapurl"
readme = "README.md"
repository = "https://github.com/anomalous254/scrapurl"
version = "0.1.0"