# 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 = "spl-token-upgrade-cli" version = "0.1.0" authors = ["Solana Maintainers "] description = "SPL Token Upgrade Command-line Utility" license = "Apache-2.0" repository = "https://github.com/solana-labs/solana-program-library" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[bin]] name = "spl-token-upgrade" path = "src/main.rs" [dependencies.clap] version = "3" features = ["cargo"] [dependencies.futures-util] version = "0.3.19" [dependencies.solana-clap-v3-utils] version = "1.14.6" [dependencies.solana-cli-config] version = "1.14.6" [dependencies.solana-client] version = "1.14.6" [dependencies.solana-logger] version = "1.14.6" [dependencies.solana-remote-wallet] version = "1.14.6" [dependencies.solana-sdk] version = "1.14.6" [dependencies.spl-associated-token-account] version = "1.1" features = ["no-entrypoint"] [dependencies.spl-token] version = "3.5" features = ["no-entrypoint"] [dependencies.spl-token-2022] version = "0.5" features = ["no-entrypoint"] [dependencies.spl-token-client] version = "0.3" [dependencies.spl-token-upgrade] version = "0.1" features = ["no-entrypoint"] [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.solana-test-validator] version = "1.14.6" [build-dependencies.walkdir] version = "2"