sentrystr 0.1.2

Core library for publishing Sentry-like events to Nostr network
Documentation
[[bin]]
name = "sentrystr"
path = "src/main.rs"

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

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

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

[[bin]]
name = "test_dm"
path = "src/bin/test_dm.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.nostr]
features = ["nip44", "nip59"]
version = "0.43"

[dependencies.nostr-sdk]
features = ["all-nips"]
version = "0.43"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.uuid]
features = ["v4"]
version = "1.0"

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

[package]
authors = ["9qeklajc <npub1ygjd597hdwu8larprmhj893d5p832j5mhejpx40ukezgudvayg9qeklajc>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core library for publishing Sentry-like events to Nostr network"
edition = "2024"
license = "MIT"
name = "sentrystr"
readme = "README.md"
repository = "https://github.com/9qeklajc/sentrystr"
resolver = "2"
version = "0.1.2"