# 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 = "nitter-scraper" version = "0.2.3" description = "Scrape Nitter website" license = "GPL-3.0-only" repository = "https://github.com/evanc577/nitter-scraper" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.futures-util] version = "0.3" [dependencies.once_cell] version = "1.18" [dependencies.percent-encoding] version = "2.3" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.11" features = ["rustls-tls"] default-features = false [dependencies.scraper] version = "0.18" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3" features = [ "parsing", "formatting", "macros", ] [dependencies.tokio] version = "1.33" features = [ "macros", "rt-multi-thread", ] default-features = false [dependencies.typed-builder] version = "0.18" [dependencies.urlencoding] version = "2.1.3"