# 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 = "spiderswap" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false 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/" readme = "README.md" keywords = [ "aggregator", "dex", "spdr", "spiderswap", "swap", ] license-file = "LICENSE" repository = "https://github.com/dev-spider-web/spiderswap" [lib] name = "spiderswap" path = "src/lib.rs" [[test]] name = "spider_test" path = "tests/spider_test.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.serde_json] version = "1.0" [dependencies.solana-sdk] version = "2.1.0" [dev-dependencies.tokio] version = "1.41.0" features = ["full"]