pyra-margin 0.3.0

Margin weight, balance, and price calculations for Drift spot positions
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 = "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"