# 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 = "solana_swap" version = "1.1.0" description = "Created with Anchor" homepage = "https://github.com/zubayr1/solana_swap" readme = "readme.MD" keywords = [ "solana", "swap", "liquidity_pool", ] categories = [ "finance", "cryptography", ] license = "MIT" repository = "https://github.com/zubayr1/solana_swap" [lib] name = "solana_swap" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.30.1" [dependencies.anchor-spl] version = "0.30.1" [dependencies.spl-token] version = "6.0.0" [features] cpi = ["no-entrypoint"] default = [] idl-build = [ "anchor-lang/idl-build", "anchor-spl/idl-build", ] no-entrypoint = [] no-idl = [] no-log-ix-name = []