# 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 = "solana-foundation-delegation-program-cli" version = "1.0.6" authors = ["Solana Maintainers "] description = "Solana Foundation Delegation Program Command-line Utility" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/solana-labs/stake-o-matic" [[bin]] name = "solana-foundation-delegation-program" path = "src/main.rs" [dependencies.clap] version = "2.33.3" [dependencies.solana-account-decoder] version = "=1.7.11" [dependencies.solana-clap-utils] version = "=1.7.11" [dependencies.solana-cli-config] version = "=1.7.11" [dependencies.solana-client] version = "=1.7.11" [dependencies.solana-foundation-delegation-program-registry] version = "1.0.1" [dependencies.solana-logger] version = "=1.7.11" [dependencies.solana-remote-wallet] version = "=1.7.11" [dependencies.solana-sdk] version = "=1.7.11" [dependencies.tokio] version = "1" features = ["full"]