agentledger-runtime 1.1.0

Dependency-free Rust runtime for AgentLedger
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.1.0"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "src/**",
    "examples/README.md",
    "examples/quickstart.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency-free Rust runtime for AgentLedger"
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"

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

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

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