sentrystr 0.2.0

Core library for publishing Sentry-like events to Nostr network
Documentation
[package]
name = "sentrystr"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Core library for publishing Sentry-like events to Nostr network"
readme = "README.md"

[[bin]]
name = "sentrystr-example"
path = "src/main_combined.rs"

[[bin]]
name = "sentrystr-encrypted-example"
path = "src/encrypted_example.rs"

[[bin]]
name = "sentrystr-tagged-example"
path = "src/tagged_example.rs"

[dependencies]
nostr-sdk = { workspace = true }
nostr = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
chrono = { workspace = true }
uuid = { workspace = true }
thiserror = { workspace = true }