# 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 = "harpo" version = "0.7.0" authors = ["Thomas Locher (@THLO)"] description = "The harpo crate provides functionality to secret-share seed phrases." homepage = "https://github.com/THLO/harpo" documentation = "https://github.com/THLO/harpo" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/THLO/harpo" [dependencies.clap] version = "~2" [dependencies.num] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.0" [dependencies.sha2] version = "0.9.8"