par-term-scripting 0.1.3

Scripting and observer system for par-term terminal emulator
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"
name = "par-term-scripting"
version = "0.1.3"
authors = ["Paul Robello <probello@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scripting and observer system for par-term terminal emulator"
homepage = "https://github.com/paulrobello/par-term"
readme = false
keywords = [
    "terminal",
    "scripting",
    "observer",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/paulrobello/par-term"
resolver = "2"

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

[dependencies.log]
version = "0.4.29"

[dependencies.par-term-config]
version = "0.3.0"

[dependencies.par-term-emu-core-rust]
version = "0.39.1"
features = ["rust-only"]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"