# 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.59" name = "solarti-anchor-spl" version = "0.26.1" authors = ["Miraplexer "] description = "CPI clients for SPL programs" license = "Apache-2.0" repository = "https://github.com/miraland-labs/anchor" [dependencies.anchor-lang] version = "0.26.1" features = ["derive"] package = "solarti-anchor-lang" [dependencies.borsh] version = "^0.9" optional = true [dependencies.miraland-program] version = "1.18.2" [dependencies.miraplex-token-metadata] version = "~1.7.5" features = ["no-entrypoint"] optional = true [dependencies.serum_dex] version = "0.4.0" features = ["no-entrypoint"] optional = true [dependencies.solarti-associated-token-account] version = "2.0" features = ["no-entrypoint"] optional = true [dependencies.solarti-token] version = "4.0" features = ["no-entrypoint"] optional = true [features] associated_token = ["solarti-associated-token-account"] default = [ "mint", "token", "associated_token", ] devnet = [] dex = ["serum_dex"] governance = [] metadata = ["miraplex-token-metadata"] mint = [] shmem = [] stake = ["borsh"] token = ["solarti-token"]