jessupjn-sb-sol 0.0.0-beta.0

A Rust library to interact with Switchboard accounts.
Documentation
[dependencies.anchor-spl]
version = "0.29.0"

[dependencies.bytemuck]
version = "^1"

[dependencies.kv-log-macro]
version = "1.0"

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

[dependencies.rust_decimal]
version = "^1"

[dependencies.solana-address-lookup-table-program]
version = "^1.16"

[dependencies.solana-program]
version = "^1.16"

[dependencies.superslice]
version = "1"

[dependencies.switchboard-solana-macros]
features = ["dotenv"]
optional = true
version = "0.2.1"
[dev-dependencies.dirs]
version = "5"

[dev-dependencies.json_env_logger]
version = "0.1"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[features]
all = ["secrets", "macros", "ipfs"]
cpi = ["no-entrypoint"]
default = ["cpi"]
ipfs = ["switchboard-common/ipfs"]
macros = ["switchboard-solana-macros"]
no-entrypoint = []
secrets = ["aes-gcm", "rand", "rsa", "reqwest"]

[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 = "jessupjn-sb-sol"
readme = "README.md"
repository = "https://github.com/switchboard-xyz/solana-sdk/tree/main/rust/switchboard-solana"
resolver = "2"
version = "0.0.0-beta.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]
[target."cfg(not(target_os = \"solana\"))".dependencies.aes-gcm]
optional = true
version = "0.10.3"

[target."cfg(not(target_os = \"solana\"))".dependencies.anchor-client]
features = ["async"]
version = "0.29.0"

[target."cfg(not(target_os = \"solana\"))".dependencies.base64]
version = "0.21.4"

[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.dashmap]
version = "5.5.3"

[target."cfg(not(target_os = \"solana\"))".dependencies.futures]
version = "0.3"

[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"]
version = "^1"

[target."cfg(not(target_os = \"solana\"))".dependencies.serde_json]
version = "^1"

[target."cfg(not(target_os = \"solana\"))".dependencies.sgx-quote]
version = "0.1.0"

[target."cfg(not(target_os = \"solana\"))".dependencies.sha2]
version = "0.10.6"

[target."cfg(not(target_os = \"solana\"))".dependencies.solana-account-decoder]
version = "^1.16"

[target."cfg(not(target_os = \"solana\"))".dependencies.solana-client]
version = "^1.16"

[target."cfg(not(target_os = \"solana\"))".dependencies.switchboard-common]
features = ["client"]
version = "0.11.0"

[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.29.0"

[target."cfg(target_os = \"solana\")".dependencies.switchboard-common]
version = "0.11.0"