b2_backblaze 0.1.10

this is a basic async library to upload small files to backblaze b2 service.
Documentation
[[bin]]
name = "b2_backblaze"
path = "src/main.rs"

[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]
features = ["json"]
version = "0.12.5"

[dependencies.sha1]
version = "0.10.6"

[dependencies.tokio]
features = ["full"]
version = "1.38.1"

[lib]
name = "b2_backblaze"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "api-bindings"]
description = "this is a basic async library to upload small files to backblaze b2 service."
edition = "2021"
homepage = "https://github.com/gzbakku/b2_backblaze"
keywords = ["b2", "backblaze", "client", "upload", "api"]
license = "GPL-3.0"
name = "b2_backblaze"
readme = "README.md"
repository = "https://github.com/gzbakku/b2_backblaze"
version = "0.1.10"