[dependencies.reqwest]
features = ["json", "multipart"]
version = "^0.12"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[dependencies.serde_repr]
version = "^0.1"
[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "^3.8"
[dependencies.url]
version = "^2.5"
[lib]
name = "blockfrost_openapi"
path = "src/lib.rs"
[package]
authors = ["contact@blockfrost.io"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Blockfrost is an API as a service that allows users to interact with the Cardano blockchain and parts of its ecosystem."
edition = "2021"
license = "MIT"
name = "blockfrost-openapi"
readme = "README.md"
version = "0.1.83"