[package] name = "spiderswap" version = "0.1.1" edition = "2021" license-file = "LICENSE" description = "Spiderswap is a cutting-edge decentralized exchange aggregator on Solana, providing fast, efficient, and cost-effective token swaps. Our platform integrates with multiple liquidity providers to ensure users get the best rates with minimal slippage. With no monthly fees and easy API integration through our Spiderswap V1 program, Spiderswap is perfect for developers, market makers, and individual traders." homepage = "https://www.spiderswap.io/" repository = "https://github.com/dev-spider-web/spiderswap" readme = "README.md" keywords = ["aggregator", "dex", "spdr", "spiderswap", "swap"] [dependencies] dotenv = "0.15.0" reqwest = { version = "0.12.9", features = ["json"] } serde_json = "1.0" solana-sdk = "2.1.0" [dev-dependencies] tokio = { version = "1.41.0", features = ["full"] }