agentic-graph-spec 1.0.4

Rust support library for Agentic Graph Specification 1.0
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.85"
name = "agentic-graph-spec"
version = "1.0.4"
build = false
include = [
    "src/**",
    "schema/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust support library for Agentic Graph Specification 1.0"
homepage = "https://github.com/AlexMercedCoder/agentic-graph-spec"
documentation = "https://docs.rs/agentic-graph-spec"
readme = "README.md"
keywords = [
    "agents",
    "workflow",
    "graph",
    "specification",
]
categories = [
    "data-structures",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/AlexMercedCoder/agentic-graph-spec"

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

[[bin]]
name = "ags-validate"
path = "src/bin/ags-validate.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

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

[dependencies.regex]
version = "1.13"

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

[dependencies.serde_jcs]
version = "0.2.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml_ng]
version = "0.10.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

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