termstage-core 0.1.0

Core protocol, security, and runtime primitives for termstage.
Documentation
# 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.95"
name = "termstage-core"
version = "0.1.0"
authors = ["Tyr Chen <tyr.chen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core protocol, security, and runtime primitives for termstage."
homepage = "https://github.com/tyrchen/termstage"
documentation = "https://docs.rs/termstage-core"
readme = "README.md"
keywords = [
    "terminal",
    "presentation",
    "pty",
    "tmux",
    "websocket",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/tyrchen/termstage"

[lib]
name = "termstage_core"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bytes]
version = "1.11.1"

[dependencies.getrandom]
version = "0.4.2"

[dependencies.portable-pty]
version = "0.9.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.subtle]
version = "2.6.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52"
features = [
    "net",
    "rt",
    "rt-multi-thread",
    "macros",
    "signal",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.43"

[dependencies.url]
version = "2.5.8"

[dependencies.which]
version = "8.0.2"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe_code = "forbid"

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1