solana-vote-signer 0.16.4

Solana Vote Signing Service
Documentation
# 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-vote-signer"
version = "0.16.4"
authors = ["Solana Maintainers <maintainers@solana.com>"]
description = "Solana Vote Signing Service"
homepage = "https://solana.com/"
license = "Apache-2.0"
repository = "https://github.com/solana-labs/solana"

[lib]
name = "solana_vote_signer"
crate-type = ["lib"]

[[bin]]
name = "solana-vote-signer"
path = "src/bin/main.rs"
[dependencies.bs58]
version = "0.2.0"

[dependencies.clap]
version = "2.33"

[dependencies.jsonrpc-core]
version = "12.0.0"

[dependencies.jsonrpc-derive]
version = "12.0.0"

[dependencies.jsonrpc-http-server]
version = "12.0.0"

[dependencies.log]
version = "0.4.2"

[dependencies.serde]
version = "1.0.92"

[dependencies.serde_json]
version = "1.0.39"

[dependencies.solana-metrics]
version = "0.16.4"

[dependencies.solana-sdk]
version = "0.16.4"