stable-swap 1.8.1

Saber StableSwap program.
Documentation
[dependencies.solana-program]
version = "^1.6.10"

[dependencies.spl-token]
features = ["no-entrypoint"]
version = "^3"

[dependencies.stable-swap-client]
version = "^1"

[dependencies.stable-swap-math]
version = "^1"
[dev-dependencies.solana-sdk]
version = "^1.10.8"

[features]
fuzz = ["stable-swap-client/fuzz"]
no-entrypoint = []
program = []

[lib]
crate-type = ["cdylib", "lib"]
name = "stable_swap"

[package]
authors = ["michaelhly <michaelhly@gmail.com>"]
description = "Saber StableSwap program."
edition = "2021"
homepage = "https://saber.so"
keywords = ["solana", "saber", "program"]
license = "Apache-2.0"
name = "stable-swap"
repository = "https://github.com/saber-hq/stable-swap"
version = "1.8.1"