[dependencies.anchor-lang]
features = ["init-if-needed"]
version = ">=0.29.0"
[dependencies.anchor-spl]
version = ">=0.29.0"
[features]
cpi = []
default = ["cpi"]
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
[lib]
crate-type = ["cdylib", "lib"]
name = "express_relay"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Pyth Express Relay program for handling permissioning and bid distribution"
edition = "2021"
license = "Apache-2.0"
name = "express-relay"
readme = "README.md"
repository = "https://github.com/pyth-network/per"
version = "0.8.0"