[dependencies.chrono]
features = ["serde"]
version = "0.4.38"
[dependencies.postcard-rpc]
features = ["use-std"]
version = "0.11.0"
[dependencies.postcard-schema]
features = ["chrono-v0_4", "postcard-derive", "use-std", "uuid-v1_0"]
version = "0.2.0"
[dependencies.schemars]
features = ["uuid1"]
optional = true
version = "0.8.21"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
optional = true
version = "1.0.133"
[dependencies.uuid]
features = ["v7", "serde"]
version = "1.10.0"
[features]
default = ["rest-api"]
rest-api = ["schemars-v0_8", "serde_json"]
schemars-v0_8 = ["dep:schemars"]
[lib]
name = "poststation_api_icd"
path = "src/lib.rs"
[package]
authors = ["James Munns <james@onevariable.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "API types for poststation"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "poststation-api-icd"
readme = false
repository = "https://github.com/OneVariable/poststation-util"
version = "0.3.0"