# 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" name = "scrapi" version = "0.2.0" authors = ["Joakim Wilhelmsson"] build = false exclude = ["/.github"] autobins = false autoexamples = false autotests = false autobenches = false description = "A cli tool for scraping websites." readme = "README.md" keywords = [ "cli", "webscraping", "scraping", "scrape", ] categories = ["command-line-utilities"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/JockeW/scrapi" [[bin]] name = "scrapi" path = "src/main.rs" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.cli-table] version = "0.4.7" [dependencies.colored] version = "2.0.0" [dependencies.csv] version = "1.3.0" [dependencies.inquire] version = "0.6.2" [dependencies.project-root] version = "0.2.2" [dependencies.reqwest] version = "0.11.17" features = [ "blocking", "json", ] [dependencies.scraper] version = "0.16.0" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.114" [dependencies.thirtyfour] version = "0.27.2" [dependencies.tokio] version = "1.35.1"