# 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-commander" version = "0.2.3" exclude = [ "todo.txt", ".*", ] publish = true description = "simple but convenient CLI-based Nostr client app for publishing,sending and subscribing" homepage = "https://github.com/8go/nostr-commander-rs" documentation = "https://docs.rs/nostr-commander" readme = "README.md" keywords = [ "Nostr", "cli", "command-line-tool", "tool", "messaging", ] categories = [ "command-line-utilities", "network-programming", ] license = "GPL-3.0-or-later" repository = "https://github.com/8go/nostr-commander-rs/" [profile.release] lto = true strip = "symbols" [profile.release-tiny] opt-level = "s" inherits = "release" [[bin]] name = "nostr-commander-rs" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4" features = [ "derive", "color", "wrap_help", "unicode", ] [dependencies.directories] version = "5.0" [dependencies.json] version = "0.12" [dependencies.nostr-sdk] version = "0.24" features = [ "blocking", "all-nips", "nip04", "nip06", ] [dependencies.regex] version = "1.9" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.33" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.update-informer] version = "1.1" [dependencies.url] version = "2.4" features = ["serde"] [dev-dependencies] [badges.maintenance] status = "experimental"