[[bin]]
name = "reclog"
path = "src/main.rs"
[build-dependencies.cargo_toml]
version = "0.22.1"
[build-dependencies.hex]
version = "0.4.3"
[build-dependencies.sha2]
version = "0.10.9"
[dependencies.chrono]
features = ["std", "alloc", "now", "clock", "iana-time-zone", "android-tzdata"]
version = "0.4.41"
[dependencies.clap]
default-features = false
features = ["std", "help", "usage", "error-context", "derive", "wrap_help"]
version = "4.5.39"
[dependencies.exec]
version = "0.3.1"
[dependencies.libc]
version = "0.2.171"
[dependencies.lockfree-object-pool]
version = "0.1.6"
[dependencies.ringbuffer]
version = "0.15.0"
[dependencies.rustix]
features = ["stdio", "system", "process", "thread", "pipe", "event", "pty", "termios"]
version = "1.0.3"
[dependencies.sysconf]
version = "0.3.4"
[dependencies.vte]
version = "0.15.0"
[lints.clippy]
collapsible_if = "allow"
comparison_to_empty = "allow"
nonminimal_bool = "allow"
redundant_closure = "allow"
redundant_pattern_matching = "allow"
unnecessary_unwrap = "allow"
[lints.rust]
dead_code = "allow"
[package]
authors = ["Victor Gaydov <victor@enise.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "development-tools"]
description = "Command-line tool to capture command output to a file."
edition = "2024"
keywords = ["pty", "tty", "terminal"]
license = "MIT"
name = "reclog"
readme = "README.md"
repository = "https://github.com/gavv/reclog"
version = "0.1.6"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"