reflect-sdk 1.0.0

Rust SDK for minting and redeeming USDC+ on Reflect
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 = "reflect-sdk"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for minting and redeeming USDC+ on Reflect"
readme = "README.md"
keywords = [
    "solana",
    "defi",
    "stablecoin",
    "drift",
    "reflect",
]
license = "Apache-2.0"
repository = "https://github.com/palindrome-eng/reflect-core"

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

[dependencies.anchor-lang]
version = "0.31.1"
optional = true

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

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

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

[dependencies.solana-account]
version = "2.1"
optional = true

[dependencies.solana-account-info]
version = "2.1"

[dependencies.solana-client]
version = "2.1"
optional = true

[dependencies.solana-cpi]
version = "2.1"

[dependencies.solana-instruction]
version = "2.1"

[dependencies.solana-program-error]
version = "2.1"

[dependencies.solana-pubkey]
version = "2.1"
features = ["borsh"]

[dependencies.thiserror]
version = "2"

[features]
anchor = ["dep:anchor-lang"]
anchor-idl-build = [
    "dep:anchor-lang",
    "anchor-lang/idl-build",
]
default = []
fetch = [
    "dep:solana-client",
    "dep:solana-account",
]
serde = ["dep:serde"]