nwc 0.45.1

Nostr Wallet Connect client
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "nwc"
version = "0.45.1"
authors = [
    "Yuki Kishimoto <yukikishimoto@protonmail.com>",
    "Nostr Dev Kit Developers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nostr Wallet Connect client"
homepage = "https://nostrdevkit.org"
readme = "README.md"
keywords = [
    "nostr",
    "nwc",
]
license = "MIT"
repository = "https://github.com/nostrdevkit/nostr.git"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
aws_lc_rs = ["nostr-sdk/aws_lc_rs"]
default = [
    "ring",
    "rustls-tls-webpki-roots",
]
native-tls = ["nostr-sdk/native-tls"]
native-tls-vendored = ["nostr-sdk/native-tls-vendored"]
ring = ["nostr-sdk/ring"]
rustls-tls-native-roots = ["nostr-sdk/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["nostr-sdk/rustls-tls-webpki-roots"]

[lib]
name = "nwc"
path = "src/lib.rs"

[[example]]
name = "notifications"
path = "examples/notifications.rs"

[[example]]
name = "nwc"
path = "examples/nwc.rs"

[dependencies.futures-core]
version = "0.3"

[dependencies.nostr]
version = "0.45"
features = [
    "std",
    "nip47",
]
default-features = false

[dependencies.nostr-sdk]
version = "0.45"
default-features = false

[dependencies.opaquerr]
version = "0.2"
features = ["alloc"]

[dependencies.tracing]
version = "0.1"
features = ["std"]
default-features = false

[dev-dependencies.nostr-sdk]
version = "0.45"
features = ["local-relay"]
default-features = false

[dev-dependencies.tokio]
version = ">=1.37"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
]
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]