[package] name = "barrido" version = "0.3.2" description = "Tool to discover paths in web applications" authors = ["Eloy zer1t0ps@protonmail.com"] edition = "2018" license = "AGPL-3.0" repository = "https://gitlab.com/Zer1t0/barrido" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = "0.9" clap = "2.33" threadpool = "1.7" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" ctrlc = { version = "3.1", features = ["termination"] } crossbeam-channel = "0.4" scraper = "0.11" regex = "1.3" log = "0.4" stderrlog = "0.4"