# 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 = "blossom-auth" version = "0.2.0" authors = ["0xtr "] description = "A CLI tool to generate Blossom authorization events" homepage = "https://github.com/0xtrr/blossom-auth" readme = "README.md" keywords = [ "blossom", "tool", "nostr", ] categories = ["command-line-utilities"] license = "Unlicense" repository = "https://github.com/0xtrr/blossom-auth" [dependencies.base64] version = "0.22.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.nostr-sdk] version = "0.33.0" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.8"