poststation-api-icd 0.4.0

API types for poststation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "poststation-api-icd"
version = "0.4.0"
authors = ["James Munns <james@onevariable.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API types for poststation"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/OneVariable/poststation-util"

[profile.ci]
lto = false
codegen-units = 256
debug = 0
debug-assertions = true
rpath = false
panic = "unwind"
overflow-checks = true
incremental = false
inherits = "dev"
strip = true

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

[dependencies.chrono]
version = "0.4.38"
features = ["serde"]

[dependencies.postcard-rpc]
version = "0.11.0"
features = ["use-std"]

[dependencies.postcard-schema]
version = "0.2.0"
features = [
    "chrono-v0_4",
    "postcard-derive",
    "use-std",
    "uuid-v1_0",
]

[dependencies.schemars]
version = "0.8.21"
features = ["uuid1"]
optional = true

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0.133"
optional = true

[dependencies.uuid]
version = "1.10.0"
features = [
    "v7",
    "serde",
]

[features]
default = ["rest-api"]
rest-api = [
    "schemars-v0_8",
    "serde_json",
]
schemars-v0_8 = ["dep:schemars"]