# 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-cli" version = "0.36.0" authors = [ "Yuki Kishimoto ", "Rust Nostr Developers", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Nostr CLI" homepage = "https://github.com/rust-nostr/nostr" readme = "README.md" keywords = [ "nostr", "cli", ] license = "MIT" repository = "https://github.com/rust-nostr/nostr.git" [[bin]] name = "nostr-cli" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.console] version = "0.15" [dependencies.dialoguer] version = "0.11" [dependencies.dirs] version = "5.0" [dependencies.indicatif] version = "0.17" [dependencies.nostr-connect] version = "0.36" default-features = false [dependencies.nostr-relay-builder] version = "0.36" default-features = false [dependencies.nostr-sdk] version = "0.36" features = [ "all-nips", "lmdb", "tor", ] default-features = false [dependencies.once_cell] version = "1.20" default-features = false [dependencies.prettytable-rs] version = "0.10" [dependencies.regex] version = "1.11.1" [dependencies.rustyline] version = "14.0" features = ["with-file-history"] default-features = false [dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [dependencies.tokio] version = ">=1.37" features = ["full"] default-features = false