spotproto 0.1.1

Wire protocol for the Spot real-time messaging network (packets, handshake, instant messages)
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.88"
name = "spotproto"
version = "0.1.1"
authors = ["Karpelès Lab Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire protocol for the Spot real-time messaging network (packets, handshake, instant messages)"
readme = "README.md"
keywords = [
    "spot",
    "messaging",
    "protocol",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/KarpelesLab/spotlib-rs"

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

[dependencies.bottlers]
version = "0.1.2"

[dependencies.ciborium]
version = "0.2"

[dev-dependencies.purecrypto]
version = "0.6.28"