# 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.75.0" name = "litesvm-token" version = "0.3.0" description = "Helpers for working with spl-token and LiteSVM" license = "Apache-2.0" repository = "https://github.com/LiteSVM/litesvm" [[test]] name = "native_mint" required-features = ["token-2022"] [dependencies.litesvm] version = "0.3" [dependencies.smallvec] version = "1.13" [dependencies.solana-sdk] version = "~2.0.5" [dependencies.spl-associated-token-account-client] version = "1.0" [dependencies.spl-token] version = "6.0.0" features = ["no-entrypoint"] optional = true [dependencies.spl-token-2022] version = "5.0.2" features = ["no-entrypoint"] optional = true [features] default = ["spl-token"] token-2022 = ["spl-token-2022"] [lints.clippy] result_large_err = "allow"