# 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 = "nostr-tool" version = "0.5.1" authors = ["0xtr "] description = "A CLI tool to interact with nostr" homepage = "https://github.com/0xtrr/nostr-tool" readme = "README.md" keywords = [ "nostr", "tool", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/0xtrr/nostr-tool" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.nostr-sdk] version = "0.32.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.url] version = "2.5.0"