agentledger-runtime 1.3.0

Runtime reliability layer for Agent Harness stacks
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 = "agentledger-runtime"
version = "1.3.0"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "src/**",
    "examples/README.md",
    "examples/quickstart.rs",
    "examples/three_minute_demo.rs",
    "examples/travel_assistant.rs",
    "examples/mcp_governance.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime reliability layer for Agent Harness stacks"
homepage = "https://github.com/yaogdu/AgentLedger"
documentation = "https://github.com/yaogdu/AgentLedger/tree/main/rust"
readme = "README.md"
keywords = [
    "agent",
    "runtime",
    "replay",
    "durable",
    "ai",
]
categories = [
    "development-tools",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/yaogdu/AgentLedger"

[features]
adapter-docker = []
adapter-framework = []
adapter-langfuse = []
adapter-mcp = []
adapter-mysql = []
adapter-otel = []
adapter-postgres = []
adapter-s3 = []
adapters-all = [
    "adapter-postgres",
    "adapter-mysql",
    "adapter-s3",
    "adapter-mcp",
    "adapter-otel",
    "adapter-langfuse",
    "adapter-docker",
    "adapter-framework",
]
default = []

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

[[bin]]
name = "agentledger-runtime"
path = "src/main.rs"

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

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

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

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