nostro2 0.3.10

Nostro2 is a simple toolset for interacting with the Nostr protocol.
Documentation
[dependencies.bech32]
version = "0.11"

[dependencies.secp256k1]
features = ["rand", "std", "alloc"]
version = "0.30.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "2.0.16"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "cryptography", "web-programming"]
description = "Nostro2 is a simple toolset for interacting with the Nostr protocol."
documentation = "https://docs.rs/nostro2/latest/nostro2/"
edition = "2021"
homepage = "https://github.com/42Pupusas/NostrO2.git"
license = "MIT"
name = "nostro2"
readme = "README.md"
repository = "https://github.com/42Pupusas/NostrO2.git"
version = "0.3.10"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.ring]
features = ["wasm32_unknown_unknown_js"]
version = "^0.17.12"