[dependencies.anchor-spl]
version = "0.27.0"
[dependencies.bytemuck]
version = "^1"
[dependencies.rust_decimal]
version = "^1"
[dependencies.solana-address-lookup-table-program]
version = "=1.14.16"
[dependencies.solana-program]
version = "=1.14.16"
[dependencies.superslice]
version = "1"
[features]
cpi = ["no-entrypoint"]
default = ["cpi"]
no-entrypoint = []
secrets = ["rand", "rsa", "reqwest", "serde", "serde_json"]
[lib]
crate-type = ["cdylib", "lib"]
doctest = false
name = "switchboard_solana"
[package]
description = "A Rust library to interact with Switchboard accounts."
edition = "2021"
homepage = "https://switchboard.xyz"
keywords = ["switchboard", "oracle", "solana"]
license = "MIT"
name = "switchboard-solana"
readme = "README.md"
repository = "https://github.com/switchboard-xyz/solana-sdk/tree/main/rust/switchboard-solana"
version = "0.27.21"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "doc_cfg"]
[target."cfg(not(target_os = \"solana\"))".dependencies.anchor-client]
version = "0.27.0"
[target."cfg(not(target_os = \"solana\"))".dependencies.bincode]
version = "^1"
[target."cfg(not(target_os = \"solana\"))".dependencies.chrono]
version = "0.4.25"
[target."cfg(not(target_os = \"solana\"))".dependencies.cron]
version = "0.12.0"
[target."cfg(not(target_os = \"solana\"))".dependencies.hex]
version = "0.4.3"
[target."cfg(not(target_os = \"solana\"))".dependencies.rand]
optional = true
version = "0.8.5"
[target."cfg(not(target_os = \"solana\"))".dependencies.reqwest]
features = ["json"]
optional = true
version = "0.11"
[target."cfg(not(target_os = \"solana\"))".dependencies.rsa]
optional = true
version = "0.5.0"
[target."cfg(not(target_os = \"solana\"))".dependencies.serde]
features = ["derive"]
optional = true
version = "^1"
[target."cfg(not(target_os = \"solana\"))".dependencies.serde_json]
optional = true
version = "^1"
[target."cfg(not(target_os = \"solana\"))".dependencies.sgx-quote]
version = "0.1.0"
[target."cfg(not(target_os = \"solana\"))".dependencies.solana-client]
version = "=1.14.16"
[target."cfg(not(target_os = \"solana\"))".dependencies.switchboard-common]
features = ["client", "solana"]
version = "0.8.18"
[target."cfg(not(target_os = \"solana\"))".dependencies.tokio]
version = "1"
[target."cfg(not(target_os = \"solana\"))".dependencies.url]
version = "2.4"
[target."cfg(target_os = \"solana\")".dependencies.anchor-lang]
version = "0.27.0"
[target."cfg(target_os = \"solana\")".dependencies.switchboard-common]
version = "0.8.18"