[package]
edition = "2024"
rust-version = "1.89.0"
name = "tear-types"
version = "0.1.3"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure types for the tear multiplexer — TearSession/Window/Pane/Layout/KeyTable/Hook/StatusBar, the MultiplexerControl trait, no I/O. Consumed by tear-core, tear-client, mado, and any third-party driver."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/pleme-io/tear"
resolver = "2"
[features]
default = []
engate = ["dep:engate-types"]
[lib]
name = "tear_types"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.blake3]
version = "1"
[dependencies.ciborium]
version = "0.2"
[dependencies.engate-types]
version = "0.1"
optional = true
[dependencies.ishou-tokens]
version = "0.1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[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