# 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.0.3" 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" [dependencies.blockfrost-openapi] version = "0.0.3" [dependencies.futures] version = "0.3.30" [dependencies.paste] version = "1.0.15" [dependencies.reqwest] version = "0.12.7" features = [ "http2", "charset", "macos-system-configuration", "multipart", "json", ] default-features = false [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.64" [dependencies.toml] version = "0.8.12" [dependencies.url] version = "2.5.2" [dev-dependencies.async-trait] version = "0.1.83" [dev-dependencies.tokio] version = "1.12.0" features = [ "macros", "rt-multi-thread", ] [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"]