guest-runtime 0.1.0-alpha.1

Linux guest runtime service for the Agent Computer Use Platform.
# 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.85"
name = "guest-runtime"
version = "0.1.0-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux guest runtime service for the Agent Computer Use Platform."
documentation = "https://docs.rs/guest-runtime"
readme = "README.md"
keywords = [
    "agent",
    "desktop",
    "linux",
    "runtime",
    "automation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/OneNoted/inspectors"
resolver = "2"

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

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

[dependencies.axum]
version = "0.8.6"
features = ["macros"]

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.desktop-core]
version = "0.1.0-alpha.1"

[dependencies.linux-backend]
version = "0.1.0-alpha.1"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.tower-http]
version = "0.6.6"
features = [
    "cors",
    "trace",
]

[dependencies.uuid]
version = "1.18.1"
features = [
    "serde",
    "v4",
]