bunq 0.1.0

Rust Wrapper for the Bunq API
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "bunq"
version = "0.1.0"
authors = ["Yuri Iozzelli <y.iozzelli@gmail.com>"]
description = "Rust Wrapper for the Bunq API"
keywords = ["bunq", "api"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yuri91/bunq-rs"
[dependencies.anyhow]
version = "1.0.32"

[dependencies.base64]
version = "0.12.3"

[dependencies.confy]
version = "0.4.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.isahc]
version = "0.9.8"
features = ["json"]

[dependencies.openssl]
version = "0.10.30"

[dependencies.serde]
version = "1.0.116"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.57"