stellar-data 0.1.4

A command line tool and REST API for querying the Stellar blockchain using public data lakes and RPC nodes, providing JSON formatted responses to simplify data availability
[[bin]]
name = "stellar-data"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.stellar-strkey]
version = "0.0.13"

[dependencies.stellar-xdr]
default-features = false
features = ["curr", "serde", "serde_json", "base64"]
version = "24.0.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tower]
version = "0.4"

[dependencies.tower-http]
features = ["cors"]
version = "0.5"

[dependencies.zstd]
version = "0.13"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "development-tools", "api-bindings", "command-line-utilities"]
description = "A command line tool and REST API for querying the Stellar blockchain using public data lakes and RPC nodes, providing JSON formatted responses to simplify data availability"
edition = "2021"
homepage = "https://jamesbachini.com"
keywords = ["stellar", "soroban", "data"]
license = "MIT"
name = "stellar-data"
readme = "README.md"
repository = "https://github.com/jamesbachini/Stellar-Data"
version = "0.1.4"