# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "urls2disk" version = "0.1.1" authors = ["Brian Myers "] publish = true description = "Http client to download urls to disk concurrently, optionally converting them to PDF" homepage = "https://github.com/bcmyers/urls2disk" documentation = "https://docs.rs/urls2disk" readme = "README.md" keywords = ["http", "pdf", "scrape", "scraping"] categories = ["web-programming::http-client"] license = "MIT" repository = "https://github.com/bcmyers/urls2disk" [dependencies.cfg-if] version = "0.1" [dependencies.clippy] version = "0.0" optional = true [dependencies.crossbeam] version = "0.3" [dependencies.failure] version = "0.1" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1.8" [dependencies.reqwest] version = "0.8" [dependencies.url] version = "1.7" [badges.travis-ci] branch = "master" repository = "bcmyers/urls2disk"