[package]
edition = "2024"
rust-version = "1.89.0"
name = "tear-core"
version = "0.1.3"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime logic for the tear multiplexer — InProcess MultiplexerControl impl backed by portable-pty. The single source of truth for pane semantics across pleme-io GUI consumers (mado at tier 3)."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/pleme-io/tear"
resolver = "2"
[features]
default = []
engate = [
"dep:engate-types",
"dep:engate-attach",
"tear-types/engate",
]
[lib]
name = "tear_core"
path = "src/lib.rs"
[[test]]
name = "espelho_conformance"
path = "tests/espelho_conformance.rs"
[dependencies.anyhow]
version = "1"
[dependencies.blake3]
version = "1"
[dependencies.engate-attach]
version = "0.1"
optional = true
[dependencies.engate-types]
version = "0.1"
optional = true
[dependencies.ishou-tokens]
version = "0.1"
[dependencies.once_cell]
version = "1"
[dependencies.parking_lot]
version = "0.12"
[dependencies.portable-pty]
version = "0.9"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tear-config]
version = "0.1.0"
[dependencies.tear-types]
version = "0.1.0"
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"
[dependencies.vte]
version = "0.15"
[dev-dependencies.espelho]
version = "0.1"
[dev-dependencies.proptest]
version = "1"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1