[package] name = "broken-links" description = "Find all broken links from a starting url." version = "0.2.3" authors = ["Kris Warner "] repository = "https://codeberg.org/kdwarn/broken-links" edition = "2021" license = "GPL-3.0" keywords = ["cli", "web", "link-checker"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.6", features = ["blocking"] } url = "2.2.2" scraper = "0.12.0" colored = "2.0.0" chrono = "0.4" clap = { version = "3.0.0", features = ["derive"] }