photon-api 0.55.0

Solana indexer for general compression
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 = "photon-api"
version = "0.55.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana indexer for general compression"
readme = false
license = "Apache-2.0"

[features]
generate = [
    "dep:progenitor",
    "dep:openapiv3",
    "dep:serde_yaml",
    "dep:syn",
    "dep:prettyplease",
]

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

[dependencies.progenitor-client]
version = "0.12"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.wiremock]
version = "0.5"

[build-dependencies.openapiv3]
version = "2.0"
optional = true

[build-dependencies.prettyplease]
version = "0.2"
optional = true

[build-dependencies.progenitor]
version = "0.12"
optional = true

[build-dependencies.serde_yaml]
version = "0.9"
optional = true

[build-dependencies.syn]
version = "2.0"
optional = true