[package] name = "gnostr-sha256" version = "0.0.5" authors = ["@RandyMcMillan ", "John "] edition = "2021" rust-version = "1.71.1" description = "generate a sha256 hash" documentation = "https://gnostr.org" readme = "README.md" homepage = "https://gnostr.org/" repository = "https://github.com/gnostr-org/gnostr-sha256.git" license = "MIT OR Apache-2.0" keywords = ["git", "pow", "sha256", "gnostr", "nostr"] categories = ["command-line-utilities"] [dependencies] #rust-crypto = "0.2.36" #git2 = "0.9.1" time = "0.1.42" chrono = "0" #io = "0.0.2" #use = "0.0.0" sha256 = "1.2.2"