sla-escrow-api 0.2.7

SLA-Escrow: Service Level Agreement Enforcer for AI Agents
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 = "sla-escrow-api"
version = "0.2.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SLA-Escrow: Service Level Agreement Enforcer for AI Agents"
homepage = "https://x402.ai/sla-escrow"
documentation = "https://docs.x402.ai/sla-escrow"
readme = "README.md"
keywords = [
    "x402",
    "solana",
    "ai-agents",
    "escrow",
    "settlement",
]
categories = [
    "cryptography",
    "finance",
    "algorithms",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/miraland-labs/sla-escrow.git"

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

[dependencies.bincode]
version = "1.3"

[dependencies.borsh]
version = "0.10"

[dependencies.bytemuck]
version = "1.16.1"

[dependencies.const-crypto]
version = "0.3.0"

[dependencies.hex]
version = "0.4"

[dependencies.num_enum]
version = "0.7.2"

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

[dependencies.solana-program]
version = ">=2.1,<3.0.0"

[dependencies.spl-associated-token-account]
version = "^6"
features = ["no-entrypoint"]

[dependencies.spl-token]
version = "^7"
features = ["no-entrypoint"]

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.steel]
version = "4.0.3"
package = "miraland-steel"

[dependencies.thiserror]
version = "1.0.57"