prova-agent-sdk 0.1.0

Behavior attestation SDK for AI agents on Solana — wrap any agent action in a cryptographic receipt
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 = "2021"
name = "prova-agent-sdk"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Behavior attestation SDK for AI agents on Solana — wrap any agent action in a cryptographic receipt"
homepage = "https://prova-solana.vercel.app"
documentation = "https://docs.rs/prova-agent-sdk"
readme = "README.md"
keywords = [
    "solana",
    "ai-agents",
    "attestation",
    "cryptography",
    "ed25519",
]
categories = [
    "cryptography",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/Eras256/Prova"

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

[[example]]
name = "test_devnet"
path = "examples/test_devnet.rs"

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

[dependencies.bs58]
version = "0.5"

[dependencies.ed25519-dalek]
version = "2"

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.solana-client]
version = "2.1"

[dependencies.solana-sdk]
version = "2.1"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]