# 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 = "b2_backblaze" version = "0.1.9" description = "this is a basic async library to upload small files to backblaze b2 service." homepage = "https://github.com/gzbakku/b2_backblaze" readme = "README.md" keywords = [ "b2", "backblaze", "client", "upload", "api", ] categories = [ "asynchronous", "api-bindings", ] license = "GPL-3.0" repository = "https://github.com/gzbakku/b2_backblaze" [dependencies.base64] version = "0.22.1" [dependencies.hex] version = "0.4.3" [dependencies.json] version = "0.12.4" [dependencies.new_mime_guess] version = "4.0.1" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.sha1] version = "0.10.6" [dependencies.tokio] version = "1.38.1" features = ["full"]