blockfrost 0.1.0

A Rust SDK for Blockfrost.io API
Documentation
[dependencies.futures]
version = "0.3.17"

[dependencies.paste]
version = "1.0"

[dependencies.reqwest]
features = ["multipart"]
version = "0.11.4"

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

[dependencies.serde_json]
version = "1.0.68"

[dependencies.toml]
version = "0.5.8"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.12.0"

[package]
description = "A Rust SDK for Blockfrost.io API"
edition = "2018"
homepage = "https://blockfrost.io"
license = "Apache-2.0"
name = "blockfrost"
repository = "https://github.com/blockfrost/blockfrost-rust"
version = "0.1.0"