[package]
edition = "2021"
name = "pyra-margin"
version = "0.3.0"
authors = ["Iarla Crewe <iarla@pyra.fi>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Margin weight, balance, and price calculations for Drift spot positions"
readme = false
keywords = [
"pyra",
"solana",
"token",
"defi",
"blockchain",
]
categories = [
"api-bindings",
"cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/pyra-labs/pyra-rust-sdk"
[lib]
name = "pyra_margin"
path = "src/lib.rs"
[dependencies.pyra-types]
version = "0.3.0"
[dependencies.thiserror]
version = "2"
[dev-dependencies.proptest]
version = "1"