openjd-model 0.2.1

Open Job Description model library — parsing, validation, and job creation
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.92"
name = "openjd-model"
version = "0.2.1"
authors = ["Amazon Web Services"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open Job Description model library — parsing, validation, and job creation"
homepage = "https://github.com/OpenJobDescription/openjd-rs"
readme = "README.md"
keywords = [
    "openjd",
    "openjobdescription",
    "job-template",
    "yaml",
    "validation",
]
categories = [
    "parser-implementations",
    "data-structures",
]
license = "(Apache-2.0 OR MIT)"
repository = "https://github.com/OpenJobDescription/openjd-rs"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.openjd-expr]
version = "0.1.2"

[dependencies.regex]
version = "1"

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

[dependencies.serde-saphyr]
version = "0.0.26"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tempfile]
version = "3"