stellar-data 0.1.5

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
# 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 = "stellar-data"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
homepage = "https://jamesbachini.com"
readme = "README.md"
keywords = [
    "stellar",
    "soroban",
    "data",
]
categories = [
    "cryptography::cryptocurrencies",
    "development-tools",
    "api-bindings",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/jamesbachini/Stellar-Data"

[[bin]]
name = "stellar-data"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"

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

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

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

[dependencies.serde_json]
version = "1.0"

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

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

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

[dependencies.tower]
version = "0.4"

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

[dependencies.zstd]
version = "0.13"