stable-swap-fuzz 1.8.1

Fuzz tests for the Saber StableSwap program.
Documentation
[[bin]]
doc = false
name = "fuzz_test"
path = "targets/full.rs"
test = false

[[bin]]
doc = false
name = "swaps_only_test"
path = "targets/swaps_only.rs"
test = false
[dependencies.arbitrary]
version = "1.0.0"

[dependencies.chrono]
version = "0.4"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libfuzzer-sys]
version = "0.4.0"

[dependencies.rand]
version = "0.8.4"

[dependencies.solana-program]
version = "^1.9"

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

[dependencies.stable-swap]
features = ["fuzz", "program", "no-entrypoint"]
version = "^1"

[lib]
name = "fuzz"

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

[package.metadata]
cargo-fuzz = true