scemadex-settle 0.1.0

Open devnet reference settler for ScemaDEX Conviction-Routing bonds: moves devnet USDC via real SPL transfers. Test/devnet only — the mainnet x402 facilitator is a separate proprietary stack.
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 = "scemadex-settle"
version = "0.1.0"
authors = ["Scematica Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open devnet reference settler for ScemaDEX Conviction-Routing bonds: moves devnet USDC via real SPL transfers. Test/devnet only — the mainnet x402 facilitator is a separate proprietary stack."
homepage = "https://github.com/Meta-Oracle/Scematica"
readme = "README.md"
keywords = [
    "solana",
    "devnet",
    "defi",
    "x402",
    "scemadex",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/Meta-Oracle/Scematica"

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

[[example]]
name = "devnet_settlement"
path = "examples/devnet_settlement.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.scemadex-sdk]
version = "0.2"

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

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

[dependencies.spl-associated-token-account]
version = "3.0.4"
features = ["no-entrypoint"]

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

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