blockfrost-openapi 0.1.69

Blockfrost is an API as a service that allows users to interact with the Cardano blockchain and parts of its ecosystem. This crate provides a Rust models for the Blockfrost API.
Documentation
[dependencies.serde]
features = ["derive"]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "^3.8"

[dependencies.uuid]
features = ["serde", "v4"]
version = "^1.8"

[package]
authors = ["contact@blockfrost.io"]
build = "build.rs"
description = "Blockfrost is an API as a service that allows users to interact with the Cardano blockchain and parts of its ecosystem. This crate provides a Rust models for the Blockfrost API."
edition = "2021"
license = "Apache-2.0"
name = "blockfrost-openapi"
version = "0.1.69"