# 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" name = "spl-simplified" version = "0.2.8" authors = ["Chirag Jani"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simplified Version of the SPL Token." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Chirag-Jani/spl-simplified.git" resolver = "1" [lib] name = "spl_simplified" path = "src/lib.rs" [dependencies.anchor-lang] version = "0.29.0" features = ["derive"] [dependencies.borsh] version = ">=0.9, <0.11" optional = true [dependencies.mpl-token-metadata] version = "3.1.0" optional = true [dependencies.solana-program] version = "1.16" [dependencies.spl-associated-token-account] version = "2.2" features = ["no-entrypoint"] optional = true [dependencies.spl-token] version = "4" features = ["no-entrypoint"] optional = true [features] associated_token = ["spl-associated-token-account"] default = [ "associated_token", "mint", "token", "simplespl", "metadata", ] devnet = [] governance = [] idl-build = ["anchor-lang/idl-build"] metadata = ["mpl-token-metadata"] mint = [] shmem = [] simplespl = [] stake = ["borsh"] token = ["spl-token"]