blockfrost 1.2.2

A Rust SDK for Blockfrost.io 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "blockfrost"
version = "1.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust SDK for Blockfrost.io API"
homepage = "https://blockfrost.io"
readme = "README.md"
keywords = [
    "blockfrost",
    "blockchain",
    "cardano",
    "ipfs",
    "nft",
]
categories = [
    "api-bindings",
    "asynchronous",
    "cryptography::cryptocurrencies",
]
license = "Apache-2.0"
repository = "https://github.com/blockfrost/blockfrost-rust"

[features]
default = ["default-tls"]
default-tls = ["reqwest/default-tls"]
rustls-tls = ["reqwest/rustls-tls"]
rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"]
rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]

[lib]
name = "blockfrost"
path = "src/lib.rs"

[[example]]
name = "all_requests"
path = "examples/all_requests.rs"

[[example]]
name = "fetch_all"
path = "examples/fetch_all.rs"

[[example]]
name = "ipfs"
path = "examples/ipfs.rs"

[[example]]
name = "simple_request"
path = "examples/simple_request.rs"

[[example]]
name = "submit_transaction"
path = "examples/submit_transaction.rs"

[dependencies.blockfrost-openapi]
version = "0.1.86"

[dependencies.futures]
version = "0.3.31"

[dependencies.futures-timer]
version = "3.0.3"

[dependencies.reqwest]
version = "0.12.9"
features = [
    "http2",
    "charset",
    "macos-system-configuration",
    "multipart",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.httpmock]
version = "0.8.2"

[dev-dependencies.rstest]
version = "0.26.1"

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

[lints.clippy]
uninlined_format_args = "deny"