[package]
edition = "2024"
rust-version = "1.90"
name = "mnml-bridge"
version = "0.3.0"
authors = ["Chris McLennan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bridge / Mount protocol for mnml sibling tools — wire types + client + server helpers for siblings that want richer integration than a plain Pty pane."
homepage = "https://github.com/chris-mclennan/mnml"
readme = "README.md"
keywords = [
"tui",
"ratatui",
"mnml",
"ipc",
"plugin",
]
categories = [
"development-tools",
"command-line-interface",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/chris-mclennan/mnml"
resolver = "2"
[features]
client = ["dep:ratatui"]
default = []
[lib]
name = "mnml_bridge"
path = "src/lib.rs"
[dependencies.ratatui]
version = "0.30"
optional = true
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dev-dependencies.tempfile]
version = "3"