sptp 0.1.2

This library specifies how to implement the serverphone protocol, used by the serverphone create to communicate between the server and the client
Documentation
[dependencies.anyhow]
version = "1.0.75"

[dependencies.argon2]
features = ["std", "alloc"]
version = "0.5.2"

[dependencies.async-trait]
version = "0.1.74"

[dependencies.rand]
version = "0.8.5"

[dependencies.rcgen]
features = ["pem", "x509-parser"]
version = "0.10.0"

[dependencies.ron]
version = "0.8.1"

[dependencies.rustls-pemfile]
version = "1.0.3"

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

[dependencies.thiserror]
version = "1.0.49"

[dependencies.thrussh-keys]
version = "0.22.1"

[dependencies.time]
version = "0.3.30"

[dependencies.tokio]
features = ["io-std"]
version = "1.33.0"

[dependencies.tokio-rustls]
version = "0.24.1"

[dev-dependencies.tokio]
features = ["io-std", "macros", "net"]
version = "1.33.0"

[package]
description = "This library specifies how to implement the serverphone protocol, used by the serverphone create to communicate between the server and the client"
edition = "2021"
homepage = "https://serverphone.vhack.eu"
license = "GPL-3.0-or-later"
name = "sptp"
repository = "https://codeberg.org/vhack.eu/serverphone"
version = "0.1.2"