shpool-vterm 0.1.0

An in-memory terminal to support session restore in shpool.
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 = "2021"
rust-version = "1.74"
name = "shpool-vterm"
version = "0.1.0"
authors = ["Ethan Pailes <pailes@google.com>"]
description = """
An in-memory terminal to support session restore in shpool.
"""
readme = "README.md"
keywords = [
    "terminal",
    "tty",
    "shpool",
    "tmux",
    "shell",
]
license = "Apache-2.0 AND MIT"
repository = "https://github.com/shell-pool/shpool-vterm"

[dependencies.anyhow]
version = "1"

[dependencies.itoa]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.smallvec]
version = "1"

[dependencies.static_assertions]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-width]
version = "0.2"

[dependencies.vte]
version = "0.15"

[dev-dependencies]

[features]
internal-test = []