pidgin-cli 0.2.1

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.1"
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"

[features]
default = []
server = [
    "dep:pidgin-server",
    "dep:tokio",
]

[[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.12"

[dependencies.pidgin-server]
version = "0.2.0"
optional = true

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "=0.9.34"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]
optional = true