usdc-plus-exchange 0.1.8

USDC <-> USDC+ exchange library for the Reflect protocol.
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 = "usdc-plus-exchange"
version = "0.1.8"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "USDC <-> USDC+ exchange library for the Reflect protocol."
readme = "README.md"
license = "MIT"

[lib]
name = "usdc_plus_exchange"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.anchor-lang]
version = "=0.31.1"
features = ["init-if-needed"]

[dependencies.anchor-spl]
version = "0.31.1"

[dependencies.arrayref]
version = "0.3.9"

[dependencies.bytemuck]
version = "1.21.0"
features = ["min_const_generics"]

[dependencies.hex]
version = "0.4.3"

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

[dependencies.solana-program]
version = "2.1.0"
features = ["borsh"]

[dependencies.spl-math]
version = "0.3.0"

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"

[dependencies.uint]
version = "0.9.1"
default-features = false

[dev-dependencies.bs58]
version = "0.5.1"

[dev-dependencies.solana-sdk]
version = "2.1.0"

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