# 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-price-store" version = "0.1.0" description = "A solana on-chain program that allows publishers to push prices on Pythnet." license = "Apache-2.0" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [lib] crate-type = [ "cdylib", "lib", ] [dependencies.bytemuck] version = "1.13.0" features = ["derive"] [dependencies.cc] version = "=1.0.67" optional = true [dependencies.jobserver] version = "=0.1.20" optional = true [dependencies.solana-program] version = "=1.14.17" optional = true [dependencies.thiserror] version = "1.0.40" [dev-dependencies.solana-program-test] version = "=1.14.17" [dev-dependencies.solana-sdk] version = "=1.14.17" [dev-dependencies.tokio] version = "1.14.1" [features] solana-program = [ "dep:solana-program", "cc", "jobserver", ]