# 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 = "2018" name = "anchor-sp1" version = "0.1.0" authors = ["Serum Foundation "] description = "CPI clients for SPL programs" license = "Apache-2.0" [dependencies.anchor-lang] version = "0.18.2" features = ["derive"] [dependencies.serum_dex] version = "0.4.0" features = ["no-entrypoint"] optional = true [dependencies.solana-program] version = "1.8.0" [dependencies.spl-associated-token-account] version = "1.0.3" features = ["no-entrypoint"] [dependencies.spl-token] version = "3.1.1" features = ["no-entrypoint"] [features] associated_token = [] default = ["mint", "token", "associated_token"] devnet = [] dex = ["serum_dex"] governance = [] mint = [] shmem = [] token = []