data-anchor-api 0.4.5

The shared API for the Data Anchor indexer.
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 = "2024"
name = "data-anchor-api"
version = "0.4.5"
authors = ["Nitro Labs <team@nitro.technology>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The shared API for the Data Anchor indexer."
homepage = "https://www.termina.technology"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nitro-svm/data-anchor"
resolver = "2"

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

[dependencies.anchor-lang]
version = "=0.31.1"

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]

[dependencies.clap]
version = "4.5.45"
features = [
    "derive",
    "env",
    "derive",
]

[dependencies.data-anchor-blober]
version = "0.2.2"
features = ["no-entrypoint"]
default-features = false

[dependencies.data-anchor-data-correctness-verifier]
version = "0.2.2"
features = ["no-entrypoint"]
default-features = false

[dependencies.data-anchor-pob-sla-verifier]
version = "0.2.2"
features = ["no-entrypoint"]
default-features = false

[dependencies.data-anchor-proofs]
version = "0.4.5"

[dependencies.itertools]
version = "0.14.0"

[dependencies.jsonrpsee]
version = "0.24.9"
features = [
    "macros",
    "server-core",
    "client-core",
]

[dependencies.serde]
version = "1.0.219"
features = [
    "alloc",
    "derive",
]
default-features = false

[dependencies.serde_with]
version = "3.14.0"

[dependencies.solana-transaction]
version = "2.2.2"

[dependencies.thiserror]
version = "2.0.16"