zlayer-spec 0.10.71

ZLayer deployment specification parsing and validation
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-spec"
version = "0.10.71"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ZLayer deployment specification parsing and validation"
readme = "README.md"
keywords = [
    "container",
    "orchestration",
    "deployment",
    "spec",
    "yaml",
]
categories = [
    "config",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/zachhandley/ZLayer"

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

[dependencies.cron]
version = "0.15"

[dependencies.humantime]
version = "2.3.0"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

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

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

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