percolator-sdk 0.1.0

High-performance, type-safe Rust SDK for the Percolator risk engine on Solana
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 = "percolator-sdk"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance, type-safe Rust SDK for the Percolator risk engine on Solana"
homepage = "https://github.com/aeyakovenko/percolator"
documentation = "https://docs.rs/percolator-sdk"
readme = "README.md"
keywords = [
    "solana",
    "defi",
    "sdk",
    "perpendiculars",
]
categories = [
    "cryptography::cryptocurrencies",
    "development-tools::ffi",
]
license = "Apache-2.0"
repository = "https://github.com/aeyakovenko/percolator"

[lib]
name = "percolator_sdk"
path = "src/lib.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[dependencies.borsh]
version = "0.10.3"

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

[dependencies.solana-client]
version = "1.18"

[dependencies.solana-sdk]
version = "1.18"

[dependencies.thiserror]
version = "1.0"

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