agent-first-psql 0.3.1

Persistent PostgreSQL client for AI agents — SQL-native JSONL in, JSONL out
# 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 = "2021"
name = "agent-first-psql"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Persistent PostgreSQL client for AI agents — SQL-native JSONL in, JSONL out"
readme = "README.md"
license = "MIT"
repository = "https://github.com/cmnspore/agent-first-psql"

[features]
default = ["mcp"]
mcp = [
    "dep:rmcp",
    "dep:schemars",
]

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

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

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

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

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

[dependencies.agent-first-data]
version = "0.7.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

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

[dependencies.deadpool-postgres]
version = "0.14"

[dependencies.rmcp]
version = "1.1"
features = [
    "macros",
    "server",
    "transport-io",
]
optional = true

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-postgres]
version = "0.7"
features = ["with-serde_json-1"]