poll-tail 0.1.3

A simple, polling-based file tailer that gracefully handles log rotation and timestamp parsing.
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 = "poll-tail"
version = "0.1.3"
authors = ["Cody Wyatt Neiman (xangelix) <neiman@cody.to>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple, polling-based file tailer that gracefully handles log rotation and timestamp parsing."
documentation = "https://docs.rs/poll-tail"
readme = "README.md"
keywords = [
    "tail",
    "log",
    "watch",
    "follow",
    "poll",
]
categories = [
    "command-line-utilities",
    "filesystem",
    "development-tools",
    "development-tools::debugging",
    "parsing",
]
license = "MIT"
repository = "https://github.com/xangelix/poll-tail"

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

[dependencies.chrono]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tempfile]
version = "3"