[[bin]]
name = "linetime"
path = "src/main.rs"
[dependencies.gumdrop]
version = "0.8.1"
[dependencies.regex]
default-features = false
features = ["std", "perf"]
version = "1.11.1"
[dev-dependencies.actix-web]
default-features = false
version = "4.9.0"
[dev-dependencies.cargo_metadata]
version = "0.19.1"
[dev-dependencies.reqwest]
default-features = false
features = ["blocking"]
version = "0.12.9"
[dev-dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.216"
[dev-dependencies.serde_json]
default-features = false
version = "1.0.134"
[dev-dependencies.tokio]
default-features = false
features = ["io-std", "io-util", "macros", "process", "rt"]
version = "1.42.0"
[package]
authors = ["Thomas Johannesson"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "date-and-time", "text-processing"]
description = """
Linetime is a command line utility to add timestamps at the start of lines. The tool can either
process lines from stdin or execute a command and process lines from the command's stdout and stderr.
"""
documentation = "https://github.com/jordfras/linetime"
edition = "2021"
exclude = ["/.github/", "/scripts/"]
homepage = "https://github.com/jordfras/linetime"
keywords = ["timestamp", "optimization", "bottleneck", "line"]
license = "MIT"
name = "linetime"
readme = "README.md"
repository = "https://github.com/jordfras/linetime"
rust-version = "1.80"
version = "1.0.2"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
harness = false
name = "marionette"
path = "tests/marionette.rs"