solti-model 0.0.4

Domain model types for the Solti task execution SDK: task specs, states, and identifiers.
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"
rust-version = "1.90.0"
name = "solti-model"
version = "0.0.4"
build = false
exclude = ["ARCHITECTURE.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Domain model types for the Solti task execution SDK: task specs, states, and identifiers."
homepage = "https://github.com/soltiHQ/sdk"
documentation = "https://docs.rs/solti-model"
readme = "README.md"
keywords = [
    "task",
    "model",
    "spec",
    "types",
    "domain",
]
categories = ["data-structures"]
license = "Apache-2.0"
repository = "https://github.com/soltiHQ/sdk"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["schema"]
schema = ["dep:schemars"]

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

[[example]]
name = "task_lifecycle"
path = "examples/task_lifecycle.rs"

[[example]]
name = "task_manifest"
path = "examples/task_manifest.rs"

[[example]]
name = "task_manifest_schema"
path = "examples/task_manifest_schema.rs"
required-features = ["schema"]

[[example]]
name = "task_query"
path = "examples/task_query.rs"

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

[dependencies.base64]
version = "0.23.0"

[dependencies.bytes]
version = "1.12.1"

[dependencies.getrandom]
version = "0.4.3"

[dependencies.schemars]
version = "1.2.2"
optional = true

[dependencies.serde]
version = "1.0.229"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.subtle]
version = "2.6.1"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.time]
version = "0.3.55"
features = [
    "formatting",
    "parsing",
]

[dev-dependencies.jsonschema]
version = "0.49.3"
default-features = false