[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"