tfil 0.1.5

PTY proxy with configurable terminal output filters
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 = "tfil"
version = "0.1.5"
authors = ["Akinori Musha <knu@idaemons.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "tfil"
description = "PTY proxy with configurable terminal output filters"
readme = "README.md"
keywords = [
    "pty",
    "terminal",
    "filter",
    "ink",
    "tui",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/knu/tfil"

[package.metadata.release]
publish = false
pre-release-commit-message = "Bump version to {{version}}"
tag-message = "Release version {{version}}"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.libc]
version = "0.2"

[dependencies.memchr]
version = "2"

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

[dependencies.signal-hook]
version = "0.3"

[dependencies.unicode-segmentation]
version = "1"

[profile.dist]
lto = "thin"
inherits = "release"