[dependencies.cobs]
version = "0.2.3"
[dependencies.directories]
version = "5.0.1"
[dependencies.postcard]
features = ["use-std"]
version = "1.1"
[dependencies.postcard-dyn]
version = "0.2"
[dependencies.postcard-rpc]
features = ["use-std"]
version = "0.11.0"
[dependencies.postcard-schema]
features = ["uuid-v1_0"]
version = "0.2"
[dependencies.poststation-api-icd]
version = "0.4.0"
[dependencies.rustls]
default-features = false
features = ["std", "ring"]
version = "0.23.20"
[dependencies.serde]
version = "1.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "time", "net", "io-util"]
version = "1.37.0"
[dependencies.tokio-rustls]
default-features = false
features = ["logging", "tls12", "ring"]
version = "0.26.1"
[dependencies.tracing]
version = "0.1.40"
[lib]
name = "poststation_sdk"
path = "src/lib.rs"
[package]
authors = ["James Munns <james@onevariable.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An API SDK for poststation"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "poststation-sdk"
readme = false
repository = "https://github.com/OneVariable/poststation-util"
version = "0.4.1"