bunq-rs/Cargo.toml

21 lines
541 B
TOML
Raw Normal View History

2020-09-27 13:17:59 +00:00
[package]
2020-10-25 09:03:46 +00:00
name = "bunq"
2020-09-27 13:17:59 +00:00
version = "0.1.0"
2020-10-25 09:07:58 +00:00
description = "Rust Wrapper for the Bunq API"
keywords = ["bunq", "api"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yuri91/bunq-rs"
2020-09-27 13:17:59 +00:00
authors = ["Yuri Iozzelli <y.iozzelli@gmail.com>"]
edition = "2021"
2020-09-27 13:17:59 +00:00
[dependencies]
anyhow = "1.0.79"
base64 = "0.21.7"
confy = "0.6.0"
dotenv = "0.15.0"
isahc = { version = "1.7.2", features = ["json"] }
rand = "0.8.5"
rsa = { version = "0.9.6", features = ["sha2"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"