agentis-pay-shared 0.1.3

Shared library for Agentis Pay CLI — gRPC client, TLS, and configuration
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-shared"
version = "0.1.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared library for Agentis Pay CLI — gRPC client, TLS, and configuration"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bipa-app/agentis-pay"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.dirs]
version = "5.0"

[dependencies.keyring]
version = "4.0.0-rc.3"

[dependencies.keyring-core]
version = "0.7.2"

[dependencies.prost]
version = "0.13"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tonic]
version = "0.12"
features = [
    "tls",
    "tls-native-roots",
]

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

[build-dependencies.tonic-build]
version = "0.12"