# 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" name = "solana-dekey" version = "0.2.2" description = "solana-dekey is a utility program that replaces Solana validator identity pubkeys and vote account pubkeys with the validator's name." license = "CC-PDDC" [dependencies.base64] version = "=0.20.0" [dependencies.bincode] version = "=1.3.3" [dependencies.bs58] version = "=0.4.0" [dependencies.dirs] version = "=4.0.0" [dependencies.regex] version = "=1.7.1" [dependencies.serde] version = "=1.0.145" features = ["derive"] [dependencies.serde_json] version = "=1.0" [dependencies.ureq] version = "=2.8.0"