iris-chat-protocol 0.1.1

Reusable Iris Chat double-ratchet protocol engine
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 = "2021"
name = "iris-chat-protocol"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable Iris Chat double-ratchet protocol engine"
homepage = "https://iris.to"
readme = false
license = "MIT"
repository = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/iris-chat-rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.nostr]
version = "0.44.2"
features = [
    "std",
    "nip44",
]
default-features = false

[dependencies.nostr-double-ratchet]
version = "0.0.147"

[dependencies.nostr-double-ratchet-nostr]
version = "0.0.147"

[dependencies.nostr-double-ratchet-pairwise-codec]
version = "0.0.147"

[dependencies.nostr-double-ratchet-runtime]
version = "0.0.147"

[dependencies.rand]
version = "0.8"

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"