# 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 = "2018" name = "pps" version = "0.2.1" authors = ["Timm Behner "] description = "Search the PyPI for packages by name aka `pip search`." homepage = "https://github.com/tbehner/pps" documentation = "https://docs.rs/pps/0.1.0/pps/" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/tbehner/pps" [[bin]] name = "pps" path = "src/main.rs" test = false [[bench]] name = "my_benchmark" harness = false [dependencies.anyhow] version = "1" [dependencies.backoff] version = "0.3.0" features = ["futures", "tokio"] [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.scraper] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.tabled] version = "0.2" [dependencies.thousands] version = "0.2.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.criterion] version = "0.3"