# 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 = "polona-dl" version = "0.2.0" authors = ["Jakub Wieczorek "] include = ["/src"] description = "Narzędzie linii poleceń do ściągania obrazów z bazy zbiorów Biblioteki Narodowej Polona." readme = "README.md" categories = [ "command-line-utilities", "multimedia::images", "science", ] license = "GPL-3.0" repository = "https://github.com/jakubadamw/polona_dl" resolver = "2" [dependencies.async-compat] version = "0.2" [dependencies.backoff] version = "0.4" features = [ "futures", "tokio", ] [dependencies.better-panic] version = "0.3" [dependencies.docopt] version = "1" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls", "stream", ] [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.image] version = "0.24" [dev-dependencies.insta] version = "1" features = ["yaml"] [dev-dependencies.rstest] version = "0.15" [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.tempfile] version = "3"