pidgin-lang 0.1.2

A compact agent handoff protocol runtime — parse, validate, resolve, and expand Pidgin packets
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"
name = "pidgin-lang"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compact agent handoff protocol runtime — parse, validate, resolve, and expand Pidgin packets"
readme = false
keywords = [
    "pidgin",
    "agent",
    "handoff",
    "protocol",
    "llm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/anomalyco/pidgin-lang"
resolver = "2"

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

[[bin]]
name = "pidgin-lang"
path = "src/main.rs"

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

[dependencies.clap]
version = "4.6.1"
features = [
    "std",
    "derive",
]
default-features = false

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

[dependencies.serde_yaml]
version = "=0.9.34"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.winnow]
version = "1.0.3"

[dev-dependencies.proptest]
version = "1"