Files
easy-nostr/Cargo.toml

17 lines
611 B
TOML

[package]
name = "easy-nostr"
authors = ["Bytemalte <[bytemalte@gmail.com]>"]
description = "A high-level, developer-friendly Rust library designed to simplify the development of Nostr applications."
version = "0.1.0"
edition = "2024"
license = "MIT"
repository = "https://github.com/Bytemalte/easy-nostr"
keywords = ["nostr", "crypto", "social", "decentralized"]
categories = ["cryptography", "network-programming", "web-programming"]
[dependencies]
nostr-sdk = { version = "0.44.1", features = ["all-nips", "nip44"] }
tokio = { version = "1.48.0", features = ["full"] }
secp256k1 = "0.27"
anyhow = "1.0.100"