percli-program 0.9.0

Solana program for the Percolator risk engine
Documentation
# 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 = "percli-program"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana program for the Percolator risk engine"
homepage = "https://github.com/kamiyoai/percli"
readme = false
keywords = [
    "percolator",
    "risk-engine",
    "defi",
    "solana",
    "perpetuals",
]
categories = [
    "simulation",
    "command-line-utilities",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/kamiyoai/percli"

[features]
cpi = ["no-entrypoint"]
default = []
idl-build = ["anchor-lang/idl-build"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []

[lib]
name = "percli_program"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anchor-lang]
version = "1.0"

[dependencies.anchor-spl]
version = "1.0"
features = ["token"]

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.percli-core]
version = "0.9.0"
features = ["solana"]

[dependencies.pyth-sdk-solana]
version = "0.10"

[dev-dependencies.borsh]
version = "1"

[dev-dependencies.sha2]
version = "0.10"

[dev-dependencies.solana-program-test]
version = "2.2"

[dev-dependencies.solana-sdk]
version = "2.2"

[dev-dependencies.spl-associated-token-account]
version = "6"

[dev-dependencies.spl-token]
version = "7"

[dev-dependencies.tokio]
version = "1"
features = ["full"]