siphon-common 0.1.1

Shared utilities for Siphon server and client
Documentation
[dependencies.rustls]
features = ["ring"]
version = "0.23"

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

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Shared utilities for Siphon server and client"
edition = "2021"
license = "MIT"
name = "siphon-common"
readme = false
repository = "https://github.com/remikalbe/siphon"
version = "0.1.1"