# 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 = "b2get" version = "0.2.0" authors = ["Ian Wagner "] description = "A really simple CLI utility for downloading files from Backblaze B2" readme = "README.md" keywords = [ "backblaze", "b2", ] categories = [ "api-bindings", "command-line-utilities", ] license = "BSD-3-Clause" repository = "https://github.com/stadiamaps/b2get" [dependencies.anyhow] version = "1.0.75" [dependencies.base16ct] version = "0.2.0" features = ["alloc"] [dependencies.clap] version = "4.4.6" features = [ "derive", "env", ] [dependencies.futures-util] version = "0.3.28" [dependencies.indicatif] version = "0.17.7" [dependencies.reqwest] version = "0.11.22" features = [ "json", "stream", "hyper-rustls", "rustls-tls", "tokio-rustls", ] default-features = false [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.sha1] version = "0.10.6" [dependencies.tokio] version = "1.33.0" features = [ "macros", "fs", ]