# 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" rust-version = "1.70.0" name = "nostr-signer" version = "0.35.0" authors = [ "Yuki Kishimoto ", "Rust Nostr Developers", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Signer for Nostr apps" homepage = "https://github.com/rust-nostr/nostr" readme = "README.md" keywords = [ "nostr", "signer", ] license = "MIT" repository = "https://github.com/rust-nostr/nostr.git" [lib] name = "nostr_signer" path = "src/lib.rs" [[example]] name = "nostr-connect-signer" path = "examples/nostr-connect-signer.rs" [dependencies.async-utility] version = "0.2" [dependencies.nostr] version = "0.35" features = ["std"] default-features = false [dependencies.nostr-relay-pool] version = "0.35" optional = true default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["sync"] default-features = false [dependencies.tracing] version = "0.1" features = [ "std", "attributes", ] optional = true default-features = false [dev-dependencies.dialoguer] version = "0.11" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = [ "nip04", "nip07", "nip44", "nip46", "nip59", ] nip04 = ["nostr/nip04"] nip07 = ["nostr/nip07"] nip44 = ["nostr/nip44"] nip46 = [ "nostr/nip46", "dep:nostr-relay-pool", "dep:tracing", ] nip59 = ["nostr/nip59"]