lilo-rm-client 0.7.1

Runtime Matters client shell for the public rtmd Unix socket contract
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 = "2024"
rust-version = "1.90"
name = "lilo-rm-client"
version = "0.7.1"
authors = ["Stuart Robinson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime Matters client shell for the public rtmd Unix socket contract"
homepage = "https://github.com/littleorgans/runtime-matters"
readme = "README.md"
keywords = [
    "runtime",
    "client",
    "agents",
    "helioy",
    "lilo",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/littleorgans/runtime-matters"

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

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

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

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

[dependencies.lilo-rm-core]
version = "0.7.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "net",
    "process",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dev-dependencies.serde_json]
version = "1.0.145"

[dev-dependencies.tempfile]
version = "3.23.0"

[dev-dependencies.uuid]
version = "1.18.1"
features = [
    "serde",
    "v7",
]