# 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" rust-version = "1.60" name = "underdog-anchor-spl" version = "0.1.0" authors = ["Underdog Protocol "] description = "CPI clients for SPL programs" license = "Apache-2.0" resolver = "1" [dependencies.anchor-lang] version = "0.27.0" features = ["derive"] [dependencies.borsh] version = "^0.9" optional = true [dependencies.mpl-token-metadata] version = "^1.9.0" features = ["no-entrypoint"] optional = true [dependencies.serum_dex] version = "0.4.0" features = ["no-entrypoint"] optional = true [dependencies.solana-program] version = "1.14.16" [dependencies.spl-associated-token-account] version = "1.1.1" features = ["no-entrypoint"] optional = true [dependencies.spl-token] version = "3.5.0" features = ["no-entrypoint"] optional = true [dependencies.spl-token-2022] version = "0.5.0" features = ["no-entrypoint"] optional = true [dependencies.winnow] version = "=0.4.1" [features] associated_token = ["spl-associated-token-account"] default = [ "mint", "token", "token_2022", "associated_token", ] devnet = [] dex = ["serum_dex"] governance = [] metadata = ["mpl-token-metadata"] mint = [] shmem = [] stake = ["borsh"] token = ["spl-token"] token_2022 = ["spl-token-2022"]