zlayer-types 0.11.12

Shared wire types for the ZLayer platform — API DTOs, OCI image references, and related serde types.
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"
rust-version = "1.85"
name = "zlayer-types"
version = "0.11.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared wire types for the ZLayer platform — API DTOs, OCI image references, and related serde types."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/BlackLeafDigital/ZLayer"

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

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "serde",
]

[dependencies.cron]
version = "0.15"

[dependencies.humantime]
version = "2.3"

[dependencies.oci-client]
version = "0.15"
features = ["rustls-tls-native-roots"]
default-features = false

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dependencies.utoipa]
version = "5"
features = ["axum_extras"]

[dependencies.uuid]
version = "1.19"
features = [
    "v4",
    "serde",
    "v4",
]

[dependencies.validator]
version = "0.19"
features = [
    "derive",
    "derive",
]

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
dead_code = "warn"
unsafe_code = "warn"