runtimo-core 0.2.0

Agent-centric capability runtime with telemetry, process tracking, and crash recovery for persistent machines
# 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 = "runtimo-core"
version = "0.2.0"
authors = ["Moe Shawky"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-centric capability runtime with telemetry, process tracking, and crash recovery for persistent machines"
readme = false
keywords = [
    "agent",
    "runtime",
    "telemetry",
    "capability",
    "recovery",
]
categories = [
    "os",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/moeshawky/runtimo"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "robust"
path = "tests/robust.rs"

[dependencies.libc]
version = "0.2"

[dependencies.llmosafe]
version = "0.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.unicode-normalization]
version = "0.1"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.proptest]
version = "1.4"