[package] name = "pyth-client" version = "0.5.1" authors = ["Pyth Data Foundation"] edition = "2018" license = "Apache-2.0" homepage = "https://pyth.network" repository = "https://github.com/pyth-network/pyth-client-rs" description = "pyth price oracle data structures and example usage" keywords = [ "pyth", "solana", "oracle" ] readme = "README.md" [badges] maintenance = { status = "deprecated" } [features] test-bpf = [] no-entrypoint = [] [dependencies] solana-program = "1.8.1" borsh = "0.9" borsh-derive = "0.9.0" bytemuck = "1.7.2" num-derive = "0.3" num-traits = "0.2" thiserror = "1.0" serde = { version = "1.0.136", features = ["derive"] } [dev-dependencies] solana-program-test = "1.8.1" solana-client = "1.8.1" solana-sdk = "1.8.1" [lib] crate-type = ["cdylib", "lib"] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]