pidgin-cli 0.2.0

CLI for the Pidgin agent handoff protocol
# 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-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Pidgin agent handoff protocol"
homepage = "https://github.com/manojpisini/pidgin"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/manojpisini/pidgin"
resolver = "2"

[[bin]]
name = "pgn"
path = "src/main.rs"

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

[dependencies.pidgin-lang]
version = "0.1.11"

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

[dependencies.serde_yaml]
version = "=0.9.34"