orca-config-api-parser 0.1.0

helper functions for parsing the output of Orca's configuration api
Documentation
[dependencies.anyhow]
version = "1.0.41"

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

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

[dependencies.thiserror]
version = "1.0.25"

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

[package]
authors = ["Tulip Protocol"]
description = "helper functions for parsing the output of Orca's configuration api"
edition = "2021"
keywords = ["solana", "orca"]
license = "MIT/Apache-2.0"
name = "orca-config-api-parser"
resolver = "2"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"

[profile.release.build-override]
codegen-units = 1
incremental = false
opt-level = 3