kobe-client 0.3.0

Rust client library for Kobe APIs
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 = "kobe-client"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client library for Kobe APIs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/aoikurokawa/kobe-client"

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

[[example]]
name = "bam_delegation_blacklist"
path = "examples/bam_delegation_blacklist.rs"

[[example]]
name = "bam_epoch_metrics"
path = "examples/bam_epoch_metrics.rs"

[[example]]
name = "bam_validators"
path = "examples/bam_validators.rs"

[[example]]
name = "coinbase_balance"
path = "examples/coinbase_balance.rs"

[[example]]
name = "daily_mev_rewards"
path = "examples/daily_mev_rewards.rs"

[[example]]
name = "jito_stake_over_time"
path = "examples/jito_stake_over_time.rs"

[[example]]
name = "jitosol_validators"
path = "examples/jitosol_validators.rs"

[[example]]
name = "mev_rewards"
path = "examples/mev_rewards.rs"

[[example]]
name = "stake_pool_stats"
path = "examples/stake_pool_stats.rs"

[[example]]
name = "validator_by_vote_account"
path = "examples/validator_by_vote_account.rs"

[[example]]
name = "validators"
path = "examples/validators.rs"

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

[dependencies.reqwest]
version = "0.12.23"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.solana-pubkey]
version = "3.0.0"
features = ["serde"]

[dependencies.thiserror]
version = "2.0.15"

[dependencies.tokio]
version = "1.47.1"
features = [
    "time",
    "macros",
    "rt-multi-thread",
]