[dependencies.envy]
optional = true
version = "0.4"
[dependencies.getrandom]
optional = true
version = "0.2.8"
[dependencies.hex]
features = ["serde"]
version = "0.4.3"
[dependencies.serde]
features = ["derive"]
version = "^1"
[dependencies.serde_json]
version = "^1"
[dependencies.sgx-quote]
optional = true
version = "0.1.0"
[dependencies.sha2]
version = "0.10.6"
[features]
client = ["getrandom", "sgx-quote", "envy"]
default = []
solana = ["envy"]
[package]
description = "Common Switchboard types and utilities"
edition = "2021"
homepage = "https://switchboard.xyz"
keywords = ["switchboard", "oracle", "solana", "solidity"]
license = "MIT"
name = "switchboard-common"
readme = "README.md"
repository = "https://github.com/switchboard-xyz/sbv2-core/tree/main/rust/switchboard-common"
version = "0.8.18"
[package.metadata.docs.rs]
features = ["solana", "client"]
rustdoc-args = ["--cfg", "doc_cfg"]