[package] name = "scwape" version = "0.1.5" authors = ["Francis Chua "] license = "MIT" description = "A tool to scrape the web via CSS selectors" readme = "README.md" homepage = "https://github.com/tweoss/scraper" repository = "https://github.com/tweoss/scraper" keywords = ["cli", "search", "scrape"] categories = ["command-line-utilities"] edition = "2018" build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = "0.11.4" select = "0.5.0" scraper = "0.12.0" tokio = { version = "1.9.0", features = ["full"]} clap = "3.0.0-beta.2" colored = "2.0.0" snailquote = "0.3.0" [build-dependencies] clap = "3.0.0-beta.2" clap_generate = "3.0.0-beta.2"