# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pyth-solana-receiver-sdk" version = "0.3.2" authors = ["Pyth Data Association"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SDK for the Pyth Solana Receiver program" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/pyth-network/pyth-crosschain" resolver = "1" [lib] name = "pyth_solana_receiver_sdk" crate-type = ["lib"] path = "src/lib.rs" [dependencies.anchor-lang] version = ">=0.28.0" [dependencies.hex] version = ">=0.4.3" [dependencies.pythnet-sdk] version = "2.1.0" features = ["solana-program"] [dependencies.solana-program] version = ">=1.16.0, <2.0.0"