# 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 = "archive_is" version = "0.2.0" authors = ["Shane Stephenson "] description = "A small crate to use for archiving and accessing already-archived websites on https://archive.is" homepage = "https://github.com/UnsafeOats/archive_rs" readme = "README.md" keywords = [ "archive", "paywall", ] license = "MIT" repository = "https://github.com/UnsafeOats/archive_rs" [dependencies.reqwest] version = "0.11.16" features = [ "json", "blocking", ] [dependencies.scraper] version = "0.15.0" [dependencies.serde_json] version = "1.0.95" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.urlencoding] version = "2.1.2"