uptrakit-web-api-types 0.0.1

Shared HTTP request/response types for the Uptrakit web API
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 = "2024"
name = "uptrakit-web-api-types"
version = "0.0.1"
authors = ["Andrey Yantsen"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared HTTP request/response types for the Uptrakit web API"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/worried-networking/uptrakit"

[features]
default = []
openapi = [
    "dep:utoipa",
    "uptrakit-shared-types/openapi",
]

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "macros",
    "parsing",
    "serde-well-known",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uptrakit-shared-macros]
version = "0.0.1"

[dependencies.uptrakit-shared-types]
version = "0.0.1"

[dependencies.uptrakit-wire]
version = "0.0.1"

[dependencies.utoipa]
version = "5.4"
features = ["uuid"]
optional = true

[dependencies.uuid]
version = "1"
features = ["serde"]

[dependencies.zeroize]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.strum]
version = "0.28"
features = ["derive"]

[lints.clippy]
all = "deny"

[lints.rust]
unreachable_pub = "deny"
warnings = "deny"