termstage 0.1.0

Local browser terminal presentation tool for live demos.
# 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"
version = "0.1.0"
authors = ["Tyr Chen <tyr.chen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local browser terminal presentation tool for live demos."
homepage = "https://github.com/tyrchen/termstage"
documentation = "https://docs.rs/termstage"
readme = "README.md"
keywords = [
    "terminal",
    "presentation",
    "browser",
    "tmux",
    "websocket",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/tyrchen/termstage"

[[bin]]
name = "termstage"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.axum]
version = "0.8.9"
features = [
    "http1",
    "json",
    "query",
    "tokio",
    "ws",
]
default-features = false

[dependencies.bytes]
version = "1.11.1"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.futures-util]
version = "0.3.31"
features = ["sink"]

[dependencies.open]
version = "5.3.5"

[dependencies.rustix]
version = "1.1.4"
features = ["process"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.termstage-core]
version = "0.1.0"

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

[dependencies.tower-http]
version = "0.6.11"
features = ["trace"]
default-features = false

[dependencies.tracing]
version = "0.1.43"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "fmt",
]

[dev-dependencies.http-body-util]
version = "0.1.3"

[dev-dependencies.tokio-tungstenite]
version = "0.29.0"

[dev-dependencies.tower]
version = "0.5.2"

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

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