# 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 = "safe-anchor-spl" version = "0.22.0" authors = ["Serum Foundation "] description = "CPI clients for SPL programs" license = "Apache-2.0" [dependencies.safe-anchor-lang] version = "0.22.0" features = ["derive"] [dependencies.safe-associated-token-account] version = "1.0.10" features = ["no-entrypoint"] optional = true [dependencies.safe-token] version = "3.2.2" features = ["no-entrypoint"] optional = true [dependencies.safecoin-program] version = "1.8.12" [dependencies.serum_dex] version = "0.4.0" features = ["no-entrypoint"] optional = true [features] associated_token = ["safe-associated-token-account"] default = ["mint", "token", "associated_token"] devnet = [] dex = ["serum_dex"] governance = [] mint = [] shmem = [] token = ["safe-token"]