[package] name = "nostr-rs-personal-relayer" version = "0.1.0" edition = "2021" [dependencies] nostr-rs-types = { path = "../types" } nostr-rs-memory = { path = "../storage/memory" } nostr-rs-storage-base = { path = "../storage/base" } nostr-rs-client = { path = "../client" } nostr-rs-relayer = { path = "../relayer" } thiserror = "1.0.39" url = { version = "2.5.2", features = ["serde"] } futures = "0.3.30" tokio = { version = "1.39.2", features = ["full"] } log = "0.4.22" env_logger = "0.11.5"