# 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 = "nostrkeytool" version = "0.2.0" authors = ["Daniel Cadenas"] description = "A command-line tool for NOSTR key operations" readme = "README.md" keywords = [ "nostr", "key", "crypto", ] categories = [ "cryptography", "command-line-utilities", ] license = "MIT" repository = "https://github.com/dcadenas/nostrkeytool" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4.18" [dependencies.nostr-sdk] version = "0.27" [dependencies.tokio] version = "1" features = ["full"]