wp-solana-test-utils 0.1.1

Protocol-specific test fixtures for Raydium CLMM, Meteora DLMM, Orca Whirlpool
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 = "wp-solana-test-utils"
version = "0.1.1"
build = false
exclude = [".DS_Store"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol-specific test fixtures for Raydium CLMM, Meteora DLMM, Orca Whirlpool"
documentation = "https://docs.rs/wp-solana-test-utils"
readme = "README.md"
keywords = [
    "solana",
    "testing",
    "raydium",
    "meteora",
    "orca",
]
categories = [
    "development-tools::testing",
    "cryptography::cryptocurrencies",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/motosan-dev/waterpump-solana"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.futures]
version = "0.3"

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

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

[dependencies.spl-token]
version = "9.0.0"

[dependencies.tokio]
version = "=1.49.0"
features = [
    "rt",
    "macros",
    "time",
    "sync",
]

[dependencies.tracing]
version = "0.1"

[dependencies.wp-solana-meteora-dlmm-client]
version = "0.1.1"
features = ["fetch"]
default-features = false

[dependencies.wp-solana-orca-whirlpool-client]
version = "0.1.1"
features = ["fetch"]
default-features = false

[dependencies.wp-solana-raydium-clmm-client]
version = "0.1.1"
features = ["fetch"]
default-features = false

[dependencies.wp-solana-test-core]
version = "0.1.1"

[dev-dependencies.tempfile]
version = "3.20"