[package]
edition = "2021"
name = "berth-runtime"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Berth process management runtime"
homepage = "https://github.com/berth-mcp/berth"
documentation = "https://berth-mcp.github.io/berth/"
readme = "README.md"
keywords = [
"mcp",
"cli",
"ai",
"tools",
"server-manager",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/berth-mcp/berth"
[lib]
name = "berth_runtime"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
version = "1"
features = [
"rt",
"time",
]
[dependencies.toml]
version = "0.8"
[dev-dependencies.tempfile]
version = "3"