sentrystr 0.2.0

Core library for publishing Sentry-like events to Nostr network
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[[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]
version = "0.4"
features = ["serde"]

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

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