sbod_staging2 0.1.3

A Rust library to interact with the Switchboard Solana program.
[dependencies.aes-gcm]
optional = true
version = "0.10.3"

[dependencies.anchor-client]
features = ["async"]
optional = true
version = "0.29.0"

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

[dependencies.anchor-spl]
version = "0.29.0"

[dependencies.arc-swap]
version = "1.6"

[dependencies.async-trait]
version = "0.1.77"

[dependencies.base64]
version = "0.21.4"

[dependencies.bincode]
version = "^1"

[dependencies.borsh]
version = "1.3.1"

[dependencies.bytemuck]
version = "^1"

[dependencies.futures]
version = "0.3"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libsecp256k1]
version = "0.7.1"

[dependencies.log]
features = ["kv_unstable", "kv_unstable_std"]
version = "0.4"

[dependencies.rand]
optional = true
version = "0.8.5"

[dependencies.reqwest]
features = ["json"]
optional = true
version = "0.11"

[dependencies.rsa]
optional = true
version = "0.5.0"

[dependencies.rust_decimal]
version = "^1"

[dependencies.serde]
features = ["derive"]
version = "^1"

[dependencies.serde_json]
version = "^1"

[dependencies.sha2]
version = "0.10.8"

[dependencies.solana-address-lookup-table-program]
version = ">= 1.16, < 1.18"

[dependencies.solana-client]
optional = true
version = "1.17.16"

[dependencies.solana-program]
version = ">= 1.16, < 1.18"

[dependencies.solana-sdk]
optional = true
version = ">= 1.16, < 1.18"

[dependencies.switchboard-common]
features = []
version = "0.11.3"

[dependencies.tokio]
features = ["full", "tracing"]
optional = true
version = "1"

[dependencies.tokio-util]
features = ["time"]
optional = true
version = "0.7.10"

[dev-dependencies]

[features]
all-features = ["secrets", "ipfs", "cpi", "no-entrypoint", "client"]
client = ["solana-client", "anchor-client", "switchboard-common/client", "tokio", "tokio-util", "reqwest", "solana-sdk"]
cpi = ["no-entrypoint"]
default = ["cpi"]
ipfs = ["switchboard-common/ipfs"]
no-entrypoint = []
pid_override = []
secrets = ["aes-gcm", "rand", "rsa", "reqwest"]

[lib]
crate-type = ["cdylib", "lib"]
doctest = true
name = "sbod_staging2"

[package]
description = "A Rust library to interact with the Switchboard Solana program."
documentation = "https://docs.rs/sbod_staging"
edition = "2021"
homepage = "https://switchboard.xyz"
keywords = ["switchboard", "oracle", "solana"]
license = "MIT"
name = "sbod_staging2"
readme = "README.md"
repository = "https://github.com/switchboard-xyz/solana-sdk/tree/main/rust/switchboard-solana"
resolver = "2"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true
rustc-version = "stable"
rustdoc-args = ["--cfg", "doc_cfg"]