fuzzytail 0.2.3

A modern, colorful tail replacement with split-pane log monitoring
# 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 = "2021"
name = "fuzzytail"
version = "0.2.3"
authors = ["yodabytz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern, colorful tail replacement with split-pane log monitoring"
readme = "README.md"
license = "MIT"
repository = "https://github.com/yodabytz/fuzzytail"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.ctrlc]
version = "3.4"

[dependencies.dirs]
version = "5.0"

[dependencies.is-terminal]
version = "0.4"

[dependencies.notify]
version = "6.0"

[dependencies.regex]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8"