spotlib 0.1.0

Client for the Spot secure messaging network: end-to-end encrypted messaging over websocket connections
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"
rust-version = "1.95"
name = "spotlib"
version = "0.1.0"
authors = ["Karpelès Lab Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client for the Spot secure messaging network: end-to-end encrypted messaging over websocket connections"
readme = "README.md"
keywords = [
    "spot",
    "messaging",
    "e2ee",
    "websocket",
]
categories = [
    "network-programming",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/KarpelesLab/spotlib-rs"

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

[[example]]
name = "spot_test"
path = "examples/spot_test.rs"

[dependencies.bottlers]
version = "0.1.0"

[dependencies.ciborium]
version = "0.2"

[dependencies.purecrypto]
version = "0.6.10"

[dependencies.rsurl]
version = "0.1.0"
features = ["purecrypto-tls"]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.spotproto]
version = "0.1.0"