pyra-types 0.2.18

Shared account types for Pyra services — Drift positions, spot markets, vaults, and Redis cache wrappers
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-types"
version = "0.2.18"
authors = ["Iarla Crewe <iarla@pyra.fi>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared account types for Pyra services — Drift positions, spot markets, vaults, and Redis cache wrappers"
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_types"
path = "src/lib.rs"

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

[dependencies.solana-pubkey]
version = "^2.2.0"
features = ["serde"]

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