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