downify 0.2.1

Downify is a small Rust library for downloading, signing, and verifying files.
Documentation
[dependencies.base64]
version = "0.9"

[dependencies.blake2-rfc]
version = "0.2"

[dependencies.reqwest]
version = "0.9"

[dependencies.sodiumoxide]
version = "0.2"

[dependencies.structopt]
version = "0.2"

[dependencies.url]
version = "1.7"

[package]
authors = ["TimTom <timtom.business@gmail.com>"]
categories = ["cryptography"]
description = "Downify is a small Rust library for downloading, signing, and verifying files."
documentation = "https://github.com/timtom-dev/downify"
edition = "2018"
homepage = "https://github.com/timtom-dev/downify"
keywords = ["cryptography"]
license = "MIT"
name = "downify"
readme = "README.md"
repository = "https://github.com/timtom-dev/downify"
version = "0.2.1"