# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "solana-stake-monitor" version = "1.6.16" authors = ["Solana Maintainers "] description = "Blockchain, Rebuilt for Scale" homepage = "https://solana.com/" documentation = "https://docs.rs/solana-stake-monitor" license = "Apache-2.0" repository = "https://github.com/solana-labs/solana" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[bin]] name = "solana-stake-monitor" path = "src/main.rs" [dependencies.clap] version = "2.33.1" [dependencies.console] version = "0.11.3" [dependencies.log] version = "0.4.11" [dependencies.serde] version = "1.0.122" [dependencies.serde_yaml] version = "0.8.13" [dependencies.solana-clap-utils] version = "=1.6.16" [dependencies.solana-cli-config] version = "=1.6.16" [dependencies.solana-client] version = "=1.6.16" [dependencies.solana-logger] version = "=1.6.16" [dependencies.solana-metrics] version = "=1.6.16" [dependencies.solana-sdk] version = "=1.6.16" [dependencies.solana-stake-program] version = "=1.6.16" [dependencies.solana-transaction-status] version = "=1.6.16" [dependencies.solana-version] version = "=1.6.16" [dev-dependencies.serial_test] version = "0.4.0" [dev-dependencies.solana-core] version = "=1.6.16" [dev-dependencies.solana-local-cluster] version = "=1.6.16" [dev-dependencies.tempfile] version = "3.1.0"