agentis-pay 0.1.10

Agentis Pay CLI — AI-agent payments over PIX with MCP server support
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 = "agentis-pay"
version = "0.1.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agentis Pay CLI — AI-agent payments over PIX with MCP server support"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bipa-app/agentis-pay"
resolver = "2"

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

[[bin]]
name = "agentis-pay"
path = "src/main.rs"

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

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

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

[dependencies.agentis-pay-shared]
version = "0.1.2"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.dirs]
version = "5.0"

[dependencies.open]
version = "5"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls-native-roots",
]
default-features = false

[dependencies.rmcp]
version = "1.0.0-alpha"
features = [
    "server",
    "macros",
    "transport-io",
    "transport-streamable-http-server",
]

[dependencies.schemars]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "macros",
]

[dependencies.tokio]
version = "1.40"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
    "time",
    "sync",
    "net",
    "io-util",
    "process",
]

[dependencies.tower-http]
version = "0.6"
features = ["cors"]

[dependencies.uuid]
version = "1.15"
features = [
    "serde",
    "v4",
    "v7",
]

[dev-dependencies.rmcp]
version = "1.0.0-alpha"
features = [
    "server",
    "macros",
    "transport-io",
    "transport-streamable-http-server",
    "client",
]