# 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 = "solsign" version = "0.1.1" description = "solsign is a small utility program that facilitates signing solana transactions off-line. ***Off-line signing*** means using keys that are stored locally on the user's computer to sign transactions without connection to any 'wallet' software" readme = "README.md" license = "GPL-3.0-only" [dependencies.base64] version = "=0.13.0" [dependencies.bs58] version = "=0.4.0" [dependencies.derivation-path] version = "=0.2.0" [dependencies.ed25519-dalek] version = "=1.0.1" [dependencies.ed25519-dalek-bip32] version = "=0.2.0" [dependencies.hmac] version = "=0.12.1" [dependencies.pbkdf2] version = "=0.11.0" [dependencies.rpassword] version = "=6.0.1" [dependencies.sha2] version = "=0.10.5"