[package]
edition = "2021"
name = "scemadex-settle"
version = "0.1.3"
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.3"
[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"]